@aloudata/aloudata-design 2.19.5 → 3.0.0-beta.2

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 (1047) hide show
  1. package/dist/AMenu/index.d.ts +34 -3
  2. package/dist/AMenu/index.js +53 -2
  3. package/dist/AMenu/index.js.map +1 -0
  4. package/dist/AProgress/index.d.ts +17 -2
  5. package/dist/AProgress/index.js +82 -2
  6. package/dist/AProgress/index.js.map +1 -0
  7. package/dist/Alert/index.d.ts +16 -3
  8. package/dist/Alert/index.js +91 -2
  9. package/dist/Alert/index.js.map +1 -0
  10. package/dist/App/index.d.ts +6 -2
  11. package/dist/App/index.js +22 -31
  12. package/dist/App/index.js.map +1 -0
  13. package/dist/Avatar/component/Avatar/helper.d.ts +1 -1
  14. package/dist/Avatar/component/Avatar/helper.js +49 -82
  15. package/dist/Avatar/component/Avatar/helper.js.map +1 -0
  16. package/dist/Avatar/component/Avatar/index.d.ts +7 -69
  17. package/dist/Avatar/component/Avatar/index.js +71 -66
  18. package/dist/Avatar/component/Avatar/index.js.map +1 -0
  19. package/dist/Avatar/component/Avatar/type.d.ts +10 -1
  20. package/dist/Avatar/component/Avatar/type.js +19 -15
  21. package/dist/Avatar/component/Avatar/type.js.map +1 -0
  22. package/dist/Avatar/index.d.ts +14 -1
  23. package/dist/Avatar/index.js +32 -4
  24. package/dist/Avatar/index.js.map +1 -0
  25. package/dist/Badge/index.d.ts +2 -2
  26. package/dist/Badge/index.js +46 -24
  27. package/dist/Badge/index.js.map +1 -0
  28. package/dist/Breadcrumb/index.d.ts +20 -4
  29. package/dist/Breadcrumb/index.js +62 -31
  30. package/dist/Breadcrumb/index.js.map +1 -0
  31. package/dist/Button/index.d.ts +17 -39
  32. package/dist/Button/index.js +175 -94
  33. package/dist/Button/index.js.map +1 -0
  34. package/dist/Card/index.d.ts +35 -2
  35. package/dist/Card/index.js +72 -2
  36. package/dist/Card/index.js.map +1 -0
  37. package/dist/Carousel/index.d.ts +34 -3
  38. package/dist/Carousel/index.js +103 -2
  39. package/dist/Carousel/index.js.map +1 -0
  40. package/dist/Checkbox/component/CheckboxGroup/index.d.ts +1 -4
  41. package/dist/Checkbox/component/CheckboxGroup/index.js +2 -22
  42. package/dist/Checkbox/index.d.ts +6 -6
  43. package/dist/Checkbox/index.js +110 -37
  44. package/dist/Checkbox/index.js.map +1 -0
  45. package/dist/Checkbox/type.d.ts +24 -83
  46. package/dist/Checkbox/type.js +2 -5
  47. package/dist/Col/index.d.ts +21 -3
  48. package/dist/Col/index.js +111 -2
  49. package/dist/Col/index.js.map +1 -0
  50. package/dist/Collapse/index.d.ts +42 -5
  51. package/dist/Collapse/index.js +130 -19
  52. package/dist/Collapse/index.js.map +1 -0
  53. package/dist/ColorPicker/ComplexColorPicker/ColorAlphaInput.d.ts +2 -2
  54. package/dist/ColorPicker/ComplexColorPicker/ColorAlphaInput.js +29 -42
  55. package/dist/ColorPicker/ComplexColorPicker/ColorAlphaInput.js.map +1 -0
  56. package/dist/ColorPicker/ComplexColorPicker/ColorHexInput.d.ts +2 -2
  57. package/dist/ColorPicker/ComplexColorPicker/ColorHexInput.js +29 -44
  58. package/dist/ColorPicker/ComplexColorPicker/ColorHexInput.js.map +1 -0
  59. package/dist/ColorPicker/ComplexColorPicker/ColorHsbInput.d.ts +2 -2
  60. package/dist/ColorPicker/ComplexColorPicker/ColorHsbInput.js +54 -72
  61. package/dist/ColorPicker/ComplexColorPicker/ColorHsbInput.js.map +1 -0
  62. package/dist/ColorPicker/ComplexColorPicker/ColorInput.d.ts +3 -3
  63. package/dist/ColorPicker/ComplexColorPicker/ColorInput.js +74 -74
  64. package/dist/ColorPicker/ComplexColorPicker/ColorInput.js.map +1 -0
  65. package/dist/ColorPicker/ComplexColorPicker/ColorRgbInput.d.ts +2 -2
  66. package/dist/ColorPicker/ComplexColorPicker/ColorRgbInput.js +51 -63
  67. package/dist/ColorPicker/ComplexColorPicker/ColorRgbInput.js.map +1 -0
  68. package/dist/ColorPicker/ComplexColorPicker/ColorSteppers.d.ts +2 -3
  69. package/dist/ColorPicker/ComplexColorPicker/ColorSteppers.js +27 -44
  70. package/dist/ColorPicker/ComplexColorPicker/ColorSteppers.js.map +1 -0
  71. package/dist/ColorPicker/ComplexColorPicker/index.d.ts +1 -2
  72. package/dist/ColorPicker/ComplexColorPicker/index.js +72 -89
  73. package/dist/ColorPicker/ComplexColorPicker/index.js.map +1 -0
  74. package/dist/ColorPicker/color.d.ts +2 -2
  75. package/dist/ColorPicker/color.js +72 -125
  76. package/dist/ColorPicker/color.js.map +1 -0
  77. package/dist/ColorPicker/constant.js +47 -3
  78. package/dist/ColorPicker/constant.js.map +1 -0
  79. package/dist/ColorPicker/hooks/useColor.d.ts +2 -2
  80. package/dist/ColorPicker/hooks/useColor.js +21 -31
  81. package/dist/ColorPicker/hooks/useColor.js.map +1 -0
  82. package/dist/ColorPicker/index.d.ts +3 -3
  83. package/dist/ColorPicker/index.js +159 -204
  84. package/dist/ColorPicker/index.js.map +1 -0
  85. package/dist/ColorPicker/interface.d.ts +8 -5
  86. package/dist/ColorPicker/interface.js +9 -6
  87. package/dist/ColorPicker/interface.js.map +1 -0
  88. package/dist/ColorPicker/util.d.ts +3 -3
  89. package/dist/ColorPicker/util.js +20 -61
  90. package/dist/ColorPicker/util.js.map +1 -0
  91. package/dist/ConfigProvider/DisabledContext.d.ts +3 -0
  92. package/dist/ConfigProvider/DisabledContext.js +7 -0
  93. package/dist/ConfigProvider/DisabledContext.js.map +1 -0
  94. package/dist/ConfigProvider/getUserList.d.ts +1 -1
  95. package/dist/ConfigProvider/getUserList.js +12 -24
  96. package/dist/ConfigProvider/getUserList.js.map +1 -0
  97. package/dist/ConfigProvider/hooks/useGetUserList.d.ts +4 -4
  98. package/dist/ConfigProvider/hooks/useGetUserList.js +14 -14
  99. package/dist/ConfigProvider/hooks/useGetUserList.js.map +1 -0
  100. package/dist/ConfigProvider/index.d.ts +33 -13
  101. package/dist/ConfigProvider/index.js +34 -44
  102. package/dist/ConfigProvider/index.js.map +1 -0
  103. package/dist/ConfigProvider/sizeContext.js +12 -12
  104. package/dist/ConfigProvider/sizeContext.js.map +1 -0
  105. package/dist/DataPreviewTable/components/Body/Cell.d.ts +3 -3
  106. package/dist/DataPreviewTable/components/Body/Cell.js +35 -37
  107. package/dist/DataPreviewTable/components/Body/Cell.js.map +1 -0
  108. package/dist/DataPreviewTable/components/Body/Error.d.ts +2 -2
  109. package/dist/DataPreviewTable/components/Body/Error.js +21 -19
  110. package/dist/DataPreviewTable/components/Body/Error.js.map +1 -0
  111. package/dist/DataPreviewTable/components/Body/index.d.ts +2 -2
  112. package/dist/DataPreviewTable/components/Body/index.js +37 -51
  113. package/dist/DataPreviewTable/components/Body/index.js.map +1 -0
  114. package/dist/DataPreviewTable/components/DragBar/Mask.d.ts +1 -2
  115. package/dist/DataPreviewTable/components/DragBar/Mask.js +31 -29
  116. package/dist/DataPreviewTable/components/DragBar/Mask.js.map +1 -0
  117. package/dist/DataPreviewTable/components/DragBar/index.d.ts +2 -2
  118. package/dist/DataPreviewTable/components/DragBar/index.js +58 -76
  119. package/dist/DataPreviewTable/components/DragBar/index.js.map +1 -0
  120. package/dist/DataPreviewTable/components/Header/index.d.ts +1 -2
  121. package/dist/DataPreviewTable/components/Header/index.js +43 -50
  122. package/dist/DataPreviewTable/components/Header/index.js.map +1 -0
  123. package/dist/DataPreviewTable/constant.js +2 -6
  124. package/dist/DataPreviewTable/constant.js.map +1 -0
  125. package/dist/DataPreviewTable/hooks/useDirection.js +164 -215
  126. package/dist/DataPreviewTable/hooks/useDirection.js.map +1 -0
  127. package/dist/DataPreviewTable/index.d.ts +2 -2
  128. package/dist/DataPreviewTable/index.js +105 -131
  129. package/dist/DataPreviewTable/index.js.map +1 -0
  130. package/dist/DataPreviewTable/interface.d.ts +1 -1
  131. package/dist/DataPreviewTable/interface.js +14 -9
  132. package/dist/DataPreviewTable/interface.js.map +1 -0
  133. package/dist/DataPreviewTable/utils/findRange.js +41 -63
  134. package/dist/DataPreviewTable/utils/findRange.js.map +1 -0
  135. package/dist/DataPreviewTable/utils/getColumnOffsetsFromWidths.js +13 -8
  136. package/dist/DataPreviewTable/utils/getColumnOffsetsFromWidths.js.map +1 -0
  137. package/dist/DataPreviewTable/utils/getColumnRange.js +11 -21
  138. package/dist/DataPreviewTable/utils/getColumnRange.js.map +1 -0
  139. package/dist/DataPreviewTable/utils/getRowRange.js +15 -22
  140. package/dist/DataPreviewTable/utils/getRowRange.js.map +1 -0
  141. package/dist/DataPreviewTable/utils/getTableLayout.js +19 -17
  142. package/dist/DataPreviewTable/utils/getTableLayout.js.map +1 -0
  143. package/dist/DatePicker/index.d.ts +39 -67
  144. package/dist/DatePicker/index.js +77 -206
  145. package/dist/DatePicker/index.js.map +1 -0
  146. package/dist/Divider/index.d.ts +1 -2
  147. package/dist/Divider/index.js +34 -19
  148. package/dist/Divider/index.js.map +1 -0
  149. package/dist/DoubleCircleIcon/index.d.ts +6 -7
  150. package/dist/DoubleCircleIcon/index.js +2 -34
  151. package/dist/Drawer/index.d.ts +27 -3
  152. package/dist/Drawer/index.js +93 -2
  153. package/dist/Drawer/index.js.map +1 -0
  154. package/dist/Dropdown/index.d.ts +4 -5
  155. package/dist/Dropdown/index.js +145 -189
  156. package/dist/Dropdown/index.js.map +1 -0
  157. package/dist/Empty/image/Data.d.ts +1 -2
  158. package/dist/Empty/image/Data.js +267 -219
  159. package/dist/Empty/image/Data.js.map +1 -0
  160. package/dist/Empty/image/Search.d.ts +1 -2
  161. package/dist/Empty/image/Search.js +15 -10
  162. package/dist/Empty/image/Search.js.map +1 -0
  163. package/dist/Empty/image/SearchSmall.d.ts +1 -2
  164. package/dist/Empty/image/SearchSmall.js +34 -27
  165. package/dist/Empty/image/SearchSmall.js.map +1 -0
  166. package/dist/Empty/image/User.d.ts +1 -2
  167. package/dist/Empty/image/User.js +249 -196
  168. package/dist/Empty/image/User.js.map +1 -0
  169. package/dist/Empty/image/WorkBook.d.ts +1 -2
  170. package/dist/Empty/image/WorkBook.js +246 -202
  171. package/dist/Empty/image/WorkBook.js.map +1 -0
  172. package/dist/Empty/index.js +62 -70
  173. package/dist/Empty/index.js.map +1 -0
  174. package/dist/Form/FormItemContext.d.ts +27 -0
  175. package/dist/Form/FormItemContext.js +8 -0
  176. package/dist/Form/FormItemContext.js.map +1 -0
  177. package/dist/Form/hooks/useFormItemStatus.d.ts +6 -0
  178. package/dist/Form/hooks/useFormItemStatus.js +2 -0
  179. package/dist/Form/index.d.ts +95 -19
  180. package/dist/Form/index.js +257 -60
  181. package/dist/Form/index.js.map +1 -0
  182. package/dist/HighlightText/index.d.ts +2 -2
  183. package/dist/HighlightText/index.js +27 -28
  184. package/dist/HighlightText/index.js.map +1 -0
  185. package/dist/Icon/components/AlertTriangleDuotone.d.ts +1 -1
  186. package/dist/Icon/components/AlertTriangleDuotone.js +35 -35
  187. package/dist/Icon/components/AlertTriangleDuotone.js.map +1 -0
  188. package/dist/Icon/components/AlertTriangleLine.d.ts +1 -1
  189. package/dist/Icon/components/AlertTriangleLine.js +35 -35
  190. package/dist/Icon/components/AlertTriangleLine.js.map +1 -0
  191. package/dist/Icon/components/ArrowDownFill.d.ts +1 -1
  192. package/dist/Icon/components/ArrowDownFill.js +35 -35
  193. package/dist/Icon/components/ArrowDownFill.js.map +1 -0
  194. package/dist/Icon/components/ArrowDownLightLine.d.ts +1 -1
  195. package/dist/Icon/components/ArrowDownLightLine.js +35 -35
  196. package/dist/Icon/components/ArrowDownLightLine.js.map +1 -0
  197. package/dist/Icon/components/ArrowDownRightFill.js +35 -35
  198. package/dist/Icon/components/ArrowDownRightFill.js.map +1 -0
  199. package/dist/Icon/components/ArrowRightLightLine.d.ts +1 -1
  200. package/dist/Icon/components/ArrowRightLightLine.js +35 -35
  201. package/dist/Icon/components/ArrowRightLightLine.js.map +1 -0
  202. package/dist/Icon/components/AttentionCircleFill.d.ts +1 -1
  203. package/dist/Icon/components/AttentionCircleFill.js +35 -35
  204. package/dist/Icon/components/AttentionCircleFill.js.map +1 -0
  205. package/dist/Icon/components/AttentionTriangleFill.d.ts +1 -1
  206. package/dist/Icon/components/AttentionTriangleFill.js +35 -35
  207. package/dist/Icon/components/AttentionTriangleFill.js.map +1 -0
  208. package/dist/Icon/components/AttentionTriangleLightLine.d.ts +1 -1
  209. package/dist/Icon/components/AttentionTriangleLightLine.js +35 -35
  210. package/dist/Icon/components/AttentionTriangleLightLine.js.map +1 -0
  211. package/dist/Icon/components/CancelCircleDuotone.d.ts +1 -1
  212. package/dist/Icon/components/CancelCircleDuotone.js +39 -38
  213. package/dist/Icon/components/CancelCircleDuotone.js.map +1 -0
  214. package/dist/Icon/components/CancelledCircleFill.js +35 -35
  215. package/dist/Icon/components/CancelledCircleFill.js.map +1 -0
  216. package/dist/Icon/components/CheckCircleDuotone.d.ts +1 -1
  217. package/dist/Icon/components/CheckCircleDuotone.js +39 -38
  218. package/dist/Icon/components/CheckCircleDuotone.js.map +1 -0
  219. package/dist/Icon/components/CheckCircleFill.d.ts +1 -1
  220. package/dist/Icon/components/CheckCircleFill.js +35 -35
  221. package/dist/Icon/components/CheckCircleFill.js.map +1 -0
  222. package/dist/Icon/components/CheckCircleLightLine.d.ts +1 -1
  223. package/dist/Icon/components/CheckCircleLightLine.js +37 -38
  224. package/dist/Icon/components/CheckCircleLightLine.js.map +1 -0
  225. package/dist/Icon/components/CheckLightLine.d.ts +1 -1
  226. package/dist/Icon/components/CheckLightLine.js +35 -35
  227. package/dist/Icon/components/CheckLightLine.js.map +1 -0
  228. package/dist/Icon/components/ChevronDownLine.d.ts +1 -1
  229. package/dist/Icon/components/ChevronDownLine.js +35 -35
  230. package/dist/Icon/components/ChevronDownLine.js.map +1 -0
  231. package/dist/Icon/components/ChevronLeftLine.d.ts +1 -1
  232. package/dist/Icon/components/ChevronLeftLine.js +35 -35
  233. package/dist/Icon/components/ChevronLeftLine.js.map +1 -0
  234. package/dist/Icon/components/ChevronRightLine.d.ts +1 -1
  235. package/dist/Icon/components/ChevronRightLine.js +35 -35
  236. package/dist/Icon/components/ChevronRightLine.js.map +1 -0
  237. package/dist/Icon/components/CircleLightLine.d.ts +1 -1
  238. package/dist/Icon/components/CircleLightLine.js +37 -38
  239. package/dist/Icon/components/CircleLightLine.js.map +1 -0
  240. package/dist/Icon/components/CloseCircleFill.d.ts +1 -1
  241. package/dist/Icon/components/CloseCircleFill.js +35 -35
  242. package/dist/Icon/components/CloseCircleFill.js.map +1 -0
  243. package/dist/Icon/components/CloseCircleLightLine.d.ts +1 -1
  244. package/dist/Icon/components/CloseCircleLightLine.js +35 -35
  245. package/dist/Icon/components/CloseCircleLightLine.js.map +1 -0
  246. package/dist/Icon/components/CloseCircleRightFill.js +35 -35
  247. package/dist/Icon/components/CloseCircleRightFill.js.map +1 -0
  248. package/dist/Icon/components/CloseLLine.d.ts +1 -1
  249. package/dist/Icon/components/CloseLLine.js +35 -35
  250. package/dist/Icon/components/CloseLLine.js.map +1 -0
  251. package/dist/Icon/components/CloseLightLine.d.ts +1 -1
  252. package/dist/Icon/components/CloseLightLine.js +35 -35
  253. package/dist/Icon/components/CloseLightLine.js.map +1 -0
  254. package/dist/Icon/components/CloseMLine.d.ts +1 -1
  255. package/dist/Icon/components/CloseMLine.js +35 -35
  256. package/dist/Icon/components/CloseMLine.js.map +1 -0
  257. package/dist/Icon/components/DangerFill.d.ts +1 -1
  258. package/dist/Icon/components/DangerFill.js +35 -35
  259. package/dist/Icon/components/DangerFill.js.map +1 -0
  260. package/dist/Icon/components/DragLightLine.d.ts +1 -1
  261. package/dist/Icon/components/DragLightLine.js +35 -35
  262. package/dist/Icon/components/DragLightLine.js.map +1 -0
  263. package/dist/Icon/components/DragLine.d.ts +1 -1
  264. package/dist/Icon/components/DragLine.js +35 -35
  265. package/dist/Icon/components/DragLine.js.map +1 -0
  266. package/dist/Icon/components/Ellipsis.js +35 -35
  267. package/dist/Icon/components/Ellipsis.js.map +1 -0
  268. package/dist/Icon/components/EyeOffLine.d.ts +1 -1
  269. package/dist/Icon/components/EyeOffLine.js +35 -35
  270. package/dist/Icon/components/EyeOffLine.js.map +1 -0
  271. package/dist/Icon/components/EyeOnLine.d.ts +1 -1
  272. package/dist/Icon/components/EyeOnLine.js +45 -42
  273. package/dist/Icon/components/EyeOnLine.js.map +1 -0
  274. package/dist/Icon/components/FoldDownFill.d.ts +1 -1
  275. package/dist/Icon/components/FoldDownFill.js +36 -38
  276. package/dist/Icon/components/FoldDownFill.js.map +1 -0
  277. package/dist/Icon/components/FoldUpFill.d.ts +1 -1
  278. package/dist/Icon/components/FoldUpFill.js +36 -38
  279. package/dist/Icon/components/FoldUpFill.js.map +1 -0
  280. package/dist/Icon/components/InProgressFill.js +37 -38
  281. package/dist/Icon/components/InProgressFill.js.map +1 -0
  282. package/dist/Icon/components/InfoCircleDuotone.d.ts +1 -1
  283. package/dist/Icon/components/InfoCircleDuotone.js +35 -35
  284. package/dist/Icon/components/InfoCircleDuotone.js.map +1 -0
  285. package/dist/Icon/components/InfoCircleLine.d.ts +1 -1
  286. package/dist/Icon/components/InfoCircleLine.js +35 -35
  287. package/dist/Icon/components/InfoCircleLine.js.map +1 -0
  288. package/dist/Icon/components/InformationCircleFill.d.ts +1 -1
  289. package/dist/Icon/components/InformationCircleFill.js +35 -35
  290. package/dist/Icon/components/InformationCircleFill.js.map +1 -0
  291. package/dist/Icon/components/InformationCircleLightLine.d.ts +1 -1
  292. package/dist/Icon/components/InformationCircleLightLine.js +37 -38
  293. package/dist/Icon/components/InformationCircleLightLine.js.map +1 -0
  294. package/dist/Icon/components/Loading2Line.d.ts +1 -1
  295. package/dist/Icon/components/Loading2Line.js +35 -35
  296. package/dist/Icon/components/Loading2Line.js.map +1 -0
  297. package/dist/Icon/components/LoadingDuotone.js +38 -39
  298. package/dist/Icon/components/LoadingDuotone.js.map +1 -0
  299. package/dist/Icon/components/LoadingLine.d.ts +1 -1
  300. package/dist/Icon/components/LoadingLine.js +35 -35
  301. package/dist/Icon/components/LoadingLine.js.map +1 -0
  302. package/dist/Icon/components/MoreVerticalLine.d.ts +1 -1
  303. package/dist/Icon/components/MoreVerticalLine.js +35 -35
  304. package/dist/Icon/components/MoreVerticalLine.js.map +1 -0
  305. package/dist/Icon/components/SearchLine.d.ts +1 -1
  306. package/dist/Icon/components/SearchLine.js +35 -35
  307. package/dist/Icon/components/SearchLine.js.map +1 -0
  308. package/dist/Icon/components/SignLightLine.d.ts +1 -1
  309. package/dist/Icon/components/SignLightLine.js +35 -35
  310. package/dist/Icon/components/SignLightLine.js.map +1 -0
  311. package/dist/Icon/components/SortAscendingOrderColor.js +37 -36
  312. package/dist/Icon/components/SortAscendingOrderColor.js.map +1 -0
  313. package/dist/Icon/components/SortColor.js +33 -33
  314. package/dist/Icon/components/SortColor.js.map +1 -0
  315. package/dist/Icon/components/SortDescendingOrderColor.js +37 -36
  316. package/dist/Icon/components/SortDescendingOrderColor.js.map +1 -0
  317. package/dist/Icon/components/TimesLightLine.d.ts +1 -1
  318. package/dist/Icon/components/TimesLightLine.js +35 -35
  319. package/dist/Icon/components/TimesLightLine.js.map +1 -0
  320. package/dist/Icon/components/TrashLightLine.d.ts +1 -1
  321. package/dist/Icon/components/TrashLightLine.js +37 -38
  322. package/dist/Icon/components/TrashLightLine.js.map +1 -0
  323. package/dist/Icon/components/TriangleLightLine.d.ts +1 -1
  324. package/dist/Icon/components/TriangleLightLine.js +35 -35
  325. package/dist/Icon/components/TriangleLightLine.js.map +1 -0
  326. package/dist/Icon/components/User.d.ts +1 -1
  327. package/dist/Icon/components/User.js +42 -41
  328. package/dist/Icon/components/User.js.map +1 -0
  329. package/dist/Icon/components/UserGroup.d.ts +1 -1
  330. package/dist/Icon/components/UserGroup.js +40 -39
  331. package/dist/Icon/components/UserGroup.js.map +1 -0
  332. package/dist/Icon/components/createFromScripts.js +2 -29
  333. package/dist/Icon/index.d.ts +52 -52
  334. package/dist/Icon/index.js +52 -52
  335. package/dist/IconButton/index.d.ts +1 -1
  336. package/dist/IconButton/index.js +92 -106
  337. package/dist/IconButton/index.js.map +1 -0
  338. package/dist/Input/components/Input/index.d.ts +19 -53
  339. package/dist/Input/components/Input/index.js +115 -62
  340. package/dist/Input/components/Input/index.js.map +1 -0
  341. package/dist/Input/components/Password/index.d.ts +4 -13
  342. package/dist/Input/components/Password/index.js +34 -37
  343. package/dist/Input/components/Password/index.js.map +1 -0
  344. package/dist/Input/components/TextArea/index.d.ts +16 -44
  345. package/dist/Input/components/TextArea/index.js +78 -44
  346. package/dist/Input/components/TextArea/index.js.map +1 -0
  347. package/dist/Input/index.d.ts +6 -7
  348. package/dist/Input/index.js +11 -7
  349. package/dist/Input/index.js.map +1 -0
  350. package/dist/InputNumber/index.d.ts +2 -3
  351. package/dist/InputNumber/index.js +123 -44
  352. package/dist/InputNumber/index.js.map +1 -0
  353. package/dist/InputNumber/type.d.ts +7 -126
  354. package/dist/InputNumber/type.js +2 -1
  355. package/dist/InputSearch/index.d.ts +3 -2
  356. package/dist/InputSearch/index.js +107 -154
  357. package/dist/InputSearch/index.js.map +1 -0
  358. package/dist/Layout/index.d.ts +28 -3
  359. package/dist/Layout/index.js +74 -2
  360. package/dist/Layout/index.js.map +1 -0
  361. package/dist/List/Item.d.ts +1 -1
  362. package/dist/List/Item.js +56 -73
  363. package/dist/List/Item.js.map +1 -0
  364. package/dist/List/index.d.ts +2 -2
  365. package/dist/List/index.js +93 -129
  366. package/dist/List/index.js.map +1 -0
  367. package/dist/LogicTree/DisplayLogicTree.d.ts +3 -3
  368. package/dist/LogicTree/DisplayLogicTree.js +16 -14
  369. package/dist/LogicTree/DisplayLogicTree.js.map +1 -0
  370. package/dist/LogicTree/components/DisplayLogicItem/index.d.ts +2 -2
  371. package/dist/LogicTree/components/DisplayLogicItem/index.js +69 -85
  372. package/dist/LogicTree/components/DisplayLogicItem/index.js.map +1 -0
  373. package/dist/LogicTree/components/LogicItem/index.d.ts +1 -2
  374. package/dist/LogicTree/components/LogicItem/index.js +296 -388
  375. package/dist/LogicTree/components/LogicItem/index.js.map +1 -0
  376. package/dist/LogicTree/helper.d.ts +1 -1
  377. package/dist/LogicTree/helper.js +119 -182
  378. package/dist/LogicTree/helper.js.map +1 -0
  379. package/dist/LogicTree/index.d.ts +5 -6
  380. package/dist/LogicTree/index.js +100 -143
  381. package/dist/LogicTree/index.js.map +1 -0
  382. package/dist/LogicTree/type.js +14 -9
  383. package/dist/LogicTree/type.js.map +1 -0
  384. package/dist/MemberPicker/components/MemberSelection.d.ts +2 -2
  385. package/dist/MemberPicker/components/MemberSelection.js +138 -169
  386. package/dist/MemberPicker/components/MemberSelection.js.map +1 -0
  387. package/dist/MemberPicker/components/MultipleOption.d.ts +1 -2
  388. package/dist/MemberPicker/components/MultipleOption.js +66 -70
  389. package/dist/MemberPicker/components/MultipleOption.js.map +1 -0
  390. package/dist/MemberPicker/components/NickLabel.d.ts +1 -1
  391. package/dist/MemberPicker/components/NickLabel.js +25 -23
  392. package/dist/MemberPicker/components/NickLabel.js.map +1 -0
  393. package/dist/MemberPicker/components/Panel.d.ts +2 -2
  394. package/dist/MemberPicker/components/Panel.js +158 -192
  395. package/dist/MemberPicker/components/Panel.js.map +1 -0
  396. package/dist/MemberPicker/components/PanelWrapper.d.ts +3 -3
  397. package/dist/MemberPicker/components/PanelWrapper.js +99 -151
  398. package/dist/MemberPicker/components/PanelWrapper.js.map +1 -0
  399. package/dist/MemberPicker/components/SelectedMemberTags.d.ts +2 -2
  400. package/dist/MemberPicker/components/SelectedMemberTags.js +81 -82
  401. package/dist/MemberPicker/components/SelectedMemberTags.js.map +1 -0
  402. package/dist/MemberPicker/components/SelectorFooter.d.ts +2 -2
  403. package/dist/MemberPicker/components/SelectorFooter.js +36 -43
  404. package/dist/MemberPicker/components/SelectorFooter.js.map +1 -0
  405. package/dist/MemberPicker/components/SingleOption.d.ts +1 -2
  406. package/dist/MemberPicker/components/SingleOption.js +62 -66
  407. package/dist/MemberPicker/components/SingleOption.js.map +1 -0
  408. package/dist/MemberPicker/components/UserGroupSelection.d.ts +2 -2
  409. package/dist/MemberPicker/components/UserGroupSelection.js +163 -229
  410. package/dist/MemberPicker/components/UserGroupSelection.js.map +1 -0
  411. package/dist/MemberPicker/index.d.ts +3 -3
  412. package/dist/MemberPicker/index.js +279 -380
  413. package/dist/MemberPicker/index.js.map +1 -0
  414. package/dist/MemberPicker/interface.d.ts +2 -2
  415. package/dist/MemberPicker/interface.js +11 -6
  416. package/dist/MemberPicker/interface.js.map +1 -0
  417. package/dist/MemberPicker/tests/mockPort.js +2 -147
  418. package/dist/MemberPicker/utils/getUsersWithUserId.js +10 -23
  419. package/dist/MemberPicker/utils/getUsersWithUserId.js.map +1 -0
  420. package/dist/MemberPicker/utils/index.d.ts +1 -2
  421. package/dist/MemberPicker/utils/index.js +18 -14
  422. package/dist/MemberPicker/utils/index.js.map +1 -0
  423. package/dist/Menu/index.d.ts +2 -2
  424. package/dist/Menu/index.js +113 -125
  425. package/dist/Menu/index.js.map +1 -0
  426. package/dist/Modal/index.d.ts +69 -25
  427. package/dist/Modal/index.js +329 -339
  428. package/dist/Modal/index.js.map +1 -0
  429. package/dist/OverflowCount/index.d.ts +2 -17
  430. package/dist/OverflowCount/index.js +88 -75
  431. package/dist/OverflowCount/index.js.map +1 -0
  432. package/dist/Pagination/PageSizeChanger.d.ts +1 -1
  433. package/dist/Pagination/PageSizeChanger.js +30 -49
  434. package/dist/Pagination/PageSizeChanger.js.map +1 -0
  435. package/dist/Pagination/index.d.ts +2 -3
  436. package/dist/Pagination/index.js +144 -196
  437. package/dist/Pagination/index.js.map +1 -0
  438. package/dist/Pagination/types.js +2 -1
  439. package/dist/Popconfirm/index.d.ts +17 -5
  440. package/dist/Popconfirm/index.js +100 -50
  441. package/dist/Popconfirm/index.js.map +1 -0
  442. package/dist/Popover/index.d.ts +22 -4
  443. package/dist/Popover/index.js +92 -17
  444. package/dist/Popover/index.js.map +1 -0
  445. package/dist/Progress/index.d.ts +1 -1
  446. package/dist/Progress/index.js +46 -74
  447. package/dist/Progress/index.js.map +1 -0
  448. package/dist/Radio/components/Group/index.d.ts +3 -3
  449. package/dist/Radio/components/Group/index.js +51 -63
  450. package/dist/Radio/components/Group/index.js.map +1 -0
  451. package/dist/Radio/components/Radio/index.d.ts +1 -2
  452. package/dist/Radio/components/Radio/index.js +84 -109
  453. package/dist/Radio/components/Radio/index.js.map +1 -0
  454. package/dist/Radio/index.d.ts +4 -5
  455. package/dist/Radio/index.js +9 -4
  456. package/dist/Radio/index.js.map +1 -0
  457. package/dist/Radio/interface/radio.js +2 -1
  458. package/dist/Radio/interface/radioGroup.d.ts +1 -1
  459. package/dist/Radio/interface/radioGroup.js +2 -1
  460. package/dist/RenameInput/index.d.ts +2 -2
  461. package/dist/RenameInput/index.js +94 -129
  462. package/dist/RenameInput/index.js.map +1 -0
  463. package/dist/Result/index.d.ts +5 -5
  464. package/dist/Result/index.js +122 -116
  465. package/dist/Result/index.js.map +1 -0
  466. package/dist/Result/noFound.d.ts +1 -1
  467. package/dist/Result/noFound.js +36 -33
  468. package/dist/Result/noFound.js.map +1 -0
  469. package/dist/Result/serverError.d.ts +1 -1
  470. package/dist/Result/serverError.js +36 -33
  471. package/dist/Result/serverError.js.map +1 -0
  472. package/dist/Result/unauthorized.d.ts +1 -1
  473. package/dist/Result/unauthorized.js +36 -34
  474. package/dist/Result/unauthorized.js.map +1 -0
  475. package/dist/Row/index.d.ts +11 -2
  476. package/dist/Row/index.js +42 -2
  477. package/dist/Row/index.js.map +1 -0
  478. package/dist/ScrollArea/index.d.ts +1 -1
  479. package/dist/ScrollArea/index.js +44 -58
  480. package/dist/ScrollArea/index.js.map +1 -0
  481. package/dist/{AldSelect → Select}/BaseSelect.d.ts +13 -3
  482. package/dist/Select/BaseSelect.js +206 -0
  483. package/dist/Select/BaseSelect.js.map +1 -0
  484. package/dist/{AldSelect → Select}/SelectTrigger.d.ts +3 -3
  485. package/dist/Select/SelectTrigger.js +60 -0
  486. package/dist/Select/SelectTrigger.js.map +1 -0
  487. package/dist/{AldSelect → Select}/Selector/MultipleResponsiveSelectedSection.d.ts +2 -2
  488. package/dist/Select/Selector/MultipleResponsiveSelectedSection.js +48 -0
  489. package/dist/Select/Selector/MultipleResponsiveSelectedSection.js.map +1 -0
  490. package/dist/{AldSelect → Select}/Selector/MultipleSelector.d.ts +3 -3
  491. package/dist/Select/Selector/MultipleSelector.js +128 -0
  492. package/dist/Select/Selector/MultipleSelector.js.map +1 -0
  493. package/dist/{AldSelect → Select}/Selector/index.d.ts +2 -2
  494. package/dist/Select/Selector/index.js +25 -0
  495. package/dist/Select/Selector/index.js.map +1 -0
  496. package/dist/{AldSelect → Select}/components/PopupContent.d.ts +2 -2
  497. package/dist/Select/components/PopupContent.js +25 -0
  498. package/dist/Select/components/PopupContent.js.map +1 -0
  499. package/dist/{AldSelect → Select}/components/SearchBox.d.ts +2 -2
  500. package/dist/Select/components/SearchBox.js +23 -0
  501. package/dist/Select/components/SearchBox.js.map +1 -0
  502. package/dist/{AldSelect → Select}/components/Suffix.d.ts +2 -2
  503. package/dist/Select/components/Suffix.js +36 -0
  504. package/dist/Select/components/Suffix.js.map +1 -0
  505. package/dist/Select/hooks/useCache.js +35 -0
  506. package/dist/Select/hooks/useCache.js.map +1 -0
  507. package/dist/Select/hooks/useDisplayMenu.js +42 -0
  508. package/dist/Select/hooks/useDisplayMenu.js.map +1 -0
  509. package/dist/{AldSelect → Select}/hooks/useLayoutEffect.d.ts +2 -1
  510. package/dist/Select/hooks/useLayoutEffect.js +2 -0
  511. package/dist/{AldSelect → Select}/hooks/useOptions.d.ts +1 -1
  512. package/dist/Select/hooks/useOptions.js +60 -0
  513. package/dist/Select/hooks/useOptions.js.map +1 -0
  514. package/dist/{AldSelect → Select}/index.d.ts +2 -2
  515. package/dist/Select/index.js +151 -0
  516. package/dist/Select/index.js.map +1 -0
  517. package/dist/{AldSelect → Select}/interface.d.ts +2 -2
  518. package/dist/Select/interface.js +2 -0
  519. package/dist/{AldSelect → Select}/utils/commonUtil.d.ts +0 -1
  520. package/dist/Select/utils/commonUtil.js +38 -0
  521. package/dist/Select/utils/commonUtil.js.map +1 -0
  522. package/dist/Select/utils/getWidthStyle.js +11 -0
  523. package/dist/Select/utils/getWidthStyle.js.map +1 -0
  524. package/dist/Select/utils/keyUtil.js +2 -0
  525. package/dist/{AldSelect → Select}/utils/valueUtil.d.ts +2 -3
  526. package/dist/Select/utils/valueUtil.js +16 -0
  527. package/dist/Select/utils/valueUtil.js.map +1 -0
  528. package/dist/Skeleton/index.d.ts +56 -2
  529. package/dist/Skeleton/index.js +130 -2
  530. package/dist/Skeleton/index.js.map +1 -0
  531. package/dist/Slider/index.d.ts +34 -4
  532. package/dist/Slider/index.js +98 -8
  533. package/dist/Slider/index.js.map +1 -0
  534. package/dist/Space/CompactContext.d.ts +20 -0
  535. package/dist/Space/CompactContext.js +24 -0
  536. package/dist/Space/CompactContext.js.map +1 -0
  537. package/dist/Space/index.d.ts +28 -3
  538. package/dist/Space/index.js +64 -2
  539. package/dist/Space/index.js.map +1 -0
  540. package/dist/Spin/CustomIcon/index.d.ts +3 -3
  541. package/dist/Spin/CustomIcon/index.js +27 -38
  542. package/dist/Spin/CustomIcon/index.js.map +1 -0
  543. package/dist/Spin/index.d.ts +2 -2
  544. package/dist/Spin/index.js +47 -62
  545. package/dist/Spin/index.js.map +1 -0
  546. package/dist/StatusLight/index.d.ts +2 -2
  547. package/dist/StatusLight/index.js +73 -58
  548. package/dist/StatusLight/index.js.map +1 -0
  549. package/dist/Steps/components/CustomDot/index.d.ts +4 -2
  550. package/dist/Steps/components/CustomDot/index.js +2 -8
  551. package/dist/Steps/components/ProcessIcon/index.d.ts +1 -2
  552. package/dist/Steps/components/ProcessIcon/index.js +39 -24
  553. package/dist/Steps/components/ProcessIcon/index.js.map +1 -0
  554. package/dist/Steps/components/Step/index.d.ts +2 -14
  555. package/dist/Steps/components/Step/index.js +28 -41
  556. package/dist/Steps/components/Step/index.js.map +1 -0
  557. package/dist/Steps/index.d.ts +13 -33
  558. package/dist/Steps/index.js +79 -30
  559. package/dist/Steps/index.js.map +1 -0
  560. package/dist/Steps/matchMedia.mock.js +2 -18
  561. package/dist/Switch/index.d.ts +5 -36
  562. package/dist/Switch/index.js +62 -67
  563. package/dist/Switch/index.js.map +1 -0
  564. package/dist/Switch/test/index.js +2 -43
  565. package/dist/Table/components/Cell.d.ts +1 -2
  566. package/dist/Table/components/Cell.js +40 -41
  567. package/dist/Table/components/Cell.js.map +1 -0
  568. package/dist/Table/components/DndWrapper.d.ts +1 -1
  569. package/dist/Table/components/DndWrapper.js +27 -35
  570. package/dist/Table/components/DndWrapper.js.map +1 -0
  571. package/dist/Table/components/ErrorBoundary.d.ts +4 -2
  572. package/dist/Table/components/ErrorBoundary.js +33 -61
  573. package/dist/Table/components/ErrorBoundary.js.map +1 -0
  574. package/dist/Table/components/ExpandCell.d.ts +2 -2
  575. package/dist/Table/components/ExpandCell.js +61 -62
  576. package/dist/Table/components/ExpandCell.js.map +1 -0
  577. package/dist/Table/components/Footer/index.d.ts +1 -2
  578. package/dist/Table/components/Footer/index.js +75 -81
  579. package/dist/Table/components/Footer/index.js.map +1 -0
  580. package/dist/Table/components/Header.d.ts +1 -2
  581. package/dist/Table/components/Header.js +62 -68
  582. package/dist/Table/components/Header.js.map +1 -0
  583. package/dist/Table/helper.d.ts +6 -7
  584. package/dist/Table/helper.js +101 -155
  585. package/dist/Table/helper.js.map +1 -0
  586. package/dist/Table/hooks/useExpandable.d.ts +1 -1
  587. package/dist/Table/hooks/useExpandable.js +125 -172
  588. package/dist/Table/hooks/useExpandable.js.map +1 -0
  589. package/dist/Table/hooks/useFixed.d.ts +1 -2
  590. package/dist/Table/hooks/useFixed.js +45 -54
  591. package/dist/Table/hooks/useFixed.js.map +1 -0
  592. package/dist/Table/hooks/useRowDnd.d.ts +1 -1
  593. package/dist/Table/hooks/useRowDnd.js +156 -260
  594. package/dist/Table/hooks/useRowDnd.js.map +1 -0
  595. package/dist/Table/hooks/useRowSelection.d.ts +1 -1
  596. package/dist/Table/hooks/useRowSelection.js +268 -389
  597. package/dist/Table/hooks/useRowSelection.js.map +1 -0
  598. package/dist/Table/hooks/useScroll.d.ts +3 -4
  599. package/dist/Table/hooks/useScroll.js +92 -137
  600. package/dist/Table/hooks/useScroll.js.map +1 -0
  601. package/dist/Table/index.d.ts +3 -3
  602. package/dist/Table/index.js +442 -514
  603. package/dist/Table/index.js.map +1 -0
  604. package/dist/Table/tests/helper.d.ts +1 -1
  605. package/dist/Table/tests/helper.js +2 -41
  606. package/dist/Table/types.d.ts +1 -1
  607. package/dist/Table/types.js +2 -1
  608. package/dist/Tabs/TabPane.d.ts +2 -14
  609. package/dist/Tabs/TabPane.js +13 -6
  610. package/dist/Tabs/TabPane.js.map +1 -0
  611. package/dist/Tabs/index.d.ts +26 -52
  612. package/dist/Tabs/index.js +187 -78
  613. package/dist/Tabs/index.js.map +1 -0
  614. package/dist/Tag/index.d.ts +3 -3
  615. package/dist/Tag/index.js +119 -144
  616. package/dist/Tag/index.js.map +1 -0
  617. package/dist/TextLink/index.d.ts +10 -2
  618. package/dist/TextLink/index.js +49 -24
  619. package/dist/TextLink/index.js.map +1 -0
  620. package/dist/Tooltip/index.d.ts +2 -47
  621. package/dist/Tooltip/index.js +124 -34
  622. package/dist/Tooltip/index.js.map +1 -0
  623. package/dist/Tour/index.d.ts +29 -3
  624. package/dist/Tour/index.js +79 -2
  625. package/dist/Tour/index.js.map +1 -0
  626. package/dist/Tree/DirectoryTree.d.ts +3 -4
  627. package/dist/Tree/DirectoryTree.js +91 -161
  628. package/dist/Tree/DirectoryTree.js.map +1 -0
  629. package/dist/Tree/Tree.d.ts +3 -4
  630. package/dist/Tree/Tree.js +2 -205
  631. package/dist/Tree/Tree2.js +146 -0
  632. package/dist/Tree/Tree2.js.map +1 -0
  633. package/dist/Tree/index.d.ts +7 -10
  634. package/dist/Tree/index.js +10 -6
  635. package/dist/Tree/index.js.map +1 -0
  636. package/dist/Tree/utils/dictUtil.d.ts +1 -1
  637. package/dist/Tree/utils/dictUtil.js +49 -69
  638. package/dist/Tree/utils/dictUtil.js.map +1 -0
  639. package/dist/Tree/utils/dropIndicator.d.ts +1 -2
  640. package/dist/Tree/utils/dropIndicator.js +31 -35
  641. package/dist/Tree/utils/dropIndicator.js.map +1 -0
  642. package/dist/Tree/utils/iconUtil.d.ts +1 -1
  643. package/dist/Tree/utils/iconUtil.js +61 -65
  644. package/dist/Tree/utils/iconUtil.js.map +1 -0
  645. package/dist/Typography/index.d.ts +53 -2
  646. package/dist/Typography/index.js +85 -2
  647. package/dist/Typography/index.js.map +1 -0
  648. package/dist/Upload/index.d.ts +78 -4
  649. package/dist/Upload/index.js +334 -2
  650. package/dist/Upload/index.js.map +1 -0
  651. package/dist/User/index.d.ts +4 -2
  652. package/dist/User/index.js +31 -26
  653. package/dist/User/index.js.map +1 -0
  654. package/dist/Watermark/index.d.ts +2 -2
  655. package/dist/Watermark/index.js +61 -4
  656. package/dist/Watermark/index.js.map +1 -0
  657. package/dist/_utils/SimpleOverflow.d.ts +14 -0
  658. package/dist/_utils/SimpleOverflow.js +61 -0
  659. package/dist/_utils/SimpleOverflow.js.map +1 -0
  660. package/dist/_utils/getUniqId.js +12 -11
  661. package/dist/_utils/getUniqId.js.map +1 -0
  662. package/dist/_utils/hooks/useControlledState.js +2 -42
  663. package/dist/_utils/hooks/useId.js +15 -18
  664. package/dist/_utils/hooks/useId.js.map +1 -0
  665. package/dist/_utils/motion.d.ts +2 -3
  666. package/dist/_utils/motion.js +28 -49
  667. package/dist/_utils/motion.js.map +1 -0
  668. package/dist/_utils/prefixCls.d.ts +1 -3
  669. package/dist/_utils/prefixCls.js +13 -14
  670. package/dist/_utils/prefixCls.js.map +1 -0
  671. package/dist/_utils/reactNode.js +17 -15
  672. package/dist/_utils/reactNode.js.map +1 -0
  673. package/dist/_utils/statusUtils.d.ts +3 -0
  674. package/dist/_utils/statusUtils.js +2 -0
  675. package/dist/_utils/type.js +2 -22
  676. package/dist/aloudata-design.css +2 -0
  677. package/dist/index.d.ts +125 -113
  678. package/dist/index.js +73 -70
  679. package/dist/lib/utils.d.ts +2 -0
  680. package/dist/lib/utils.js +10 -0
  681. package/dist/lib/utils.js.map +1 -0
  682. package/dist/locale/default.d.ts +5 -3
  683. package/dist/locale/default.js +18 -17
  684. package/dist/locale/default.js.map +1 -0
  685. package/dist/locale/en_US.d.ts +1 -0
  686. package/dist/locale/en_US.js +63 -69
  687. package/dist/locale/en_US.js.map +1 -0
  688. package/dist/locale/zh_CN.d.ts +1 -0
  689. package/dist/locale/zh_CN.js +63 -69
  690. package/dist/locale/zh_CN.js.map +1 -0
  691. package/dist/message/index.js +91 -81
  692. package/dist/message/index.js.map +1 -0
  693. package/dist/notification/index.d.ts +1 -1
  694. package/dist/notification/index.js +209 -218
  695. package/dist/notification/index.js.map +1 -0
  696. package/dist/select_structure.png +0 -0
  697. package/dist/select_use_tip1.png +0 -0
  698. package/dist/select_use_tip2.png +0 -0
  699. package/dist/select_use_tip3.png +0 -0
  700. package/dist/select_use_tip4.png +0 -0
  701. package/package.json +58 -56
  702. package/dist/AMenu/style/index.d.ts +0 -2
  703. package/dist/AMenu/style/index.js +0 -2
  704. package/dist/AMenu/style/index.less +0 -1
  705. package/dist/AProgress/style/index.d.ts +0 -2
  706. package/dist/AProgress/style/index.js +0 -2
  707. package/dist/AProgress/style/index.less +0 -1
  708. package/dist/AldSelect/BaseSelect.js +0 -275
  709. package/dist/AldSelect/SelectTrigger.js +0 -76
  710. package/dist/AldSelect/Selector/MultipleResponsiveSelectedSection.js +0 -52
  711. package/dist/AldSelect/Selector/MultipleSelector.js +0 -171
  712. package/dist/AldSelect/Selector/index.js +0 -30
  713. package/dist/AldSelect/components/PopupContent.js +0 -28
  714. package/dist/AldSelect/components/SearchBox.js +0 -23
  715. package/dist/AldSelect/components/Suffix.js +0 -37
  716. package/dist/AldSelect/hooks/useCache.js +0 -50
  717. package/dist/AldSelect/hooks/useDisplayMenu.js +0 -61
  718. package/dist/AldSelect/hooks/useLayoutEffect.js +0 -17
  719. package/dist/AldSelect/hooks/useOptions.js +0 -74
  720. package/dist/AldSelect/index.js +0 -259
  721. package/dist/AldSelect/interface.js +0 -1
  722. package/dist/AldSelect/style/color.less +0 -71
  723. package/dist/AldSelect/style/index.d.ts +0 -1
  724. package/dist/AldSelect/style/index.js +0 -1
  725. package/dist/AldSelect/style/index.less +0 -180
  726. package/dist/AldSelect/style/size.less +0 -72
  727. package/dist/AldSelect/utils/commonUtil.js +0 -46
  728. package/dist/AldSelect/utils/getWidthStyle.js +0 -18
  729. package/dist/AldSelect/utils/keyUtil.js +0 -10
  730. package/dist/AldSelect/utils/valueUtil.js +0 -131
  731. package/dist/Alert/style/index.d.ts +0 -2
  732. package/dist/Alert/style/index.js +0 -2
  733. package/dist/Alert/style/index.less +0 -1
  734. package/dist/App/style/index.d.ts +0 -2
  735. package/dist/App/style/index.js +0 -2
  736. package/dist/App/style/index.less +0 -1
  737. package/dist/Avatar/style/index.d.ts +0 -2
  738. package/dist/Avatar/style/index.js +0 -2
  739. package/dist/Avatar/style/index.less +0 -23
  740. package/dist/Badge/style/index.d.ts +0 -2
  741. package/dist/Badge/style/index.js +0 -2
  742. package/dist/Badge/style/index.less +0 -50
  743. package/dist/Breadcrumb/style/index.d.ts +0 -2
  744. package/dist/Breadcrumb/style/index.js +0 -2
  745. package/dist/Breadcrumb/style/index.less +0 -37
  746. package/dist/Button/style/index.d.ts +0 -2
  747. package/dist/Button/style/index.js +0 -2
  748. package/dist/Button/style/index.less +0 -24
  749. package/dist/Button/style/reset.less +0 -9
  750. package/dist/Button/style/size.less +0 -102
  751. package/dist/Button/style/type.less +0 -286
  752. package/dist/Button/style/variables.less +0 -124
  753. package/dist/Card/style/index.d.ts +0 -2
  754. package/dist/Card/style/index.js +0 -2
  755. package/dist/Card/style/index.less +0 -1
  756. package/dist/Carousel/style/index.d.ts +0 -2
  757. package/dist/Carousel/style/index.js +0 -2
  758. package/dist/Carousel/style/index.less +0 -1
  759. package/dist/Checkbox/style/index.d.ts +0 -2
  760. package/dist/Checkbox/style/index.js +0 -2
  761. package/dist/Checkbox/style/index.less +0 -235
  762. package/dist/Col/style/index.d.ts +0 -2
  763. package/dist/Col/style/index.js +0 -2
  764. package/dist/Col/style/index.less +0 -1
  765. package/dist/Collapse/style/index.d.ts +0 -2
  766. package/dist/Collapse/style/index.js +0 -2
  767. package/dist/Collapse/style/index.less +0 -107
  768. package/dist/ColorPicker/alpha.svg +0 -54
  769. package/dist/ColorPicker/style/complex.less +0 -199
  770. package/dist/ColorPicker/style/index.d.ts +0 -2
  771. package/dist/ColorPicker/style/index.js +0 -2
  772. package/dist/ColorPicker/style/index.less +0 -190
  773. package/dist/ConfigProvider/defaultRenderEmpty.d.ts +0 -4
  774. package/dist/ConfigProvider/defaultRenderEmpty.js +0 -34
  775. package/dist/ConfigProvider/style/index.d.ts +0 -2
  776. package/dist/ConfigProvider/style/index.js +0 -2
  777. package/dist/ConfigProvider/style/index.less +0 -1
  778. package/dist/DONT-USE-THIS-FILE-NAME +0 -7
  779. package/dist/DataPreviewTable/style/index.d.ts +0 -2
  780. package/dist/DataPreviewTable/style/index.js +0 -2
  781. package/dist/DataPreviewTable/style/index.less +0 -158
  782. package/dist/DatePicker/style/index.d.ts +0 -2
  783. package/dist/DatePicker/style/index.js +0 -2
  784. package/dist/DatePicker/style/index.less +0 -14
  785. package/dist/Divider/style/index.d.ts +0 -2
  786. package/dist/Divider/style/index.js +0 -2
  787. package/dist/Divider/style/index.less +0 -40
  788. package/dist/DoubleCircleIcon/style/index.less +0 -55
  789. package/dist/Drawer/style/index.d.ts +0 -2
  790. package/dist/Drawer/style/index.js +0 -2
  791. package/dist/Drawer/style/index.less +0 -1
  792. package/dist/Dropdown/style/index.d.ts +0 -2
  793. package/dist/Dropdown/style/index.js +0 -2
  794. package/dist/Dropdown/style/index.less +0 -24
  795. package/dist/Empty/style/index.d.ts +0 -1
  796. package/dist/Empty/style/index.js +0 -1
  797. package/dist/Empty/style/index.less +0 -74
  798. package/dist/Form/style/index.d.ts +0 -3
  799. package/dist/Form/style/index.js +0 -3
  800. package/dist/Form/style/index.less +0 -130
  801. package/dist/HighlightText/style/index.d.ts +0 -2
  802. package/dist/HighlightText/style/index.js +0 -2
  803. package/dist/HighlightText/style/index.less +0 -5
  804. package/dist/Icon/antdIconfont.d.ts +0 -4
  805. package/dist/Icon/antdIconfont.js +0 -2
  806. package/dist/Icon/index.less +0 -24
  807. package/dist/Icon/style/index.d.ts +0 -2
  808. package/dist/Icon/style/index.js +0 -2
  809. package/dist/Icon/style/index.less +0 -24
  810. package/dist/Icon/svg/Arrow-Right-light-line.svg +0 -5
  811. package/dist/Icon/svg/Cancelled-Circle-fill.svg +0 -6
  812. package/dist/Icon/svg/Close-Circle-light-line.svg +0 -5
  813. package/dist/Icon/svg/In-Progress-fill.svg +0 -8
  814. package/dist/Icon/svg/Loading-duotone.svg +0 -7
  815. package/dist/Icon/svg/Sign-light-line.svg +0 -3
  816. package/dist/Icon/svg/Sort-Ascending-order-Color.svg +0 -5
  817. package/dist/Icon/svg/Sort-Color.svg +0 -5
  818. package/dist/Icon/svg/Sort-Descending-order-Color.svg +0 -5
  819. package/dist/Icon/svg/Times-light-line.svg +0 -5
  820. package/dist/Icon/svg/Trash-light-line.svg +0 -8
  821. package/dist/Icon/svg/alert-triangle-duotone.svg +0 -5
  822. package/dist/Icon/svg/alert-triangle-line.svg +0 -5
  823. package/dist/Icon/svg/arrow-down-fill.svg +0 -5
  824. package/dist/Icon/svg/arrow-down-light-line.svg +0 -5
  825. package/dist/Icon/svg/arrow-down-right-fill.svg +0 -5
  826. package/dist/Icon/svg/attention-circle-fill.svg +0 -5
  827. package/dist/Icon/svg/attention-triangle-fill.svg +0 -5
  828. package/dist/Icon/svg/attention-triangle-light-line.svg +0 -5
  829. package/dist/Icon/svg/cancel-circle-duotone.svg +0 -8
  830. package/dist/Icon/svg/check-circle-duotone.svg +0 -8
  831. package/dist/Icon/svg/check-circle-fill.svg +0 -5
  832. package/dist/Icon/svg/check-circle-light-line.svg +0 -8
  833. package/dist/Icon/svg/check-light-line.svg +0 -5
  834. package/dist/Icon/svg/chevron-down-line.svg +0 -7
  835. package/dist/Icon/svg/chevron-left-line.svg +0 -7
  836. package/dist/Icon/svg/chevron-right-line.svg +0 -7
  837. package/dist/Icon/svg/circle-light-line.svg +0 -9
  838. package/dist/Icon/svg/close-L-line.svg +0 -3
  839. package/dist/Icon/svg/close-circle-fill.svg +0 -5
  840. package/dist/Icon/svg/close-circle-right-fill.svg +0 -5
  841. package/dist/Icon/svg/close-light-line.svg +0 -5
  842. package/dist/Icon/svg/close-m-line.svg +0 -7
  843. package/dist/Icon/svg/danger-fill.svg +0 -5
  844. package/dist/Icon/svg/drag-light-line.svg +0 -5
  845. package/dist/Icon/svg/drag-line.svg +0 -7
  846. package/dist/Icon/svg/ellipsis.svg +0 -6
  847. package/dist/Icon/svg/eye-off-line.svg +0 -7
  848. package/dist/Icon/svg/eye-on-line.svg +0 -15
  849. package/dist/Icon/svg/fold-down-fill.svg +0 -8
  850. package/dist/Icon/svg/fold-up-fill.svg +0 -8
  851. package/dist/Icon/svg/info-circle-duotone.svg +0 -5
  852. package/dist/Icon/svg/info-circle-line.svg +0 -5
  853. package/dist/Icon/svg/information-circle-fill.svg +0 -5
  854. package/dist/Icon/svg/information-circle-light-line.svg +0 -9
  855. package/dist/Icon/svg/loading-2-line.svg +0 -8
  856. package/dist/Icon/svg/loading-line.svg +0 -7
  857. package/dist/Icon/svg/more-vertical-line.svg +0 -7
  858. package/dist/Icon/svg/search-line.svg +0 -7
  859. package/dist/Icon/svg/triangle-light-line.svg +0 -5
  860. package/dist/Icon/svg/user.svg +0 -4
  861. package/dist/Icon/svg/userGroup.svg +0 -7
  862. package/dist/IconButton/style/index.d.ts +0 -2
  863. package/dist/IconButton/style/index.js +0 -2
  864. package/dist/IconButton/style/index.less +0 -148
  865. package/dist/Input/style/index.d.ts +0 -2
  866. package/dist/Input/style/index.js +0 -2
  867. package/dist/Input/style/index.less +0 -13
  868. package/dist/Input/style/reset.less +0 -22
  869. package/dist/Input/style/size.less +0 -82
  870. package/dist/Input/style/status.less +0 -99
  871. package/dist/InputNumber/style/index.d.ts +0 -2
  872. package/dist/InputNumber/style/index.js +0 -2
  873. package/dist/InputNumber/style/index.less +0 -330
  874. package/dist/InputSearch/style/index.d.ts +0 -2
  875. package/dist/InputSearch/style/index.js +0 -2
  876. package/dist/InputSearch/style/index.less +0 -91
  877. package/dist/Layout/style/index.d.ts +0 -2
  878. package/dist/Layout/style/index.js +0 -2
  879. package/dist/Layout/style/index.less +0 -1
  880. package/dist/List/style/index.d.ts +0 -2
  881. package/dist/List/style/index.js +0 -2
  882. package/dist/List/style/index.less +0 -120
  883. package/dist/LogicTree/style/DisplayLogicItem.less +0 -54
  884. package/dist/LogicTree/style/LoginItem.less +0 -206
  885. package/dist/LogicTree/style/index.d.ts +0 -2
  886. package/dist/LogicTree/style/index.js +0 -2
  887. package/dist/LogicTree/style/index.less +0 -12
  888. package/dist/MemberPicker/assets/default_user_photo.svg +0 -7
  889. package/dist/MemberPicker/style/index.d.ts +0 -2
  890. package/dist/MemberPicker/style/index.js +0 -2
  891. package/dist/MemberPicker/style/index.less +0 -365
  892. package/dist/Menu/style/index.d.ts +0 -2
  893. package/dist/Menu/style/index.js +0 -2
  894. package/dist/Menu/style/index.less +0 -146
  895. package/dist/Modal/style/index.d.ts +0 -2
  896. package/dist/Modal/style/index.js +0 -2
  897. package/dist/Modal/style/index.less +0 -7
  898. package/dist/Modal/style/modal.less +0 -191
  899. package/dist/Modal/style/modalConfirm.less +0 -89
  900. package/dist/Modal/style/polyfill/animate.less +0 -244
  901. package/dist/Modal/style/polyfill/index.less +0 -54
  902. package/dist/OverflowCount/style/index.d.ts +0 -2
  903. package/dist/OverflowCount/style/index.js +0 -2
  904. package/dist/OverflowCount/style/index.less +0 -52
  905. package/dist/Pagination/style/index.d.ts +0 -2
  906. package/dist/Pagination/style/index.js +0 -2
  907. package/dist/Pagination/style/index.less +0 -45
  908. package/dist/Popconfirm/style/index.d.ts +0 -2
  909. package/dist/Popconfirm/style/index.js +0 -2
  910. package/dist/Popconfirm/style/index.less +0 -81
  911. package/dist/Popover/style/index.d.ts +0 -2
  912. package/dist/Popover/style/index.js +0 -2
  913. package/dist/Popover/style/index.less +0 -73
  914. package/dist/Progress/style/index.d.ts +0 -2
  915. package/dist/Progress/style/index.js +0 -2
  916. package/dist/Progress/style/index.less +0 -57
  917. package/dist/Radio/style/index.d.ts +0 -2
  918. package/dist/Radio/style/index.js +0 -2
  919. package/dist/Radio/style/index.less +0 -603
  920. package/dist/RenameInput/style/index.d.ts +0 -2
  921. package/dist/RenameInput/style/index.js +0 -2
  922. package/dist/RenameInput/style/index.less +0 -66
  923. package/dist/Result/style/index.d.ts +0 -2
  924. package/dist/Result/style/index.js +0 -2
  925. package/dist/Result/style/index.less +0 -104
  926. package/dist/Row/style/index.d.ts +0 -2
  927. package/dist/Row/style/index.js +0 -2
  928. package/dist/Row/style/index.less +0 -1
  929. package/dist/ScrollArea/style/index.d.ts +0 -2
  930. package/dist/ScrollArea/style/index.js +0 -2
  931. package/dist/ScrollArea/style/index.less +0 -54
  932. package/dist/Skeleton/style/index.d.ts +0 -2
  933. package/dist/Skeleton/style/index.js +0 -2
  934. package/dist/Skeleton/style/index.less +0 -91
  935. package/dist/Slider/style/index.d.ts +0 -2
  936. package/dist/Slider/style/index.js +0 -2
  937. package/dist/Slider/style/index.less +0 -68
  938. package/dist/Space/style/index.d.ts +0 -2
  939. package/dist/Space/style/index.js +0 -2
  940. package/dist/Space/style/index.less +0 -1
  941. package/dist/Spin/style/customIcon.less +0 -69
  942. package/dist/Spin/style/index.d.ts +0 -2
  943. package/dist/Spin/style/index.js +0 -2
  944. package/dist/Spin/style/index.less +0 -24
  945. package/dist/StatusLight/style/index.d.ts +0 -2
  946. package/dist/StatusLight/style/index.js +0 -2
  947. package/dist/StatusLight/style/index.less +0 -99
  948. package/dist/Steps/style/index.d.ts +0 -2
  949. package/dist/Steps/style/index.js +0 -2
  950. package/dist/Steps/style/index.less +0 -350
  951. package/dist/Switch/style/index.d.ts +0 -2
  952. package/dist/Switch/style/index.js +0 -2
  953. package/dist/Switch/style/index.less +0 -212
  954. package/dist/Switch/style/status.less +0 -12
  955. package/dist/Table/style/index.d.ts +0 -2
  956. package/dist/Table/style/index.js +0 -2
  957. package/dist/Table/style/index.less +0 -421
  958. package/dist/Tabs/style/index.d.ts +0 -2
  959. package/dist/Tabs/style/index.js +0 -2
  960. package/dist/Tabs/style/index.less +0 -262
  961. package/dist/Tag/style/index.d.ts +0 -2
  962. package/dist/Tag/style/index.js +0 -2
  963. package/dist/Tag/style/index.less +0 -69
  964. package/dist/TextLink/style/index.d.ts +0 -2
  965. package/dist/TextLink/style/index.js +0 -2
  966. package/dist/TextLink/style/index.less +0 -15
  967. package/dist/TextLink/style/size.less +0 -37
  968. package/dist/TextLink/style/type.less +0 -60
  969. package/dist/Tooltip/style/index.d.ts +0 -2
  970. package/dist/Tooltip/style/index.js +0 -2
  971. package/dist/Tooltip/style/index.less +0 -25
  972. package/dist/Tour/style/index.d.ts +0 -2
  973. package/dist/Tour/style/index.js +0 -2
  974. package/dist/Tour/style/index.less +0 -1
  975. package/dist/Tree/demo/asyncLoad/index.d.ts +0 -3
  976. package/dist/Tree/demo/asyncLoad/index.js +0 -76
  977. package/dist/Tree/demo/basic/index.d.ts +0 -3
  978. package/dist/Tree/demo/basic/index.js +0 -42
  979. package/dist/Tree/demo/directoryTree/index.d.ts +0 -3
  980. package/dist/Tree/demo/directoryTree/index.js +0 -40
  981. package/dist/Tree/demo/drag/index.d.ts +0 -3
  982. package/dist/Tree/demo/drag/index.js +0 -118
  983. package/dist/Tree/demo/filter/index.d.ts +0 -3
  984. package/dist/Tree/demo/filter/index.js +0 -64
  985. package/dist/Tree/style/checkbox.less +0 -237
  986. package/dist/Tree/style/directory.less +0 -68
  987. package/dist/Tree/style/indent.less +0 -11
  988. package/dist/Tree/style/index.d.ts +0 -2
  989. package/dist/Tree/style/index.js +0 -2
  990. package/dist/Tree/style/index.less +0 -173
  991. package/dist/Tree/style/mixin.less +0 -322
  992. package/dist/Tree/style/reset.less +0 -26
  993. package/dist/Tree/style/rtl.less +0 -68
  994. package/dist/Tree/style/var.less +0 -42
  995. package/dist/Typography/style/index.d.ts +0 -2
  996. package/dist/Typography/style/index.js +0 -2
  997. package/dist/Typography/style/index.less +0 -1
  998. package/dist/Upload/style/index.d.ts +0 -2
  999. package/dist/Upload/style/index.js +0 -2
  1000. package/dist/Upload/style/index.less +0 -1
  1001. package/dist/User/style/index.d.ts +0 -2
  1002. package/dist/User/style/index.js +0 -2
  1003. package/dist/User/style/index.less +0 -49
  1004. package/dist/Watermark/style/index.d.ts +0 -2
  1005. package/dist/Watermark/style/index.js +0 -2
  1006. package/dist/Watermark/style/index.less +0 -1
  1007. package/dist/_utils/hooks/usePrefixCls.d.ts +0 -2
  1008. package/dist/_utils/hooks/usePrefixCls.js +0 -10
  1009. package/dist/_utils/transformIconToBase64Url.d.ts +0 -2
  1010. package/dist/_utils/transformIconToBase64Url.js +0 -6
  1011. package/dist/ald.min.css +0 -5
  1012. package/dist/index.less +0 -64
  1013. package/dist/message/style/index.d.ts +0 -2
  1014. package/dist/message/style/index.js +0 -2
  1015. package/dist/message/style/index.less +0 -73
  1016. package/dist/notification/demo/index.d.ts +0 -3
  1017. package/dist/notification/demo/index.js +0 -43
  1018. package/dist/notification/style/index.d.ts +0 -2
  1019. package/dist/notification/style/index.js +0 -2
  1020. package/dist/notification/style/index.less +0 -53
  1021. package/dist/style/color/bezierEasing.less +0 -110
  1022. package/dist/style/color/colorPalette.less +0 -84
  1023. package/dist/style/color/colors.less +0 -162
  1024. package/dist/style/color/tinyColor.less +0 -1184
  1025. package/dist/style/components/toastify.css +0 -855
  1026. package/dist/style/core/index.less +0 -2
  1027. package/dist/style/core/motion/fade.less +0 -34
  1028. package/dist/style/core/motion/move.less +0 -129
  1029. package/dist/style/core/motion/other.less +0 -48
  1030. package/dist/style/core/motion/slide.less +0 -131
  1031. package/dist/style/core/motion/zoom.less +0 -179
  1032. package/dist/style/core/motion.less +0 -22
  1033. package/dist/style/index.d.ts +0 -1
  1034. package/dist/style/index.js +0 -1
  1035. package/dist/style/index.less +0 -31
  1036. package/dist/style/mixins/index.less +0 -27
  1037. package/dist/style/mixins/motion.less +0 -33
  1038. package/dist/style/themes/default/default.less +0 -24
  1039. package/dist/style/themes/default/index.less +0 -34
  1040. package/dist/style/themes/default/scrollBar.less +0 -21
  1041. package/dist/style/themes/default/themeColor.module.less +0 -437
  1042. package/dist/style/themes/default/themeColor.module.less.d.ts +0 -182
  1043. package/dist/style/var/default.css +0 -1271
  1044. /package/dist/{AldSelect → Select}/hooks/useCache.d.ts +0 -0
  1045. /package/dist/{AldSelect → Select}/hooks/useDisplayMenu.d.ts +0 -0
  1046. /package/dist/{AldSelect → Select}/utils/getWidthStyle.d.ts +0 -0
  1047. /package/dist/{AldSelect → Select}/utils/keyUtil.d.ts +0 -0
