@reltio/design 0.1.1 → 0.2.1

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 (593) 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/AppSelector/AppSelector.d.ts +5 -0
  24. package/components/AppSelector/AppSelector.js +20 -0
  25. package/components/AppSelector/AppSelector.module.css.d.ts +2 -0
  26. package/components/AppSelector/AppSelector.module.css.js +61 -0
  27. package/components/AppSelector/AppSelector.module.css.json +1 -0
  28. package/components/AppSelector/AppSelector.types.d.ts +29 -0
  29. package/components/AppSelector/AppSelector.types.js +1 -0
  30. package/components/AppSelector/index.d.ts +2 -0
  31. package/components/AppSelector/index.js +1 -0
  32. package/components/AssistantLoader/AssistantLoader.d.ts +1 -2
  33. package/components/AssistantLoader/AssistantLoader.js +7 -4
  34. package/components/AssistantLoader/AssistantLoader.module.css.js +30 -62
  35. package/components/AssistantLoader/AssistantLoader.module.css.json +1 -1
  36. package/components/AssistantLoader/AssistantLoader.types.d.ts +5 -13
  37. package/components/Button/Button.d.ts +4 -1
  38. package/components/Button/Button.js +12 -47
  39. package/components/Button/Button.module.css.js +60 -103
  40. package/components/Button/Button.module.css.json +1 -1
  41. package/components/Button/Button.types.d.ts +7 -31
  42. package/components/Chat/Chat.js +1 -3
  43. package/components/Chat/Chat.module.css.js +18 -31
  44. package/components/Chat/Chat.module.css.json +1 -1
  45. package/components/Chat/Chat.types.d.ts +3 -11
  46. package/components/Chat/components/AssistantMessage/AssistantMessage.d.ts +1 -2
  47. package/components/Chat/components/AssistantMessage/AssistantMessage.module.css.js +4 -16
  48. package/components/Chat/components/AssistantMessage/AssistantMessage.module.css.json +1 -1
  49. package/components/Chat/components/AssistantMessage/AssistantMessage.types.d.ts +3 -10
  50. package/components/Chat/components/UserMessage/UserMessage.module.css.js +9 -4
  51. package/components/Chat/components/UserMessage/UserMessage.module.css.json +1 -1
  52. package/components/Chat/components/UserMessage/UserMessage.types.d.ts +3 -11
  53. package/components/Details/Details.d.ts +1 -1
  54. package/components/Details/Details.js +2 -7
  55. package/components/Details/Details.module.css.js +57 -44
  56. package/components/Details/Details.module.css.json +1 -1
  57. package/components/Details/Details.types.d.ts +4 -51
  58. package/components/Divider/Divider.d.ts +2 -0
  59. package/components/Divider/Divider.js +6 -0
  60. package/components/Divider/Divider.module.css.d.ts +2 -0
  61. package/components/Divider/Divider.module.css.js +40 -0
  62. package/components/Divider/Divider.module.css.json +1 -0
  63. package/components/Divider/Divider.types.d.ts +11 -0
  64. package/components/Divider/Divider.types.js +1 -0
  65. package/components/Divider/index.d.ts +2 -0
  66. package/components/Divider/index.js +1 -0
  67. package/components/ErrorMessage/ErrorMessage.js +1 -1
  68. package/components/ErrorMessage/ErrorMessage.module.css.js +12 -24
  69. package/components/ErrorMessage/ErrorMessage.module.css.json +1 -1
  70. package/components/ErrorMessage/ErrorMessage.types.d.ts +3 -6
  71. package/components/Markdown/Markdown.d.ts +1 -1
  72. package/components/Markdown/Markdown.js +2 -2
  73. package/components/Markdown/Markdown.module.css.js +87 -109
  74. package/components/Markdown/Markdown.module.css.json +1 -1
  75. package/components/Markdown/Markdown.types.d.ts +1 -51
  76. package/components/Popover/Popover.d.ts +36 -0
  77. package/components/Popover/Popover.js +62 -0
  78. package/components/Popover/Popover.module.css.d.ts +2 -0
  79. package/components/Popover/Popover.module.css.js +62 -0
  80. package/components/Popover/Popover.module.css.json +1 -0
  81. package/components/Popover/Popover.types.d.ts +18 -0
  82. package/components/Popover/Popover.types.js +1 -0
  83. package/components/Popover/index.d.ts +2 -0
  84. package/components/Popover/index.js +1 -0
  85. package/components/Skeleton/Skeleton.d.ts +1 -1
  86. package/components/Skeleton/Skeleton.js +3 -2
  87. package/components/Skeleton/Skeleton.module.css.js +13 -15
  88. package/components/Skeleton/Skeleton.module.css.json +1 -1
  89. package/components/Skeleton/Skeleton.types.d.ts +5 -23
  90. package/components/TextArea/TextArea.d.ts +3 -24
  91. package/components/TextArea/TextArea.module.css.js +65 -74
  92. package/components/TextArea/TextArea.module.css.json +1 -1
  93. package/components/TextArea/TextArea.types.d.ts +2 -23
  94. package/components/TreeList/TreeList.module.css.js +7 -12
  95. package/components/TreeList/TreeList.module.css.json +1 -1
  96. package/components/TreeList/components/TreeLevelLines/TreeLevelLines.module.css.js +12 -15
  97. package/components/TreeList/components/TreeLevelLines/TreeLevelLines.module.css.json +1 -1
  98. package/components/TreeList/components/TreeNode/TreeNode.module.css.js +19 -21
  99. package/components/TreeList/components/TreeNode/TreeNode.module.css.json +1 -1
  100. package/components/index.d.ts +1 -0
  101. package/components/index.js +1 -0
  102. package/icons/AccessTime.d.ts +2 -0
  103. package/icons/AccessTime.js +6 -0
  104. package/icons/Accessibility.d.ts +2 -0
  105. package/icons/Accessibility.js +6 -0
  106. package/icons/AccountCircle.d.ts +1 -1
  107. package/icons/AccountCircle.js +2 -2
  108. package/icons/AcessConversations.d.ts +2 -0
  109. package/icons/AcessConversations.js +6 -0
  110. package/icons/ActionsMenu.d.ts +2 -0
  111. package/icons/ActionsMenu.js +6 -0
  112. package/icons/ActivateUser.d.ts +2 -0
  113. package/icons/ActivateUser.js +6 -0
  114. package/icons/Add.d.ts +1 -1
  115. package/icons/Add.js +2 -2
  116. package/icons/AddChild.d.ts +2 -0
  117. package/icons/AddChild.js +6 -0
  118. package/icons/AddCircle.d.ts +2 -0
  119. package/icons/AddCircle.js +6 -0
  120. package/icons/AddParent.d.ts +2 -0
  121. package/icons/AddParent.js +6 -0
  122. package/icons/AddSibling.d.ts +2 -0
  123. package/icons/AddSibling.js +6 -0
  124. package/icons/AdvancedProperties.d.ts +2 -0
  125. package/icons/AdvancedProperties.js +6 -0
  126. package/icons/AdvancedPropertiesClear.d.ts +2 -0
  127. package/icons/AdvancedPropertiesClear.js +6 -0
  128. package/icons/Analitycal.d.ts +2 -0
  129. package/icons/Analitycal.js +6 -0
  130. package/icons/ApiMonitor.d.ts +2 -0
  131. package/icons/ApiMonitor.js +6 -0
  132. package/icons/ApiPerformance.d.ts +2 -0
  133. package/icons/ApiPerformance.js +6 -0
  134. package/icons/ApiPerformanceStat.d.ts +2 -0
  135. package/icons/ApiPerformanceStat.js +6 -0
  136. package/icons/Applications.d.ts +2 -0
  137. package/icons/Applications.js +6 -0
  138. package/icons/ArrowBack.d.ts +1 -1
  139. package/icons/ArrowBack.js +2 -2
  140. package/icons/ArrowDownward.d.ts +2 -0
  141. package/icons/ArrowDownward.js +6 -0
  142. package/icons/ArrowDropDown.d.ts +1 -1
  143. package/icons/ArrowDropDown.js +2 -2
  144. package/icons/ArrowDropUp.d.ts +1 -1
  145. package/icons/ArrowDropUp.js +2 -2
  146. package/icons/ArrowForward.d.ts +1 -1
  147. package/icons/ArrowForward.js +2 -2
  148. package/icons/ArrowLeft.d.ts +1 -1
  149. package/icons/ArrowLeft.js +2 -2
  150. package/icons/ArrowRight.d.ts +1 -1
  151. package/icons/ArrowRight.js +2 -2
  152. package/icons/ArrowUpward.d.ts +2 -0
  153. package/icons/ArrowUpward.js +6 -0
  154. package/icons/Attachment.d.ts +1 -1
  155. package/icons/Attachment.js +2 -2
  156. package/icons/Attribute.d.ts +2 -0
  157. package/icons/Attribute.js +6 -0
  158. package/icons/Back.d.ts +2 -0
  159. package/icons/Back.js +6 -0
  160. package/icons/Calendar.d.ts +2 -0
  161. package/icons/Calendar.js +6 -0
  162. package/icons/CalendarRange.d.ts +2 -0
  163. package/icons/CalendarRange.js +6 -0
  164. package/icons/CalendarToday.d.ts +2 -0
  165. package/icons/CalendarToday.js +6 -0
  166. package/icons/Cancel.d.ts +2 -0
  167. package/icons/Cancel.js +6 -0
  168. package/icons/Chat.d.ts +1 -1
  169. package/icons/Chat.js +2 -2
  170. package/icons/Check.d.ts +1 -1
  171. package/icons/Check.js +2 -2
  172. package/icons/CheckCircle.d.ts +1 -1
  173. package/icons/CheckCircle.js +2 -2
  174. package/icons/Checkbox.d.ts +2 -0
  175. package/icons/Checkbox.js +6 -0
  176. package/icons/CheckboxFilled.d.ts +2 -0
  177. package/icons/CheckboxFilled.js +6 -0
  178. package/icons/CheckboxIndeterminate.d.ts +2 -0
  179. package/icons/CheckboxIndeterminate.js +6 -0
  180. package/icons/CheckboxIndeterminateFilled.d.ts +2 -0
  181. package/icons/CheckboxIndeterminateFilled.js +6 -0
  182. package/icons/CheckboxOutlined.d.ts +2 -0
  183. package/icons/CheckboxOutlined.js +6 -0
  184. package/icons/ChevronLeft.d.ts +1 -1
  185. package/icons/ChevronLeft.js +2 -2
  186. package/icons/ChevronRight.d.ts +1 -1
  187. package/icons/ChevronRight.js +2 -2
  188. package/icons/Cleansing.d.ts +2 -0
  189. package/icons/Cleansing.js +6 -0
  190. package/icons/Close.d.ts +1 -1
  191. package/icons/Close.js +2 -2
  192. package/icons/Colapse.d.ts +2 -0
  193. package/icons/Colapse.js +6 -0
  194. package/icons/CollapseDrawer.d.ts +2 -0
  195. package/icons/CollapseDrawer.js +6 -0
  196. package/icons/Comment.d.ts +1 -1
  197. package/icons/Comment.js +2 -2
  198. package/icons/Comments.d.ts +2 -0
  199. package/icons/Comments.js +6 -0
  200. package/icons/ComplexAttribute.d.ts +2 -0
  201. package/icons/ComplexAttribute.js +6 -0
  202. package/icons/Consolidated.d.ts +2 -0
  203. package/icons/Consolidated.js +6 -0
  204. package/icons/ContentCopy.d.ts +1 -1
  205. package/icons/ContentCopy.js +2 -2
  206. package/icons/ContentPaste.d.ts +1 -1
  207. package/icons/ContentPaste.js +2 -2
  208. package/icons/ControlAttriibute.d.ts +2 -0
  209. package/icons/ControlAttriibute.js +6 -0
  210. package/icons/Copy.d.ts +2 -0
  211. package/icons/Copy.js +6 -0
  212. package/icons/CriticalError.d.ts +2 -0
  213. package/icons/CriticalError.js +6 -0
  214. package/icons/DashboardChart.d.ts +2 -0
  215. package/icons/DashboardChart.js +6 -0
  216. package/icons/DashboardGlobal.d.ts +2 -0
  217. package/icons/DashboardGlobal.js +6 -0
  218. package/icons/DataPrep.d.ts +2 -0
  219. package/icons/DataPrep.js +6 -0
  220. package/icons/DataUpload.d.ts +2 -0
  221. package/icons/DataUpload.js +6 -0
  222. package/icons/DcrComment.d.ts +2 -0
  223. package/icons/DcrComment.js +6 -0
  224. package/icons/DeactivateUser.d.ts +2 -0
  225. package/icons/DeactivateUser.js +6 -0
  226. package/icons/Delete.d.ts +1 -1
  227. package/icons/Delete.js +2 -2
  228. package/icons/DerivedAttribute.d.ts +2 -0
  229. package/icons/DerivedAttribute.js +6 -0
  230. package/icons/Description.d.ts +1 -1
  231. package/icons/Description.js +2 -2
  232. package/icons/DesignServices.d.ts +2 -0
  233. package/icons/DesignServices.js +6 -0
  234. package/icons/Dev.d.ts +2 -0
  235. package/icons/Dev.js +6 -0
  236. package/icons/Done.d.ts +2 -0
  237. package/icons/Done.js +6 -0
  238. package/icons/Down.d.ts +2 -0
  239. package/icons/Down.js +6 -0
  240. package/icons/Download.d.ts +1 -1
  241. package/icons/Download.js +2 -2
  242. package/icons/Draft.d.ts +2 -0
  243. package/icons/Draft.js +6 -0
  244. package/icons/Drag.d.ts +2 -0
  245. package/icons/Drag.js +6 -0
  246. package/icons/DragHoriz.d.ts +2 -0
  247. package/icons/DragHoriz.js +6 -0
  248. package/icons/DuplicateGroup.d.ts +2 -0
  249. package/icons/DuplicateGroup.js +6 -0
  250. package/icons/DuplicateJob.d.ts +2 -0
  251. package/icons/DuplicateJob.js +6 -0
  252. package/icons/DuplicateRole.d.ts +2 -0
  253. package/icons/DuplicateRole.js +6 -0
  254. package/icons/Duration.d.ts +2 -0
  255. package/icons/Duration.js +6 -0
  256. package/icons/Edit.d.ts +1 -1
  257. package/icons/Edit.js +2 -2
  258. package/icons/EditSchedule.d.ts +2 -0
  259. package/icons/EditSchedule.js +6 -0
  260. package/icons/Email.d.ts +1 -1
  261. package/icons/Email.js +2 -2
  262. package/icons/EndDate.d.ts +2 -0
  263. package/icons/EndDate.js +6 -0
  264. package/icons/EndDateFlag.d.ts +2 -0
  265. package/icons/EndDateFlag.js +6 -0
  266. package/icons/Error.d.ts +2 -0
  267. package/icons/Error.js +6 -0
  268. package/icons/ErrorCircle.d.ts +1 -1
  269. package/icons/ErrorCircle.js +2 -2
  270. package/icons/Event.d.ts +2 -0
  271. package/icons/Event.js +6 -0
  272. package/icons/Expand.d.ts +2 -0
  273. package/icons/Expand.js +6 -0
  274. package/icons/ExpandLess.d.ts +1 -1
  275. package/icons/ExpandLess.js +2 -2
  276. package/icons/ExpandMore.d.ts +1 -1
  277. package/icons/ExpandMore.js +2 -2
  278. package/icons/Explore.d.ts +2 -0
  279. package/icons/Explore.js +6 -0
  280. package/icons/Favorite.d.ts +2 -0
  281. package/icons/Favorite.js +6 -0
  282. package/icons/File.d.ts +2 -0
  283. package/icons/File.js +6 -0
  284. package/icons/FilterAdd.d.ts +2 -0
  285. package/icons/FilterAdd.js +6 -0
  286. package/icons/FilterClear.d.ts +2 -0
  287. package/icons/FilterClear.js +6 -0
  288. package/icons/FilterList.d.ts +1 -1
  289. package/icons/FilterList.js +2 -2
  290. package/icons/FilterSelect.d.ts +2 -0
  291. package/icons/FilterSelect.js +6 -0
  292. package/icons/FindMatch.d.ts +2 -0
  293. package/icons/FindMatch.js +6 -0
  294. package/icons/Flag.d.ts +2 -0
  295. package/icons/Flag.js +6 -0
  296. package/icons/Folder.d.ts +1 -1
  297. package/icons/Folder.js +2 -2
  298. package/icons/FolderOpen.d.ts +2 -0
  299. package/icons/FolderOpen.js +6 -0
  300. package/icons/FolderSelected.d.ts +2 -0
  301. package/icons/FolderSelected.js +6 -0
  302. package/icons/ForamteListNumbered.d.ts +2 -0
  303. package/icons/ForamteListNumbered.js +6 -0
  304. package/icons/FormatBold.d.ts +2 -0
  305. package/icons/FormatBold.js +6 -0
  306. package/icons/FormatItalics.d.ts +2 -0
  307. package/icons/FormatItalics.js +6 -0
  308. package/icons/FormatUnderline.d.ts +2 -0
  309. package/icons/FormatUnderline.js +6 -0
  310. package/icons/FormateListPoints.d.ts +2 -0
  311. package/icons/FormateListPoints.js +6 -0
  312. package/icons/Fullscreen.d.ts +2 -0
  313. package/icons/Fullscreen.js +6 -0
  314. package/icons/FullscreenExit.d.ts +2 -0
  315. package/icons/FullscreenExit.js +6 -0
  316. package/icons/Group.d.ts +2 -0
  317. package/icons/Group.js +6 -0
  318. package/icons/Help.d.ts +1 -1
  319. package/icons/Help.js +2 -2
  320. package/icons/History.d.ts +2 -0
  321. package/icons/History.js +6 -0
  322. package/icons/Hyperink.d.ts +2 -0
  323. package/icons/Hyperink.js +6 -0
  324. package/icons/Icon.module.css.js +27 -40
  325. package/icons/Icon.module.css.json +1 -1
  326. package/icons/Icon.types.d.ts +3 -9
  327. package/icons/Indicator.d.ts +2 -0
  328. package/icons/Indicator.js +6 -0
  329. package/icons/Info.d.ts +1 -1
  330. package/icons/Info.js +2 -2
  331. package/icons/Inheritance.d.ts +2 -0
  332. package/icons/Inheritance.js +6 -0
  333. package/icons/KeyId.d.ts +2 -0
  334. package/icons/KeyId.js +6 -0
  335. package/icons/KeyboardArrowDown.d.ts +1 -1
  336. package/icons/KeyboardArrowDown.js +2 -2
  337. package/icons/KeyboardArrowLeft.d.ts +2 -0
  338. package/icons/KeyboardArrowLeft.js +6 -0
  339. package/icons/KeyboardArrowRight.d.ts +2 -0
  340. package/icons/KeyboardArrowRight.js +6 -0
  341. package/icons/KeyboardArrowUp.d.ts +1 -1
  342. package/icons/KeyboardArrowUp.js +2 -2
  343. package/icons/Lightbulb.d.ts +2 -0
  344. package/icons/Lightbulb.js +6 -0
  345. package/icons/Link.d.ts +2 -0
  346. package/icons/Link.js +6 -0
  347. package/icons/LocationOn.d.ts +2 -0
  348. package/icons/LocationOn.js +6 -0
  349. package/icons/Lock.d.ts +2 -0
  350. package/icons/Lock.js +6 -0
  351. package/icons/LockOpen.d.ts +2 -0
  352. package/icons/LockOpen.js +6 -0
  353. package/icons/Login.d.ts +2 -0
  354. package/icons/Login.js +6 -0
  355. package/icons/Logout.d.ts +1 -1
  356. package/icons/Logout.js +2 -2
  357. package/icons/LookupType.d.ts +2 -0
  358. package/icons/LookupType.js +6 -0
  359. package/icons/LostMerge.d.ts +2 -0
  360. package/icons/LostMerge.js +6 -0
  361. package/icons/ManageAgent.d.ts +2 -0
  362. package/icons/ManageAgent.js +6 -0
  363. package/icons/MatchRule.d.ts +2 -0
  364. package/icons/MatchRule.js +6 -0
  365. package/icons/Menu.d.ts +1 -1
  366. package/icons/Menu.js +2 -2
  367. package/icons/Merge.d.ts +2 -0
  368. package/icons/Merge.js +6 -0
  369. package/icons/Mic.d.ts +2 -0
  370. package/icons/Mic.js +6 -0
  371. package/icons/MlModel.d.ts +2 -0
  372. package/icons/MlModel.js +6 -0
  373. package/icons/MoreHoriz.d.ts +2 -0
  374. package/icons/MoreHoriz.js +6 -0
  375. package/icons/MoreVert.d.ts +2 -0
  376. package/icons/MoreVert.js +6 -0
  377. package/icons/Move.d.ts +2 -0
  378. package/icons/Move.js +6 -0
  379. package/icons/NestedAttribute.d.ts +2 -0
  380. package/icons/NestedAttribute.js +6 -0
  381. package/icons/NetworkNode.d.ts +2 -0
  382. package/icons/NetworkNode.js +6 -0
  383. package/icons/Next.d.ts +2 -0
  384. package/icons/Next.js +6 -0
  385. package/icons/NotAMatch.d.ts +2 -0
  386. package/icons/NotAMatch.js +6 -0
  387. package/icons/NotMatched.d.ts +2 -0
  388. package/icons/NotMatched.js +6 -0
  389. package/icons/NotMatchesSet.d.ts +2 -0
  390. package/icons/NotMatchesSet.js +6 -0
  391. package/icons/NotificationManagement.d.ts +2 -0
  392. package/icons/NotificationManagement.js +6 -0
  393. package/icons/Notifications.d.ts +1 -1
  394. package/icons/Notifications.js +2 -2
  395. package/icons/NotificationsActive.d.ts +2 -0
  396. package/icons/NotificationsActive.js +6 -0
  397. package/icons/OpenDrawer.d.ts +2 -0
  398. package/icons/OpenDrawer.js +6 -0
  399. package/icons/OvMarker.d.ts +2 -0
  400. package/icons/OvMarker.js +6 -0
  401. package/icons/PasswordExpired.d.ts +2 -0
  402. package/icons/PasswordExpired.js +6 -0
  403. package/icons/Pause.d.ts +2 -0
  404. package/icons/Pause.js +6 -0
  405. package/icons/People.d.ts +1 -1
  406. package/icons/People.js +2 -2
  407. package/icons/PermIdentity.d.ts +2 -0
  408. package/icons/PermIdentity.js +6 -0
  409. package/icons/Person.d.ts +1 -1
  410. package/icons/Person.js +2 -2
  411. package/icons/Pin.d.ts +2 -0
  412. package/icons/Pin.js +6 -0
  413. package/icons/Play.d.ts +2 -0
  414. package/icons/Play.js +6 -0
  415. package/icons/Poll.d.ts +2 -0
  416. package/icons/Poll.js +6 -0
  417. package/icons/PotentialMatches.d.ts +2 -0
  418. package/icons/PotentialMatches.js +6 -0
  419. package/icons/Profile.d.ts +2 -0
  420. package/icons/Profile.js +6 -0
  421. package/icons/Profiles.d.ts +2 -0
  422. package/icons/Profiles.js +6 -0
  423. package/icons/QueryBuilder.d.ts +2 -0
  424. package/icons/QueryBuilder.js +6 -0
  425. package/icons/RadioChecked.d.ts +2 -0
  426. package/icons/RadioChecked.js +6 -0
  427. package/icons/RadioUnchecked.d.ts +2 -0
  428. package/icons/RadioUnchecked.js +6 -0
  429. package/icons/Recommend.d.ts +2 -0
  430. package/icons/Recommend.js +6 -0
  431. package/icons/Recommended.d.ts +2 -0
  432. package/icons/Recommended.js +6 -0
  433. package/icons/ReferenceProfile.d.ts +2 -0
  434. package/icons/ReferenceProfile.js +6 -0
  435. package/icons/Refresh.d.ts +1 -1
  436. package/icons/Refresh.js +2 -2
  437. package/icons/RefreshDate.d.ts +2 -0
  438. package/icons/RefreshDate.js +6 -0
  439. package/icons/RelationsView.d.ts +2 -0
  440. package/icons/RelationsView.js +6 -0
  441. package/icons/Remove.d.ts +1 -1
  442. package/icons/Remove.js +2 -2
  443. package/icons/RemoveCircle.d.ts +2 -0
  444. package/icons/RemoveCircle.js +6 -0
  445. package/icons/Replay.d.ts +2 -0
  446. package/icons/Replay.js +6 -0
  447. package/icons/Required.d.ts +2 -0
  448. package/icons/Required.js +6 -0
  449. package/icons/RequiredOff.d.ts +2 -0
  450. package/icons/RequiredOff.js +6 -0
  451. package/icons/Reset.d.ts +2 -0
  452. package/icons/Reset.js +6 -0
  453. package/icons/ResetPassword.d.ts +2 -0
  454. package/icons/ResetPassword.js +6 -0
  455. package/icons/ResizeFacetSize.d.ts +2 -0
  456. package/icons/ResizeFacetSize.js +6 -0
  457. package/icons/Resume.d.ts +2 -0
  458. package/icons/Resume.js +6 -0
  459. package/icons/Review.d.ts +2 -0
  460. package/icons/Review.js +6 -0
  461. package/icons/Roles.d.ts +2 -0
  462. package/icons/Roles.js +6 -0
  463. package/icons/Save.d.ts +1 -1
  464. package/icons/Save.js +2 -2
  465. package/icons/Scope.d.ts +2 -0
  466. package/icons/Scope.js +6 -0
  467. package/icons/Search.d.ts +1 -1
  468. package/icons/Search.js +2 -2
  469. package/icons/SearchConnections.d.ts +2 -0
  470. package/icons/SearchConnections.js +6 -0
  471. package/icons/SearchGlobal.d.ts +2 -0
  472. package/icons/SearchGlobal.js +6 -0
  473. package/icons/Segments.d.ts +2 -0
  474. package/icons/Segments.js +6 -0
  475. package/icons/SelectedNode.d.ts +2 -0
  476. package/icons/SelectedNode.js +6 -0
  477. package/icons/Send.d.ts +2 -0
  478. package/icons/Send.js +6 -0
  479. package/icons/Settings.d.ts +1 -1
  480. package/icons/Settings.js +2 -2
  481. package/icons/Share.d.ts +1 -1
  482. package/icons/Share.js +2 -2
  483. package/icons/ShoppingCart.d.ts +2 -0
  484. package/icons/ShoppingCart.js +6 -0
  485. package/icons/ShowGraph.d.ts +2 -0
  486. package/icons/ShowGraph.js +6 -0
  487. package/icons/ShowPanel.d.ts +2 -0
  488. package/icons/ShowPanel.js +6 -0
  489. package/icons/ShowhideColumns.d.ts +2 -0
  490. package/icons/ShowhideColumns.js +6 -0
  491. package/icons/SideNav.d.ts +2 -0
  492. package/icons/SideNav.js +6 -0
  493. package/icons/SimpleAttribute.d.ts +2 -0
  494. package/icons/SimpleAttribute.js +6 -0
  495. package/icons/Sort.d.ts +1 -1
  496. package/icons/Sort.js +2 -2
  497. package/icons/Sorting.d.ts +2 -0
  498. package/icons/Sorting.js +6 -0
  499. package/icons/Split.d.ts +2 -0
  500. package/icons/Split.js +6 -0
  501. package/icons/Star.d.ts +2 -0
  502. package/icons/Star.js +6 -0
  503. package/icons/StarSelected.d.ts +2 -0
  504. package/icons/StarSelected.js +6 -0
  505. package/icons/StartDate.d.ts +2 -0
  506. package/icons/StartDate.js +6 -0
  507. package/icons/StopJob.d.ts +2 -0
  508. package/icons/StopJob.js +6 -0
  509. package/icons/Style.d.ts +2 -0
  510. package/icons/Style.js +6 -0
  511. package/icons/Suggest.d.ts +2 -0
  512. package/icons/Suggest.js +6 -0
  513. package/icons/Survivorship.d.ts +2 -0
  514. package/icons/Survivorship.js +6 -0
  515. package/icons/Sync.d.ts +2 -0
  516. package/icons/Sync.js +6 -0
  517. package/icons/TaskList.d.ts +2 -0
  518. package/icons/TaskList.js +6 -0
  519. package/icons/ThumbDown.d.ts +2 -0
  520. package/icons/ThumbDown.js +6 -0
  521. package/icons/ThumbUp.d.ts +2 -0
  522. package/icons/ThumbUp.js +6 -0
  523. package/icons/Today.d.ts +2 -0
  524. package/icons/Today.js +6 -0
  525. package/icons/Training.d.ts +2 -0
  526. package/icons/Training.js +6 -0
  527. package/icons/TrainingBulb.d.ts +2 -0
  528. package/icons/TrainingBulb.js +6 -0
  529. package/icons/TrainingBulbReady.d.ts +2 -0
  530. package/icons/TrainingBulbReady.js +6 -0
  531. package/icons/TrainingContinue.d.ts +2 -0
  532. package/icons/TrainingContinue.js +6 -0
  533. package/icons/TrainingReady.d.ts +2 -0
  534. package/icons/TrainingReady.js +6 -0
  535. package/icons/Transform.d.ts +2 -0
  536. package/icons/Transform.js +6 -0
  537. package/icons/Tune.d.ts +2 -0
  538. package/icons/Tune.js +6 -0
  539. package/icons/Unmerge.d.ts +2 -0
  540. package/icons/Unmerge.js +6 -0
  541. package/icons/Unpublish.d.ts +2 -0
  542. package/icons/Unpublish.js +6 -0
  543. package/icons/Unshare.d.ts +2 -0
  544. package/icons/Unshare.js +6 -0
  545. package/icons/Up.d.ts +2 -0
  546. package/icons/Up.js +6 -0
  547. package/icons/Upload.d.ts +1 -1
  548. package/icons/Upload.js +2 -2
  549. package/icons/UsageApp.d.ts +2 -0
  550. package/icons/UsageApp.js +6 -0
  551. package/icons/Users.d.ts +2 -0
  552. package/icons/Users.js +6 -0
  553. package/icons/VerticalAlign.d.ts +2 -0
  554. package/icons/VerticalAlign.js +6 -0
  555. package/icons/ViewCards.d.ts +2 -0
  556. package/icons/ViewCards.js +6 -0
  557. package/icons/ViewChart.d.ts +2 -0
  558. package/icons/ViewChart.js +6 -0
  559. package/icons/ViewColumn.d.ts +2 -0
  560. package/icons/ViewColumn.js +6 -0
  561. package/icons/ViewHierarchy.d.ts +2 -0
  562. package/icons/ViewHierarchy.js +6 -0
  563. package/icons/ViewList.d.ts +2 -0
  564. package/icons/ViewList.js +6 -0
  565. package/icons/ViewMap.d.ts +2 -0
  566. package/icons/ViewMap.js +6 -0
  567. package/icons/ViewTable.d.ts +2 -0
  568. package/icons/ViewTable.js +6 -0
  569. package/icons/Visibility.d.ts +1 -1
  570. package/icons/Visibility.js +2 -2
  571. package/icons/VisibilityOff.d.ts +1 -1
  572. package/icons/VisibilityOff.js +2 -2
  573. package/icons/Warning.d.ts +1 -1
  574. package/icons/Warning.js +2 -2
  575. package/icons/Working.d.ts +2 -0
  576. package/icons/Working.js +6 -0
  577. package/icons/index.d.ts +189 -2
  578. package/icons/index.js +377 -3
  579. package/package.json +2 -8
  580. package/packages/design/charts.d.ts +1 -0
  581. package/packages/design/charts.js +1 -0
  582. package/packages/design/icons.d.ts +1 -0
  583. package/packages/design/icons.js +1 -0
  584. package/packages/design/utils.d.ts +1 -0
  585. package/packages/design/utils.js +1 -0
  586. package/utils/classNames.d.ts +5 -3
  587. package/utils/classNames.js +6 -6
  588. package/utils/index.d.ts +2 -0
  589. package/utils/index.js +2 -0
  590. package/utils/types.d.ts +11 -0
  591. package/utils/types.js +1 -0
  592. /package/packages/design/{index.d.ts → components.d.ts} +0 -0
  593. /package/packages/design/{index.js → components.js} +0 -0
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ export * from "./Popover";
2
+ export type * from "./Popover.types";
@@ -0,0 +1 @@
1
+ export * from "./Popover";
@@ -4,4 +4,4 @@ import type { SkeletonProps } from "./Skeleton.types";
4
4
  * (moving gradient) animation. Used as a loading placeholder to reserve space
