@reltio/design 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (565) hide show
  1. package/charts/Chart/Chart.d.ts +4 -0
  2. package/charts/Chart/Chart.js +59 -0
  3. package/charts/Chart/Chart.module.css.d.ts +2 -0
  4. package/charts/Chart/Chart.module.css.js +8 -0
  5. package/charts/Chart/Chart.module.css.json +1 -0
  6. package/charts/Chart/Chart.types.d.ts +24 -0
  7. package/charts/Chart/Chart.types.js +1 -0
  8. package/charts/Chart/index.d.ts +2 -0
  9. package/charts/Chart/index.js +1 -0
  10. package/charts/Chart/theme.d.ts +67 -0
  11. package/charts/Chart/theme.js +85 -0
  12. package/charts/LineChart/LineChart.d.ts +2 -0
  13. package/charts/LineChart/LineChart.js +76 -0
  14. package/charts/LineChart/LineChart.module.css.d.ts +2 -0
  15. package/charts/LineChart/LineChart.module.css.js +25 -0
  16. package/charts/LineChart/LineChart.module.css.json +1 -0
  17. package/charts/LineChart/LineChart.types.d.ts +38 -0
  18. package/charts/LineChart/LineChart.types.js +1 -0
  19. package/charts/LineChart/index.d.ts +2 -0
  20. package/charts/LineChart/index.js +1 -0
  21. package/charts/index.d.ts +1 -0
  22. package/charts/index.js +1 -0
  23. package/components/AssistantLoader/AssistantLoader.d.ts +1 -2
  24. package/components/AssistantLoader/AssistantLoader.js +7 -4
  25. package/components/AssistantLoader/AssistantLoader.module.css.js +30 -62
  26. package/components/AssistantLoader/AssistantLoader.module.css.json +1 -1
  27. package/components/AssistantLoader/AssistantLoader.types.d.ts +5 -13
  28. package/components/Button/Button.d.ts +1 -1
  29. package/components/Button/Button.js +3 -44
  30. package/components/Button/Button.module.css.js +54 -103
  31. package/components/Button/Button.module.css.json +1 -1
  32. package/components/Button/Button.types.d.ts +7 -31
  33. package/components/Chat/Chat.js +1 -3
  34. package/components/Chat/Chat.module.css.js +18 -31
  35. package/components/Chat/Chat.module.css.json +1 -1
  36. package/components/Chat/Chat.types.d.ts +3 -11
  37. package/components/Chat/components/AssistantMessage/AssistantMessage.d.ts +1 -2
  38. package/components/Chat/components/AssistantMessage/AssistantMessage.module.css.js +4 -16
  39. package/components/Chat/components/AssistantMessage/AssistantMessage.module.css.json +1 -1
  40. package/components/Chat/components/AssistantMessage/AssistantMessage.types.d.ts +3 -10
  41. package/components/Chat/components/UserMessage/UserMessage.module.css.js +9 -4
  42. package/components/Chat/components/UserMessage/UserMessage.module.css.json +1 -1
  43. package/components/Chat/components/UserMessage/UserMessage.types.d.ts +3 -11
  44. package/components/Details/Details.d.ts +1 -1
  45. package/components/Details/Details.js +2 -7
  46. package/components/Details/Details.module.css.js +57 -44
  47. package/components/Details/Details.module.css.json +1 -1
  48. package/components/Details/Details.types.d.ts +4 -51
  49. package/components/ErrorMessage/ErrorMessage.js +1 -1
  50. package/components/ErrorMessage/ErrorMessage.module.css.js +12 -24
  51. package/components/ErrorMessage/ErrorMessage.module.css.json +1 -1
  52. package/components/ErrorMessage/ErrorMessage.types.d.ts +3 -6
  53. package/components/Markdown/Markdown.d.ts +1 -1
  54. package/components/Markdown/Markdown.js +2 -2
  55. package/components/Markdown/Markdown.module.css.js +87 -109
  56. package/components/Markdown/Markdown.module.css.json +1 -1
  57. package/components/Markdown/Markdown.types.d.ts +1 -51
  58. package/components/Skeleton/Skeleton.d.ts +1 -1
  59. package/components/Skeleton/Skeleton.js +3 -2
  60. package/components/Skeleton/Skeleton.module.css.js +13 -15
  61. package/components/Skeleton/Skeleton.module.css.json +1 -1
  62. package/components/Skeleton/Skeleton.types.d.ts +5 -23
  63. package/components/TextArea/TextArea.d.ts +3 -22
  64. package/components/TextArea/TextArea.js +3 -6
  65. package/components/TextArea/TextArea.module.css.js +65 -79
  66. package/components/TextArea/TextArea.module.css.json +1 -1
  67. package/components/TextArea/TextArea.types.d.ts +2 -21
  68. package/components/TreeList/TreeList.module.css.js +7 -12
  69. package/components/TreeList/TreeList.module.css.json +1 -1
  70. package/components/TreeList/components/TreeLevelLines/TreeLevelLines.module.css.js +12 -15
  71. package/components/TreeList/components/TreeLevelLines/TreeLevelLines.module.css.json +1 -1
  72. package/components/TreeList/components/TreeNode/TreeNode.module.css.js +19 -21
  73. package/components/TreeList/components/TreeNode/TreeNode.module.css.json +1 -1
  74. package/icons/AccessTime.d.ts +2 -0
  75. package/icons/AccessTime.js +6 -0
  76. package/icons/Accessibility.d.ts +2 -0
  77. package/icons/Accessibility.js +6 -0
  78. package/icons/AccountCircle.d.ts +1 -1
  79. package/icons/AccountCircle.js +2 -2
  80. package/icons/AcessConversations.d.ts +2 -0
  81. package/icons/AcessConversations.js +6 -0
  82. package/icons/ActionsMenu.d.ts +2 -0
  83. package/icons/ActionsMenu.js +6 -0
  84. package/icons/ActivateUser.d.ts +2 -0
  85. package/icons/ActivateUser.js +6 -0
  86. package/icons/Add.d.ts +1 -1
  87. package/icons/Add.js +2 -2
  88. package/icons/AddChild.d.ts +2 -0
  89. package/icons/AddChild.js +6 -0
  90. package/icons/AddCircle.d.ts +2 -0
  91. package/icons/AddCircle.js +6 -0
  92. package/icons/AddParent.d.ts +2 -0
  93. package/icons/AddParent.js +6 -0
  94. package/icons/AddSibling.d.ts +2 -0
  95. package/icons/AddSibling.js +6 -0
  96. package/icons/AdvancedProperties.d.ts +2 -0
  97. package/icons/AdvancedProperties.js +6 -0
  98. package/icons/AdvancedPropertiesClear.d.ts +2 -0
  99. package/icons/AdvancedPropertiesClear.js +6 -0
  100. package/icons/Analitycal.d.ts +2 -0
  101. package/icons/Analitycal.js +6 -0
  102. package/icons/ApiMonitor.d.ts +2 -0
  103. package/icons/ApiMonitor.js +6 -0
  104. package/icons/ApiPerformance.d.ts +2 -0
  105. package/icons/ApiPerformance.js +6 -0
  106. package/icons/ApiPerformanceStat.d.ts +2 -0
  107. package/icons/ApiPerformanceStat.js +6 -0
  108. package/icons/Applications.d.ts +2 -0
  109. package/icons/Applications.js +6 -0
  110. package/icons/ArrowBack.d.ts +1 -1
  111. package/icons/ArrowBack.js +2 -2
  112. package/icons/ArrowDownward.d.ts +2 -0
  113. package/icons/ArrowDownward.js +6 -0
  114. package/icons/ArrowDropDown.d.ts +1 -1
  115. package/icons/ArrowDropDown.js +2 -2
  116. package/icons/ArrowDropUp.d.ts +1 -1
  117. package/icons/ArrowDropUp.js +2 -2
  118. package/icons/ArrowForward.d.ts +1 -1
  119. package/icons/ArrowForward.js +2 -2
  120. package/icons/ArrowLeft.d.ts +1 -1
  121. package/icons/ArrowLeft.js +2 -2
  122. package/icons/ArrowRight.d.ts +1 -1
  123. package/icons/ArrowRight.js +2 -2
  124. package/icons/ArrowUpward.d.ts +2 -0
  125. package/icons/ArrowUpward.js +6 -0
  126. package/icons/Attachment.d.ts +1 -1
  127. package/icons/Attachment.js +2 -2
  128. package/icons/Attribute.d.ts +2 -0
  129. package/icons/Attribute.js +6 -0
  130. package/icons/Back.d.ts +2 -0
  131. package/icons/Back.js +6 -0
  132. package/icons/Calendar.d.ts +2 -0
  133. package/icons/Calendar.js +6 -0
  134. package/icons/CalendarRange.d.ts +2 -0
  135. package/icons/CalendarRange.js +6 -0
  136. package/icons/CalendarToday.d.ts +2 -0
  137. package/icons/CalendarToday.js +6 -0
  138. package/icons/Cancel.d.ts +2 -0
  139. package/icons/Cancel.js +6 -0
  140. package/icons/Chat.d.ts +1 -1
  141. package/icons/Chat.js +2 -2
  142. package/icons/Check.d.ts +1 -1
  143. package/icons/Check.js +2 -2
  144. package/icons/CheckCircle.d.ts +1 -1
  145. package/icons/CheckCircle.js +2 -2
  146. package/icons/Checkbox.d.ts +2 -0
  147. package/icons/Checkbox.js +6 -0
  148. package/icons/CheckboxFilled.d.ts +2 -0
  149. package/icons/CheckboxFilled.js +6 -0
  150. package/icons/CheckboxIndeterminate.d.ts +2 -0
  151. package/icons/CheckboxIndeterminate.js +6 -0
  152. package/icons/CheckboxIndeterminateFilled.d.ts +2 -0
  153. package/icons/CheckboxIndeterminateFilled.js +6 -0
  154. package/icons/CheckboxOutlined.d.ts +2 -0
  155. package/icons/CheckboxOutlined.js +6 -0
  156. package/icons/ChevronLeft.d.ts +1 -1
  157. package/icons/ChevronLeft.js +2 -2
  158. package/icons/ChevronRight.d.ts +1 -1
  159. package/icons/ChevronRight.js +2 -2
  160. package/icons/Cleansing.d.ts +2 -0
  161. package/icons/Cleansing.js +6 -0
  162. package/icons/Close.d.ts +1 -1
  163. package/icons/Close.js +2 -2
  164. package/icons/Colapse.d.ts +2 -0
  165. package/icons/Colapse.js +6 -0
  166. package/icons/CollapseDrawer.d.ts +2 -0
  167. package/icons/CollapseDrawer.js +6 -0
  168. package/icons/Comment.d.ts +1 -1
  169. package/icons/Comment.js +2 -2
  170. package/icons/Comments.d.ts +2 -0
  171. package/icons/Comments.js +6 -0
  172. package/icons/ComplexAttribute.d.ts +2 -0
  173. package/icons/ComplexAttribute.js +6 -0
  174. package/icons/Consolidated.d.ts +2 -0
  175. package/icons/Consolidated.js +6 -0
  176. package/icons/ContentCopy.d.ts +1 -1
  177. package/icons/ContentCopy.js +2 -2
  178. package/icons/ContentPaste.d.ts +1 -1
  179. package/icons/ContentPaste.js +2 -2
  180. package/icons/ControlAttriibute.d.ts +2 -0
  181. package/icons/ControlAttriibute.js +6 -0
  182. package/icons/Copy.d.ts +2 -0
  183. package/icons/Copy.js +6 -0
  184. package/icons/CriticalError.d.ts +2 -0
  185. package/icons/CriticalError.js +6 -0
  186. package/icons/DashboardChart.d.ts +2 -0
  187. package/icons/DashboardChart.js +6 -0
  188. package/icons/DashboardGlobal.d.ts +2 -0
  189. package/icons/DashboardGlobal.js +6 -0
  190. package/icons/DataPrep.d.ts +2 -0
  191. package/icons/DataPrep.js +6 -0
  192. package/icons/DataUpload.d.ts +2 -0
  193. package/icons/DataUpload.js +6 -0
  194. package/icons/DcrComment.d.ts +2 -0
  195. package/icons/DcrComment.js +6 -0
  196. package/icons/DeactivateUser.d.ts +2 -0
  197. package/icons/DeactivateUser.js +6 -0
  198. package/icons/Delete.d.ts +1 -1
  199. package/icons/Delete.js +2 -2
  200. package/icons/DerivedAttribute.d.ts +2 -0
  201. package/icons/DerivedAttribute.js +6 -0
  202. package/icons/Description.d.ts +1 -1
  203. package/icons/Description.js +2 -2
  204. package/icons/DesignServices.d.ts +2 -0
  205. package/icons/DesignServices.js +6 -0
  206. package/icons/Dev.d.ts +2 -0
  207. package/icons/Dev.js +6 -0
  208. package/icons/Done.d.ts +2 -0
  209. package/icons/Done.js +6 -0
  210. package/icons/Down.d.ts +2 -0
  211. package/icons/Down.js +6 -0
  212. package/icons/Download.d.ts +1 -1
  213. package/icons/Download.js +2 -2
  214. package/icons/Draft.d.ts +2 -0
  215. package/icons/Draft.js +6 -0
  216. package/icons/Drag.d.ts +2 -0
  217. package/icons/Drag.js +6 -0
  218. package/icons/DragHoriz.d.ts +2 -0
  219. package/icons/DragHoriz.js +6 -0
  220. package/icons/DuplicateGroup.d.ts +2 -0
  221. package/icons/DuplicateGroup.js +6 -0
  222. package/icons/DuplicateJob.d.ts +2 -0
  223. package/icons/DuplicateJob.js +6 -0
  224. package/icons/DuplicateRole.d.ts +2 -0
  225. package/icons/DuplicateRole.js +6 -0
  226. package/icons/Duration.d.ts +2 -0
  227. package/icons/Duration.js +6 -0
  228. package/icons/Edit.d.ts +1 -1
  229. package/icons/Edit.js +2 -2
  230. package/icons/EditSchedule.d.ts +2 -0
  231. package/icons/EditSchedule.js +6 -0
  232. package/icons/Email.d.ts +1 -1
  233. package/icons/Email.js +2 -2
  234. package/icons/EndDate.d.ts +2 -0
  235. package/icons/EndDate.js +6 -0
  236. package/icons/EndDateFlag.d.ts +2 -0
  237. package/icons/EndDateFlag.js +6 -0
  238. package/icons/Error.d.ts +2 -0
  239. package/icons/Error.js +6 -0
  240. package/icons/ErrorCircle.d.ts +1 -1
  241. package/icons/ErrorCircle.js +2 -2
  242. package/icons/Event.d.ts +2 -0
  243. package/icons/Event.js +6 -0
  244. package/icons/Expand.d.ts +2 -0
  245. package/icons/Expand.js +6 -0
  246. package/icons/ExpandLess.d.ts +1 -1
  247. package/icons/ExpandLess.js +2 -2
  248. package/icons/ExpandMore.d.ts +1 -1
  249. package/icons/ExpandMore.js +2 -2
  250. package/icons/Explore.d.ts +2 -0
  251. package/icons/Explore.js +6 -0
  252. package/icons/Favorite.d.ts +2 -0
  253. package/icons/Favorite.js +6 -0
  254. package/icons/File.d.ts +2 -0
  255. package/icons/File.js +6 -0
  256. package/icons/FilterAdd.d.ts +2 -0
  257. package/icons/FilterAdd.js +6 -0
  258. package/icons/FilterClear.d.ts +2 -0
  259. package/icons/FilterClear.js +6 -0
  260. package/icons/FilterList.d.ts +1 -1
  261. package/icons/FilterList.js +2 -2
  262. package/icons/FilterSelect.d.ts +2 -0
  263. package/icons/FilterSelect.js +6 -0
  264. package/icons/FindMatch.d.ts +2 -0
  265. package/icons/FindMatch.js +6 -0
  266. package/icons/Flag.d.ts +2 -0
  267. package/icons/Flag.js +6 -0
  268. package/icons/Folder.d.ts +1 -1
  269. package/icons/Folder.js +2 -2
  270. package/icons/FolderOpen.d.ts +2 -0
  271. package/icons/FolderOpen.js +6 -0
  272. package/icons/FolderSelected.d.ts +2 -0
  273. package/icons/FolderSelected.js +6 -0
  274. package/icons/ForamteListNumbered.d.ts +2 -0
  275. package/icons/ForamteListNumbered.js +6 -0
  276. package/icons/FormatBold.d.ts +2 -0
  277. package/icons/FormatBold.js +6 -0
  278. package/icons/FormatItalics.d.ts +2 -0
  279. package/icons/FormatItalics.js +6 -0
  280. package/icons/FormatUnderline.d.ts +2 -0
  281. package/icons/FormatUnderline.js +6 -0
  282. package/icons/FormateListPoints.d.ts +2 -0
  283. package/icons/FormateListPoints.js +6 -0
  284. package/icons/Fullscreen.d.ts +2 -0
  285. package/icons/Fullscreen.js +6 -0
  286. package/icons/FullscreenExit.d.ts +2 -0
  287. package/icons/FullscreenExit.js +6 -0
  288. package/icons/Group.d.ts +2 -0
  289. package/icons/Group.js +6 -0
  290. package/icons/Help.d.ts +1 -1
  291. package/icons/Help.js +2 -2
  292. package/icons/History.d.ts +2 -0
  293. package/icons/History.js +6 -0
  294. package/icons/Hyperink.d.ts +2 -0
  295. package/icons/Hyperink.js +6 -0
  296. package/icons/Icon.module.css.js +27 -40
  297. package/icons/Icon.module.css.json +1 -1
  298. package/icons/Icon.types.d.ts +3 -9
  299. package/icons/Indicator.d.ts +2 -0
  300. package/icons/Indicator.js +6 -0
  301. package/icons/Info.d.ts +1 -1
  302. package/icons/Info.js +2 -2
  303. package/icons/Inheritance.d.ts +2 -0
  304. package/icons/Inheritance.js +6 -0
  305. package/icons/KeyId.d.ts +2 -0
  306. package/icons/KeyId.js +6 -0
  307. package/icons/KeyboardArrowDown.d.ts +1 -1
  308. package/icons/KeyboardArrowDown.js +2 -2
  309. package/icons/KeyboardArrowLeft.d.ts +2 -0
  310. package/icons/KeyboardArrowLeft.js +6 -0
  311. package/icons/KeyboardArrowRight.d.ts +2 -0
  312. package/icons/KeyboardArrowRight.js +6 -0
  313. package/icons/KeyboardArrowUp.d.ts +1 -1
  314. package/icons/KeyboardArrowUp.js +2 -2
  315. package/icons/Lightbulb.d.ts +2 -0
  316. package/icons/Lightbulb.js +6 -0
  317. package/icons/Link.d.ts +2 -0
  318. package/icons/Link.js +6 -0
  319. package/icons/LocationOn.d.ts +2 -0
  320. package/icons/LocationOn.js +6 -0
  321. package/icons/Lock.d.ts +2 -0
  322. package/icons/Lock.js +6 -0
  323. package/icons/LockOpen.d.ts +2 -0
  324. package/icons/LockOpen.js +6 -0
  325. package/icons/Login.d.ts +2 -0
  326. package/icons/Login.js +6 -0
  327. package/icons/Logout.d.ts +1 -1
  328. package/icons/Logout.js +2 -2
  329. package/icons/LookupType.d.ts +2 -0
  330. package/icons/LookupType.js +6 -0
  331. package/icons/LostMerge.d.ts +2 -0
  332. package/icons/LostMerge.js +6 -0
  333. package/icons/ManageAgent.d.ts +2 -0
  334. package/icons/ManageAgent.js +6 -0
  335. package/icons/MatchRule.d.ts +2 -0
  336. package/icons/MatchRule.js +6 -0
  337. package/icons/Menu.d.ts +1 -1
  338. package/icons/Menu.js +2 -2
  339. package/icons/Merge.d.ts +2 -0
  340. package/icons/Merge.js +6 -0
  341. package/icons/Mic.d.ts +2 -0
  342. package/icons/Mic.js +6 -0
  343. package/icons/MlModel.d.ts +2 -0
  344. package/icons/MlModel.js +6 -0
  345. package/icons/MoreHoriz.d.ts +2 -0
  346. package/icons/MoreHoriz.js +6 -0
  347. package/icons/MoreVert.d.ts +2 -0
  348. package/icons/MoreVert.js +6 -0
  349. package/icons/Move.d.ts +2 -0
  350. package/icons/Move.js +6 -0
  351. package/icons/NestedAttribute.d.ts +2 -0
  352. package/icons/NestedAttribute.js +6 -0
  353. package/icons/NetworkNode.d.ts +2 -0
  354. package/icons/NetworkNode.js +6 -0
  355. package/icons/Next.d.ts +2 -0
  356. package/icons/Next.js +6 -0
  357. package/icons/NotAMatch.d.ts +2 -0
  358. package/icons/NotAMatch.js +6 -0
  359. package/icons/NotMatched.d.ts +2 -0
  360. package/icons/NotMatched.js +6 -0
  361. package/icons/NotMatchesSet.d.ts +2 -0
  362. package/icons/NotMatchesSet.js +6 -0
  363. package/icons/NotificationManagement.d.ts +2 -0
  364. package/icons/NotificationManagement.js +6 -0
  365. package/icons/Notifications.d.ts +1 -1
  366. package/icons/Notifications.js +2 -2
  367. package/icons/NotificationsActive.d.ts +2 -0
  368. package/icons/NotificationsActive.js +6 -0
  369. package/icons/OpenDrawer.d.ts +2 -0
  370. package/icons/OpenDrawer.js +6 -0
  371. package/icons/OvMarker.d.ts +2 -0
  372. package/icons/OvMarker.js +6 -0
  373. package/icons/PasswordExpired.d.ts +2 -0
  374. package/icons/PasswordExpired.js +6 -0
  375. package/icons/Pause.d.ts +2 -0
  376. package/icons/Pause.js +6 -0
  377. package/icons/People.d.ts +1 -1
  378. package/icons/People.js +2 -2
  379. package/icons/PermIdentity.d.ts +2 -0
  380. package/icons/PermIdentity.js +6 -0
  381. package/icons/Person.d.ts +1 -1
  382. package/icons/Person.js +2 -2
  383. package/icons/Pin.d.ts +2 -0
  384. package/icons/Pin.js +6 -0
  385. package/icons/Play.d.ts +2 -0
  386. package/icons/Play.js +6 -0
  387. package/icons/Poll.d.ts +2 -0
  388. package/icons/Poll.js +6 -0
  389. package/icons/PotentialMatches.d.ts +2 -0
  390. package/icons/PotentialMatches.js +6 -0
  391. package/icons/Profile.d.ts +2 -0
  392. package/icons/Profile.js +6 -0
  393. package/icons/Profiles.d.ts +2 -0
  394. package/icons/Profiles.js +6 -0
  395. package/icons/QueryBuilder.d.ts +2 -0
  396. package/icons/QueryBuilder.js +6 -0
  397. package/icons/RadioChecked.d.ts +2 -0
  398. package/icons/RadioChecked.js +6 -0
  399. package/icons/RadioUnchecked.d.ts +2 -0
  400. package/icons/RadioUnchecked.js +6 -0
  401. package/icons/Recommend.d.ts +2 -0
  402. package/icons/Recommend.js +6 -0
  403. package/icons/Recommended.d.ts +2 -0
  404. package/icons/Recommended.js +6 -0
  405. package/icons/ReferenceProfile.d.ts +2 -0
  406. package/icons/ReferenceProfile.js +6 -0
  407. package/icons/Refresh.d.ts +1 -1
  408. package/icons/Refresh.js +2 -2
  409. package/icons/RefreshDate.d.ts +2 -0
  410. package/icons/RefreshDate.js +6 -0
  411. package/icons/RelationsView.d.ts +2 -0
  412. package/icons/RelationsView.js +6 -0
  413. package/icons/Remove.d.ts +1 -1
  414. package/icons/Remove.js +2 -2
  415. package/icons/RemoveCircle.d.ts +2 -0
  416. package/icons/RemoveCircle.js +6 -0
  417. package/icons/Replay.d.ts +2 -0
  418. package/icons/Replay.js +6 -0
  419. package/icons/Required.d.ts +2 -0
  420. package/icons/Required.js +6 -0
  421. package/icons/RequiredOff.d.ts +2 -0
  422. package/icons/RequiredOff.js +6 -0
  423. package/icons/Reset.d.ts +2 -0
  424. package/icons/Reset.js +6 -0
  425. package/icons/ResetPassword.d.ts +2 -0
  426. package/icons/ResetPassword.js +6 -0
  427. package/icons/ResizeFacetSize.d.ts +2 -0
  428. package/icons/ResizeFacetSize.js +6 -0
  429. package/icons/Resume.d.ts +2 -0
  430. package/icons/Resume.js +6 -0
  431. package/icons/Review.d.ts +2 -0
  432. package/icons/Review.js +6 -0
  433. package/icons/Roles.d.ts +2 -0
  434. package/icons/Roles.js +6 -0
  435. package/icons/Save.d.ts +1 -1
  436. package/icons/Save.js +2 -2
  437. package/icons/Scope.d.ts +2 -0
  438. package/icons/Scope.js +6 -0
  439. package/icons/Search.d.ts +1 -1
  440. package/icons/Search.js +2 -2
  441. package/icons/SearchConnections.d.ts +2 -0
  442. package/icons/SearchConnections.js +6 -0
  443. package/icons/SearchGlobal.d.ts +2 -0
  444. package/icons/SearchGlobal.js +6 -0
  445. package/icons/Segments.d.ts +2 -0
  446. package/icons/Segments.js +6 -0
  447. package/icons/SelectedNode.d.ts +2 -0
  448. package/icons/SelectedNode.js +6 -0
  449. package/icons/Send.d.ts +2 -0
  450. package/icons/Send.js +6 -0
  451. package/icons/Settings.d.ts +1 -1
  452. package/icons/Settings.js +2 -2
  453. package/icons/Share.d.ts +1 -1
  454. package/icons/Share.js +2 -2
  455. package/icons/ShoppingCart.d.ts +2 -0
  456. package/icons/ShoppingCart.js +6 -0
  457. package/icons/ShowGraph.d.ts +2 -0
  458. package/icons/ShowGraph.js +6 -0
  459. package/icons/ShowPanel.d.ts +2 -0
  460. package/icons/ShowPanel.js +6 -0
  461. package/icons/ShowhideColumns.d.ts +2 -0
  462. package/icons/ShowhideColumns.js +6 -0
  463. package/icons/SideNav.d.ts +2 -0
  464. package/icons/SideNav.js +6 -0
  465. package/icons/SimpleAttribute.d.ts +2 -0
  466. package/icons/SimpleAttribute.js +6 -0
  467. package/icons/Sort.d.ts +1 -1
  468. package/icons/Sort.js +2 -2
  469. package/icons/Sorting.d.ts +2 -0
  470. package/icons/Sorting.js +6 -0
  471. package/icons/Split.d.ts +2 -0
  472. package/icons/Split.js +6 -0
  473. package/icons/Star.d.ts +2 -0
  474. package/icons/Star.js +6 -0
  475. package/icons/StarSelected.d.ts +2 -0
  476. package/icons/StarSelected.js +6 -0
  477. package/icons/StartDate.d.ts +2 -0
  478. package/icons/StartDate.js +6 -0
  479. package/icons/StopJob.d.ts +2 -0
  480. package/icons/StopJob.js +6 -0
  481. package/icons/Style.d.ts +2 -0
  482. package/icons/Style.js +6 -0
  483. package/icons/Suggest.d.ts +2 -0
  484. package/icons/Suggest.js +6 -0
  485. package/icons/Survivorship.d.ts +2 -0
  486. package/icons/Survivorship.js +6 -0
  487. package/icons/Sync.d.ts +2 -0
  488. package/icons/Sync.js +6 -0
  489. package/icons/TaskList.d.ts +2 -0
  490. package/icons/TaskList.js +6 -0
  491. package/icons/ThumbDown.d.ts +2 -0
  492. package/icons/ThumbDown.js +6 -0
  493. package/icons/ThumbUp.d.ts +2 -0
  494. package/icons/ThumbUp.js +6 -0
  495. package/icons/Today.d.ts +2 -0
  496. package/icons/Today.js +6 -0
  497. package/icons/Training.d.ts +2 -0
  498. package/icons/Training.js +6 -0
  499. package/icons/TrainingBulb.d.ts +2 -0
  500. package/icons/TrainingBulb.js +6 -0
  501. package/icons/TrainingBulbReady.d.ts +2 -0
  502. package/icons/TrainingBulbReady.js +6 -0
  503. package/icons/TrainingContinue.d.ts +2 -0
  504. package/icons/TrainingContinue.js +6 -0
  505. package/icons/TrainingReady.d.ts +2 -0
  506. package/icons/TrainingReady.js +6 -0
  507. package/icons/Transform.d.ts +2 -0
  508. package/icons/Transform.js +6 -0
  509. package/icons/Tune.d.ts +2 -0
  510. package/icons/Tune.js +6 -0
  511. package/icons/Unmerge.d.ts +2 -0
  512. package/icons/Unmerge.js +6 -0
  513. package/icons/Unpublish.d.ts +2 -0
  514. package/icons/Unpublish.js +6 -0
  515. package/icons/Unshare.d.ts +2 -0
  516. package/icons/Unshare.js +6 -0
  517. package/icons/Up.d.ts +2 -0
  518. package/icons/Up.js +6 -0
  519. package/icons/Upload.d.ts +1 -1
  520. package/icons/Upload.js +2 -2
  521. package/icons/UsageApp.d.ts +2 -0
  522. package/icons/UsageApp.js +6 -0
  523. package/icons/Users.d.ts +2 -0
  524. package/icons/Users.js +6 -0
  525. package/icons/VerticalAlign.d.ts +2 -0
  526. package/icons/VerticalAlign.js +6 -0
  527. package/icons/ViewCards.d.ts +2 -0
  528. package/icons/ViewCards.js +6 -0
  529. package/icons/ViewChart.d.ts +2 -0
  530. package/icons/ViewChart.js +6 -0
  531. package/icons/ViewColumn.d.ts +2 -0
  532. package/icons/ViewColumn.js +6 -0
  533. package/icons/ViewHierarchy.d.ts +2 -0
  534. package/icons/ViewHierarchy.js +6 -0
  535. package/icons/ViewList.d.ts +2 -0
  536. package/icons/ViewList.js +6 -0
  537. package/icons/ViewMap.d.ts +2 -0
  538. package/icons/ViewMap.js +6 -0
  539. package/icons/ViewTable.d.ts +2 -0
  540. package/icons/ViewTable.js +6 -0
  541. package/icons/Visibility.d.ts +1 -1
  542. package/icons/Visibility.js +2 -2
  543. package/icons/VisibilityOff.d.ts +1 -1
  544. package/icons/VisibilityOff.js +2 -2
  545. package/icons/Warning.d.ts +1 -1
  546. package/icons/Warning.js +2 -2
  547. package/icons/Working.d.ts +2 -0
  548. package/icons/Working.js +6 -0
  549. package/icons/index.d.ts +189 -2
  550. package/icons/index.js +377 -3
  551. package/package.json +4 -10
  552. package/packages/design/charts.d.ts +1 -0
  553. package/packages/design/charts.js +1 -0
  554. package/packages/design/icons.d.ts +1 -0
  555. package/packages/design/icons.js +1 -0
  556. package/packages/design/utils.d.ts +1 -0
  557. package/packages/design/utils.js +1 -0
  558. package/utils/classNames.d.ts +5 -3
  559. package/utils/classNames.js +6 -6
  560. package/utils/index.d.ts +2 -0
  561. package/utils/index.js +2 -0
  562. package/utils/types.d.ts +11 -0
  563. package/utils/types.js +1 -0
  564. /package/packages/design/{index.d.ts → components.d.ts} +0 -0
  565. /package/packages/design/{index.js → components.js} +0 -0