@@ -1,35 +1,35 @@
1
- var _excluded = ["title", "titleId", "desc", "descId"];
2
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
- import * as React from 'react';
6
- import { forwardRef, memo } from 'react';
7
- var DragLightLine = function DragLightLine(_ref, ref) {
8
- var title = _ref.title,
9
- titleId = _ref.titleId,
10
- desc = _ref.desc,
11
- descId = _ref.descId,
12
- props = _objectWithoutProperties(_ref, _excluded);
13
- return /*#__PURE__*/React.createElement("svg", _extends({
14
- xmlns: "http://www.w3.org/2000/svg",
15
- width: props.width || props.size || 16,
16
- height: props.height || props.size || 16,
17
- fill: "none",
18
- viewBox: "0 0 24 24",
19
- ref: ref,
20
- "aria-labelledby": titleId,
21
- "aria-describedby": descId
22
- }, props), desc ? /*#__PURE__*/React.createElement("desc", {
23
- id: descId
24
- }, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
25
- id: titleId
26
- }, title) : null, /*#__PURE__*/React.createElement("path", {
27
- fill: props.color || 'currentColor',
28
- fillRule: "evenodd",
29
- d: "M9 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm5-13a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",
30
- clipRule: "evenodd"
31
- }));
32
- };
33
- var ForwardRef = /*#__PURE__*/forwardRef(DragLightLine);
34
- var Memo = /*#__PURE__*/memo(ForwardRef);
35
- export default Memo;
1
+ import { forwardRef, memo } from "react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ //#region src/Icon/components/DragLightLine.tsx
4
+ var DragLightLine = ({ title, titleId, desc, descId, ...props }, ref) => /* @__PURE__ */ jsxs("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: props.width || props.size || 16,
7
+ height: props.height || props.size || 16,
8
+ fill: "none",
9
+ viewBox: "0 0 24 24",
10
+ ref,
11
+ "aria-labelledby": titleId,
12
+ "aria-describedby": descId,
13
+ ...props,
14
+ children: [
15
+ desc ? /* @__PURE__ */ jsx("desc", {
16
+ id: descId,
17
+ children: desc
18
+ }) : null,
19
+ title ? /* @__PURE__ */ jsx("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null,
23
+ /* @__PURE__ */ jsx("path", {
24
+ fill: props.color || "currentColor",
25
+ fillRule: "evenodd",
26
+ d: "M9 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm5-13a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",
27
+ clipRule: "evenodd"
28
+ })
29
+ ]
30
+ });
31
+ var Memo = memo(forwardRef(DragLightLine));
32
+ //#endregion
33
+ export { Memo as default };
34
+
35
+ //# sourceMappingURL=DragLightLine.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DragLightLine.js","names":[],"sources":["../../../src/Icon/components/DragLightLine.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\nimport * as React from 'react';\nimport { Ref, forwardRef, memo } from 'react';\ninterface SVGRProps {\n size?: number | string;\n title?: string;\n titleId?: string;\n desc?: string;\n descId?: string;\n}\nconst DragLightLine = (\n {\n title,\n titleId,\n desc,\n descId,\n ...props\n }: SVGProps<SVGSVGElement> & SVGRProps,\n ref: Ref<SVGSVGElement>,\n) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={props.width || props.size || 16}\n height={props.height || props.size || 16}\n fill=\"none\"\n viewBox=\"0 0 24 24\"\n ref={ref}\n aria-labelledby={titleId}\n aria-describedby={descId}\n {...props}\n >\n {desc ? <desc id={descId}>{desc}</desc> : null}\n {title ? <title id={titleId}>{title}</title> : null}\n <path\n fill={props.color || 'currentColor'}\n fillRule=\"evenodd\"\n d=\"M9 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm5-13a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n);\nconst ForwardRef = forwardRef(DragLightLine);\nconst Memo = memo(ForwardRef);\nexport default Memo;\n"],"mappings":";;;AAUA,IAAM,iBACJ,EACE,OACA,SACA,MACA,QACA,GAAG,SAEL,QAEA,qBAAC,OAAD;CACE,OAAM;CACN,OAAO,MAAM,SAAS,MAAM,QAAQ;CACpC,QAAQ,MAAM,UAAU,MAAM,QAAQ;CACtC,MAAK;CACL,SAAQ;CACH;CACL,mBAAiB;CACjB,oBAAkB;CAClB,GAAI;WATN;EAWG,OAAO,oBAAC,QAAD;GAAM,IAAI;aAAS;GAAY,CAAA,GAAG;EACzC,QAAQ,oBAAC,SAAD;GAAO,IAAI;aAAU;GAAc,CAAA,GAAG;EAC/C,oBAAC,QAAD;GACE,MAAM,MAAM,SAAS;GACrB,UAAS;GACT,GAAE;GACF,UAAS;GACT,CAAA;EACE;;AAGR,IAAM,OAAO,KADM,WAAW,cAAc,CACf"}
@@ -1,4 +1,4 @@
1
- import type { SVGProps } from 'react';
1
+ import { SVGProps } from 'react';
2
2
  import * as React from 'react';