5
5
  * and indicate that content is loading. Full width by default.
6
6
  */
7
- export declare const Skeleton: ({ rows, className, ...rest }: SkeletonProps) => import("react/jsx-runtime").JSX.Element;
7
+ export declare const Skeleton: ({ rows, size, className, style, ...rest }: SkeletonProps) => import("react/jsx-runtime").JSX.Element;
@@ -8,9 +8,10 @@ const DEFAULT_ROWS = 3;
8
8
  * (moving gradient) animation. Used as a loading placeholder to reserve space
9
9
  * and indicate that content is loading. Full width by default.
10
10
  */
11
- export const Skeleton = ({ rows = DEFAULT_ROWS, className, ...rest }) => {
11
+ export const Skeleton = ({ rows = DEFAULT_ROWS, size, className, style, ...rest }) => {
12
12
  const rowCount = Math.max(1, Math.floor(Number(rows)) || DEFAULT_ROWS);
13
+ const rowStyle = size ? { height: size } : undefined;
13
14
  return (
14
15
  // biome-ignore lint/a11y/useSemanticElements: status role is correct for loading placeholder; output is for calculation results
15
- _jsx("div", { className: classNames(styles.skeletonRoot, className), "aria-busy": "true", "aria-label": DEFAULT_LABEL, role: "status", ...rest, children: Array.from({ length: rowCount }, (_, i) => (_jsx("div", { className: styles.row, "aria-hidden": "true" }, i))) }));
16
+ _jsx("div", { className: classNames(styles.skeletonRoot, className), "aria-busy": "true", "aria-label": DEFAULT_LABEL, role: "status", style: style, ...rest, children: Array.from({ length: rowCount }, (_, i) => (_jsx("div", { className: classNames(styles.row), style: rowStyle, "aria-hidden": "true" }, i))) }));
16
17
  };