@@ -1,63 +1,17 @@
1
1
  import styleInject from 'style-inject';
2
2
  import json from './TextArea.module.css.json';
3
3
  styleInject(`
4
- ._root_1k56p_1 {
5
- --reltio-textarea-font-family: var(
6
- --reltio-font-family-body,
7
- "Roboto",
8
- sans-serif
9
- );
10
- --reltio-textarea-font-size: var(--reltio-font-size-body, 16px);
11
- --reltio-textarea-line-height: var(--reltio-line-height-body, 1.5);
12
- --reltio-textarea-color-text: var(--reltio-color-text, #1d1b20);
13
- --reltio-textarea-color-border: var(--reltio-color-border, #79747e);
14
- --reltio-textarea-color-border-focus: var(--reltio-color-primary, #6750a4);
15
- --reltio-textarea-color-background: var(--reltio-color-background, #fff);
16
- --reltio-textarea-color-error: var(--reltio-color-error, #b3261e);
17
- --reltio-textarea-color-label: var(--reltio-color-text-secondary, #49454f);
18
- --reltio-textarea-color-supporting-text: var(
19
- --reltio-color-text-secondary,
20
- #49454f
21
- );
22
- --reltio-textarea-border-radius: var(--reltio-spacing-xs, 4px);
23
- --reltio-textarea-padding: var(--reltio-spacing-md, 16px);
24
- --reltio-textarea-min-height: var(--reltio-spacing-3xl, 56px);
25
- --reltio-textarea-max-height: min(500px, 50cqh);
26
- --reltio-textarea-border-width: 1px;
27
- --reltio-textarea-border-width-focus: 2px;
28
-
29
- --_border-color: var(--reltio-textarea-color-border);
30
- --_border-width: var(--reltio-textarea-border-width);
31
- --_label-color: var(--reltio-textarea-color-label);
32
- --_supporting-text-color: var(--reltio-textarea-color-supporting-text);
33
-
34
- font-family: var(--reltio-textarea-font-family);
4
+ .TextArea_root__L29wd {
5
+ font-family: "Roboto", sans-serif;
35
6
  container-type: inline-size;
36
7
  }
37
8
 
38
- ._root_1k56p_1:focus-within {
39
- --_border-color: var(--reltio-textarea-color-border-focus);
40
- --_border-width: var(--reltio-textarea-border-width-focus);
41
- --_label-color: var(--reltio-textarea-color-border-focus);
42
- }
43
-
44
- ._root_1k56p_1[data-error="true"] {
45
- --_border-color: var(--reltio-textarea-color-error);
46
- --_label-color: var(--reltio-textarea-color-error);
47
- --_supporting-text-color: var(--reltio-textarea-color-error);
48
- }
49
-
50
- ._root_1k56p_1[data-error="true"]:focus-within {
51
- --_border-color: var(--reltio-textarea-color-error);
52
- --_label-color: var(--reltio-textarea-color-error);
53
- }
54
-
55
- ._root_1k56p_1[data-disabled="true"] {
9
+ .TextArea_root__L29wd[data-disabled="true"] {
56
10
  opacity: 0.38;
57
11
  cursor: not-allowed;
58
12
  }
59
13
 
60
- ._inputContainer_1k56p_57 {
14
+ .TextArea_inputContainer__L29wd {
61
15
  position: relative;
62
16
  display: grid;
63
17
  grid-template-columns: 1fr;
@@ -67,20 +21,32 @@ styleInject(`
67
21
  "toolbar";
68
22
  margin: 0;
69
23
  box-sizing: border-box;
70
- border-radius: var(--reltio-textarea-border-radius);
71
- outline: var(--_border-width) solid var(--_border-color);
24
+ border-radius: 4px;
25
+ outline: 1px solid var(--reltio-color-border-3);
72
26
  cursor: text;
73
27
  transition:
74
28
  outline-color 0.1s ease,
75
29
  outline-width 0.1s ease;
76
- background: var(--reltio-textarea-color-background);
30
+ background: var(--reltio-color-surface-1);
31
+ }
32
+
33
+ .TextArea_root__L29wd:focus-within .TextArea_inputContainer__L29wd {
34
+ outline: 2px solid var(--reltio-color-primary);
35
+ }
36
+
37
+ .TextArea_root__L29wd[data-error="true"] .TextArea_inputContainer__L29wd {
38
+ outline-color: var(--reltio-color-error);
39
+ }
40
+
41
+ .TextArea_root__L29wd[data-error="true"]:focus-within .TextArea_inputContainer__L29wd {
42
+ outline: 2px solid var(--reltio-color-error);
77
43
  }