3
3
  interface SVGRProps {
4
4
  size?: number | string;
@@ -1,35 +1,35 @@
1
- var _excluded = ["title", "titleId", "desc", "descId"];
2
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
- import * as React from 'react';
6
- import { forwardRef, memo } from 'react';
7
- var DragLine = function DragLine(_ref, ref) {
8
- var title = _ref.title,
9
- titleId = _ref.titleId,
10
- desc = _ref.desc,
11
- descId = _ref.descId,
12
- props = _objectWithoutProperties(_ref, _excluded);
13
- return /*#__PURE__*/React.createElement("svg", _extends({
14
- xmlns: "http://www.w3.org/2000/svg",
15
- width: props.width || props.size || 16,
16
- height: props.height || props.size || 16,
17
- fill: "none",
18
- viewBox: "0 0 24 24",
19
- ref: ref,
20
- "aria-labelledby": titleId,
21
- "aria-describedby": descId
22
- }, props), desc ? /*#__PURE__*/React.createElement("desc", {
23
- id: descId
24
- }, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
25
- id: titleId
26
- }, title) : null, /*#__PURE__*/React.createElement("path", {
27
- fill: props.color || 'currentColor',
28
- fillRule: "evenodd",
29
- d: "M9 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1-7a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm5-5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1-7a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",
30
- clipRule: "evenodd"
31
- }));
32
- };
33
- var ForwardRef = /*#__PURE__*/forwardRef(DragLine);
34
- var Memo = /*#__PURE__*/memo(ForwardRef);
35
- export default Memo;
1
+ import { forwardRef, memo } from "react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ //#region src/Icon/components/DragLine.tsx
4
+ var DragLine = ({ title, titleId, desc, descId, ...props }, ref) => /* @__PURE__ */ jsxs("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: props.width || props.size || 16,
7
+ height: props.height || props.size || 16,
8
+ fill: "none",
9
+ viewBox: "0 0 24 24",
10
+ ref,
11
+ "aria-labelledby": titleId,
12
+ "aria-describedby": descId,
13
+ ...props,
14
+ children: [
15
+ desc ? /* @__PURE__ */ jsx("desc", {
16
+ id: descId,
17
+ children: desc
18
+ }) : null,
19
+ title ? /* @__PURE__ */ jsx("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null,
23
+ /* @__PURE__ */ jsx("path", {
24
+ fill: props.color || "currentColor",
25
+ fillRule: "evenodd",
26
+ d: "M9 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1-7a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm5-5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1-7a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",
27
+ clipRule: "evenodd"
28
+ })
29
+ ]
30
+ });
31
+ var Memo = memo(forwardRef(DragLine));
32
+ //#endregion
33
+ export { Memo as default };
34
+
35
+ //# sourceMappingURL=DragLine.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DragLine.js","names":[],"sources":["../../../src/Icon/components/DragLine.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\nimport * as React from 'react';\nimport { Ref, forwardRef, memo } from 'react';\ninterface SVGRProps {\n size?: number | string;\n title?: string;\n titleId?: string;\n desc?: string;\n descId?: string;\n}\nconst DragLine = (\n {\n title,\n titleId,\n desc,\n descId,\n ...props\n }: SVGProps<SVGSVGElement> & SVGRProps,\n ref: Ref<SVGSVGElement>,\n) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={props.width || props.size || 16}\n height={props.height || props.size || 16}\n fill=\"none\"\n viewBox=\"0 0 24 24\"\n ref={ref}\n aria-labelledby={titleId}\n aria-describedby={descId}\n {...props}\n >\n {desc ? <desc id={descId}>{desc}</desc> : null}\n {title ? <title id={titleId}>{title}</title> : null}\n <path\n fill={props.color || 'currentColor'}\n fillRule=\"evenodd\"\n d=\"M9 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1-7a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm5-5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1-7a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n);\nconst ForwardRef = forwardRef(DragLine);\nconst Memo = memo(ForwardRef);\nexport default Memo;\n"],"mappings":";;;AAUA,IAAM,YACJ,EACE,OACA,SACA,MACA,QACA,GAAG,SAEL,QAEA,qBAAC,OAAD;CACE,OAAM;CACN,OAAO,MAAM,SAAS,MAAM,QAAQ;CACpC,QAAQ,MAAM,UAAU,MAAM,QAAQ;CACtC,MAAK;CACL,SAAQ;CACH;CACL,mBAAiB;CACjB,oBAAkB;CAClB,GAAI;WATN;EAWG,OAAO,oBAAC,QAAD;GAAM,IAAI;aAAS;GAAY,CAAA,GAAG;EACzC,QAAQ,oBAAC,SAAD;GAAO,IAAI;aAAU;GAAc,CAAA,GAAG;EAC/C,oBAAC,QAAD;GACE,MAAM,MAAM,SAAS;GACrB,UAAS;GACT,GAAE;GACF,UAAS;GACT,CAAA;EACE;;AAGR,IAAM,OAAO,KADM,WAAW,SAAS,CACV"}
@@ -1,35 +1,35 @@
1
- var _excluded = ["title", "titleId", "desc", "descId"];
2
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
- import * as React from 'react';
6
- import { forwardRef, memo } from 'react';
7
- var Ellipsis = function Ellipsis(_ref, ref) {
8
- var title = _ref.title,
9
- titleId = _ref.titleId,
10
- desc = _ref.desc,
11
- descId = _ref.descId,
12
- props = _objectWithoutProperties(_ref, _excluded);
13
- return /*#__PURE__*/React.createElement("svg", _extends({
14
- xmlns: "http://www.w3.org/2000/svg",
15
- width: props.width || props.size || 16,
16
- height: props.height || props.size || 16,
17
- fill: "none",
18
- viewBox: "0 0 20 21",
19
- ref: ref,
20
- "aria-labelledby": titleId,
21
- "aria-describedby": descId
22
- }, props), desc ? /*#__PURE__*/React.createElement("desc", {
23
- id: descId
24
- }, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
25
- id: titleId
26
- }, title) : null, /*#__PURE__*/React.createElement("path", {
27
- fill: props.color || 'currentColor',
28
- fillRule: "evenodd",
29
- d: "M5.008 10.359a.833.833 0 0 0-.833-.834h-.008a.833.833 0 0 0-.834.834v.008c0 .46.373.833.834.833h.008c.46 0 .833-.373.833-.833v-.008Zm5-.834c.46 0 .834.373.834.834v.008c0 .46-.373.833-.834.833H10a.833.833 0 0 1-.833-.833v-.008c0-.46.373-.834.833-.834h.008Zm5.834 0c.46 0 .833.373.833.834v.008c0 .46-.373.833-.833.833h-.009a.833.833 0 0 1-.833-.833v-.008c0-.46.373-.834.833-.834h.009Z",
30
- clipRule: "evenodd"
31
- }));
32
- };
33
- var ForwardRef = /*#__PURE__*/forwardRef(Ellipsis);
34
- var Memo = /*#__PURE__*/memo(ForwardRef);
35
- export default Memo;
1
+ import { forwardRef, memo } from "react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ //#region src/Icon/components/Ellipsis.tsx
4
+ var Ellipsis = ({ title, titleId, desc, descId, ...props }, ref) => /* @__PURE__ */ jsxs("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: props.width || props.size || 16,
7
+ height: props.height || props.size || 16,
8
+ fill: "none",
9
+ viewBox: "0 0 20 21",
10
+ ref,
11
+ "aria-labelledby": titleId,
12
+ "aria-describedby": descId,
13
+ ...props,
14
+ children: [
15
+ desc ? /* @__PURE__ */ jsx("desc", {
16
+ id: descId,
17
+ children: desc
18
+ }) : null,
19
+ title ? /* @__PURE__ */ jsx("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null,
23
+ /* @__PURE__ */ jsx("path", {
24
+ fill: props.color || "currentColor",
25
+ fillRule: "evenodd",
26
+ d: "M5.008 10.359a.833.833 0 0 0-.833-.834h-.008a.833.833 0 0 0-.834.834v.008c0 .46.373.833.834.833h.008c.46 0 .833-.373.833-.833v-.008Zm5-.834c.46 0 .834.373.834.834v.008c0 .46-.373.833-.834.833H10a.833.833 0 0 1-.833-.833v-.008c0-.46.373-.834.833-.834h.008Zm5.834 0c.46 0 .833.373.833.834v.008c0 .46-.373.833-.833.833h-.009a.833.833 0 0 1-.833-.833v-.008c0-.46.373-.834.833-.834h.009Z",
27
+ clipRule: "evenodd"
28
+ })
29
+ ]
30
+ });
31
+ var Memo = memo(forwardRef(Ellipsis));
32
+ //#endregion
33
+ export { Memo as default };
34
+
35
+ //# sourceMappingURL=Ellipsis.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Ellipsis.js","names":[],"sources":["../../../src/Icon/components/Ellipsis.tsx"],"sourcesContent":["import * as React from 'react';\nimport type { SVGProps } from 'react';\nimport { Ref, forwardRef, memo } from 'react';\ninterface SVGRProps {\n size?: number | string;\n title?: string;\n titleId?: string;\n desc?: string;\n descId?: string;\n}\nconst Ellipsis = (\n {\n title,\n titleId,\n desc,\n descId,\n ...props\n }: SVGProps<SVGSVGElement> & SVGRProps,\n ref: Ref<SVGSVGElement>,\n) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={props.width || props.size || 16}\n height={props.height || props.size || 16}\n fill=\"none\"\n viewBox=\"0 0 20 21\"\n ref={ref}\n aria-labelledby={titleId}\n aria-describedby={descId}\n {...props}\n >\n {desc ? <desc id={descId}>{desc}</desc> : null}\n {title ? <title id={titleId}>{title}</title> : null}\n <path\n fill={props.color || 'currentColor'}\n fillRule=\"evenodd\"\n d=\"M5.008 10.359a.833.833 0 0 0-.833-.834h-.008a.833.833 0 0 0-.834.834v.008c0 .46.373.833.834.833h.008c.46 0 .833-.373.833-.833v-.008Zm5-.834c.46 0 .834.373.834.834v.008c0 .46-.373.833-.834.833H10a.833.833 0 0 1-.833-.833v-.008c0-.46.373-.834.833-.834h.008Zm5.834 0c.46 0 .833.373.833.834v.008c0 .46-.373.833-.833.833h-.009a.833.833 0 0 1-.833-.833v-.008c0-.46.373-.834.833-.834h.009Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n);\nconst ForwardRef = forwardRef(Ellipsis);\nconst Memo = memo(ForwardRef);\nexport default Memo;\n"],"mappings":";;;AAUA,IAAM,YACJ,EACE,OACA,SACA,MACA,QACA,GAAG,SAEL,QAEA,qBAAC,OAAD;CACE,OAAM;CACN,OAAO,MAAM,SAAS,MAAM,QAAQ;CACpC,QAAQ,MAAM,UAAU,MAAM,QAAQ;CACtC,MAAK;CACL,SAAQ;CACH;CACL,mBAAiB;CACjB,oBAAkB;CAClB,GAAI;WATN;EAWG,OAAO,oBAAC,QAAD;GAAM,IAAI;aAAS;GAAY,CAAA,GAAG;EACzC,QAAQ,oBAAC,SAAD;GAAO,IAAI;aAAU;GAAc,CAAA,GAAG;EAC/C,oBAAC,QAAD;GACE,MAAM,MAAM,SAAS;GACrB,UAAS;GACT,GAAE;GACF,UAAS;GACT,CAAA;EACE;;AAGR,IAAM,OAAO,KADM,WAAW,SAAS,CACV"}
@@ -1,4 +1,4 @@
1
- import type { SVGProps } from 'react';
1
+ import { SVGProps } from 'react';
2
2
  import * as React from 'react';