@@ -1,46 +1,44 @@
1
1
  import styleInject from 'style-inject';
2
2
  import json from './Skeleton.module.css.json';
3
3
  styleInject(`
4
- ._skeletonRoot_1e8wa_1 {
5
- --reltio-skeleton-row-height: 16px;
6
- --reltio-skeleton-row-gap: 12px;
4
+ .Skeleton_skeletonRoot__L29wd {
7
5
  width: 100%;
8
6
  display: flex;
9
7
  flex-direction: column;
10
- gap: var(--reltio-skeleton-row-gap, 12px);
8
+ gap: 12px;
11
9
  }
12
10
 
13
- ._row_1e8wa_10 {
11
+ .Skeleton_row__L29wd {
14
12
  width: 100%;
15
- height: var(--reltio-skeleton-row-height, 16px);
16
- background-color: #f5f5fa;
13
+ height: 16px;
14
+ background-color: var(--reltio-color-surface-2);
17
15
  overflow: hidden;
18
16
  position: relative;
19
17
  }
20
18
 
21
- ._row_1e8wa_10::before {
19
+ .Skeleton_row__L29wd::before {
22
20
  content: "";
23
21
  position: absolute;
24
22
  top: 0;
25
23
  left: 0;
26
24
  bottom: 0;
27
- background-color: #9898b34d;
28
- animation: _indeterminate1_1e8wa_1 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395)
25
+ background-color: var(--reltio-color-bg-transparent-1);
26
+ animation: Skeleton_indeterminate1__L29wd 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395)
29
27
  infinite;
30
28
  }
31
29
 
32
- ._row_1e8wa_10::after {
30
+ .Skeleton_row__L29wd::after {
33
31
  content: "";
34
32
  position: absolute;
35
33
  top: 0;
36
34
  left: 0;
37
35
  bottom: 0;
38
- background-color: #9898b34d;
39
- animation: _indeterminate2_1e8wa_1 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
36
+ background-color: var(--reltio-color-bg-transparent-1);
37
+ animation: Skeleton_indeterminate2__L29wd 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
40
38
  animation-delay: 1.15s;
41
39
  }
42
40
 
43
- @keyframes _indeterminate1_1e8wa_1 {
41
+ @keyframes Skeleton_indeterminate1__L29wd {
44
42
  0% {
45
43
  left: -35%;
46
44
  right: 100%;
@@ -55,7 +53,7 @@ styleInject(`
55
53
  }