78
44
 
79
- ._root_1k56p_1[data-disabled="true"] ._inputContainer_1k56p_57 {
45
+ .TextArea_root__L29wd[data-disabled="true"] .TextArea_inputContainer__L29wd {
80
46
  cursor: not-allowed;
81
47
  }
82
48
 
83
- ._textarea_1k56p_80 {
49
+ .TextArea_textarea__L29wd {
84
50
  grid-area: textarea;
85
51
  position: relative;
86
52
  display: block;
@@ -89,65 +55,85 @@ styleInject(`
89
55
  outline: none;
90
56
  background: none;
91
57
  width: 100%;
92
- min-height: var(--reltio-textarea-min-height);
93
- max-height: var(--reltio-textarea-max-height);
94
- border-radius: var(--reltio-textarea-border-radius);
58
+ min-height: 56px;
59
+ max-height: min(500px, 50cqh);
60
+ border-radius: 4px;
95
61
  box-sizing: border-box;
96
- font-size: var(--reltio-textarea-font-size);
97
- font-family: var(--reltio-textarea-font-family);
98
- line-height: var(--reltio-textarea-line-height);
62
+ font-size: 16px;
63
+ font-family: "Roboto", sans-serif;
64
+ line-height: 1.5;
99
65
  resize: none;
100
- color: var(--reltio-textarea-color-text);
101
- padding: var(--reltio-textarea-padding);
66
+ color: var(--reltio-color-text);
67
+ padding: 16px;
102
68
  overflow-y: auto;
103
69
  field-sizing: content;
104
70
  }
105
71
 
106
- ._textarea_1k56p_80::placeholder {
107
- color: var(--reltio-textarea-color-label);
72
+ .TextArea_textarea__L29wd::placeholder {
73
+ color: var(--reltio-color-text-secondary);
74
+ }
75
+
76
+ .TextArea_root__L29wd:focus-within .TextArea_textarea__L29wd::placeholder {
77
+ color: var(--reltio-color-primary);
108
78
  }
109
79
 
110
- ._textarea_1k56p_80:disabled {
80
+ .TextArea_root__L29wd[data-error="true"] .TextArea_textarea__L29wd::placeholder {
81
+ color: var(--reltio-color-error);
82
+ }
83
+
84
+ .TextArea_textarea__L29wd:disabled {
111
85
  cursor: not-allowed;
112
86
  }
113
87
 
114
- ._label_1k56p_111 {
88
+ .TextArea_label__L29wd {
115
89
  position: absolute;
116
90
  opacity: 0;
117
91
  top: 16px;
118
92
  left: 8px;
119
93
  transform: translateY(-50%);
120
94
  transition: all 0.2s ease;
121
- background-color: var(--reltio-textarea-color-background);
95
+ background-color: var(--reltio-color-surface-1);
122
96
  padding: 4px 8px;
123
- border-radius: var(--reltio-textarea-border-radius);
124
- color: var(--_label-color);
97
+ border-radius: 4px;
98
+ color: var(--reltio-color-text-secondary);
125
99
  z-index: 2;
126
- font-size: var(--reltio-textarea-font-size);
127
- font-family: var(--reltio-textarea-font-family);
100
+ font-size: 16px;
101
+ font-family: "Roboto", sans-serif;
128
102
  pointer-events: none;
129
103
  }
130
104
 
131
- ._textarea_1k56p_80:not(:placeholder-shown) + ._label_1k56p_111 {
105
+ .TextArea_textarea__L29wd:not(:placeholder-shown) + .TextArea_label__L29wd {
132
106
  top: -1px;
133
107
  font-size: 12px;
134
108
  opacity: 1;
135
109
  }
136
110
 
137
- ._textarea_1k56p_80:focus + ._label_1k56p_111 {
111
+ .TextArea_textarea__L29wd:focus + .TextArea_label__L29wd {
138
112
  top: -1px;
139
113
  font-size: 12px;
140
114
  opacity: 1;
141
115
  }
142
116
 
143
- ._supportingText_1k56p_140 {
117
+ .TextArea_root__L29wd:focus-within .TextArea_label__L29wd {
118
+ color: var(--reltio-color-primary);
119
+ }
120
+
121
+ .TextArea_root__L29wd[data-error="true"] .TextArea_label__L29wd {
122
+ color: var(--reltio-color-error);
123
+ }
124
+
125
+ .TextArea_supportingText__L29wd {
144
126
  font-size: 12px;
145
- padding: 4px var(--reltio-textarea-padding);
146
- color: var(--_supporting-text-color);
147
- font-family: var(--reltio-textarea-font-family);
127
+ padding: 4px 16px;
128
+ color: var(--reltio-color-text-secondary);
129
+ font-family: "Roboto", sans-serif;
130
+ }
131
+
132
+ .TextArea_root__L29wd[data-error="true"] .TextArea_supportingText__L29wd {
133
+ color: var(--reltio-color-error);
148
134
  }
149
135
 
150
- ._toolbar_1k56p_147 {
136
+ .TextArea_toolbar__L29wd {
151
137
  grid-area: toolbar;
152
138
  display: flex;
153
139
  flex-direction: row;
@@ -1 +1 @@
1
- { "root": "_root_1k56p_1", "inputContainer": "_inputContainer_1k56p_57", "textarea": "_textarea_1k56p_80", "label": "_label_1k56p_111", "supportingText": "_supportingText_1k56p_140", "toolbar": "_toolbar_1k56p_147" }
1
+ { "root": "TextArea_root__L29wd", "inputContainer": "TextArea_inputContainer__L29wd", "textarea": "TextArea_textarea__L29wd", "label": "TextArea_label__L29wd", "supportingText": "TextArea_supportingText__L29wd", "toolbar": "TextArea_toolbar__L29wd" }
@@ -1,5 +1,5 @@
1
1
  import type React from "react";
2
- export type TextAreaProps = {
2
+ export type TextAreaProps = React.ComponentPropsWithoutRef<"textarea"> & {
3
3
  /**
4
4
  * Floating label text displayed above the textarea
5
5
  */
@@ -17,23 +17,4 @@ export type TextAreaProps = {
17
17
  * Toolbar content rendered below the textarea input
18
18
  */
19
19
  toolbar?: React.ReactNode;
20
- /**
21
- * Custom styles including CSS custom properties for theming
22
- */
23
- style?: React.CSSProperties & {
24
- "--reltio-textarea-font-family"?: string;
25
- "--reltio-textarea-font-size"?: string;
26
- "--reltio-textarea-line-height"?: string;
27
- "--reltio-textarea-color-text"?: string;
28
- "--reltio-textarea-color-border"?: string;
29
- "--reltio-textarea-color-border-focus"?: string;
30
- "--reltio-textarea-color-background"?: string;
31
- "--reltio-textarea-color-error"?: string;
32
- "--reltio-textarea-color-label"?: string;
33
- "--reltio-textarea-color-supporting-text"?: string;
34
- "--reltio-textarea-border-radius"?: string;
35
- "--reltio-textarea-padding"?: string;
36
- "--reltio-textarea-min-height"?: string;
37
- "--reltio-textarea-max-height"?: string;
38
- };
39
- } & Omit<React.TextareaHTMLAttributes<HTMLTextAreaElement>, "style">;
20
+ };
@@ -1,23 +1,18 @@
1
1
  import styleInject from 'style-inject';
2
2
  import json from './TreeList.module.css.json';
3
3
  styleInject(`
4
- ._root_k7z3s_1 {
5
- --reltio-tree-list-font-family: inherit;
6
- --reltio-tree-list-font-size: inherit;
7
- --reltio-tree-list-text-color: inherit;
8
- --reltio-tree-list-background: inherit;
9
- --reltio-tree-list-line-height: inherit;
4
+ .TreeList_root__L29wd {
10
5
  display: block;
11
6
  overflow: auto;
12
- font-family: var(--reltio-tree-list-font-family, system-ui, sans-serif);
13
- font-size: var(--reltio-tree-list-font-size, 14px);
14
- color: var(--reltio-tree-list-text-color, #1a1a1a);
15
- background: var(--reltio-tree-list-background, transparent);
7
+ font-family: system-ui, sans-serif;
8
+ font-size: 14px;
9
+ color: var(--reltio-color-text);
10
+ background: transparent;
16
11
  border: none;
17
- border-radius: var(--reltio-tree-list-border-radius, 0);
12
+ border-radius: 0;
18
13
  }
19
14
 
20
- ._rc-tree-treenode_k7z3s_17 {
15
+ .TreeList_rc-tree-treenode__L29wd {
21
16
  list-style: none;
22
17
  }
23
18
  `);
@@ -1 +1 @@
1
- { "root": "_root_k7z3s_1", "rc-tree-treenode": "_rc-tree-treenode_k7z3s_17" }
1
+ { "root": "TreeList_root__L29wd", "rc-tree-treenode": "TreeList_rc-tree-treenode__L29wd" }
@@ -1,7 +1,7 @@
1
1
  import styleInject from 'style-inject';
2
2
  import json from './TreeLevelLines.module.css.json';
3
3
  styleInject(`
4
- ._levelLines_12unh_1 {
4
+ .TreeLevelLines_levelLines__L29wd {
5
5
  position: absolute;
6
6
  display: flex;
7
7
  padding-left: 0;
@@ -11,42 +11,39 @@ styleInject(`
11
11
  z-index: 0;
12
12
  }
13
13
 
14
- ._levelLine_12unh_1 {
15
- padding-left: var(--reltio-tree-list-indent-size, 16px);
14
+ .TreeLevelLines_levelLine__L29wd {
15
+ padding-left: 16px;
16
16
  height: 100%;
17
17
  position: relative;
18
18
  }
19
19
 
20
- ._showLine_12unh_17::after {
20
+ .TreeLevelLines_showLine__L29wd::after {
21
21
  content: "";
22
22
  position: absolute;
23
23
  height: 100%;
24
24
  width: 1px;
25
- left: calc(var(--reltio-tree-list-indent-size, 16px) - 2px);
25
+ left: 14px;
26
26
  top: 0;
27
27
  bottom: 0;
28
- background-color: var(--reltio-tree-list-line-color, rgba(0, 0, 0, 0.08));
28
+ background-color: var(--reltio-color-bg-transparent-1);
29
29
  }
30
30
 
31
- ._lastLevelLine_12unh_28::after {
31
+ .TreeLevelLines_lastLevelLine__L29wd::after {
32
32
  height: 50%;
33
33
  }
34
34
 
35
- ._lastLevelLine_12unh_28 {
36
- padding-left: calc(
37
- var(--reltio-tree-list-indent-size, 16px) +
38
- (var(--reltio-tree-list-toggle-size, 26px) / 2)
39
- );
35
+ .TreeLevelLines_lastLevelLine__L29wd {
36
+ padding-left: 29px;
40
37
  }
41
38
 
42
- ._horizontalLine_12unh_39::before {
39
+ .TreeLevelLines_horizontalLine__L29wd::before {
43
40
  content: "";
44
41
  height: 1px;
45
42
  width: 5px;
46
43
  position: absolute;
47
44
  top: 50%;
48
- left: calc(var(--reltio-tree-list-indent-size, 16px) - 2px);
49
- background-color: var(--reltio-tree-list-line-color, rgba(0, 0, 0, 0.08));
45
+ left: 14px;
46
+ background-color: var(--reltio-color-bg-transparent-1);
50
47
  }
51
48
  `);
52
49
  export default json;
@@ -1 +1 @@
1
- { "levelLines": "_levelLines_12unh_1", "levelLine": "_levelLine_12unh_1", "showLine": "_showLine_12unh_17", "lastLevelLine": "_lastLevelLine_12unh_28", "horizontalLine": "_horizontalLine_12unh_39" }
1
+ { "levelLines": "TreeLevelLines_levelLines__L29wd", "levelLine": "TreeLevelLines_levelLine__L29wd", "showLine": "TreeLevelLines_showLine__L29wd", "lastLevelLine": "TreeLevelLines_lastLevelLine__L29wd", "horizontalLine": "TreeLevelLines_horizontalLine__L29wd" }
@@ -1,54 +1,52 @@
1
1
  import styleInject from 'style-inject';
2
2
  import json from './TreeNode.module.css.json';
3
3
  styleInject(`
4
- ._wrapper_xk2s6_1 {
4
+ .TreeNode_wrapper__L29wd {
5
5
  display: flex;
6
6
  align-items: center;
7
- line-height: var(--reltio-tree-list-line-height, 1.5);
8
- padding: var(--reltio-tree-list-row-padding-block, 2px)
9
- var(--reltio-tree-list-row-padding-inline, 4px);
7
+ line-height: 1.5;
8
+ padding: 2px 4px;
10
9
  position: relative;
11
10
  z-index: 1;
12
11
  }
13
12
 
14
- ._indent_xk2s6_11 {
13
+ .TreeNode_indent__L29wd {
15
14
  display: inline-block;
16
- width: calc(var(--depth, 1) * var(--reltio-tree-list-indent-size, 16px));
15
+ width: calc(var(--depth, 1) * 16px);
17
16
  flex: 0 0 auto;
18
17
  }
19
18
 
20
- ._toggle_xk2s6_17 {
19
+ .TreeNode_toggle__L29wd {
21
20
  display: inline-flex;
22
21
  align-items: center;
23
22
  justify-content: center;
24
- width: var(--reltio-tree-list-toggle-size, 26px);
25
- height: var(--reltio-tree-list-toggle-size, 26px);
23
+ width: 26px;
24
+ height: 26px;
26
25
  border: none;
27
26
  background: none;
28
- color: var(--reltio-tree-list-toggle-color, #5f6368);
27
+ color: var(--reltio-color-text-secondary);
29
28
  cursor: pointer;
30
29
  }
31
30
 
32
- ._chevron_xk2s6_29 {
31
+ .TreeNode_chevron__L29wd {
33
32
  transition: transform 0.2s ease;
34
33
  }
35
34
 
36
- ._expanded_xk2s6_33 {
35
+ .TreeNode_expanded__L29wd {
37
36
  transform: rotate(90deg);
38
37
  }
39
38
 
40
- ._spinner_xk2s6_37 {
39
+ .TreeNode_spinner__L29wd {
41
40
  display: inline-block;
42
- width: var(--reltio-tree-list-spinner-size, 10px);
43
- height: var(--reltio-tree-list-spinner-size, 10px);
41
+ width: 10px;
42
+ height: 10px;
44
43
  border-radius: 50%;
45
- border: var(--reltio-tree-list-spinner-width, 2px) solid
46
- var(--reltio-tree-list-spinner-color, currentColor);
44
+ border: 2px solid currentColor;
47
45
  border-top-color: transparent;
48
- animation: _spin_xk2s6_37 0.8s linear infinite;
46
+ animation: TreeNode_spin__L29wd 0.8s linear infinite;
49
47
  }
50
48
 
51
- @keyframes _spin_xk2s6_37 {
49
+ @keyframes TreeNode_spin__L29wd {
52
50
  from {
53
51
  transform: rotate(0deg);
54
52
  }
@@ -57,13 +55,13 @@ styleInject(`
57
55
  }
58
56
  }
59
57
 
60
- ._actions_xk2s6_57 {
58
+ .TreeNode_actions__L29wd {
61
59
  margin-left: auto;
62
60
  opacity: 0;
63
61
  transition: opacity 0.12s ease;
64
62
  }
65
63
 
66
- ._wrapper_xk2s6_1:hover ._actions_xk2s6_57 {
64
+ .TreeNode_wrapper__L29wd:hover .TreeNode_actions__L29wd {
67
65
  opacity: 1;
68
66
  }
69
67
  `);
@@ -1 +1 @@
1
- { "wrapper": "_wrapper_xk2s6_1", "indent": "_indent_xk2s6_11", "toggle": "_toggle_xk2s6_17", "chevron": "_chevron_xk2s6_29", "expanded": "_expanded_xk2s6_33", "spinner": "_spinner_xk2s6_37", "spin": "_spin_xk2s6_37", "actions": "_actions_xk2s6_57" }
1
+ { "wrapper": "TreeNode_wrapper__L29wd", "indent": "TreeNode_indent__L29wd", "toggle": "TreeNode_toggle__L29wd", "chevron": "TreeNode_chevron__L29wd", "expanded": "TreeNode_expanded__L29wd", "spinner": "TreeNode_spinner__L29wd", "spin": "TreeNode_spin__L29wd", "actions": "TreeNode_actions__L29wd" }
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const AccessTime: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const AccessTime = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M13.473 14.527L14.527 13.473L10.75 9.696V5H9.25V10.3038L13.473 14.527ZM10.0017 19.5C8.68775 19.5 7.45267 19.2507 6.2965 18.752C5.14033 18.2533 4.13467 17.5766 3.2795 16.7218C2.42433 15.8669 1.74725 14.8617 1.24825 13.706C0.749417 12.5503 0.5 11.3156 0.5 10.0017C0.5 8.68775 0.749333 7.45267 1.248 6.2965C1.74667 5.14033 2.42342 4.13467 3.27825 3.2795C4.13308 2.42433 5.13833 1.74725 6.294 1.24825C7.44967 0.749417 8.68442 0.5 9.99825 0.5C11.3123 0.5 12.5473 0.749333 13.7035 1.248C14.8597 1.74667 15.8653 2.42342 16.7205 3.27825C17.5757 4.13308 18.2528 5.13833 18.7518 6.294C19.2506 7.44967 19.5 8.68442 19.5 9.99825C19.5 11.3123 19.2507 12.5473 18.752 13.7035C18.2533 14.8597 17.5766 15.8653 16.7218 16.7205C15.8669 17.5757 14.8617 18.2528 13.706 18.7518C12.5503 19.2506 11.3156 19.5 10.0017 19.5ZM10 18C12.2167 18 14.1042 17.2208 15.6625 15.6625C17.2208 14.1042 18 12.2167 18 10C18 7.78333 17.2208 5.89583 15.6625 4.3375C14.1042 2.77917 12.2167 2 10 2C7.78333 2 5.89583 2.77917 4.3375 4.3375C2.77917 5.89583 2 7.78333 2 10C2 12.2167 2.77917 14.1042 4.3375 15.6625C5.89583 17.2208 7.78333 18 10 18Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const Accessibility: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const Accessibility = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M10 3.90374C9.4885 3.90374 9.05292 3.72399 8.69325 3.36449C8.33358 3.00482 8.15375 2.56924 8.15375 2.05774C8.15375 1.54624 8.33358 1.11065 8.69325 0.750986C9.05292 0.391319 9.4885 0.211487 10 0.211487C10.5115 0.211487 10.9471 0.391319 11.3068 0.750986C11.6664 1.11065 11.8462 1.54624 11.8462 2.05774C11.8462 2.56924 11.6664 3.00482 11.3068 3.36449C10.9471 3.72399 10.5115 3.90374 10 3.90374ZM7.404 19.75V6.71149C6.38467 6.62815 5.37117 6.50799 4.3635 6.35099C3.35583 6.19382 2.40133 5.9999 1.5 5.76924L1.8655 4.26924C3.14617 4.60007 4.47342 4.83982 5.84725 4.98849C7.22092 5.13715 8.60517 5.21149 10 5.21149C11.3948 5.21149 12.7791 5.13715 14.1528 4.98849C15.5266 4.83982 16.8538 4.60007 18.1345 4.26924L18.5 5.76924C17.5987 5.9999 16.6442 6.19382 15.6365 6.35099C14.6288 6.50799 13.6153 6.62815 12.596 6.71149V19.75H11.0962V13.6345H8.90375V19.75H7.404Z" }) }));
6
+ };
@@ -1,2 +1,2 @@
1
1
  import type { IconProps } from "./Icon.types";
2
- export declare const AccountCircle: ({ size, color, className, style, "aria-label": ariaLabel, }: IconProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const AccountCircle: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { classNames } from "../utils/classNames";
3
3
  import styles from "./Icon.module.css";
4
- export const AccountCircle = ({ size = "medium", color = "inherited", className, style, "aria-label": ariaLabel, }) => {
5
- return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), style: style, viewBox: "0 -960 960 960", "aria-hidden": !ariaLabel, "aria-label": ariaLabel, role: ariaLabel ? "img" : undefined, children: _jsx("path", { d: "M234-276q51-39 114-61.5T480-360q69 0 132 22.5T726-276q35-41 54.5-93T800-480q0-133-93.5-226.5T480-800q-133 0-226.5 93.5T160-480q0 59 19.5 111t54.5 93Zm246-164q-59 0-99.5-40.5T340-580q0-59 40.5-99.5T480-720q59 0 99.5 40.5T620-580q0 59-40.5 99.5T480-440Zm0 360q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q53 0 100-15.5t86-44.5q-39-29-86-44.5T480-280q-53 0-100 15.5T294-220q39 29 86 44.5T480-160Zm0-360q26 0 43-17t17-43q0-26-17-43t-43-17q-26 0-43 17t-17 43q0 26 17 43t43 17Zm0-60Zm0 360Z" }) }));
4
+ export const AccountCircle = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M4.023 15.2923C4.873 14.6616 5.799 14.1635 6.801 13.798C7.80283 13.4327 8.86917 13.25 10 13.25C11.1308 13.25 12.1972 13.4327 13.199 13.798C14.201 14.1635 15.127 14.6616 15.977 15.2923C16.5987 14.6089 17.0912 13.8179 17.4548 12.9192C17.8183 12.0206 18 11.0475 18 10C18 7.78333 17.2208 5.89583 15.6625 4.3375C14.1042 2.77917 12.2167 2 10 2C7.78333 2 5.89583 2.77917 4.3375 4.3375C2.77917 5.89583 2 7.78333 2 10C2 11.0475 2.18175 12.0206 2.54525 12.9192C2.90875 13.8179 3.40133 14.6089 4.023 15.2923ZM10.0003 10.75C9.08725 10.75 8.31733 10.4367 7.6905 9.81C7.0635 9.18317 6.75 8.41325 6.75 7.50025C6.75 6.58725 7.06333 5.81733 7.69 5.1905C8.31683 4.5635 9.08675 4.25 9.99975 4.25C10.9128 4.25 11.6827 4.56333 12.3095 5.19C12.9365 5.81683 13.25 6.58675 13.25 7.49975C13.25 8.41275 12.9367 9.18267 12.31 9.8095C11.6832 10.4365 10.9133 10.75 10.0003 10.75ZM10 19.5C8.68083 19.5 7.44333 19.2519 6.2875 18.7558C5.13167 18.2596 4.12625 17.5839 3.27125 16.7288C2.41608 15.8738 1.74042 14.8683 1.24425 13.7125C0.748083 12.5567 0.5 11.3192 0.5 10C0.5 8.68083 0.748083 7.44333 1.24425 6.2875C1.74042 5.13167 2.41608 4.12625 3.27125 3.27125C4.12625 2.41608 5.13167 1.74042 6.2875 1.24425C7.44333 0.748084 8.68083 0.5 10 0.5C11.3192 0.5 12.5567 0.748084 13.7125 1.24425C14.8683 1.74042 15.8738 2.41608 16.7288 3.27125C17.5839 4.12625 18.2596 5.13167 18.7558 6.2875C19.2519 7.44333 19.5 8.68083 19.5 10C19.5 11.3192 19.2519 12.5567 18.7558 13.7125C18.2596 14.8683 17.5839 15.8738 16.7288 16.7288C15.8738 17.5839 14.8683 18.2596 13.7125 18.7558C12.5567 19.2519 11.3192 19.5 10 19.5ZM10 18C10.9025 18 11.7727 17.8548 12.6105 17.5645C13.4483 17.274 14.1923 16.8679 14.8422 16.3462C14.1923 15.8436 13.458 15.4519 12.6395 15.1712C11.8208 14.8904 10.941 14.75 10 14.75C9.059 14.75 8.17758 14.8888 7.35575 15.1663C6.53392 15.4439 5.80125 15.8372 5.15775 16.3462C5.80775 16.8679 6.55167 17.274 7.3895 17.5645C8.22733 17.8548 9.0975 18 10 18ZM10 9.25C10.4975 9.25 10.9135 9.08267 11.248 8.748C11.5827 8.4135 11.75 7.9975 11.75 7.5C11.75 7.0025 11.5827 6.5865 11.248 6.252C10.9135 5.91733 10.4975 5.75 10 5.75C9.5025 5.75 9.0865 5.91733 8.752 6.252C8.41733 6.5865 8.25 7.0025 8.25 7.5C8.25 7.9975 8.41733 8.4135 8.752 8.748C9.0865 9.08267 9.5025 9.25 10 9.25Z" }) }));
6
6
  };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const AcessConversations: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const AcessConversations = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M1.5 15.6345V14.1348H10.5V15.6345H1.5ZM1.5 10.75V9.25001H18.5V10.75H1.5ZM1.5 5.86526V4.36551H18.5V5.86526H1.5Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const ActionsMenu: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const ActionsMenu = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 21", fill: "currentColor", ...props, children: _jsx("path", { d: "M16.6924 1.5C17.1975 1.50003 17.6246 1.67542 17.9746 2.02539C18.3246 2.37536 18.5 2.80251 18.5 3.30762V18.6924C18.5 19.1975 18.3246 19.6246 17.9746 19.9746C17.6246 20.3246 17.1975 20.5 16.6924 20.5H3.30762C2.80251 20.5 2.37536 20.3246 2.02539 19.9746C1.67542 19.6246 1.50003 19.1975 1.5 18.6924V3.30762C1.50003 2.80251 1.67542 2.37536 2.02539 2.02539C2.37536 1.67542 2.80251 1.50003 3.30762 1.5H16.6924ZM3.30762 3C3.23067 3.00004 3.16064 3.03255 3.09668 3.09668C3.03255 3.16064 3.00004 3.23067 3 3.30762V18.6924C3.00004 18.7693 3.03255 18.8394 3.09668 18.9033C3.16064 18.9674 3.23067 19 3.30762 19H16.6924C16.7693 19 16.8394 18.9675 16.9033 18.9033C16.9675 18.8394 17 18.7693 17 18.6924V3.30762C17 3.23067 16.9675 3.16064 16.9033 3.09668C16.8394 3.03255 16.7693 3.00004 16.6924 3H3.30762ZM14.8076 15.0967V16.5957H5.30762V15.0967H14.8076ZM15.3232 6.05371L8.59961 12.7764L4.69629 8.87305L5.75 7.81934L8.59961 10.6689L14.2695 5L15.3232 6.05371Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const ActivateUser: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const ActivateUser = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M19.8535 12.3494L14.5498 17.6443L11.3555 14.45L12.4248 13.406L14.5498 15.531L18.7998 11.281L19.8535 12.3494ZM8 11.3074C9.02276 11.3074 10.0374 11.4284 11.043 11.6707C11.1208 11.6894 11.1987 11.71 11.2764 11.7302L9.99219 12.9841C9.33256 12.8667 8.66832 12.8074 8 12.8074C7.08846 12.8074 6.18444 12.917 5.28906 13.1355C4.39383 13.3542 3.51489 13.6751 2.65332 14.0994C2.45237 14.2083 2.29306 14.3491 2.17578 14.5212C2.05858 14.6936 2.00012 14.8815 2 15.0837V15.8074H9.88477L11.3848 17.3074H0.5V15.0837C0.500117 14.5943 0.632556 14.1405 0.898438 13.7234C1.16432 13.3063 1.52014 12.9858 1.96484 12.7615C2.953 12.2771 3.95041 11.913 4.95605 11.6707C5.96178 11.4283 6.97711 11.3074 8 11.3074ZM8 2.69214C8.96224 2.69222 9.78648 3.03521 10.4717 3.72046C11.157 4.40569 11.5 5.22985 11.5 6.19214C11.5 7.15446 11.157 7.9784 10.4717 8.66382C9.78644 9.34903 8.96233 9.69206 8 9.69214C7.0377 9.69206 6.21355 9.34898 5.52832 8.66382C4.84304 7.97842 4.50005 7.15443 4.5 6.19214C4.50005 5.22975 4.84291 4.40573 5.52832 3.72046C6.21356 3.03508 7.03767 2.69222 8 2.69214ZM8 4.19214C7.45017 4.19222 6.97849 4.3875 6.58691 4.77905C6.19534 5.17066 6.00005 5.64225 6 6.19214C6.00005 6.74182 6.19562 7.21273 6.58691 7.60425C6.9785 7.99584 7.45014 8.19206 8 8.19214C8.54983 8.19206 9.02053 7.9958 9.41211 7.60425C9.80369 7.21264 9.99995 6.74202 10 6.19214C9.99995 5.64223 9.80373 5.17067 9.41211 4.77905C9.02062 4.38779 8.54963 4.19222 8 4.19214Z" }) }));
6
+ };
package/icons/Add.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  import type { IconProps } from "./Icon.types";
2
- export declare const Add: ({ size, color, className, style, "aria-label": ariaLabel, }: IconProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const Add: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
package/icons/Add.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { classNames } from "../utils/classNames";
3
3
  import styles from "./Icon.module.css";
4
- export const Add = ({ size = "medium", color = "inherited", className, style, "aria-label": ariaLabel, }) => {
5
- return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), style: style, viewBox: "0 -960 960 960", "aria-hidden": !ariaLabel, "aria-label": ariaLabel, role: ariaLabel ? "img" : undefined, children: _jsx("path", { d: "M440-440H200v-80h240v-240h80v240h240v80H520v240h-80v-240Z" }) }));
4
+ export const Add = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M9.25 10.75H3.5V9.25H9.25V3.5H10.75V9.25H16.5V10.75H10.75V16.5H9.25V10.75Z" }) }));
6
6
  };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const AddChild: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const AddChild = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsxs("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 21 20", fill: "currentColor", ...props, children: [_jsx("path", { d: "M14.25 14.75V16.75H15.75V14.75H17.75V13.25H15.75V11.25H14.25V13.25H12.25V14.75H14.25Z" }), _jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4.25 5.88555C5.26428 5.56698 6 4.61941 6 3.5C6 2.11929 4.88071 1 3.5 1C2.11929 1 1 2.11929 1 3.5C1 4.61941 1.73572 5.56698 2.75 5.88555V12C2.75 13.5188 3.98122 14.75 5.5 14.75H9.55071C9.9165 17.4328 12.2168 19.5 15 19.5C18.0376 19.5 20.5 17.0376 20.5 14C20.5 10.9624 18.0376 8.5 15 8.5C12.2168 8.5 9.9165 10.5672 9.55071 13.25H5.5C4.80964 13.25 4.25 12.6904 4.25 12V5.88555ZM4.5 3.5C4.5 4.05228 4.05228 4.5 3.5 4.5C2.94772 4.5 2.5 4.05228 2.5 3.5C2.5 2.94772 2.94772 2.5 3.5 2.5C4.05228 2.5 4.5 2.94772 4.5 3.5ZM19 14C19 16.2091 17.2091 18 15 18C12.7909 18 11 16.2091 11 14C11 11.7909 12.7909 10 15 10C17.2091 10 19 11.7909 19 14Z" })] }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const AddCircle: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const AddCircle = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M9.25 14.75H10.75V10.75H14.75V9.25H10.75V5.25H9.25V9.25H5.25V10.75H9.25V14.75ZM10.0017 19.5C8.68775 19.5 7.45267 19.2507 6.2965 18.752C5.14033 18.2533 4.13467 17.5766 3.2795 16.7218C2.42433 15.8669 1.74725 14.8617 1.24825 13.706C0.749417 12.5503 0.5 11.3156 0.5 10.0017C0.5 8.68775 0.749333 7.45267 1.248 6.2965C1.74667 5.14033 2.42342 4.13467 3.27825 3.2795C4.13308 2.42433 5.13833 1.74725 6.294 1.24825C7.44967 0.749417 8.68442 0.5 9.99825 0.5C11.3123 0.5 12.5473 0.749333 13.7035 1.248C14.8597 1.74667 15.8653 2.42342 16.7205 3.27825C17.5757 4.13308 18.2528 5.13833 18.7518 6.294C19.2506 7.44967 19.5 8.68442 19.5 9.99825C19.5 11.3123 19.2507 12.5473 18.752 13.7035C18.2533 14.8597 17.5766 15.8653 16.7218 16.7205C15.8669 17.5757 14.8617 18.2528 13.706 18.7518C12.5503 19.2506 11.3156 19.5 10.0017 19.5ZM10 18C12.2333 18 14.125 17.225 15.675 15.675C17.225 14.125 18 12.2333 18 10C18 7.76667 17.225 5.875 15.675 4.325C14.125 2.775 12.2333 2 10 2C7.76667 2 5.875 2.775 4.325 4.325C2.775 5.875 2 7.76667 2 10C2 12.2333 2.775 14.125 4.325 15.675C5.875 17.225 7.76667 18 10 18Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const AddParent: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const AddParent = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsxs("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 21", fill: "currentColor", ...props, children: [_jsx("path", { d: "M5.25 6.25L3.25 6.25L3.25 4.75L5.25 4.75L5.25 2.75L6.75 2.75L6.75 4.75L8.75 4.75L8.75 6.25L6.75 6.25L6.75 8.25L5.25 8.25L5.25 6.25Z" }), _jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.1145 16.25C14.433 15.2357 15.3806 14.5 16.5 14.5C17.8807 14.5 19 15.6193 19 17C19 18.3807 17.8807 19.5 16.5 19.5C15.3806 19.5 14.433 18.7643 14.1145 17.75L8 17.75C6.48122 17.75 5.25 16.5188 5.25 15L5.25 10.9493C2.56724 10.5835 0.5 8.28316 0.499999 5.5C0.499999 2.46243 2.96243 7.01024e-07 6 5.68248e-07C9.03757 4.35472e-07 11.5 2.46243 11.5 5.5C11.5 8.28316 9.43276 10.5835 6.75 10.9493L6.75 15C6.75 15.6904 7.30964 16.25 8 16.25L14.1145 16.25ZM16.5 16C15.9477 16 15.5 16.4477 15.5 17C15.5 17.5523 15.9477 18 16.5 18C17.0523 18 17.5 17.5523 17.5 17C17.5 16.4477 17.0523 16 16.5 16ZM6 1.5C3.79086 1.5 2 3.29086 2 5.5C2 7.70914 3.79086 9.5 6 9.5C8.20914 9.5 10 7.70914 10 5.5C10 3.29086 8.20914 1.5 6 1.5Z" })] }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const AddSibling: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const AddSibling = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M10 19.5C6.96243 19.5 4.5 17.0376 4.5 14C4.5 11.2168 6.56724 8.91658 9.25 8.55078L9.25 4.88574C8.2357 4.56719 7.5 3.61943 7.5 2.5C7.5 1.11929 8.61929 -6.01531e-07 10 -4.80825e-07C11.3807 -3.6012e-07 12.5 1.11929 12.5 2.5C12.5 3.61943 11.7643 4.56719 10.75 4.88574L10.75 8.55078C13.4328 8.91658 15.5 11.2168 15.5 14C15.5 17.0376 13.0376 19.5 10 19.5ZM10 3.5C10.5523 3.5 11 3.05228 11 2.5C11 1.94772 10.5523 1.5 10 1.5C9.44772 1.5 9 1.94772 9 2.5C9 3.05228 9.44772 3.5 10 3.5ZM10 18C12.2091 18 14 16.2091 14 14C14 11.7909 12.2091 10 10 10C7.79086 10 6 11.7909 6 14C6 16.2091 7.79086 18 10 18ZM9.25 14.75L7.25 14.75L7.25 13.25L9.25 13.25L9.25 11.25L10.75 11.25L10.75 13.25L12.75 13.25L12.75 14.75L10.75 14.75L10.75 16.75L9.25 16.75L9.25 14.75Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const AdvancedProperties: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const AdvancedProperties = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M7.69225 19.5L7.3115 16.4538C7.04367 16.3641 6.769 16.2385 6.4875 16.077C6.20617 15.9153 5.95459 15.7422 5.73275 15.5577L2.9115 16.75L0.604004 12.75L3.04425 10.9058C3.02125 10.7571 3.00492 10.6077 2.99525 10.4578C2.98559 10.3078 2.98075 10.1583 2.98075 10.0095C2.98075 9.86733 2.98559 9.72283 2.99525 9.576C3.00492 9.42917 3.02125 9.26858 3.04425 9.09425L0.604004 7.25L2.9115 3.26925L5.723 4.452C5.96417 4.261 6.22159 4.08633 6.49525 3.928C6.76892 3.76967 7.03784 3.64242 7.302 3.54625L7.69225 0.5H12.3078L12.6885 3.55575C12.9885 3.66475 13.2599 3.792 13.5028 3.9375C13.7458 4.083 13.991 4.2545 14.2385 4.452L17.0885 3.26925L19.396 7.25L16.9173 9.123C16.9531 9.2845 16.9727 9.4355 16.976 9.576C16.9792 9.71633 16.9808 9.85767 16.9808 10C16.9808 10.1358 16.9775 10.274 16.971 10.4145C16.9647 10.5548 16.9417 10.7154 16.902 10.8963L19.3615 12.75L17.0538 16.75L14.2385 15.548C13.991 15.7455 13.7384 15.9202 13.4808 16.072C13.2231 16.224 12.959 16.3481 12.6885 16.4443L12.3078 19.5H7.69225ZM9 18H10.9655L11.325 15.3212C11.8353 15.1879 12.3017 14.9985 12.724 14.753C13.1465 14.5073 13.5539 14.1916 13.9463 13.8057L16.4308 14.85L17.4155 13.15L15.2463 11.5155C15.3296 11.2565 15.3863 11.0026 15.4163 10.7537C15.4464 10.5051 15.4615 10.2538 15.4615 10C15.4615 9.73967 15.4464 9.48842 15.4163 9.24625C15.3863 9.00392 15.3296 8.75642 15.2463 8.50375L17.4345 6.85L16.45 5.15L13.9365 6.2095C13.6018 5.85183 13.2009 5.53583 12.7338 5.2615C12.2664 4.98717 11.7937 4.79292 11.3155 4.67875L11 2H9.0155L8.6845 4.66925C8.17434 4.78975 7.70325 4.97433 7.27125 5.223C6.83909 5.47183 6.42684 5.79233 6.0345 6.1845L3.55 5.15L2.5655 6.85L4.725 8.4595C4.64167 8.69683 4.58334 8.94367 4.55 9.2C4.51667 9.45633 4.5 9.72617 4.5 10.0095C4.5 10.2698 4.51667 10.525 4.55 10.775C4.58334 11.025 4.6385 11.2718 4.7155 11.5155L2.5655 13.15L3.55 14.85L6.025 13.8C6.4045 14.1897 6.81025 14.5089 7.24225 14.7578C7.67442 15.0064 8.152 15.1974 8.675 15.3307L9 18ZM10.0115 13C10.8435 13 11.5515 12.708 12.1355 12.124C12.7195 11.54 13.0115 10.832 13.0115 10C13.0115 9.168 12.7195 8.46 12.1355 7.876C11.5515 7.292 10.8435 7 10.0115 7C9.16917 7 8.45859 7.292 7.87975 7.876C7.30092 8.46 7.0115 9.168 7.0115 10C7.0115 10.832 7.30092 11.54 7.87975 12.124C8.45859 12.708 9.16917 13 10.0115 13Z" }) }));
6
+ };