3
3
  interface SVGRProps {
4
4
  size?: number | string;
@@ -1,35 +1,35 @@
1
- var _excluded = ["title", "titleId", "desc", "descId"];
2
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
- import * as React from 'react';
6
- import { forwardRef, memo } from 'react';
7
- var EyeOffLine = function EyeOffLine(_ref, ref) {
8
- var title = _ref.title,
9
- titleId = _ref.titleId,
10
- desc = _ref.desc,
11
- descId = _ref.descId,
12
- props = _objectWithoutProperties(_ref, _excluded);
13
- return /*#__PURE__*/React.createElement("svg", _extends({
14
- xmlns: "http://www.w3.org/2000/svg",
15
- width: props.width || props.size || 16,
16
- height: props.height || props.size || 16,
17
- fill: "none",
18
- viewBox: "0 0 24 24",
19
- ref: ref,
20
- "aria-labelledby": titleId,
21
- "aria-describedby": descId
22
- }, props), desc ? /*#__PURE__*/React.createElement("desc", {
23
- id: descId
24
- }, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
25
- id: titleId
26
- }, title) : null, /*#__PURE__*/React.createElement("path", {
27
- fill: props.color || 'currentColor',
28
- fillRule: "evenodd",
29
- d: "M4.542 13.662A9.97 9.97 0 0 1 2.2 9h1.023a9.003 9.003 0 0 0 17.554 0H21.8a9.969 9.969 0 0 1-2.342 4.662l1.713 2.905-.861.508-1.58-2.679a9.993 9.993 0 0 1-3.414 2.04l.675 3.468-.982.191-.656-3.373C13.598 16.903 12.81 17 12 17c-.81 0-1.599-.096-2.353-.278l-.656 3.373-.982-.19.674-3.468a9.995 9.995 0 0 1-3.413-2.04l-1.596 2.705-.861-.508 1.729-2.932Z",
30
- clipRule: "evenodd"
31
- }));
32
- };
33
- var ForwardRef = /*#__PURE__*/forwardRef(EyeOffLine);
34
- var Memo = /*#__PURE__*/memo(ForwardRef);
35
- export default Memo;
1
+ import { forwardRef, memo } from "react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ //#region src/Icon/components/EyeOffLine.tsx
4
+ var EyeOffLine = ({ title, titleId, desc, descId, ...props }, ref) => /* @__PURE__ */ jsxs("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: props.width || props.size || 16,
7
+ height: props.height || props.size || 16,
8
+ fill: "none",
9
+ viewBox: "0 0 24 24",
10
+ ref,
11
+ "aria-labelledby": titleId,
12
+ "aria-describedby": descId,
13
+ ...props,
14
+ children: [
15
+ desc ? /* @__PURE__ */ jsx("desc", {
16
+ id: descId,
17
+ children: desc
18
+ }) : null,
19
+ title ? /* @__PURE__ */ jsx("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null,
23
+ /* @__PURE__ */ jsx("path", {
24
+ fill: props.color || "currentColor",
25
+ fillRule: "evenodd",
26
+ d: "M4.542 13.662A9.97 9.97 0 0 1 2.2 9h1.023a9.003 9.003 0 0 0 17.554 0H21.8a9.969 9.969 0 0 1-2.342 4.662l1.713 2.905-.861.508-1.58-2.679a9.993 9.993 0 0 1-3.414 2.04l.675 3.468-.982.191-.656-3.373C13.598 16.903 12.81 17 12 17c-.81 0-1.599-.096-2.353-.278l-.656 3.373-.982-.19.674-3.468a9.995 9.995 0 0 1-3.413-2.04l-1.596 2.705-.861-.508 1.729-2.932Z",
27
+ clipRule: "evenodd"
28
+ })
29
+ ]
30
+ });
31
+ var Memo = memo(forwardRef(EyeOffLine));
32
+ //#endregion
33
+ export { Memo as default };
34
+
35
+ //# sourceMappingURL=EyeOffLine.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EyeOffLine.js","names":[],"sources":["../../../src/Icon/components/EyeOffLine.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\nimport * as React from 'react';\nimport { Ref, forwardRef, memo } from 'react';\ninterface SVGRProps {\n size?: number | string;\n title?: string;\n titleId?: string;\n desc?: string;\n descId?: string;\n}\nconst EyeOffLine = (\n {\n title,\n titleId,\n desc,\n descId,\n ...props\n }: SVGProps<SVGSVGElement> & SVGRProps,\n ref: Ref<SVGSVGElement>,\n) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={props.width || props.size || 16}\n height={props.height || props.size || 16}\n fill=\"none\"\n viewBox=\"0 0 24 24\"\n ref={ref}\n aria-labelledby={titleId}\n aria-describedby={descId}\n {...props}\n >\n {desc ? <desc id={descId}>{desc}</desc> : null}\n {title ? <title id={titleId}>{title}</title> : null}\n <path\n fill={props.color || 'currentColor'}\n fillRule=\"evenodd\"\n d=\"M4.542 13.662A9.97 9.97 0 0 1 2.2 9h1.023a9.003 9.003 0 0 0 17.554 0H21.8a9.969 9.969 0 0 1-2.342 4.662l1.713 2.905-.861.508-1.58-2.679a9.993 9.993 0 0 1-3.414 2.04l.675 3.468-.982.191-.656-3.373C13.598 16.903 12.81 17 12 17c-.81 0-1.599-.096-2.353-.278l-.656 3.373-.982-.19.674-3.468a9.995 9.995 0 0 1-3.413-2.04l-1.596 2.705-.861-.508 1.729-2.932Z\"\n clipRule=\"evenodd\"\n />\n </svg>\n);\nconst ForwardRef = forwardRef(EyeOffLine);\nconst Memo = memo(ForwardRef);\nexport default Memo;\n"],"mappings":";;;AAUA,IAAM,cACJ,EACE,OACA,SACA,MACA,QACA,GAAG,SAEL,QAEA,qBAAC,OAAD;CACE,OAAM;CACN,OAAO,MAAM,SAAS,MAAM,QAAQ;CACpC,QAAQ,MAAM,UAAU,MAAM,QAAQ;CACtC,MAAK;CACL,SAAQ;CACH;CACL,mBAAiB;CACjB,oBAAkB;CAClB,GAAI;WATN;EAWG,OAAO,oBAAC,QAAD;GAAM,IAAI;aAAS;GAAY,CAAA,GAAG;EACzC,QAAQ,oBAAC,SAAD;GAAO,IAAI;aAAU;GAAc,CAAA,GAAG;EAC/C,oBAAC,QAAD;GACE,MAAM,MAAM,SAAS;GACrB,UAAS;GACT,GAAE;GACF,UAAS;GACT,CAAA;EACE;;AAGR,IAAM,OAAO,KADM,WAAW,WAAW,CACZ"}
@@ -1,4 +1,4 @@
1
- import type { SVGProps } from 'react';
1
+ import { SVGProps } from 'react';
2
2
  import * as React from 'react';