56
54
  }
57
55
 
58
- @keyframes _indeterminate2_1e8wa_1 {
56
+ @keyframes Skeleton_indeterminate2__L29wd {
59
57
  0% {
60
58
  left: -200%;
61
59
  right: 100%;
@@ -1 +1 @@
1
- { "skeletonRoot": "_skeletonRoot_1e8wa_1", "row": "_row_1e8wa_10", "indeterminate1": "_indeterminate1_1e8wa_1", "indeterminate2": "_indeterminate2_1e8wa_1" }
1
+ { "skeletonRoot": "Skeleton_skeletonRoot__L29wd", "row": "Skeleton_row__L29wd", "indeterminate1": "Skeleton_indeterminate1__L29wd", "indeterminate2": "Skeleton_indeterminate2__L29wd" }
@@ -1,31 +1,13 @@
1
- import type React from "react";
1
+ import type { HtmlProps } from "../../utils/types";
2
2
  /**
3
3
  * Props for the Skeleton component
4
4
  */
5
- export type SkeletonProps = {
5
+ export type SkeletonProps = Omit<HtmlProps<"div", {
6
6
  /**
7
7
  * Number of rectangular placeholder bars to display
8
8
  * @default 3
9
9
  */
10
10
  rows?: number;
11
- /**
12
- * Size (number) passed to styles; affects line height and line gap of placeholder bars (e.g. pixels).
13
- * @default 16
14
- */
15
- size?: number;
16
- /**
17
- * Accessible label for screen readers. When not provided, a default label is used.
18
- */
19
- label?: string;
20
- /**
21
- * Additional CSS class names
22
- */
23
- className?: string;
24
- /**
25
- * Inline styles (e.g. for CSS variable overrides)
26
- */
27
- style?: React.CSSProperties & {
28
- "--reltio-skeleton-row-height"?: string;
29
- "--reltio-skeleton-row-gap"?: string;
30
- };
31
- } & Omit<React.ComponentPropsWithoutRef<"div">, "children" | "className" | "style">;
11
+ /** Height of each row bar (e.g. "16px", "1rem", "2em"). Defaults to 16px. */
12
+ size?: string;
13
+ }>, "children">;
@@ -1,24 +1,3 @@
1
- export declare const TextArea: import("react").ForwardRefExoticComponent<{
2
- label?: string;
3
- error?: boolean;
4
- supportingText?: string;
5
- toolbar?: import("react").ReactNode;
6
- style?: import("react").CSSProperties & {
7
- "--reltio-textarea-font-family": string;
8
- "--reltio-textarea-font-size": string;
9
- "--reltio-textarea-line-height": string;
10
- "--reltio-textarea-color-text": string;
11
- "--reltio-textarea-color-border": string;
12
- "--reltio-textarea-color-border-focus": string;
13
- "--reltio-textarea-color-background": string;
14
- "--reltio-textarea-color-error": string;
15
- "--reltio-textarea-color-label": string;
16
- "--reltio-textarea-color-supporting-text": string;
17
- "--reltio-textarea-border-radius": string;
18
- "--reltio-textarea-padding": string;
19
- "--reltio-textarea-min-height": string;
20
- "--reltio-textarea-max-height": string;
21
- "--reltio-textarea-border-width": string;
22
- "--reltio-textarea-border-width-focus": string;
23
- };
24
- } & Omit<import("react").TextareaHTMLAttributes<HTMLTextAreaElement>, "style"> & import("react").RefAttributes<HTMLTextAreaElement>>;
1
+ import type React from "react";
2
+ import type { TextAreaProps } from "./TextArea.types";
3
+ export declare const TextArea: React.ForwardRefExoticComponent<TextAreaProps & React.RefAttributes<HTMLTextAreaElement>>;
@@ -1,58 +1,17 @@
1
1
  import styleInject from 'style-inject';
2
2
  import json from './TextArea.module.css.json';
3
3
  styleInject(`
4
- ._root_pmwmi_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
- font-family: var(--reltio-textarea-font-family);
4
+ .TextArea_root__L29wd {
5
+ font-family: "Roboto", sans-serif;
30
6
  container-type: inline-size;
31
7
  }
32
8
 
33
- ._root_pmwmi_1:focus-within {
34
- --reltio-textarea-color-border: var(--reltio-textarea-color-border-focus);
35
- --reltio-textarea-border-width: var(--reltio-textarea-border-width-focus);
36
- --reltio-textarea-color-label: var(--reltio-textarea-color-border-focus);
37
- }
38
-
39
- ._root_pmwmi_1[data-error="true"] {
40
- --reltio-textarea-color-border: var(--reltio-textarea-color-error);
41
- --reltio-textarea-color-label: var(--reltio-textarea-color-error);
42
- --reltio-textarea-color-supporting-text: var(--reltio-textarea-color-error);
43
- }
44
-
45
- ._root_pmwmi_1[data-error="true"]:focus-within {
46
- --reltio-textarea-color-border: var(--reltio-textarea-color-error);
47
- --reltio-textarea-color-label: var(--reltio-textarea-color-error);
48
- }
49
-
50
- ._root_pmwmi_1[data-disabled="true"] {
9
+ .TextArea_root__L29wd[data-disabled="true"] {
51
10
  opacity: 0.38;
52
11
  cursor: not-allowed;
53
12
  }
54
13
 
55
- ._inputContainer_pmwmi_52 {
14
+ .TextArea_inputContainer__L29wd {
56
15
  position: relative;
57
16
  display: grid;
58
17
  grid-template-columns: 1fr;
@@ -62,20 +21,32 @@ styleInject(`
62
21
  "toolbar";
63
22
  margin: 0;
64
23
  box-sizing: border-box;
65
- border-radius: var(--reltio-textarea-border-radius);
66
- outline: var(--reltio-textarea-border-width) solid var(--reltio-textarea-color-border);
24
+ border-radius: 4px;
25
+ outline: 1px solid var(--reltio-color-border-3);
67
26
  cursor: text;
68
27
  transition:
69
28
  outline-color 0.1s ease,
70
29
  outline-width 0.1s ease;
71
- 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);
72
43
  }
73
44
 
74
- ._root_pmwmi_1[data-disabled="true"] ._inputContainer_pmwmi_52 {
45
+ .TextArea_root__L29wd[data-disabled="true"] .TextArea_inputContainer__L29wd {
75
46
  cursor: not-allowed;
76
47
  }
77
48
 
78
- ._textarea_pmwmi_75 {
49
+ .TextArea_textarea__L29wd {
79
50
  grid-area: textarea;
80
51
  position: relative;
81
52
  display: block;
@@ -84,65 +55,85 @@ styleInject(`
84
55
  outline: none;
85
56
  background: none;
86
57
  width: 100%;
87
- min-height: var(--reltio-textarea-min-height);
88
- max-height: var(--reltio-textarea-max-height);
89
- border-radius: var(--reltio-textarea-border-radius);
58
+ min-height: 56px;
59
+ max-height: min(500px, 50cqh);
60
+ border-radius: 4px;
90
61
  box-sizing: border-box;
91
- font-size: var(--reltio-textarea-font-size);
92
- font-family: var(--reltio-textarea-font-family);
93
- line-height: var(--reltio-textarea-line-height);
62
+ font-size: 16px;
63
+ font-family: "Roboto", sans-serif;
64
+ line-height: 1.5;
94
65
  resize: none;
95
- color: var(--reltio-textarea-color-text);
96
- padding: var(--reltio-textarea-padding);
66
+ color: var(--reltio-color-text);
67
+ padding: 16px;
97
68
  overflow-y: auto;
98
69
  field-sizing: content;
99
70
  }
100
71
 
101
- ._textarea_pmwmi_75::placeholder {
102
- 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);
103
78
  }
104
79
 
105
- ._textarea_pmwmi_75: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 {
106
85
  cursor: not-allowed;
107
86
  }
108
87
 
109
- ._label_pmwmi_106 {
88
+ .TextArea_label__L29wd {
110
89
  position: absolute;
111
90
  opacity: 0;
112
91
  top: 16px;
113
92
  left: 8px;
114
93
  transform: translateY(-50%);
115
94
  transition: all 0.2s ease;
116
- background-color: var(--reltio-textarea-color-background);
95
+ background-color: var(--reltio-color-surface-1);
117
96
  padding: 4px 8px;
118
- border-radius: var(--reltio-textarea-border-radius);
119
- color: var(--reltio-textarea-color-label);
97
+ border-radius: 4px;
98
+ color: var(--reltio-color-text-secondary);
120
99
  z-index: 2;
121
- font-size: var(--reltio-textarea-font-size);
122
- font-family: var(--reltio-textarea-font-family);
100
+ font-size: 16px;
101
+ font-family: "Roboto", sans-serif;
123
102
  pointer-events: none;
124
103
  }
125
104
 
126
- ._textarea_pmwmi_75:not(:placeholder-shown) + ._label_pmwmi_106 {
105
+ .TextArea_textarea__L29wd:not(:placeholder-shown) + .TextArea_label__L29wd {
127
106
  top: -1px;
128
107
  font-size: 12px;
129
108
  opacity: 1;
130
109
  }
131
110
 
132
- ._textarea_pmwmi_75:focus + ._label_pmwmi_106 {
111
+ .TextArea_textarea__L29wd:focus + .TextArea_label__L29wd {
133
112
  top: -1px;
134
113
  font-size: 12px;
135
114
  opacity: 1;
136
115
  }
137
116
 
138
- ._supportingText_pmwmi_135 {
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 {
139
126
  font-size: 12px;
140
- padding: 4px var(--reltio-textarea-padding);
141
- color: var(--reltio-textarea-color-supporting-text);
142
- 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);
143
134
  }
144
135
 
145
- ._toolbar_pmwmi_142 {
136
+ .TextArea_toolbar__L29wd {
146
137
  grid-area: toolbar;
147
138
  display: flex;
148
139
  flex-direction: row;
@@ -1 +1 @@
1
- { "root": "_root_pmwmi_1", "inputContainer": "_inputContainer_pmwmi_52", "textarea": "_textarea_pmwmi_75", "label": "_label_pmwmi_106", "supportingText": "_supportingText_pmwmi_135", "toolbar": "_toolbar_pmwmi_142" }
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,25 +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
- "--reltio-textarea-border-width": string;
39
- "--reltio-textarea-border-width-focus": string;
40
- };
41
- } & 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" }
@@ -1,3 +1,4 @@
1
+ export * from "./AppSelector";
1
2
  export * from "./AssistantLoader";
2
3
  export * from "./Button";
3
4
  export * from "./Chat";
@@ -1,3 +1,4 @@
1
+ export * from "./AppSelector";
1
2
  export * from "./AssistantLoader";
2
3
  export * from "./Button";
3
4
  export * from "./Chat";
@@ -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
+ };