3
3
  interface SVGRProps {
4
4
  size?: number | string;
@@ -1,42 +1,45 @@
1
- var _excluded = ["title", "titleId", "desc", "descId"];
2
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
- import * as React from 'react';
6
- import { forwardRef, memo } from 'react';
7
- var EyeOnLine = function EyeOnLine(_ref, ref) {
8
- var title = _ref.title,
9
- titleId = _ref.titleId,
10
- desc = _ref.desc,
11
- descId = _ref.descId,
12
- props = _objectWithoutProperties(_ref, _excluded);
13
- return /*#__PURE__*/React.createElement("svg", _extends({
14
- xmlns: "http://www.w3.org/2000/svg",
15
- width: props.width || props.size || 16,
16
- height: props.height || props.size || 16,
17
- fill: "none",
18
- viewBox: "0 0 24 24",
19
- ref: ref,
20
- "aria-labelledby": titleId,
21
- "aria-describedby": descId
22
- }, props), desc ? /*#__PURE__*/React.createElement("desc", {
23
- id: descId
24
- }, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
25
- id: titleId
26
- }, title) : null, /*#__PURE__*/React.createElement("g", {
27
- fill: props.color || 'currentColor'
28
- }, /*#__PURE__*/React.createElement("path", {
29
- fillRule: "evenodd",
30
- d: "M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0Zm-1 0a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z",
31
- clipRule: "evenodd"
32
- }), /*#__PURE__*/React.createElement("path", {
33
- fillRule: "evenodd",
34
- d: "m21.966 11.82.07.18-.07.18L21.5 12l.466.18v.002l-.003.006-.007.017a4.843 4.843 0 0 1-.123.284c-.087.188-.218.454-.398.772-.358.635-.91 1.48-1.693 2.328C18.174 17.288 15.674 19 12 19c-3.675 0-6.174-1.712-7.742-3.41a12.563 12.563 0 0 1-1.694-2.329 10.795 10.795 0 0 1-.495-.994 4.108 4.108 0 0 1-.026-.062l-.007-.017-.002-.006v-.002L2.5 12l-.466-.18v-.002l.002-.006.007-.017.026-.062a10.795 10.795 0 0 1 .496-.995c.357-.634.91-1.48 1.693-2.327C5.826 6.712 8.325 5 12 5c3.674 0 6.174 1.712 7.742 3.41a12.564 12.564 0 0 1 1.693 2.329 10.753 10.753 0 0 1 .496.994l.025.062.007.017.002.006.001.002Zm-18.891.25a7.735 7.735 0 0 1-.032-.07l.032-.07c.077-.167.196-.408.36-.7.33-.584.84-1.363 1.557-2.14C6.424 7.537 8.674 6 12 6c3.325 0 5.576 1.538 7.008 3.09a11.566 11.566 0 0 1 1.556 2.14 9.834 9.834 0 0 1 .393.77 9.834 9.834 0 0 1-.392.77c-.33.584-.84 1.363-1.558 2.14C17.576 16.463 15.325 18 12 18c-3.326 0-5.576-1.538-7.008-3.09a11.567 11.567 0 0 1-1.557-2.14 9.801 9.801 0 0 1-.36-.7ZM21.5 12l.466-.18-.466.18Z",
35
- clipRule: "evenodd"
36
- }), /*#__PURE__*/React.createElement("path", {
37
- d: "M2.033 12.18 1.964 12l.07-.18.466.18-.467.18Z"
38
- })));
39
- };
40
- var ForwardRef = /*#__PURE__*/forwardRef(EyeOnLine);
41
- var Memo = /*#__PURE__*/memo(ForwardRef);
42
- export default Memo;
1
+ import { forwardRef, memo } from "react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ //#region src/Icon/components/EyeOnLine.tsx
4
+ var EyeOnLine = ({ title, titleId, desc, descId, ...props }, ref) => /* @__PURE__ */ jsxs("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: props.width || props.size || 16,
7
+ height: props.height || props.size || 16,
8
+ fill: "none",
9
+ viewBox: "0 0 24 24",
10
+ ref,
11
+ "aria-labelledby": titleId,
12
+ "aria-describedby": descId,
13
+ ...props,
14
+ children: [
15
+ desc ? /* @__PURE__ */ jsx("desc", {
16
+ id: descId,
17
+ children: desc
18
+ }) : null,
19
+ title ? /* @__PURE__ */ jsx("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null,
23
+ /* @__PURE__ */ jsxs("g", {
24
+ fill: props.color || "currentColor",
25
+ children: [
26
+ /* @__PURE__ */ jsx("path", {
27
+ fillRule: "evenodd",
28
+ d: "M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0Zm-1 0a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z",
29
+ clipRule: "evenodd"
30
+ }),
31
+ /* @__PURE__ */ jsx("path", {
32
+ fillRule: "evenodd",
33
+ d: "m21.966 11.82.07.18-.07.18L21.5 12l.466.18v.002l-.003.006-.007.017a4.843 4.843 0 0 1-.123.284c-.087.188-.218.454-.398.772-.358.635-.91 1.48-1.693 2.328C18.174 17.288 15.674 19 12 19c-3.675 0-6.174-1.712-7.742-3.41a12.563 12.563 0 0 1-1.694-2.329 10.795 10.795 0 0 1-.495-.994 4.108 4.108 0 0 1-.026-.062l-.007-.017-.002-.006v-.002L2.5 12l-.466-.18v-.002l.002-.006.007-.017.026-.062a10.795 10.795 0 0 1 .496-.995c.357-.634.91-1.48 1.693-2.327C5.826 6.712 8.325 5 12 5c3.674 0 6.174 1.712 7.742 3.41a12.564 12.564 0 0 1 1.693 2.329 10.753 10.753 0 0 1 .496.994l.025.062.007.017.002.006.001.002Zm-18.891.25a7.735 7.735 0 0 1-.032-.07l.032-.07c.077-.167.196-.408.36-.7.33-.584.84-1.363 1.557-2.14C6.424 7.537 8.674 6 12 6c3.325 0 5.576 1.538 7.008 3.09a11.566 11.566 0 0 1 1.556 2.14 9.834 9.834 0 0 1 .393.77 9.834 9.834 0 0 1-.392.77c-.33.584-.84 1.363-1.558 2.14C17.576 16.463 15.325 18 12 18c-3.326 0-5.576-1.538-7.008-3.09a11.567 11.567 0 0 1-1.557-2.14 9.801 9.801 0 0 1-.36-.7ZM21.5 12l.466-.18-.466.18Z",
34
+ clipRule: "evenodd"
35
+ }),
36
+ /* @__PURE__ */ jsx("path", { d: "M2.033 12.18 1.964 12l.07-.18.466.18-.467.18Z" })
37
+ ]
38
+ })
39
+ ]
40
+ });
41
+ var Memo = memo(forwardRef(EyeOnLine));
42
+ //#endregion
43
+ export { Memo as default };
44
+
45
+ //# sourceMappingURL=EyeOnLine.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EyeOnLine.js","names":[],"sources":["../../../src/Icon/components/EyeOnLine.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\nimport * as React from 'react';\nimport { Ref, forwardRef, memo } from 'react';\ninterface SVGRProps {\n size?: number | string;\n title?: string;\n titleId?: string;\n desc?: string;\n descId?: string;\n}\nconst EyeOnLine = (\n {\n title,\n titleId,\n desc,\n descId,\n ...props\n }: SVGProps<SVGSVGElement> & SVGRProps,\n ref: Ref<SVGSVGElement>,\n) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={props.width || props.size || 16}\n height={props.height || props.size || 16}\n fill=\"none\"\n viewBox=\"0 0 24 24\"\n ref={ref}\n aria-labelledby={titleId}\n aria-describedby={descId}\n {...props}\n >\n {desc ? <desc id={descId}>{desc}</desc> : null}\n {title ? <title id={titleId}>{title}</title> : null}\n <g fill={props.color || 'currentColor'}>\n <path\n fillRule=\"evenodd\"\n d=\"M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0Zm-1 0a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z\"\n clipRule=\"evenodd\"\n />\n <path\n fillRule=\"evenodd\"\n d=\"m21.966 11.82.07.18-.07.18L21.5 12l.466.18v.002l-.003.006-.007.017a4.843 4.843 0 0 1-.123.284c-.087.188-.218.454-.398.772-.358.635-.91 1.48-1.693 2.328C18.174 17.288 15.674 19 12 19c-3.675 0-6.174-1.712-7.742-3.41a12.563 12.563 0 0 1-1.694-2.329 10.795 10.795 0 0 1-.495-.994 4.108 4.108 0 0 1-.026-.062l-.007-.017-.002-.006v-.002L2.5 12l-.466-.18v-.002l.002-.006.007-.017.026-.062a10.795 10.795 0 0 1 .496-.995c.357-.634.91-1.48 1.693-2.327C5.826 6.712 8.325 5 12 5c3.674 0 6.174 1.712 7.742 3.41a12.564 12.564 0 0 1 1.693 2.329 10.753 10.753 0 0 1 .496.994l.025.062.007.017.002.006.001.002Zm-18.891.25a7.735 7.735 0 0 1-.032-.07l.032-.07c.077-.167.196-.408.36-.7.33-.584.84-1.363 1.557-2.14C6.424 7.537 8.674 6 12 6c3.325 0 5.576 1.538 7.008 3.09a11.566 11.566 0 0 1 1.556 2.14 9.834 9.834 0 0 1 .393.77 9.834 9.834 0 0 1-.392.77c-.33.584-.84 1.363-1.558 2.14C17.576 16.463 15.325 18 12 18c-3.326 0-5.576-1.538-7.008-3.09a11.567 11.567 0 0 1-1.557-2.14 9.801 9.801 0 0 1-.36-.7ZM21.5 12l.466-.18-.466.18Z\"\n clipRule=\"evenodd\"\n />\n <path d=\"M2.033 12.18 1.964 12l.07-.18.466.18-.467.18Z\" />\n </g>\n </svg>\n);\nconst ForwardRef = forwardRef(EyeOnLine);\nconst Memo = memo(ForwardRef);\nexport default Memo;\n"],"mappings":";;;AAUA,IAAM,aACJ,EACE,OACA,SACA,MACA,QACA,GAAG,SAEL,QAEA,qBAAC,OAAD;CACE,OAAM;CACN,OAAO,MAAM,SAAS,MAAM,QAAQ;CACpC,QAAQ,MAAM,UAAU,MAAM,QAAQ;CACtC,MAAK;CACL,SAAQ;CACH;CACL,mBAAiB;CACjB,oBAAkB;CAClB,GAAI;WATN;EAWG,OAAO,oBAAC,QAAD;GAAM,IAAI;aAAS;GAAY,CAAA,GAAG;EACzC,QAAQ,oBAAC,SAAD;GAAO,IAAI;aAAU;GAAc,CAAA,GAAG;EAC/C,qBAAC,KAAD;GAAG,MAAM,MAAM,SAAS;aAAxB;IACE,oBAAC,QAAD;KACE,UAAS;KACT,GAAE;KACF,UAAS;KACT,CAAA;IACF,oBAAC,QAAD;KACE,UAAS;KACT,GAAE;KACF,UAAS;KACT,CAAA;IACF,oBAAC,QAAD,EAAM,GAAE,iDAAkD,CAAA;IACxD;;EACA;;AAGR,IAAM,OAAO,KADM,WAAW,UAAU,CACX"}
@@ -1,4 +1,4 @@
1
- import type { SVGProps } from 'react';
1
+ import { SVGProps } from 'react';
2
2
  import * as React from 'react';
3
3
  interface SVGRProps {
4
4
  size?: number | string;
@@ -1,38 +1,36 @@
1
- var _excluded = ["title", "titleId", "desc", "descId"];
2
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
- import * as React from 'react';
6
- import { forwardRef, memo } from 'react';
7
- var FoldDownFill = function FoldDownFill(_ref, ref) {
8
- var title = _ref.title,
9
- titleId = _ref.titleId,
10
- desc = _ref.desc,
11
- descId = _ref.descId,
12
- props = _objectWithoutProperties(_ref, _excluded);
13
- return /*#__PURE__*/React.createElement("svg", _extends({
14
- xmlns: "http://www.w3.org/2000/svg",
15
- width: props.width || props.size || 16,
16
- height: props.height || props.size || 16,
17
- fill: "none",
18
- viewBox: "0 0 24 24",
19
- ref: ref,
20
- "aria-labelledby": titleId,
21
- "aria-describedby": descId
22
- }, props), desc ? /*#__PURE__*/React.createElement("desc", {
23
- id: descId
24
- }, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
25
- id: titleId
26
- }, title) : null, /*#__PURE__*/React.createElement("path", {
27
- fill: props.color || 'currentColor',
28
- fillRule: "evenodd",
29
- d: "m17 9-5 7-5-7h10Z",
30
- clipRule: "evenodd",
31
- style: {
32
- mixBlendMode: 'luminosity'
33
- }
34
- }));
35
- };
36
- var ForwardRef = /*#__PURE__*/forwardRef(FoldDownFill);
37
- var Memo = /*#__PURE__*/memo(ForwardRef);
38
- export default Memo;
1
+ import { forwardRef, memo } from "react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ //#region src/Icon/components/FoldDownFill.tsx
4
+ var FoldDownFill = ({ title, titleId, desc, descId, ...props }, ref) => /* @__PURE__ */ jsxs("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: props.width || props.size || 16,
7
+ height: props.height || props.size || 16,
8
+ fill: "none",
9
+ viewBox: "0 0 24 24",
10
+ ref,
11
+ "aria-labelledby": titleId,
12
+ "aria-describedby": descId,
13
+ ...props,
14
+ children: [
15
+ desc ? /* @__PURE__ */ jsx("desc", {
16
+ id: descId,
17
+ children: desc
18
+ }) : null,
19
+ title ? /* @__PURE__ */ jsx("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null,
23
+ /* @__PURE__ */ jsx("path", {
24
+ fill: props.color || "currentColor",
25
+ fillRule: "evenodd",
26
+ d: "m17 9-5 7-5-7h10Z",
27
+ clipRule: "evenodd",
28
+ style: { mixBlendMode: "luminosity" }
29
+ })
30
+ ]
31
+ });
32
+ var Memo = memo(forwardRef(FoldDownFill));
33
+ //#endregion
34
+ export { Memo as default };
35
+
36
+ //# sourceMappingURL=FoldDownFill.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FoldDownFill.js","names":[],"sources":["../../../src/Icon/components/FoldDownFill.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\nimport * as React from 'react';\nimport { Ref, forwardRef, memo } from 'react';\ninterface SVGRProps {\n size?: number | string;\n title?: string;\n titleId?: string;\n desc?: string;\n descId?: string;\n}\nconst FoldDownFill = (\n {\n title,\n titleId,\n desc,\n descId,\n ...props\n }: SVGProps<SVGSVGElement> & SVGRProps,\n ref: Ref<SVGSVGElement>,\n) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={props.width || props.size || 16}\n height={props.height || props.size || 16}\n fill=\"none\"\n viewBox=\"0 0 24 24\"\n ref={ref}\n aria-labelledby={titleId}\n aria-describedby={descId}\n {...props}\n >\n {desc ? <desc id={descId}>{desc}</desc> : null}\n {title ? <title id={titleId}>{title}</title> : null}\n <path\n fill={props.color || 'currentColor'}\n fillRule=\"evenodd\"\n d=\"m17 9-5 7-5-7h10Z\"\n clipRule=\"evenodd\"\n style={{\n mixBlendMode: 'luminosity',\n }}\n />\n </svg>\n);\nconst ForwardRef = forwardRef(FoldDownFill);\nconst Memo = memo(ForwardRef);\nexport default Memo;\n"],"mappings":";;;AAUA,IAAM,gBACJ,EACE,OACA,SACA,MACA,QACA,GAAG,SAEL,QAEA,qBAAC,OAAD;CACE,OAAM;CACN,OAAO,MAAM,SAAS,MAAM,QAAQ;CACpC,QAAQ,MAAM,UAAU,MAAM,QAAQ;CACtC,MAAK;CACL,SAAQ;CACH;CACL,mBAAiB;CACjB,oBAAkB;CAClB,GAAI;WATN;EAWG,OAAO,oBAAC,QAAD;GAAM,IAAI;aAAS;GAAY,CAAA,GAAG;EACzC,QAAQ,oBAAC,SAAD;GAAO,IAAI;aAAU;GAAc,CAAA,GAAG;EAC/C,oBAAC,QAAD;GACE,MAAM,MAAM,SAAS;GACrB,UAAS;GACT,GAAE;GACF,UAAS;GACT,OAAO,EACL,cAAc,cACf;GACD,CAAA;EACE;;AAGR,IAAM,OAAO,KADM,WAAW,aAAa,CACd"}
@@ -1,4 +1,4 @@
1
- import type { SVGProps } from 'react';
1
+ import { SVGProps } from 'react';
2
2
  import * as React from 'react';
3
3
  interface SVGRProps {
4
4
  size?: number | string;