@eccenca/gui-elements 25.1.0 → 25.2.0-featuredarkthemesupportcmem7503.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 (573) hide show
  1. package/CHANGELOG.md +1003 -952
  2. package/README.md +27 -27
  3. package/dist/cjs/cmem/ActivityControl/ActivityControlWidget.js +21 -23
  4. package/dist/cjs/cmem/ActivityControl/ActivityControlWidget.js.map +1 -1
  5. package/dist/cjs/cmem/ActivityControl/ActivityExecutionErrorReportModal.js +28 -12
  6. package/dist/cjs/cmem/ActivityControl/ActivityExecutionErrorReportModal.js.map +1 -1
  7. package/dist/cjs/cmem/ActivityControl/SilkActivityControl.js +17 -7
  8. package/dist/cjs/cmem/ActivityControl/SilkActivityControl.js.map +1 -1
  9. package/dist/cjs/cmem/ConfidenceValue/ConfidenceValue.js +2 -1
  10. package/dist/cjs/cmem/ConfidenceValue/ConfidenceValue.js.map +1 -1
  11. package/dist/cjs/cmem/ContentBlobToggler/ContentBlobToggler.js +29 -13
  12. package/dist/cjs/cmem/ContentBlobToggler/ContentBlobToggler.js.map +1 -1
  13. package/dist/cjs/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js +21 -6
  14. package/dist/cjs/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js.map +1 -1
  15. package/dist/cjs/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js +17 -7
  16. package/dist/cjs/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.js.map +1 -1
  17. package/dist/cjs/cmem/markdown/Markdown.js +2 -2
  18. package/dist/cjs/cmem/markdown/Markdown.js.map +1 -1
  19. package/dist/cjs/cmem/react-flow/ReactFlow/ReactFlow.js +17 -7
  20. package/dist/cjs/cmem/react-flow/ReactFlow/ReactFlow.js.map +1 -1
  21. package/dist/cjs/cmem/react-flow/ReactFlow/ReactFlowV9.js.map +1 -1
  22. package/dist/cjs/cmem/react-flow/StickyNoteModal/StickyNoteModal.js.map +1 -1
  23. package/dist/cjs/cmem/react-flow/configuration/graph.js +0 -2
  24. package/dist/cjs/cmem/react-flow/configuration/graph.js.map +1 -1
  25. package/dist/cjs/cmem/react-flow/configuration/linking.js +0 -2
  26. package/dist/cjs/cmem/react-flow/configuration/linking.js.map +1 -1
  27. package/dist/cjs/cmem/react-flow/configuration/workflow.js +0 -2
  28. package/dist/cjs/cmem/react-flow/configuration/workflow.js.map +1 -1
  29. package/dist/cjs/cmem/react-flow/extensions/scrollOnDragHook.js +17 -7
  30. package/dist/cjs/cmem/react-flow/extensions/scrollOnDragHook.js.map +1 -1
  31. package/dist/cjs/cmem/react-flow/nodes/StickyNoteNode.js +17 -7
  32. package/dist/cjs/cmem/react-flow/nodes/StickyNoteNode.js.map +1 -1
  33. package/dist/cjs/common/utils/colorCalculateDistance.js.map +1 -1
  34. package/dist/cjs/common/utils/colorDecideContrastvalue.js +2 -1
  35. package/dist/cjs/common/utils/colorDecideContrastvalue.js.map +1 -1
  36. package/dist/cjs/common/utils/colorHash.js +3 -7
  37. package/dist/cjs/common/utils/colorHash.js.map +1 -1
  38. package/dist/cjs/common/utils/reduceToText.js +17 -7
  39. package/dist/cjs/common/utils/reduceToText.js.map +1 -1
  40. package/dist/cjs/components/Accordion/AccordionItem.js.map +1 -1
  41. package/dist/cjs/components/Application/ApplicationContainer.js +3 -2
  42. package/dist/cjs/components/Application/ApplicationContainer.js.map +1 -1
  43. package/dist/cjs/components/Application/ApplicationSidebarNavigation.js.map +1 -1
  44. package/dist/cjs/components/Application/ApplicationTitle.js +1 -1
  45. package/dist/cjs/components/Application/ApplicationTitle.js.map +1 -1
  46. package/dist/cjs/components/Application/ApplicationToolbarAction.js.map +1 -1
  47. package/dist/cjs/components/AutoSuggestion/AutoSuggestion.js +27 -13
  48. package/dist/cjs/components/AutoSuggestion/AutoSuggestion.js.map +1 -1
  49. package/dist/cjs/components/AutoSuggestion/AutoSuggestionList.js.map +1 -1
  50. package/dist/cjs/components/AutoSuggestion/ExtendedCodeEditor.js +1 -1
  51. package/dist/cjs/components/AutoSuggestion/ExtendedCodeEditor.js.map +1 -1
  52. package/dist/cjs/components/AutocompleteField/AutoCompleteField.js +19 -16
  53. package/dist/cjs/components/AutocompleteField/AutoCompleteField.js.map +1 -1
  54. package/dist/cjs/components/AutocompleteField/autoCompleteFieldUtils.js.map +1 -1
  55. package/dist/cjs/components/Breadcrumb/BreadcrumbList.js +17 -7
  56. package/dist/cjs/components/Breadcrumb/BreadcrumbList.js.map +1 -1
  57. package/dist/cjs/components/Button/Button.js +5 -1
  58. package/dist/cjs/components/Button/Button.js.map +1 -1
  59. package/dist/cjs/components/Card/CardContent.js +1 -1
  60. package/dist/cjs/components/Card/CardContent.js.map +1 -1
  61. package/dist/cjs/components/Chat/ChatArea.js.map +1 -1
  62. package/dist/cjs/components/ColorField/ColorField.js +1 -1
  63. package/dist/cjs/components/ColorField/ColorField.js.map +1 -1
  64. package/dist/cjs/components/ContentGroup/ContentGroup.js +19 -19
  65. package/dist/cjs/components/ContentGroup/ContentGroup.js.map +1 -1
  66. package/dist/cjs/components/ContextOverlay/ContextMenu.js +4 -4
  67. package/dist/cjs/components/ContextOverlay/ContextMenu.js.map +1 -1
  68. package/dist/cjs/components/ContextOverlay/ContextOverlay.js +6 -5
  69. package/dist/cjs/components/ContextOverlay/ContextOverlay.js.map +1 -1
  70. package/dist/cjs/components/DecoupledOverlay/DecoupledOverlay.js +6 -5
  71. package/dist/cjs/components/DecoupledOverlay/DecoupledOverlay.js.map +1 -1
  72. package/dist/cjs/components/Depiction/Depiction.js +18 -8
  73. package/dist/cjs/components/Depiction/Depiction.js.map +1 -1
  74. package/dist/cjs/components/Dialog/Modal.js.map +1 -1
  75. package/dist/cjs/components/Dialog/ModalContext.js +3 -3
  76. package/dist/cjs/components/Dialog/ModalContext.js.map +1 -1
  77. package/dist/cjs/components/FlexibleLayout/FlexibleLayoutContainer.js +17 -7
  78. package/dist/cjs/components/FlexibleLayout/FlexibleLayoutContainer.js.map +1 -1
  79. package/dist/cjs/components/FlexibleLayout/FlexibleLayoutItem.js +17 -7
  80. package/dist/cjs/components/FlexibleLayout/FlexibleLayoutItem.js.map +1 -1
  81. package/dist/cjs/components/Grid/Grid.js.map +1 -1
  82. package/dist/cjs/components/Icon/IconButton.js +2 -2
  83. package/dist/cjs/components/Icon/IconButton.js.map +1 -1
  84. package/dist/cjs/components/Icon/canonicalIconNames.js +18 -7
  85. package/dist/cjs/components/Icon/canonicalIconNames.js.map +1 -1
  86. package/dist/cjs/components/Icon/transformIcon.js.map +1 -1
  87. package/dist/cjs/components/Iframe/Iframe.js +17 -7
  88. package/dist/cjs/components/Iframe/Iframe.js.map +1 -1
  89. package/dist/cjs/components/InteractionGate/InteractionGate.js +17 -7
  90. package/dist/cjs/components/InteractionGate/InteractionGate.js.map +1 -1
  91. package/dist/cjs/components/List/List.js +17 -7
  92. package/dist/cjs/components/List/List.js.map +1 -1
  93. package/dist/cjs/components/Menu/MenuItem.js.map +1 -1
  94. package/dist/cjs/components/MultiSelect/MultiSelect.js +55 -25
  95. package/dist/cjs/components/MultiSelect/MultiSelect.js.map +1 -1
  96. package/dist/cjs/components/NotAvailable/NotAvailable.js +42 -0
  97. package/dist/cjs/components/NotAvailable/NotAvailable.js.map +1 -0
  98. package/dist/cjs/components/Notification/Notification.js.map +1 -1
  99. package/dist/cjs/components/OverviewItem/OverviewItemDepiction.js.map +1 -1
  100. package/dist/cjs/components/Pagination/Pagination.js +17 -7
  101. package/dist/cjs/components/Pagination/Pagination.js.map +1 -1
  102. package/dist/cjs/components/Select/Select.js +6 -4
  103. package/dist/cjs/components/Select/Select.js.map +1 -1
  104. package/dist/cjs/components/Skeleton/Skeleton.js.map +1 -1
  105. package/dist/cjs/components/Spinner/Spinner.js +17 -7
  106. package/dist/cjs/components/Spinner/Spinner.js.map +1 -1
  107. package/dist/cjs/components/Switch/Switch.js +17 -7
  108. package/dist/cjs/components/Switch/Switch.js.map +1 -1
  109. package/dist/cjs/components/Table/Table.js.map +1 -1
  110. package/dist/cjs/components/Table/TableContainer.js +1 -1
  111. package/dist/cjs/components/Table/TableContainer.js.map +1 -1
  112. package/dist/cjs/components/Table/TableExpandHeader.js.map +1 -1
  113. package/dist/cjs/components/Table/TableExpandRow.js +2 -2
  114. package/dist/cjs/components/Table/TableExpandRow.js.map +1 -1
  115. package/dist/cjs/components/Tabs/Tab.js.map +1 -1
  116. package/dist/cjs/components/Tabs/Tabs.js +17 -7
  117. package/dist/cjs/components/Tabs/Tabs.js.map +1 -1
  118. package/dist/cjs/components/Tag/Tag.js +1 -1
  119. package/dist/cjs/components/Tag/Tag.js.map +1 -1
  120. package/dist/cjs/components/TextField/TextArea.js.map +1 -1
  121. package/dist/cjs/components/TextField/TextField.js.map +1 -1
  122. package/dist/cjs/components/Tooltip/Tooltip.js.map +1 -1
  123. package/dist/cjs/components/Tree/Tree.js +17 -7
  124. package/dist/cjs/components/Tree/Tree.js.map +1 -1
  125. package/dist/cjs/components/Typography/HtmlContentBlock.js +17 -7
  126. package/dist/cjs/components/Typography/HtmlContentBlock.js.map +1 -1
  127. package/dist/cjs/components/Typography/WhiteSpaceContainer.js +17 -7
  128. package/dist/cjs/components/Typography/WhiteSpaceContainer.js.map +1 -1
  129. package/dist/cjs/components/VisualTour/VisualTour.js +7 -5
  130. package/dist/cjs/components/VisualTour/VisualTour.js.map +1 -1
  131. package/dist/cjs/components/index.js +1 -0
  132. package/dist/cjs/components/index.js.map +1 -1
  133. package/dist/cjs/extensions/codemirror/CodeMirror.js +43 -19
  134. package/dist/cjs/extensions/codemirror/CodeMirror.js.map +1 -1
  135. package/dist/cjs/extensions/codemirror/hooks/useCodemirrorModeExtension.hooks.js +5 -3
  136. package/dist/cjs/extensions/codemirror/hooks/useCodemirrorModeExtension.hooks.js.map +1 -1
  137. package/dist/cjs/extensions/codemirror/tests/codemirrorTestHelper.js +1 -1
  138. package/dist/cjs/extensions/codemirror/tests/codemirrorTestHelper.js.map +1 -1
  139. package/dist/cjs/extensions/react-flow/edges/EdgeBezier.js +17 -7
  140. package/dist/cjs/extensions/react-flow/edges/EdgeBezier.js.map +1 -1
  141. package/dist/cjs/extensions/react-flow/edges/EdgeDefault.js +17 -7
  142. package/dist/cjs/extensions/react-flow/edges/EdgeDefault.js.map +1 -1
  143. package/dist/cjs/extensions/react-flow/edges/EdgeDefaultV12.js +17 -7
  144. package/dist/cjs/extensions/react-flow/edges/EdgeDefaultV12.js.map +1 -1
  145. package/dist/cjs/extensions/react-flow/edges/EdgeLabel.js +25 -10
  146. package/dist/cjs/extensions/react-flow/edges/EdgeLabel.js.map +1 -1
  147. package/dist/cjs/extensions/react-flow/edges/EdgeNew.js +14 -8
  148. package/dist/cjs/extensions/react-flow/edges/EdgeNew.js.map +1 -1
  149. package/dist/cjs/extensions/react-flow/edges/EdgeStep.js +17 -7
  150. package/dist/cjs/extensions/react-flow/edges/EdgeStep.js.map +1 -1
  151. package/dist/cjs/extensions/react-flow/edges/EdgeTools.js +19 -9
  152. package/dist/cjs/extensions/react-flow/edges/EdgeTools.js.map +1 -1
  153. package/dist/cjs/extensions/react-flow/edges/utils.js.map +1 -1
  154. package/dist/cjs/extensions/react-flow/handles/HandleContent.js +22 -9
  155. package/dist/cjs/extensions/react-flow/handles/HandleContent.js.map +1 -1
  156. package/dist/cjs/extensions/react-flow/handles/HandleDefault.js +20 -8
  157. package/dist/cjs/extensions/react-flow/handles/HandleDefault.js.map +1 -1
  158. package/dist/cjs/extensions/react-flow/handles/HandleTools.js +2 -2
  159. package/dist/cjs/extensions/react-flow/handles/HandleTools.js.map +1 -1
  160. package/dist/cjs/extensions/react-flow/markers/ReactFlowMarkers.js.map +1 -1
  161. package/dist/cjs/extensions/react-flow/minimap/MiniMap.js +17 -7
  162. package/dist/cjs/extensions/react-flow/minimap/MiniMap.js.map +1 -1
  163. package/dist/cjs/extensions/react-flow/minimap/MiniMapV12.js +17 -7
  164. package/dist/cjs/extensions/react-flow/minimap/MiniMapV12.js.map +1 -1
  165. package/dist/cjs/extensions/react-flow/nodes/NodeContent.js +11 -9
  166. package/dist/cjs/extensions/react-flow/nodes/NodeContent.js.map +1 -1
  167. package/dist/cjs/extensions/react-flow/nodes/NodeDefault.js +21 -8
  168. package/dist/cjs/extensions/react-flow/nodes/NodeDefault.js.map +1 -1
  169. package/dist/cjs/extensions/react-flow/nodes/NodeTools.js +23 -9
  170. package/dist/cjs/extensions/react-flow/nodes/NodeTools.js.map +1 -1
  171. package/dist/cjs/extensions/react-flow/nodes/nodeUtils.js +6 -1
  172. package/dist/cjs/extensions/react-flow/nodes/nodeUtils.js.map +1 -1
  173. package/dist/cjs/index.js +17 -7
  174. package/dist/cjs/index.js.map +1 -1
  175. package/dist/esm/cmem/ActivityControl/ActivityControlWidget.js +7 -9
  176. package/dist/esm/cmem/ActivityControl/ActivityControlWidget.js.map +1 -1
  177. package/dist/esm/cmem/ActivityControl/ActivityExecutionErrorReportModal.js +6 -3
  178. package/dist/esm/cmem/ActivityControl/ActivityExecutionErrorReportModal.js.map +1 -1
  179. package/dist/esm/cmem/ActivityControl/SilkActivityControl.js +2 -2
  180. package/dist/esm/cmem/ActivityControl/SilkActivityControl.js.map +1 -1
  181. package/dist/esm/cmem/ConfidenceValue/ConfidenceValue.js +2 -1
  182. package/dist/esm/cmem/ConfidenceValue/ConfidenceValue.js.map +1 -1
  183. package/dist/esm/cmem/ContentBlobToggler/ContentBlobToggler.js +8 -5
  184. package/dist/esm/cmem/ContentBlobToggler/ContentBlobToggler.js.map +1 -1
  185. package/dist/esm/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js +28 -3
  186. package/dist/esm/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.js.map +1 -1
  187. package/dist/esm/cmem/markdown/Markdown.js +1 -1
  188. package/dist/esm/cmem/markdown/Markdown.js.map +1 -1
  189. package/dist/esm/cmem/react-flow/ReactFlow/ReactFlowV9.js.map +1 -1
  190. package/dist/esm/cmem/react-flow/StickyNoteModal/StickyNoteModal.js.map +1 -1
  191. package/dist/esm/cmem/react-flow/configuration/graph.js +0 -2
  192. package/dist/esm/cmem/react-flow/configuration/graph.js.map +1 -1
  193. package/dist/esm/cmem/react-flow/configuration/linking.js +0 -2
  194. package/dist/esm/cmem/react-flow/configuration/linking.js.map +1 -1
  195. package/dist/esm/cmem/react-flow/configuration/workflow.js +0 -2
  196. package/dist/esm/cmem/react-flow/configuration/workflow.js.map +1 -1
  197. package/dist/esm/cmem/react-flow/extensions/scrollOnDragHook.js.map +1 -1
  198. package/dist/esm/common/utils/colorCalculateDistance.js.map +1 -1
  199. package/dist/esm/common/utils/colorDecideContrastvalue.js +2 -1
  200. package/dist/esm/common/utils/colorDecideContrastvalue.js.map +1 -1
  201. package/dist/esm/common/utils/colorHash.js +3 -7
  202. package/dist/esm/common/utils/colorHash.js.map +1 -1
  203. package/dist/esm/common/utils/reduceToText.js +1 -1
  204. package/dist/esm/components/Accordion/AccordionItem.js.map +1 -1
  205. package/dist/esm/components/Application/ApplicationContainer.js +3 -2
  206. package/dist/esm/components/Application/ApplicationContainer.js.map +1 -1
  207. package/dist/esm/components/Application/ApplicationSidebarNavigation.js.map +1 -1
  208. package/dist/esm/components/Application/ApplicationTitle.js +1 -1
  209. package/dist/esm/components/Application/ApplicationTitle.js.map +1 -1
  210. package/dist/esm/components/Application/ApplicationToolbarAction.js.map +1 -1
  211. package/dist/esm/components/AutoSuggestion/AutoSuggestion.js +12 -8
  212. package/dist/esm/components/AutoSuggestion/AutoSuggestion.js.map +1 -1
  213. package/dist/esm/components/AutoSuggestion/AutoSuggestionList.js.map +1 -1
  214. package/dist/esm/components/AutocompleteField/AutoCompleteField.js +11 -18
  215. package/dist/esm/components/AutocompleteField/AutoCompleteField.js.map +1 -1
  216. package/dist/esm/components/AutocompleteField/autoCompleteFieldUtils.js.map +1 -1
  217. package/dist/esm/components/Breadcrumb/BreadcrumbList.js.map +1 -1
  218. package/dist/esm/components/Button/Button.js +5 -1
  219. package/dist/esm/components/Button/Button.js.map +1 -1
  220. package/dist/esm/components/Card/CardContent.js +1 -1
  221. package/dist/esm/components/Card/CardContent.js.map +1 -1
  222. package/dist/esm/components/Chat/ChatArea.js.map +1 -1
  223. package/dist/esm/components/ColorField/ColorField.js +1 -1
  224. package/dist/esm/components/ColorField/ColorField.js.map +1 -1
  225. package/dist/esm/components/ContentGroup/ContentGroup.js +1 -1
  226. package/dist/esm/components/ContentGroup/ContentGroup.js.map +1 -1
  227. package/dist/esm/components/ContextOverlay/ContextMenu.js +4 -4
  228. package/dist/esm/components/ContextOverlay/ContextMenu.js.map +1 -1
  229. package/dist/esm/components/ContextOverlay/ContextOverlay.js +3 -2
  230. package/dist/esm/components/ContextOverlay/ContextOverlay.js.map +1 -1
  231. package/dist/esm/components/DecoupledOverlay/DecoupledOverlay.js +3 -2
  232. package/dist/esm/components/DecoupledOverlay/DecoupledOverlay.js.map +1 -1
  233. package/dist/esm/components/Depiction/Depiction.js +1 -1
  234. package/dist/esm/components/Depiction/Depiction.js.map +1 -1
  235. package/dist/esm/components/Dialog/Modal.js.map +1 -1
  236. package/dist/esm/components/Dialog/ModalContext.js +2 -2
  237. package/dist/esm/components/Dialog/ModalContext.js.map +1 -1
  238. package/dist/esm/components/Grid/Grid.js.map +1 -1
  239. package/dist/esm/components/Icon/IconButton.js +2 -2
  240. package/dist/esm/components/Icon/IconButton.js.map +1 -1
  241. package/dist/esm/components/Icon/canonicalIconNames.js +1 -0
  242. package/dist/esm/components/Icon/canonicalIconNames.js.map +1 -1
  243. package/dist/esm/components/Icon/transformIcon.js.map +1 -1
  244. package/dist/esm/components/Menu/MenuItem.js.map +1 -1
  245. package/dist/esm/components/MultiSelect/MultiSelect.js +42 -22
  246. package/dist/esm/components/MultiSelect/MultiSelect.js.map +1 -1
  247. package/dist/esm/components/NotAvailable/NotAvailable.js +46 -0
  248. package/dist/esm/components/NotAvailable/NotAvailable.js.map +1 -0
  249. package/dist/esm/components/Notification/Notification.js.map +1 -1
  250. package/dist/esm/components/OverviewItem/OverviewItemDepiction.js.map +1 -1
  251. package/dist/esm/components/Select/Select.js +4 -2
  252. package/dist/esm/components/Select/Select.js.map +1 -1
  253. package/dist/esm/components/Skeleton/Skeleton.js.map +1 -1
  254. package/dist/esm/components/Spinner/Spinner.js.map +1 -1
  255. package/dist/esm/components/Table/Table.js.map +1 -1
  256. package/dist/esm/components/Table/TableContainer.js +1 -1
  257. package/dist/esm/components/Table/TableContainer.js.map +1 -1
  258. package/dist/esm/components/Table/TableExpandHeader.js.map +1 -1
  259. package/dist/esm/components/Table/TableExpandRow.js +1 -1
  260. package/dist/esm/components/Table/TableExpandRow.js.map +1 -1
  261. package/dist/esm/components/Tabs/Tab.js.map +1 -1
  262. package/dist/esm/components/Tag/Tag.js +1 -1
  263. package/dist/esm/components/Tag/Tag.js.map +1 -1
  264. package/dist/esm/components/TextField/TextArea.js.map +1 -1
  265. package/dist/esm/components/TextField/TextField.js.map +1 -1
  266. package/dist/esm/components/Tooltip/Tooltip.js.map +1 -1
  267. package/dist/esm/components/VisualTour/VisualTour.js +7 -5
  268. package/dist/esm/components/VisualTour/VisualTour.js.map +1 -1
  269. package/dist/esm/components/index.js +1 -0
  270. package/dist/esm/components/index.js.map +1 -1
  271. package/dist/esm/extensions/codemirror/CodeMirror.js +26 -12
  272. package/dist/esm/extensions/codemirror/CodeMirror.js.map +1 -1
  273. package/dist/esm/extensions/codemirror/hooks/useCodemirrorModeExtension.hooks.js +5 -3
  274. package/dist/esm/extensions/codemirror/hooks/useCodemirrorModeExtension.hooks.js.map +1 -1
  275. package/dist/esm/extensions/codemirror/tests/codemirrorTestHelper.js +1 -1
  276. package/dist/esm/extensions/codemirror/tests/codemirrorTestHelper.js.map +1 -1
  277. package/dist/esm/extensions/react-flow/edges/EdgeBezier.js.map +1 -1
  278. package/dist/esm/extensions/react-flow/edges/EdgeLabel.js +3 -1
  279. package/dist/esm/extensions/react-flow/edges/EdgeLabel.js.map +1 -1
  280. package/dist/esm/extensions/react-flow/edges/EdgeNew.js +11 -5
  281. package/dist/esm/extensions/react-flow/edges/EdgeNew.js.map +1 -1
  282. package/dist/esm/extensions/react-flow/edges/EdgeTools.js +1 -1
  283. package/dist/esm/extensions/react-flow/edges/EdgeTools.js.map +1 -1
  284. package/dist/esm/extensions/react-flow/edges/utils.js.map +1 -1
  285. package/dist/esm/extensions/react-flow/handles/HandleContent.js +1 -1
  286. package/dist/esm/extensions/react-flow/handles/HandleContent.js.map +1 -1
  287. package/dist/esm/extensions/react-flow/handles/HandleDefault.js +3 -1
  288. package/dist/esm/extensions/react-flow/handles/HandleDefault.js.map +1 -1
  289. package/dist/esm/extensions/react-flow/handles/HandleTools.js +1 -1
  290. package/dist/esm/extensions/react-flow/handles/HandleTools.js.map +1 -1
  291. package/dist/esm/extensions/react-flow/markers/ReactFlowMarkers.js.map +1 -1
  292. package/dist/esm/extensions/react-flow/minimap/MiniMap.js +1 -1
  293. package/dist/esm/extensions/react-flow/minimap/MiniMap.js.map +1 -1
  294. package/dist/esm/extensions/react-flow/minimap/MiniMapV12.js.map +1 -1
  295. package/dist/esm/extensions/react-flow/nodes/NodeContent.js +8 -6
  296. package/dist/esm/extensions/react-flow/nodes/NodeContent.js.map +1 -1
  297. package/dist/esm/extensions/react-flow/nodes/NodeDefault.js +1 -1
  298. package/dist/esm/extensions/react-flow/nodes/NodeDefault.js.map +1 -1
  299. package/dist/esm/extensions/react-flow/nodes/NodeTools.js +2 -1
  300. package/dist/esm/extensions/react-flow/nodes/NodeTools.js.map +1 -1
  301. package/dist/esm/extensions/react-flow/nodes/nodeUtils.js +6 -1
  302. package/dist/esm/extensions/react-flow/nodes/nodeUtils.js.map +1 -1
  303. package/dist/types/cmem/ActivityControl/ActivityControlWidget.d.ts +5 -5
  304. package/dist/types/cmem/ActivityControl/ActivityExecutionErrorReportModal.d.ts +1 -1
  305. package/dist/types/cmem/ActivityControl/SilkActivityControl.d.ts +4 -4
  306. package/dist/types/cmem/ConfidenceValue/ConfidenceValue.d.ts +2 -2
  307. package/dist/types/cmem/ContentBlobToggler/ContentBlobToggler.d.ts +5 -1
  308. package/dist/types/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.d.ts +3 -3
  309. package/dist/types/cmem/markdown/Markdown.d.ts +2 -1
  310. package/dist/types/cmem/react-flow/configuration/graph.d.ts +2 -1
  311. package/dist/types/cmem/react-flow/configuration/linking.d.ts +2 -1
  312. package/dist/types/cmem/react-flow/configuration/workflow.d.ts +2 -1
  313. package/dist/types/common/utils/colorCalculateDistance.d.ts +2 -2
  314. package/dist/types/common/utils/colorDecideContrastvalue.d.ts +2 -2
  315. package/dist/types/common/utils/colorHash.d.ts +3 -3
  316. package/dist/types/components/Accordion/AccordionItem.d.ts +1 -1
  317. package/dist/types/components/Application/ApplicationContainer.d.ts +6 -1
  318. package/dist/types/components/Application/ApplicationSidebarNavigation.d.ts +2 -0
  319. package/dist/types/components/AutoSuggestion/AutoSuggestion.d.ts +6 -3
  320. package/dist/types/components/AutoSuggestion/ExtendedCodeEditor.d.ts +1 -1
  321. package/dist/types/components/AutocompleteField/AutoCompleteField.d.ts +2 -12
  322. package/dist/types/components/AutocompleteField/autoCompleteFieldUtils.d.ts +1 -1
  323. package/dist/types/components/Button/Button.d.ts +3 -3
  324. package/dist/types/components/Card/CardHeader.d.ts +1 -1
  325. package/dist/types/components/ColorField/ColorField.d.ts +2 -5
  326. package/dist/types/components/ContentGroup/ContentGroup.d.ts +1 -1
  327. package/dist/types/components/ContextOverlay/ContextMenu.d.ts +9 -3
  328. package/dist/types/components/ContextOverlay/ContextOverlay.d.ts +2 -2
  329. package/dist/types/components/DecoupledOverlay/DecoupledOverlay.d.ts +3 -1
  330. package/dist/types/components/Depiction/Depiction.d.ts +3 -3
  331. package/dist/types/components/Dialog/SimpleDialog.d.ts +1 -1
  332. package/dist/types/components/Form/FieldItem.d.ts +1 -1
  333. package/dist/types/components/Form/FieldSet.d.ts +3 -3
  334. package/dist/types/components/HoverToggler/HoverToggler.d.ts +2 -2
  335. package/dist/types/components/Icon/canonicalIconNames.d.ts +1 -0
  336. package/dist/types/components/Label/Label.d.ts +3 -3
  337. package/dist/types/components/Menu/MenuItem.d.ts +1 -1
  338. package/dist/types/components/MultiSelect/MultiSelect.d.ts +15 -4
  339. package/dist/types/components/NotAvailable/NotAvailable.d.ts +32 -0
  340. package/dist/types/components/Notification/Notification.d.ts +2 -2
  341. package/dist/types/components/OverviewItem/OverviewItemActions.d.ts +1 -1
  342. package/dist/types/components/PropertyValuePair/PropertyValueList.d.ts +1 -1
  343. package/dist/types/components/Select/Select.d.ts +2 -1
  344. package/dist/types/components/Skeleton/Skeleton.d.ts +1 -1
  345. package/dist/types/components/Spinner/Spinner.d.ts +2 -2
  346. package/dist/types/components/Structure/TitleSubsection.d.ts +2 -5
  347. package/dist/types/components/SuggestField/index.d.ts +2 -2
  348. package/dist/types/components/Table/TableContainer.d.ts +3 -3
  349. package/dist/types/components/Table/index.d.ts +1 -1
  350. package/dist/types/components/Tabs/Tab.d.ts +180 -186
  351. package/dist/types/components/Tabs/TabTitle.d.ts +1 -1
  352. package/dist/types/components/Tag/Tag.d.ts +2 -2
  353. package/dist/types/components/TextField/TextArea.d.ts +6 -1
  354. package/dist/types/components/index.d.ts +1 -0
  355. package/dist/types/extensions/react-flow/edges/EdgeLabel.d.ts +3 -3
  356. package/dist/types/extensions/react-flow/edges/EdgeTools.d.ts +1 -1
  357. package/dist/types/extensions/react-flow/handles/HandleContent.d.ts +2 -2
  358. package/dist/types/extensions/react-flow/handles/HandleTools.d.ts +2 -2
  359. package/dist/types/extensions/react-flow/nodes/NodeContent.d.ts +3 -3
  360. package/dist/types/extensions/react-flow/nodes/NodeTools.d.ts +2 -2
  361. package/dist/types/extensions/react-flow/nodes/sharedTypes.d.ts +2 -2
  362. package/package.json +60 -63
  363. package/scripts/compile-sass.ts +2 -0
  364. package/scripts/sassConfig.js +1 -1
  365. package/scripts/sassDeprecationConfig.js +3 -0
  366. package/src/cmem/ActivityControl/ActivityControlWidget.stories.tsx +4 -9
  367. package/src/cmem/ActivityControl/ActivityControlWidget.tsx +33 -35
  368. package/src/cmem/ActivityControl/ActivityExecutionErrorReportModal.tsx +5 -2
  369. package/src/cmem/ActivityControl/SilkActivityControl.tsx +28 -32
  370. package/src/cmem/ActivityControl/tests/ActivityControlWidget.test.tsx +1 -1
  371. package/src/cmem/ConfidenceValue/ConfidenceValue.tsx +6 -5
  372. package/src/cmem/ContentBlobToggler/ContentBlobToggler.tsx +17 -7
  373. package/src/cmem/ContentBlobToggler/StringPreviewContentBlobToggler.tsx +12 -4
  374. package/src/cmem/ContentBlobToggler/tests/StringPreviewContentBlobToggler.test.tsx +10 -10
  375. package/src/cmem/DateTimeDisplay/ElapsedDateTimeDisplay.tsx +2 -2
  376. package/src/cmem/DateTimeDisplay/tests/ElapsedDateTimeDisplay.test.tsx +2 -2
  377. package/src/cmem/markdown/Markdown.stories.tsx +11 -0
  378. package/src/cmem/markdown/Markdown.tsx +2 -1
  379. package/src/cmem/markdown/highlightSearchWords.test.ts +1 -1
  380. package/src/cmem/markdown/markdownutils.test.ts +2 -2
  381. package/src/cmem/react-flow/ReactFlow/ReactFlow.stories.tsx +3 -3
  382. package/src/cmem/react-flow/ReactFlow/ReactFlow.tsx +2 -2
  383. package/src/cmem/react-flow/ReactFlow/ReactFlowV12.tsx +1 -1
  384. package/src/cmem/react-flow/ReactFlow/ReactFlowV9.tsx +2 -5
  385. package/src/cmem/react-flow/StickyNoteModal/StickyNoteModal.tsx +6 -3
  386. package/src/cmem/react-flow/configuration/graph.ts +3 -3
  387. package/src/cmem/react-flow/configuration/linking.ts +3 -3
  388. package/src/cmem/react-flow/configuration/workflow.ts +3 -3
  389. package/src/cmem/react-flow/extensions/scrollOnDragHook.ts +14 -14
  390. package/src/common/scss/_color-functions.scss +151 -5
  391. package/src/common/utils/CssCustomProperties.ts +1 -1
  392. package/src/common/utils/characters.ts +2 -2
  393. package/src/common/utils/colorCalculateDistance.ts +2 -2
  394. package/src/common/utils/colorDecideContrastvalue.ts +4 -3
  395. package/src/common/utils/colorHash.ts +13 -17
  396. package/src/common/utils/getColorConfiguration.ts +2 -2
  397. package/src/common/utils/openInNewTab.ts +1 -1
  398. package/src/common/utils/reduceToText.tsx +1 -1
  399. package/src/components/Accordion/AccordionItem.tsx +3 -2
  400. package/src/components/Accordion/Stories/AccordionItem.stories.tsx +1 -1
  401. package/src/components/Application/ApplicationContainer.tsx +15 -2
  402. package/src/components/Application/ApplicationSidebarNavigation.tsx +6 -2
  403. package/src/components/Application/ApplicationTitle.tsx +9 -1
  404. package/src/components/Application/ApplicationToolbarAction.tsx +2 -1
  405. package/src/components/Application/_colors.scss +27 -3
  406. package/src/components/Application/_container.scss +5 -0
  407. package/src/components/Application/_header.scss +13 -10
  408. package/src/components/Application/_sidebar.scss +2 -0
  409. package/src/components/Application/application.scss +1 -0
  410. package/src/components/Application/stories/Application.stories.tsx +13 -1
  411. package/src/components/Application/stories/ColorPalettes.stories.tsx +23 -19
  412. package/src/components/Application/tests/ApplicationViewability.test.tsx +1 -7
  413. package/src/components/AutoSuggestion/AutoSuggestion.tsx +30 -23
  414. package/src/components/AutoSuggestion/AutoSuggestionList.tsx +5 -3
  415. package/src/components/AutoSuggestion/ExtendedCodeEditor.tsx +2 -2
  416. package/src/components/AutoSuggestion/extensions/markText.ts +1 -1
  417. package/src/components/AutocompleteField/AutoCompleteField.tsx +16 -25
  418. package/src/components/AutocompleteField/autoCompleteFieldUtils.tsx +7 -3
  419. package/src/components/Badge/Badge.stories.tsx +1 -1
  420. package/src/components/Breadcrumb/BreadcrumbList.tsx +4 -3
  421. package/src/components/Button/Button.test.tsx +2 -2
  422. package/src/components/Button/Button.tsx +13 -11
  423. package/src/components/Button/button.scss +2 -3
  424. package/src/components/Card/CardContent.tsx +17 -20
  425. package/src/components/Card/CardHeader.tsx +1 -1
  426. package/src/components/Card/card.scss +8 -4
  427. package/src/components/Card/stories/Card.stories.tsx +1 -1
  428. package/src/components/Chat/ChatArea.tsx +1 -2
  429. package/src/components/Chat/_chat.scss +2 -2
  430. package/src/components/Checkbox/Stories/Checkbox.stories.tsx +1 -1
  431. package/src/components/Checkbox/checkbox.scss +9 -0
  432. package/src/components/CodeAutocompleteField/CodeAutocompleteField.stories.tsx +9 -3
  433. package/src/components/ColorField/ColorField.test.tsx +1 -1
  434. package/src/components/ColorField/ColorField.tsx +6 -6
  435. package/src/components/ContentGroup/ContentGroup.stories.tsx +1 -1
  436. package/src/components/ContentGroup/ContentGroup.tsx +6 -6
  437. package/src/components/ContextOverlay/ContextMenu.tsx +10 -4
  438. package/src/components/ContextOverlay/ContextOverlay.stories.tsx +1 -1
  439. package/src/components/ContextOverlay/ContextOverlay.tsx +16 -11
  440. package/src/components/ContextOverlay/tests/ContextOverlay.test.tsx +2 -2
  441. package/src/components/DecoupledOverlay/DecoupledOverlay.tsx +11 -4
  442. package/src/components/Depiction/Depiction.tsx +6 -6
  443. package/src/components/Dialog/Modal.tsx +9 -7
  444. package/src/components/Dialog/ModalContext.tsx +6 -6
  445. package/src/components/Dialog/SimpleDialog.tsx +1 -1
  446. package/src/components/Dialog/stories/AlertDialog.stories.tsx +1 -1
  447. package/src/components/Dialog/stories/Modal.stories.tsx +2 -2
  448. package/src/components/Dialog/stories/SimpleDialog.stories.tsx +1 -1
  449. package/src/components/FlexibleLayout/FlexibleLayoutContainer.tsx +2 -2
  450. package/src/components/FlexibleLayout/FlexibleLayoutItem.tsx +2 -2
  451. package/src/components/Form/FieldItem.tsx +1 -1
  452. package/src/components/Form/FieldSet.tsx +3 -3
  453. package/src/components/Form/Stories/FieldItem.stories.tsx +1 -1
  454. package/src/components/Form/Stories/FieldSet.stories.tsx +1 -1
  455. package/src/components/Grid/Grid.tsx +4 -2
  456. package/src/components/Grid/stories/GridColumn.stories.tsx +1 -1
  457. package/src/components/Grid/stories/GridRow.stories.tsx +1 -1
  458. package/src/components/HoverToggler/HoverToggler.tsx +2 -2
  459. package/src/components/Icon/Icon.tsx +1 -1
  460. package/src/components/Icon/IconButton.tsx +3 -3
  461. package/src/components/Icon/canonicalIconNames.tsx +1 -0
  462. package/src/components/Icon/icon.scss +4 -4
  463. package/src/components/Icon/stories/Icon.stories.tsx +1 -1
  464. package/src/components/Icon/stories/IconButton.stories.tsx +1 -1
  465. package/src/components/Icon/stories/TestIcon.stories.tsx +1 -1
  466. package/src/components/Icon/transformIcon.tsx +11 -9
  467. package/src/components/Iframe/Iframe.tsx +2 -2
  468. package/src/components/Iframe/iframe.scss +8 -0
  469. package/src/components/Label/Label.tsx +4 -4
  470. package/src/components/List/List.tsx +1 -1
  471. package/src/components/Menu/MenuItem.tsx +3 -2
  472. package/src/components/Menu/Stories/MenuItem.stories.tsx +1 -1
  473. package/src/components/Menu/menu.scss +1 -0
  474. package/src/components/MultiSelect/MultiSelect.tsx +62 -26
  475. package/src/components/MultiSuggestField/MultiSuggestField.stories.tsx +1 -1
  476. package/src/components/MultiSuggestField/index.ts +1 -1
  477. package/src/components/MultiSuggestField/tests/MultiSuggestField.test.tsx +24 -57
  478. package/src/components/NotAvailable/NotAvailable.stories.tsx +15 -0
  479. package/src/components/NotAvailable/NotAvailable.tsx +69 -0
  480. package/src/components/Notification/Notification.stories.tsx +2 -1
  481. package/src/components/Notification/Notification.tsx +5 -4
  482. package/src/components/OverviewItem/OverviewItemActions.tsx +1 -1
  483. package/src/components/OverviewItem/OverviewItemDepiction.tsx +1 -1
  484. package/src/components/OverviewItem/stories/OverviewItem.stories.tsx +1 -1
  485. package/src/components/OverviewItem/stories/OverviewItemActions.stories.tsx +1 -1
  486. package/src/components/OverviewItem/stories/OverviewItemDepiction.stories.tsx +1 -1
  487. package/src/components/OverviewItem/stories/OverviewItemDescription.stories.tsx +1 -1
  488. package/src/components/OverviewItem/stories/OverviewItemListPerformance.tsx +2 -2
  489. package/src/components/Pagination/Pagination.tsx +2 -2
  490. package/src/components/Pagination/Stories/Pagination.stories.tsx +32 -0
  491. package/src/components/Pagination/pagination.scss +54 -4
  492. package/src/components/PropertyValuePair/PropertyValueList.tsx +1 -1
  493. package/src/components/RadioButton/Stories/RadioButton.stories.tsx +1 -1
  494. package/src/components/RadioButton/radiobutton.scss +9 -0
  495. package/src/components/Select/Select.stories.tsx +1 -1
  496. package/src/components/Select/Select.tsx +7 -4
  497. package/src/components/Skeleton/Skeleton.tsx +2 -2
  498. package/src/components/Spinner/Spinner.tsx +2 -2
  499. package/src/components/Sticky/StickyTarget.tsx +1 -1
  500. package/src/components/Sticky/stories/StickyTarget.stories.tsx +2 -2
  501. package/src/components/Structure/TitleSubsection.tsx +2 -2
  502. package/src/components/SuggestField/SuggestField.stories.tsx +2 -2
  503. package/src/components/Table/Table.tsx +3 -2
  504. package/src/components/Table/TableContainer.tsx +11 -6
  505. package/src/components/Table/TableExpandHeader.tsx +2 -1
  506. package/src/components/Table/TableExpandRow.tsx +3 -2
  507. package/src/components/Table/index.tsx +7 -1
  508. package/src/components/Tabs/Tab.tsx +2 -2
  509. package/src/components/Tabs/TabTitle.tsx +1 -1
  510. package/src/components/Tag/Tag.tsx +9 -10
  511. package/src/components/Tag/stories/Tag.stories.tsx +1 -1
  512. package/src/components/Tag/stories/TagList.stories.tsx +1 -1
  513. package/src/components/TextField/TextArea.tsx +12 -7
  514. package/src/components/TextField/TextField.tsx +4 -3
  515. package/src/components/TextField/stories/TextArea.stories.tsx +1 -1
  516. package/src/components/TextField/stories/TextField.stories.tsx +1 -3
  517. package/src/components/TextField/useTextValidation.ts +4 -4
  518. package/src/components/TextReducer/TextReducer.stories.tsx +4 -1
  519. package/src/components/TextReducer/TextReducer.test.tsx +2 -2
  520. package/src/components/Tooltip/Tooltip.stories.tsx +1 -1
  521. package/src/components/Tooltip/Tooltip.test.tsx +5 -5
  522. package/src/components/Tooltip/Tooltip.tsx +5 -5
  523. package/src/components/Typography/stories/OverflowText.stories.tsx +1 -1
  524. package/src/components/Typography/typography.scss +25 -3
  525. package/src/components/VisualTour/VisualTour.tsx +10 -10
  526. package/src/components/Workspace/workspace.scss +0 -5
  527. package/src/components/index.ts +1 -0
  528. package/src/configuration/_palettes.scss +66 -2
  529. package/src/configuration/_variables.scss +3 -1
  530. package/src/configuration/stories/customproperties.stories.tsx +45 -7
  531. package/src/extensions/codemirror/CodeMirror.tsx +131 -79
  532. package/src/extensions/codemirror/_codemirror.scss +59 -0
  533. package/src/extensions/codemirror/debouncedLinter.ts +2 -2
  534. package/src/extensions/codemirror/hooks/useCodemirrorModeExtension.hooks.ts +9 -5
  535. package/src/extensions/codemirror/tests/CodeEditor.test.tsx +4 -4
  536. package/src/extensions/codemirror/tests/EditorAppearanceConfigMenu.test.tsx +5 -5
  537. package/src/extensions/codemirror/tests/codemirrorTestHelper.ts +12 -12
  538. package/src/extensions/codemirror/toolbars/commands/markdown.command.ts +6 -6
  539. package/src/extensions/react-flow/_react-flow_v12.scss +37 -18
  540. package/src/extensions/react-flow/edges/EdgeBezier.tsx +1 -2
  541. package/src/extensions/react-flow/edges/EdgeDefault.tsx +4 -4
  542. package/src/extensions/react-flow/edges/EdgeDefaultV12.tsx +5 -5
  543. package/src/extensions/react-flow/edges/EdgeLabel.tsx +10 -8
  544. package/src/extensions/react-flow/edges/EdgeNew.tsx +29 -31
  545. package/src/extensions/react-flow/edges/EdgeTools.tsx +2 -3
  546. package/src/extensions/react-flow/edges/_edges.scss +1 -0
  547. package/src/extensions/react-flow/edges/stories/EdgeDefault.stories.tsx +1 -1
  548. package/src/extensions/react-flow/edges/stories/EdgeDefaultV12.stories.tsx +1 -1
  549. package/src/extensions/react-flow/edges/stories/EdgeLabel.stories.tsx +2 -1
  550. package/src/extensions/react-flow/edges/utils.ts +5 -3
  551. package/src/extensions/react-flow/handles/HandleContent.tsx +3 -3
  552. package/src/extensions/react-flow/handles/HandleDefault.tsx +56 -46
  553. package/src/extensions/react-flow/handles/HandleTools.tsx +4 -5
  554. package/src/extensions/react-flow/handles/stories/HandleDefault.stories.tsx +2 -7
  555. package/src/extensions/react-flow/index.ts +1 -1
  556. package/src/extensions/react-flow/markers/ReactFlowMarkers.tsx +2 -2
  557. package/src/extensions/react-flow/minimap/MiniMap.tsx +17 -20
  558. package/src/extensions/react-flow/minimap/MiniMapV12.tsx +2 -3
  559. package/src/extensions/react-flow/nodes/NodeContent.tsx +65 -57
  560. package/src/extensions/react-flow/nodes/NodeDefault.tsx +6 -3
  561. package/src/extensions/react-flow/nodes/NodeDefaultV12.tsx +1 -1
  562. package/src/extensions/react-flow/nodes/NodeTools.tsx +5 -5
  563. package/src/extensions/react-flow/nodes/_nodes.scss +2 -1
  564. package/src/extensions/react-flow/nodes/nodeUtils.tsx +10 -5
  565. package/src/extensions/react-flow/nodes/sharedTypes.ts +2 -2
  566. package/src/extensions/react-flow/nodes/stories/NodeContent.stories.tsx +38 -24
  567. package/src/extensions/react-flow/nodes/stories/NodeContentV12.stories.tsx +1 -1
  568. package/src/extensions/react-flow/nodes/stories/NodeDefault.stories.tsx +1 -1
  569. package/src/includes/blueprintjs/_variables.scss +1 -0
  570. package/src/includes/carbon-components/_requisits.scss +10 -0
  571. package/src/includes/carbon-components/_variables.scss +2 -1
  572. package/src/index.scss +2 -2
  573. package/src/test/setupTests.js +1 -1
package/CHANGELOG.md CHANGED
@@ -6,104 +6,155 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ### Added
10
+
11
+ - `<NotAvailable />`
12
+ - simple placeholder element that can be used to display info about missing data
13
+ - `<ContentBlobToggler />`
14
+ - `forceInline` property: force inline rendering
15
+ - `<ContextMenu />`
16
+ - `togglerSize`: replaces the deprecated `togglerLarge` property
17
+ - `<MultiSelect />`
18
+ - `searchListPredicate` property: Allows to filter the complete list of search options at once.
19
+ - Following optional BlueprintJs properties are forwarded now to override default behaviour: `noResults`, `createNewItemRenderer` and `itemRenderer`
20
+ - `isValidNewOption` property: Checks if an input string is or can be turned into a valid new option.
21
+
22
+ ### Fixed
23
+
24
+ - `<MultiSelect />`
25
+ - border of the BlueprintJS `Tag` elements were fixed
26
+
27
+ ### Changed
28
+
29
+ - **React and its types were updated to v18, so you may hit incompatibilities if you run it with React 16 or 17.**
30
+ - `color` library was upgraded from v4 to v5, so the types changed
31
+ - if you forward properties then they cannot have `Color` as type, use `ColorLike`
32
+ - `@blueprintjs/core` library was updated to v6
33
+ - you may need to update class names in your tests (the new prefix is `bp6-`)
34
+ - `Toaster.create` is now an async function
35
+ - `<MultiSelect />`
36
+ - by default, if no searchPredicate or searchListPredicate is defined, the filtering is done via case-insensitive multi-word filtering.
37
+
38
+ ### Deprecated
39
+
40
+ - `<ContextMenu />`
41
+ - `togglerLarge`: replaced by the more versatile `togglerSize` property
42
+ - `<MultiSelect />`
43
+ - `searchPredicate`: replaced by the -- in some cases -- more efficient `searchListPredicate`
44
+
45
+ ## [25.2.0] - 2026-04-30
46
+
47
+ ### Added
48
+
49
+ - `<CodeAutocompleteField />`
50
+ - Add `intent` property.
51
+ - new icons:
52
+ - `state-confirmed-all`
53
+
54
+ ### Fixed
55
+
56
+ - `<Pagination />`
57
+ - improve breakpoints to display widgets for page size and page number inside smaller containers
58
+ - male the breakpoints configurable via SCSS
59
+
9
60
  ## [25.1.0] - 2026-04-13
10
61
 
11
62
  ### Added
12
63
 
13
- - `<ActivityControlWidget />`
14
- - Add parameter `active` to activity control action to set the `active` state of its button.
15
- - action now can have a `active` and `notification` property
16
- - `<ApplicationViewability />`
17
- - component for hiding elements in specific media
18
- - `<InlineText />`
19
- - force children to get displayed as inline content
20
- - `<DecoupledOverlay />`
21
- - similar to `ContextOverlay` component but not directly linked to a React element, it specifies the target in the DOM to get connected lazy
22
- - `<StringPreviewContentBlobToggler />`
23
- - `useOnly` property: specify if only parts of the content should be used for the shortened preview, this property replaces `firstNonEmptyLineOnly`
24
- - `<ContextOverlay />`
25
- - `paddingSize` property to add easily some white space
26
- - `<CodeEditor />`
27
- - toolbar in `markdown` mode provides a user config menu for the editor appearance
28
- - `<RadioButton />`
29
- - `hideIndicator` property: hide the radio inout indicator but click on children can be processed via `onChange` event
30
- - `<ColorField />`
31
- - input component for colors
32
- - uses a subset from the configured color palette by default, but it also allows to enter custom colors
33
- - `<MultiSuggestField />`
34
- - `MultiSuggestFieldSelectionProps` provides `newlyRemoved` for callbacks set when removing a selected item
35
- - `<HtmlContentClock />`
36
- - inline `code` uses same gray background highlighting like code blocks
37
- - CSS custom properties
38
- - beside the color palette we now mirror the most important layout configuration variables as CSS custom properties
39
- - new icons:
40
- - `state-confirmed-all`
41
- - `state-declined-all`
42
- - `data-sourceschema`
43
- - `data-targetschema`
44
- - `operation-ai-generate`
45
- - `operation-filterreset`
46
- - `toggler-pin-empty`
47
- - `toggler-pin-filled`
64
+ - `<ActivityControlWidget />`
65
+ - Add parameter `active` to activity control action to set the `active` state of its button.
66
+ - action now can have a `active` and `notification` property
67
+ - `<ApplicationViewability />`
68
+ - component for hiding elements in specific media
69
+ - `<InlineText />`
70
+ - force children to get displayed as inline content
71
+ - `<DecoupledOverlay />`
72
+ - similar to `ContextOverlay` component but not directly linked to a React element, it specifies the target in the DOM to get connected lazy
73
+ - `<StringPreviewContentBlobToggler />`
74
+ - `useOnly` property: specify if only parts of the content should be used for the shortened preview, this property replaces `firstNonEmptyLineOnly`
75
+ - `<ContextOverlay />`
76
+ - `paddingSize` property to add easily some white space
77
+ - `<CodeEditor />`
78
+ - toolbar in `markdown` mode provides a user config menu for the editor appearance
79
+ - `<RadioButton />`
80
+ - `hideIndicator` property: hide the radio inout indicator but click on children can be processed via `onChange` event
81
+ - `<ColorField />`
82
+ - input component for colors
83
+ - uses a subset from the configured color palette by default, but it also allows to enter custom colors
84
+ - `<MultiSuggestField />`
85
+ - `MultiSuggestFieldSelectionProps` provides `newlyRemoved` for callbacks set when removing a selected item
86
+ - `<HtmlContentClock />`
87
+ - inline `code` uses same gray background highlighting like code blocks
88
+ - CSS custom properties
89
+ - beside the color palette we now mirror the most important layout configuration variables as CSS custom properties
90
+ - new icons:
91
+ - `state-confirmed-all`
92
+ - `state-declined-all`
93
+ - `data-sourceschema`
94
+ - `data-targetschema`
95
+ - `operation-ai-generate`
96
+ - `operation-filterreset`
97
+ - `toggler-pin-empty`
98
+ - `toggler-pin-filled`
48
99
 
49
100
  ### Fixed
50
101
 
51
- - `<Tag />`
52
- - create more whitespace inside `small` tag
53
- - reduce visual impact of border
54
- - `<StringPreviewContentBlobToggler />`
55
- - take Markdown rendering into account before testing the maximum preview length
56
- - `<CodeEditor />`
57
- - fix `disabled` property update
58
- - `<VisualTour />`
59
- - fix color of buttons to move to previous/next step
60
- - take Markdown rendering into account before testing the maximum preview length
61
- - `<NodeContent />`
62
- - header-menu items are vertically centered now
63
- - `<Link />`
64
- - stabilize font size for on hover state
65
- - use correct font sizes when `size` property is set
66
- - `Typography`
67
- - adjust displaying fallback symbols in different browsers
68
- - `<CodeMirror />`
69
- - use the latest provided `onChange` function
70
- - `<TextField />`, `<TextArea />`
71
- - fix emoji false-positives in invisible character detection
72
- - `<MultiSuggestField />`
73
- - `onSelection` now sets `newlySelected` only for add actions and no longer sets it to the last element
74
- - border of the BlueprintJS `Tag` elements were fixed
75
- - `<Modal />`
76
- - fix specificity for pointer-events rules on SVG
77
- - `<Button />`
78
- - badge is correctly displayed when `badge={0}`
79
- - Focus outlines
80
- - we use again bold focus outlines for input elements
81
- - they are also used for clickable elements that are focused via keyboard (tab navigation)
102
+ - `<Tag />`
103
+ - create more whitespace inside `small` tag
104
+ - reduce visual impact of border
105
+ - `<StringPreviewContentBlobToggler />`
106
+ - take Markdown rendering into account before testing the maximum preview length
107
+ - `<CodeEditor />`
108
+ - fix `disabled` property update
109
+ - `<VisualTour />`
110
+ - fix color of buttons to move to previous/next step
111
+ - take Markdown rendering into account before testing the maximum preview length
112
+ - `<NodeContent />`
113
+ - header-menu items are vertically centered now
114
+ - `<Link />`
115
+ - stabilize font size for on hover state
116
+ - use correct font sizes when `size` property is set
117
+ - `Typography`
118
+ - adjust displaying fallback symbols in different browsers
119
+ - `<CodeMirror />`
120
+ - use the latest provided `onChange` function
121
+ - `<TextField />`, `<TextArea />`
122
+ - fix emoji false-positives in invisible character detection
123
+ - `<MultiSuggestField />`
124
+ - `onSelection` now sets `newlySelected` only for add actions and no longer sets it to the last element
125
+ - border of the BlueprintJS `Tag` elements were fixed
126
+ - `<Modal />`
127
+ - fix specificity for pointer-events rules on SVG
128
+ - `<Button />`
129
+ - badge is correctly displayed when `badge={0}`
130
+ - Focus outlines
131
+ - we use again bold focus outlines for input elements
132
+ - they are also used for clickable elements that are focused via keyboard (tab navigation)
82
133
 
83
134
  ### Changed
84
135
 
85
- - `<MultiSelect />`:
86
- - Change default filter predicate to match multi-word queries.
87
- - `<EdgeDefault />`
88
- - reduce stroke width to only 1px
89
- - `<CodeMirror />`
90
- - `wrapLines` and `preventLineNumber` do not use `false` default value but if not set then it will be interpreted as `false`
91
- - in this way it can be overwritten by new user config for the markdown mode
92
- - automatically hide user interaction elements in print view
93
- - all application header components except `<WorkspaceHeader />`
94
- - `<CardActions />` and `<CardOptions />`
95
- - `actionOptions` of `<ContentGroup />`
96
- - `actions` of `<Notification />`
97
- - `<OverviewItemActions />`
98
- - automatically serialize display of layout elements in print view
99
- - `<FlexibleLayoutItem />`
100
- - `<GridColumn />`
101
- - `<PropertyName />` and `<PropertyValue />`
136
+ - `<MultiSelect />`:
137
+ - Change default filter predicate to match multi-word queries.
138
+ - `<EdgeDefault />`
139
+ - reduce stroke width to only 1px
140
+ - `<CodeMirror />`
141
+ - `wrapLines` and `preventLineNumber` do not use `false` default value but if not set then it will be interpreted as `false`
142
+ - in this way it can be overwritten by new user config for the markdown mode
143
+ - automatically hide user interaction elements in print view
144
+ - all application header components except `<WorkspaceHeader />`
145
+ - `<CardActions />` and `<CardOptions />`
146
+ - `actionOptions` of `<ContentGroup />`
147
+ - `actions` of `<Notification />`
148
+ - `<OverviewItemActions />`
149
+ - automatically serialize display of layout elements in print view
150
+ - `<FlexibleLayoutItem />`
151
+ - `<GridColumn />`
152
+ - `<PropertyName />` and `<PropertyValue />`
102
153
 
103
154
  ### Deprecated
104
155
 
105
- - `<StringPreviewContentBlobToggler />`
106
- - `firstNonEmptyLineOnly` will be removed, is replaced by `useOnly="firstNonEmptyLine"`
156
+ - `<StringPreviewContentBlobToggler />`
157
+ - `firstNonEmptyLineOnly` will be removed, is replaced by `useOnly="firstNonEmptyLine"`
107
158
 
108
159
  ## [25.0.0] - 2025-12-01
109
160
 
@@ -111,252 +162,252 @@ This is a major release, and it might be not compatible with your current usage
111
162
 
112
163
  ### Migration from v24 to v25
113
164
 
114
- - remove deprecated components, properties and imports from your project, if the info cannot be found here then it was already mentioned in **Deprecated** sections of the past changelogs
115
- - in case you set your own colors before importing GUI elements you need to update your configuration to the new color palette structure, see `README.md`
116
- - change `intent="primary"` to `intent="accent"` for `<Button />`, `<IconButton />` and `<Spinner />`, if supported you may check if it is better to use `affirmative={true}` or `elevated={true}` instead of `intent`
165
+ - remove deprecated components, properties and imports from your project, if the info cannot be found here then it was already mentioned in **Deprecated** sections of the past changelogs
166
+ - in case you set your own colors before importing GUI elements you need to update your configuration to the new color palette structure, see `README.md`
167
+ - change `intent="primary"` to `intent="accent"` for `<Button />`, `<IconButton />` and `<Spinner />`, if supported you may check if it is better to use `affirmative={true}` or `elevated={true}` instead of `intent`
117
168
 
118
169
  ### Added
119
170
 
120
- - `<ChatContent />`
121
- - displays single chat contents in a bubble, including options to add status line and avatar
122
- - `<ChatContentCollapsed />`
123
- - can collapse (and expand) `<ChatContent />` automatically for convenience
124
- - `<ChatField />`
125
- - let the user input texts, calls `onSubmit` handler on enter key and submit button
126
- - `<ChatArea />`
127
- - combine a list of chat contents and user input box
128
- - `<TextReducer />`
129
- - reduces HTML to simple text and can display it as one ellipsed line
130
- - `<Tooltip />`
131
- - prove useage of `usePlaceholder` by jest test coverage
132
- - `<EdgeStraight />`
133
- - it's basically `<EdgeDefault />` without any special configs
134
- - `<EdgeBezier />`
135
- - only supported for v12, in v9 as straight edge is used
136
- - use `curvature` property in the edge `data` object to define the bezier layout (0..1, default: 0.25)
137
- - `<EdgeDefaultV12 />`
138
- - the `data` object provides `markerAppearance` to set and remove the edge arrows
139
- - `<EdgeDefault />`
140
- - introduced the new `arrowDirection` property, including support for bidirectional edges - supported only for `<EdgeDefaultV12 />`
141
- - `<EdgeNew />`
142
- - component for React Flow v12, displaying new connection lines
143
- - `<VisualTour />`
144
- - component to display a visual tour multi-step tour of the current view
145
- - `<Button />`
146
- - `accent` value for `intent` was added to align property with other components
147
- - `<Spinner />`
148
- - `accent` value for `intent` was added to align property with other components
149
- - `elevated` property can be used to highlight the spinner, currently the `intent="accent"` display is used
150
- - `<Modal />`:
151
- - Add `ModalContext` to track open/close state of all used application modals.
152
- - Add `modalId` property to give a modal a unique ID for tracking purposes.
153
- - `preventReactFlowEvents`: adds 'nopan', 'nowheel' and 'nodrag' classes to overlay classes in order to prevent react-flow to react to drag and pan actions in modals.
154
- - new `utils` methods
155
- - `colorCalculateDistance()`: calculates the difference between 2 colors using the simple CIE76 formula
156
- - `textToColorHash()`: calculates a color from a text string
157
- - `reduceToText`: shrinks HTML content and React elements to plain text, used for `<TextReducer />`
158
- - `decodeHtmlEntities`: decode a string of HTML text, map HTML entities back to UTF-8 chars
159
- - SCSS color functions
160
- - `eccgui-color-var`: returns a var of a custom property used for palette color
161
- - `eccgui-color-mix`: mix 2 colors in `srgb`, works with all types of color values and CSS custom properties
162
- - `eccgui-color-rgba`: like `rgba()` but it works also for CSS custom properties
163
- - Color palette: includes 4 sections with 20+ color tints in 5 weights each
164
- - indentity, semantic, layout, extra
165
- - managed via CSS custom properties
166
- - see `README.md` for more information about usage
167
- - New icons
168
- - `artefact-task-sqlupdatequeryoperator`
169
- - `artefact-task-customsqlexecution`
170
- - `item-legend`
171
- - `operation-tour`
172
- - `toggler-carettop`
173
- - `toggler-caretleft`
174
- - `toggler-micon`
175
- - `toggler-micoff`
176
- - `toggler-radio`
177
- - `toggler-radio-checked`
178
- - `state-flagged`
179
- - `state-progress`
180
- - `state-progress-error`
181
- - `state-progress-warning`
182
- - more icons for build tasks
171
+ - `<ChatContent />`
172
+ - displays single chat contents in a bubble, including options to add status line and avatar
173
+ - `<ChatContentCollapsed />`
174
+ - can collapse (and expand) `<ChatContent />` automatically for convenience
175
+ - `<ChatField />`
176
+ - let the user input texts, calls `onSubmit` handler on enter key and submit button
177
+ - `<ChatArea />`
178
+ - combine a list of chat contents and user input box
179
+ - `<TextReducer />`
180
+ - reduces HTML to simple text and can display it as one ellipsed line
181
+ - `<Tooltip />`
182
+ - prove useage of `usePlaceholder` by jest test coverage
183
+ - `<EdgeStraight />`
184
+ - it's basically `<EdgeDefault />` without any special configs
185
+ - `<EdgeBezier />`
186
+ - only supported for v12, in v9 as straight edge is used
187
+ - use `curvature` property in the edge `data` object to define the bezier layout (0..1, default: 0.25)
188
+ - `<EdgeDefaultV12 />`
189
+ - the `data` object provides `markerAppearance` to set and remove the edge arrows
190
+ - `<EdgeDefault />`
191
+ - introduced the new `arrowDirection` property, including support for bidirectional edges - supported only for `<EdgeDefaultV12 />`
192
+ - `<EdgeNew />`
193
+ - component for React Flow v12, displaying new connection lines
194
+ - `<VisualTour />`
195
+ - component to display a visual tour multi-step tour of the current view
196
+ - `<Button />`
197
+ - `accent` value for `intent` was added to align property with other components
198
+ - `<Spinner />`
199
+ - `accent` value for `intent` was added to align property with other components
200
+ - `elevated` property can be used to highlight the spinner, currently the `intent="accent"` display is used
201
+ - `<Modal />`:
202
+ - Add `ModalContext` to track open/close state of all used application modals.
203
+ - Add `modalId` property to give a modal a unique ID for tracking purposes.
204
+ - `preventReactFlowEvents`: adds 'nopan', 'nowheel' and 'nodrag' classes to overlay classes in order to prevent react-flow to react to drag and pan actions in modals.
205
+ - new `utils` methods
206
+ - `colorCalculateDistance()`: calculates the difference between 2 colors using the simple CIE76 formula
207
+ - `textToColorHash()`: calculates a color from a text string
208
+ - `reduceToText`: shrinks HTML content and React elements to plain text, used for `<TextReducer />`
209
+ - `decodeHtmlEntities`: decode a string of HTML text, map HTML entities back to UTF-8 chars
210
+ - SCSS color functions
211
+ - `eccgui-color-var`: returns a var of a custom property used for palette color
212
+ - `eccgui-color-mix`: mix 2 colors in `srgb`, works with all types of color values and CSS custom properties
213
+ - `eccgui-color-rgba`: like `rgba()` but it works also for CSS custom properties
214
+ - Color palette: includes 4 sections with 20+ color tints in 5 weights each
215
+ - indentity, semantic, layout, extra
216
+ - managed via CSS custom properties
217
+ - see `README.md` for more information about usage
218
+ - New icons
219
+ - `artefact-task-sqlupdatequeryoperator`
220
+ - `artefact-task-customsqlexecution`
221
+ - `item-legend`
222
+ - `operation-tour`
223
+ - `toggler-carettop`
224
+ - `toggler-caretleft`
225
+ - `toggler-micon`
226
+ - `toggler-micoff`
227
+ - `toggler-radio`
228
+ - `toggler-radio-checked`
229
+ - `state-flagged`
230
+ - `state-progress`
231
+ - `state-progress-error`
232
+ - `state-progress-warning`
233
+ - more icons for build tasks
183
234
 
184
235
  ### Removed
185
236
 
186
- - support for React Flow v10 was completely removed
187
- - removed direct replacements for legacy components (imported via `@eccenca/gui-elements/src/legacy-replacements` or `LegacyReplacements`)
188
- - `<AffirmativeButton />`, `<Button />`, `<DismissiveButton />`, `<DisruptiveButton />`, `<Checkbox />`, `<RadioButton />`, `<Tabs />`, `<TextField />`
189
- - `<Button />`, `<FieldItem />`, `<FieldSet />`, `<MultiSuggestField />`
190
- - removed support for old state properties `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger`
191
- - `<Notification />`
192
- - removed support for old state properties `neutral`, `success`, `warning` and `danger`
193
- - `<Icon />`
194
- - removed `description` and `iconTitle` properties
195
- - `<OverviewItemList />`
196
- - `densityHigh` property was removed
197
- - `<CodeEditor />`
198
- - static fallback for test id `codemirror-wrapper` was removed, add `data-test-id` (or your test id data attribute) always directly to `CodeEditor`.
199
- - `<EdgeDefault />`
200
- - removed `inversePath` property, can be replaced with `arrowDirection: "inversed"` property
201
- - `<Spinner />`
202
- - `description` property was removed because it was defined but not implemented for a very long time, but we plan to add that type of caption later
203
- - `nodeTypes` and `edgeTypes` exports were removed
204
- - use `<ReactFlow />` with `configuration`, or define it yourself
205
- - SCSS variables `$eccgui-color-application-text` and `$eccgui-color-application-background` were removed
206
- - use `$eccgui-color-workspace-text` and `$eccgui-color-workspace-background`
207
- - Removed `remark-typograf` plugin from `<Markdown />` rendering to maintain display expectation
237
+ - support for React Flow v10 was completely removed
238
+ - removed direct replacements for legacy components (imported via `@eccenca/gui-elements/src/legacy-replacements` or `LegacyReplacements`)
239
+ - `<AffirmativeButton />`, `<Button />`, `<DismissiveButton />`, `<DisruptiveButton />`, `<Checkbox />`, `<RadioButton />`, `<Tabs />`, `<TextField />`
240
+ - `<Button />`, `<FieldItem />`, `<FieldSet />`, `<MultiSuggestField />`
241
+ - removed support for old state properties `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger`
242
+ - `<Notification />`
243
+ - removed support for old state properties `neutral`, `success`, `warning` and `danger`
244
+ - `<Icon />`
245
+ - removed `description` and `iconTitle` properties
246
+ - `<OverviewItemList />`
247
+ - `densityHigh` property was removed
248
+ - `<CodeEditor />`
249
+ - static fallback for test id `codemirror-wrapper` was removed, add `data-test-id` (or your test id data attribute) always directly to `CodeEditor`.
250
+ - `<EdgeDefault />`
251
+ - removed `inversePath` property, can be replaced with `arrowDirection: "inversed"` property
252
+ - `<Spinner />`
253
+ - `description` property was removed because it was defined but not implemented for a very long time, but we plan to add that type of caption later
254
+ - `nodeTypes` and `edgeTypes` exports were removed
255
+ - use `<ReactFlow />` with `configuration`, or define it yourself
256
+ - SCSS variables `$eccgui-color-application-text` and `$eccgui-color-application-background` were removed
257
+ - use `$eccgui-color-workspace-text` and `$eccgui-color-workspace-background`
258
+ - Removed `remark-typograf` plugin from `<Markdown />` rendering to maintain display expectation
208
259
 
209
260
  ### Fixed
210
261
 
211
- - `<CodeAutocompleteField />`:
212
- - In multiline mode, validation errors might be highlighted incorrectly (relative line offset added).
262
+ - `<CodeAutocompleteField />`:
263
+ - In multiline mode, validation errors might be highlighted incorrectly (relative line offset added).
213
264
 
214
265
  ### Changed
215
266
 
216
- - `<EdgeDefault />` and `<EdgeStep />`
217
- - support now v9 and v12 of react flow
218
- - `<ReactFlowExtended />`
219
- - use `<EdgeNew />` by default for new connection lines, you can overwrite it by setting `connectionLineComponent` to `undefined`
220
- - `<Spinner />`
221
- - `color` property does not accept `intent` values anymore
222
- - `<OverflowText />`
223
- - beside explicitly specified properties it allows only basic HTML element properties and testing IDs
224
- - overrite the native SCSS `rgba()` function, so it now works for SCSS color values and CSS custom properties
225
- - `<SuggestField />`
226
- - Always add class 'nodrag' to popover content element to always prevent dragging of react-flow and dnd-kit elements when interacting with the component.
227
- - `utils.getColorConfiguration()` works with CSS custom properties
228
- - property names returned by `getColorConfiguration` were changed to kebab case because they are originally defined via CSS custom properties
229
- - e.g. `graphNode` is now `eccgui-graph-node` and `graphNodeBright` is `eccgui-graph-node-bright`
230
- - `<Button />` and `<IconButton />`
231
- - `intent` display was aligned with other components, `intent="primary"` is now `intent="accent"`, in most cases it may be better to use `affirmative={true}` or `elevated={true}` instead of primary/accent intent
232
- - `<Spinner />`
233
- - `intent` display was aligned with other components, `intent="primary"` is now `intent="accent"`, in most cases it may be better to use `elevated={true}` instead of using intent
234
- - icons: arrow directions for `list-sortasc` and `list-sortdesc` were switched, up arrow is now used for ascending sort
267
+ - `<EdgeDefault />` and `<EdgeStep />`
268
+ - support now v9 and v12 of react flow
269
+ - `<ReactFlowExtended />`
270
+ - use `<EdgeNew />` by default for new connection lines, you can overwrite it by setting `connectionLineComponent` to `undefined`
271
+ - `<Spinner />`
272
+ - `color` property does not accept `intent` values anymore
273
+ - `<OverflowText />`
274
+ - beside explicitly specified properties it allows only basic HTML element properties and testing IDs
275
+ - overrite the native SCSS `rgba()` function, so it now works for SCSS color values and CSS custom properties
276
+ - `<SuggestField />`
277
+ - Always add class 'nodrag' to popover content element to always prevent dragging of react-flow and dnd-kit elements when interacting with the component.
278
+ - `utils.getColorConfiguration()` works with CSS custom properties
279
+ - property names returned by `getColorConfiguration` were changed to kebab case because they are originally defined via CSS custom properties
280
+ - e.g. `graphNode` is now `eccgui-graph-node` and `graphNodeBright` is `eccgui-graph-node-bright`
281
+ - `<Button />` and `<IconButton />`
282
+ - `intent` display was aligned with other components, `intent="primary"` is now `intent="accent"`, in most cases it may be better to use `affirmative={true}` or `elevated={true}` instead of primary/accent intent
283
+ - `<Spinner />`
284
+ - `intent` display was aligned with other components, `intent="primary"` is now `intent="accent"`, in most cases it may be better to use `elevated={true}` instead of using intent
285
+ - icons: arrow directions for `list-sortasc` and `list-sortdesc` were switched, up arrow is now used for ascending sort
235
286
 
236
287
  ### Deprecated
237
288
 
238
- - support for React Flow v9 will be removed in v26
239
- - `<EdgeDefs />`
240
- - use `<ReactFlowMarkers />` or build it on single `<ReactFlowMarker />`
289
+ - support for React Flow v9 will be removed in v26
290
+ - `<EdgeDefs />`
291
+ - use `<ReactFlowMarkers />` or build it on single `<ReactFlowMarker />`
241
292
 
242
293
  ## [24.4.1] - 2025-08-25
243
294
 
244
295
  ### Fixed
245
296
 
246
- - React flow v12:
247
- - add missing styles from react flow library to ensure proper functionality of new connection lines
248
- - `<Tooltip />`
249
- - re-check hover state after swapping the placeholder before triggering the event bubbling
297
+ - React flow v12:
298
+ - add missing styles from react flow library to ensure proper functionality of new connection lines
299
+ - `<Tooltip />`
300
+ - re-check hover state after swapping the placeholder before triggering the event bubbling
250
301
 
251
302
  ### Changed
252
303
 
253
- - `<IconButton/>`
254
- - increase the default delay before swapping the tooltip placeholder of the icon, reducing unwanted swaps because of mouseovers that were not intended
255
- - `IntentBaseTypes` now available via root export
256
- - some `intent` properties support less or more intent types, in case you need to test supported types before, then you can use it directly from the component interface, e.g. `TextFieldProps["intent"]`
304
+ - `<IconButton/>`
305
+ - increase the default delay before swapping the tooltip placeholder of the icon, reducing unwanted swaps because of mouseovers that were not intended
306
+ - `IntentBaseTypes` now available via root export
307
+ - some `intent` properties support less or more intent types, in case you need to test supported types before, then you can use it directly from the component interface, e.g. `TextFieldProps["intent"]`
257
308
 
258
309
  ### Added
259
310
 
260
- - `application-colors` and `data-color` icons, both represented by the Carbon `ColorPalette` icon
311
+ - `application-colors` and `data-color` icons, both represented by the Carbon `ColorPalette` icon
261
312
 
262
313
  ## [24.3.1] - 2025-08-21
263
314
 
264
315
  ### Fixed
265
316
 
266
- - React flow v12:
267
- - add missing styles from react flow library to ensure proper functionality of new connection lines
317
+ - React flow v12:
318
+ - add missing styles from react flow library to ensure proper functionality of new connection lines
268
319
 
269
320
  ## [24.4.0] - 2025-08-07
270
321
 
271
322
  ### Added
272
323
 
273
- - `<ExtendedCodeEditor />`
274
- - `height` and `readOnly` properties to forward them to `<CodeEditor/>`
275
- - `<CodeAutocompleteField />`:
276
- - `outerDivAttributes` property: allows to set parameter of the container element
277
- - `height` and `readOnly` properties to forward them to `<ExtendedCodeEditor/>`
278
- - `<ActivityControlWidget />`
279
- - `additionalActions` property to include other more complex components between the action buttons and the context menu of the widget
280
- - `<Tooltip />`
281
- - `swapPlaceholderDelay` property to allow configuration of the delay time before the placeholder element is replaced by the actual tooltip component
324
+ - `<ExtendedCodeEditor />`
325
+ - `height` and `readOnly` properties to forward them to `<CodeEditor/>`
326
+ - `<CodeAutocompleteField />`:
327
+ - `outerDivAttributes` property: allows to set parameter of the container element
328
+ - `height` and `readOnly` properties to forward them to `<ExtendedCodeEditor/>`
329
+ - `<ActivityControlWidget />`
330
+ - `additionalActions` property to include other more complex components between the action buttons and the context menu of the widget
331
+ - `<Tooltip />`
332
+ - `swapPlaceholderDelay` property to allow configuration of the delay time before the placeholder element is replaced by the actual tooltip component
282
333
 
283
334
  ### Fixed
284
335
 
285
- - `<CodeEditor />`
286
- - Editor is re-created after certain property changes and is reset, i.e. loses it current state.
287
- - Enter key handling (adding new line) was broken when `onKeyDown` is defined.
288
- - `<CodeAutocompleteField />`
289
- - First auto-completion item not marked as active when drop down first shown.
290
- - Read-only mode does not work correctly. It is still possible to change the value via pressing Enter (in multiline mode) or clicking the clear button.
336
+ - `<CodeEditor />`
337
+ - Editor is re-created after certain property changes and is reset, i.e. loses it current state.
338
+ - Enter key handling (adding new line) was broken when `onKeyDown` is defined.
339
+ - `<CodeAutocompleteField />`
340
+ - First auto-completion item not marked as active when drop down first shown.
341
+ - Read-only mode does not work correctly. It is still possible to change the value via pressing Enter (in multiline mode) or clicking the clear button.
291
342
 
292
343
  ### Changed
293
344
 
294
- - `<NodeContent />`
295
- - prevent start of a react flow drag action of a node when user clicks in the node menu section
345
+ - `<NodeContent />`
346
+ - prevent start of a react flow drag action of a node when user clicks in the node menu section
296
347
 
297
348
  ### Deprecated
298
349
 
299
- - `<CodeEditor />`
300
- - `onChange` property: support for `(v: any) => void` type will be exchanged to more specific `(v: string) => void`
350
+ - `<CodeEditor />`
351
+ - `onChange` property: support for `(v: any) => void` type will be exchanged to more specific `(v: string) => void`
301
352
 
302
353
  ## [24.3.0] - 2025-06-05
303
354
 
304
355
  ### Added
305
356
 
306
- - added support for React Flow v12
307
- - `<NodeContent />` can used with `flowVersion="v12"`
308
- - more v12-only components: `EdgeDefaultV12`, `NodeDefaultV12`, `EdgeDefs`
309
- - they may be removed in future version when v12 elements are available direcly via `<EdgeDefault />` and `<NodeDefault />`
357
+ - added support for React Flow v12
358
+ - `<NodeContent />` can used with `flowVersion="v12"`
359
+ - more v12-only components: `EdgeDefaultV12`, `NodeDefaultV12`, `EdgeDefs`
360
+ - they may be removed in future version when v12 elements are available direcly via `<EdgeDefault />` and `<NodeDefault />`
310
361
 
311
362
  ### Deprecated
312
363
 
313
- - `<EdgeDefaultV12 />` and `<NodeDefaultV12 />` will be removed when React Flow v12 is supported directly by `<EdgeDefault />` and `<NodeDefault />`
314
- - `flowVersion` property: `legacy` and `next` will be removed/replaced by `v##` values
364
+ - `<EdgeDefaultV12 />` and `<NodeDefaultV12 />` will be removed when React Flow v12 is supported directly by `<EdgeDefault />` and `<NodeDefault />`
365
+ - `flowVersion` property: `legacy` and `next` will be removed/replaced by `v##` values
315
366
 
316
367
  ## [24.2.0] - 2025-06-04
317
368
 
318
369
  ### Added
319
370
 
320
- - `<ContextOverlay />`
321
- - `usePlaceholder` property: can be used to display the target but include the component later when the first interaction happens, this can improve performance
322
- - `<ContextMenu />`
323
- - `preventPlaceholder` property to prevent the default usage of placeholders waiting for the first user interaction before inserting the full context menu
324
- - `<Tooltip />`
325
- - `usePlaceholder` property: can be used to display the target but include the full component later when the first interaction happens, this can improve performance. It is turned on for text tooltips by default.
326
- - `<OverviewItemActions />`
327
- - `delayDisplayChildren` property: set a time (in ms) to delay the actual rendering of elements inside the actions container. When enabled the containing `OverviewItem` can be displayed faster. Can be used e.g. to boost performance when rendering `OverviewItemActions` with `hiddenInteractions` set to `true`.
328
- - `delaySkeleton` property to set the placeholder/skeleton as long as the delayed display is waiting to get processed
329
- - `<Button />`, `<FieldItem />`, `<FieldSet />`, `<Notification />`, `<Spinner />`
330
- - `intent` property: align intent state usage with other components
371
+ - `<ContextOverlay />`
372
+ - `usePlaceholder` property: can be used to display the target but include the component later when the first interaction happens, this can improve performance
373
+ - `<ContextMenu />`
374
+ - `preventPlaceholder` property to prevent the default usage of placeholders waiting for the first user interaction before inserting the full context menu
375
+ - `<Tooltip />`
376
+ - `usePlaceholder` property: can be used to display the target but include the full component later when the first interaction happens, this can improve performance. It is turned on for text tooltips by default.
377
+ - `<OverviewItemActions />`
378
+ - `delayDisplayChildren` property: set a time (in ms) to delay the actual rendering of elements inside the actions container. When enabled the containing `OverviewItem` can be displayed faster. Can be used e.g. to boost performance when rendering `OverviewItemActions` with `hiddenInteractions` set to `true`.
379
+ - `delaySkeleton` property to set the placeholder/skeleton as long as the delayed display is waiting to get processed
380
+ - `<Button />`, `<FieldItem />`, `<FieldSet />`, `<Notification />`, `<Spinner />`
381
+ - `intent` property: align intent state usage with other components
331
382
 
332
383
  ### Deprecated
333
384
 
334
- - `<Markdown />`
335
- - `reHypePlugins` property now use `PluggableList` from the unified package. This may require changes if you previously used plugins not conforming to the stricter unified typings. Backward compatibility with the old plugin list type will be removed in the next major version.
336
- - `<FieldSet />`, `<FieldItem />`, `<MultiSelect />`, `<Button />`
337
- - `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` properties will be removed, use `intent` property instead
338
- - `<Notification />`
339
- - `neutral`, `success`, `warning` and `danger` properties will be removed, use `intent` property instead
340
- - `<MultiSelect />`
341
- - `data-test-id` for clearance button won't be set automatically, only if a test id for `MultiSelect` is given
385
+ - `<Markdown />`
386
+ - `reHypePlugins` property now use `PluggableList` from the unified package. This may require changes if you previously used plugins not conforming to the stricter unified typings. Backward compatibility with the old plugin list type will be removed in the next major version.
387
+ - `<FieldSet />`, `<FieldItem />`, `<MultiSelect />`, `<Button />`
388
+ - `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` properties will be removed, use `intent` property instead
389
+ - `<Notification />`
390
+ - `neutral`, `success`, `warning` and `danger` properties will be removed, use `intent` property instead
391
+ - `<MultiSelect />`
392
+ - `data-test-id` for clearance button won't be set automatically, only if a test id for `MultiSelect` is given
342
393
 
343
394
  ### Fixed
344
395
 
345
- - `<CodeAutocompleteField />` and `<AutoSuggestion />`:
346
- - Error highlighting is always visible by underlining the respective text
396
+ - `<CodeAutocompleteField />` and `<AutoSuggestion />`:
397
+ - Error highlighting is always visible by underlining the respective text
347
398
 
348
399
  ### Changed
349
400
 
350
- - `eslint` libraries were upgraded to v9, so `node` v18.18 or higher is required
351
- - react flow integration by renaming their resources from `legacy` and `next` to more precise `v9` and `v10`:
352
- - `HandleProps`: renamed to `HandleV9Props`
353
- - `HandleNextProps`: renamed to `HandleV10Props`
354
- - if provided then the `flowVersion` property do not accept `legacy` and `next` as values anymore, use `v9` and `v10`
355
- - some more interfaces are exposed:
356
- - `IntentBlueprint`: BlueprintJS intent types, also available by `DefinitionsBlueprint`
357
- - `TableDataContainerProps`, `TableSimpleContainerProps`, `TableHeadProps`, `TableBodyProps`, `TableExpandedRowProps`, `TableHeaderProps` and `DataTableRenderProps` as interfaces for diverse table components
358
- - `<CodeAutocompleteField />`
359
- - memorize `handleChange` handler to prevent unwanted re-renders
401
+ - `eslint` libraries were upgraded to v9, so `node` v18.18 or higher is required
402
+ - react flow integration by renaming their resources from `legacy` and `next` to more precise `v9` and `v10`:
403
+ - `HandleProps`: renamed to `HandleV9Props`
404
+ - `HandleNextProps`: renamed to `HandleV10Props`
405
+ - if provided then the `flowVersion` property do not accept `legacy` and `next` as values anymore, use `v9` and `v10`
406
+ - some more interfaces are exposed:
407
+ - `IntentBlueprint`: BlueprintJS intent types, also available by `DefinitionsBlueprint`
408
+ - `TableDataContainerProps`, `TableSimpleContainerProps`, `TableHeadProps`, `TableBodyProps`, `TableExpandedRowProps`, `TableHeaderProps` and `DataTableRenderProps` as interfaces for diverse table components
409
+ - `<CodeAutocompleteField />`
410
+ - memorize `handleChange` handler to prevent unwanted re-renders
360
411
 
361
412
  ### Usage with old application bundlers
362
413
 
@@ -376,112 +427,112 @@ If you use Jest then you can use the same aliases for the `moduleNameMapper` con
376
427
 
377
428
  ### Deprecated
378
429
 
379
- - `HandleV9Props` and `HandleV10Props` export will be removed, use only `HandleDefaultProps`
380
- - `<NodeContent />`
381
- - `businessDate`: will be removed because it is already not used
382
- - `<ReactFlow />`: use `<ReactFlowExtended />`
430
+ - `HandleV9Props` and `HandleV10Props` export will be removed, use only `HandleDefaultProps`
431
+ - `<NodeContent />`
432
+ - `businessDate`: will be removed because it is already not used
433
+ - `<ReactFlow />`: use `<ReactFlowExtended />`
383
434
 
384
435
  ### Migration from v24 to v25
385
436
 
386
- - remove deprecated components, properties and imports from your project, if the info cannot be found here then it was already mentioned in **Deprecated** sections of the v24.\* changelogs.
387
- - we changed the integration of the supported react flow versions, formerly names `legacy` and `next` resources were renamed to more precise `v9` and `v10`, please see all info in the section about changes
437
+ - remove deprecated components, properties and imports from your project, if the info cannot be found here then it was already mentioned in **Deprecated** sections of the v24.\* changelogs.
438
+ - we changed the integration of the supported react flow versions, formerly names `legacy` and `next` resources were renamed to more precise `v9` and `v10`, please see all info in the section about changes
388
439
 
389
440
  ## [24.1.0] - 2025-04-16
390
441
 
391
442
  ### Added
392
443
 
393
- - `<CardActions />`
394
- - `noWrap` property to display them without wrapping its children on multiple lines
395
- - `<ContentGroup />` component
396
- - Manage display of a grouped content section.
397
- - Add info, actions and context annotations by using its properties.
398
- - Can be nested into each other.
399
- - `<CodeEditor />`
400
- - implemented support for linting which is enabled via `useLinting` prop
401
- - `turtle` and `javascript` are currently supported languages for linting
402
- - `useToolbar` property to display toolbar if the `mode` is supported
403
- - currently `markdown` mode is integrated, including support for headlines `<h1-6>`, `<blockquote>`, `<code>` block and inline, `<b>` bold, `<i>`, italic, `<del>` strike through, `<ul>`, `<ol>` and checkbox lists, `<a>` links and `<img>` images
404
- - editor is focused on load if `autoFocus` prop is set to `true`
405
- - implemented support for `disabled` state in code editor
406
- - implemented support for `intent` states in code editor
407
- - `<Label />`
408
- - `additionalElements` property to display elements at the end of the label
409
- - `inline` property to display the label component as inline block
410
- - `<MenutItem />`
411
- - `tooltip` property to dislay tooltip on menu item label
412
- - `<NodeContent />`
413
- - `resizeDirections` to specifiy the axis that can be used to resize the node
414
- - `resizeMaxDimensions` to add maximum values for resizing height/width
415
- - `<OverviewItem />`
416
- - `hasCardWrapper` property to use a `Card` component as wrapper around it, simplifies the process to put it in a box, use `cardProps` to forward basic properties to that `Card` wrapper
417
- - `<SimpleDialog />`
418
- - `actionsProps` property to forward `CardActions` properties, e.g. `noWrap`
419
- - New icons:
420
- - `artefact-task-concatenatetofile`
421
- - `artefact-task-pivot`
422
- - `artefact-task-unpivot`
423
- - `item-magic-edit`
424
- - `operation-format-text-code`
425
- - `operation-format-text-bold`
426
- - `operation-format-text-italic`
427
- - `operation-format-text-strikethrough`
428
- - `operation-format-list-bullet`
429
- - `operation-format-list-checked`
430
- - `operation-format-list-numbered`
444
+ - `<CardActions />`
445
+ - `noWrap` property to display them without wrapping its children on multiple lines
446
+ - `<ContentGroup />` component
447
+ - Manage display of a grouped content section.
448
+ - Add info, actions and context annotations by using its properties.
449
+ - Can be nested into each other.
450
+ - `<CodeEditor />`
451
+ - implemented support for linting which is enabled via `useLinting` prop
452
+ - `turtle` and `javascript` are currently supported languages for linting
453
+ - `useToolbar` property to display toolbar if the `mode` is supported
454
+ - currently `markdown` mode is integrated, including support for headlines `<h1-6>`, `<blockquote>`, `<code>` block and inline, `<b>` bold, `<i>`, italic, `<del>` strike through, `<ul>`, `<ol>` and checkbox lists, `<a>` links and `<img>` images
455
+ - editor is focused on load if `autoFocus` prop is set to `true`
456
+ - implemented support for `disabled` state in code editor
457
+ - implemented support for `intent` states in code editor
458
+ - `<Label />`
459
+ - `additionalElements` property to display elements at the end of the label
460
+ - `inline` property to display the label component as inline block
461
+ - `<MenutItem />`
462
+ - `tooltip` property to dislay tooltip on menu item label
463
+ - `<NodeContent />`
464
+ - `resizeDirections` to specifiy the axis that can be used to resize the node
465
+ - `resizeMaxDimensions` to add maximum values for resizing height/width
466
+ - `<OverviewItem />`
467
+ - `hasCardWrapper` property to use a `Card` component as wrapper around it, simplifies the process to put it in a box, use `cardProps` to forward basic properties to that `Card` wrapper
468
+ - `<SimpleDialog />`
469
+ - `actionsProps` property to forward `CardActions` properties, e.g. `noWrap`
470
+ - New icons:
471
+ - `artefact-task-concatenatetofile`
472
+ - `artefact-task-pivot`
473
+ - `artefact-task-unpivot`
474
+ - `item-magic-edit`
475
+ - `operation-format-text-code`
476
+ - `operation-format-text-bold`
477
+ - `operation-format-text-italic`
478
+ - `operation-format-text-strikethrough`
479
+ - `operation-format-list-bullet`
480
+ - `operation-format-list-checked`
481
+ - `operation-format-list-numbered`
431
482
 
432
483
  ### Fixed
433
484
 
434
- - `<CodeAutocompleteField />`:
435
- - Code editor resets to initial value on every code editor instance re-init
436
- - `<CodeEditor />`
437
- - re-render the component if the `wrapLines` property is changed after the component's render
438
- - only fire `onChange` event when the document has actually changed
439
- - `<OverviewItem />`
440
- - whitespace after `Depiction` element when the `OverviewItem` ist used with `densityHigh` and `hasSpacing`
441
- - `<OverviewItemActions />`
442
- - `hiddenInteractions` stay visible if they contain focused elements or opened overlays (e.g. context menus)
443
- - `<TagList />`
444
- - do not create empty list items
445
- - `<SearchField />`
446
- - allow to use `onClearanceHandler` and `rightElement` together
447
- - fix display of `Icon` with `tooltipText` as direct child in `rightElement`
485
+ - `<CodeAutocompleteField />`:
486
+ - Code editor resets to initial value on every code editor instance re-init
487
+ - `<CodeEditor />`
488
+ - re-render the component if the `wrapLines` property is changed after the component's render
489
+ - only fire `onChange` event when the document has actually changed
490
+ - `<OverviewItem />`
491
+ - whitespace after `Depiction` element when the `OverviewItem` ist used with `densityHigh` and `hasSpacing`
492
+ - `<OverviewItemActions />`
493
+ - `hiddenInteractions` stay visible if they contain focused elements or opened overlays (e.g. context menus)
494
+ - `<TagList />`
495
+ - do not create empty list items
496
+ - `<SearchField />`
497
+ - allow to use `onClearanceHandler` and `rightElement` together
498
+ - fix display of `Icon` with `tooltipText` as direct child in `rightElement`
448
499
 
449
500
  ### Changed
450
501
 
451
- - `<ActivityControlWidget />`
452
- - display running time after label if there is an status info to prevent a third line
453
- - `<ReactFlow />`
454
- - property color for `graph` configuration was adjusted
455
- - `<SearchField />`
456
- - internally forced to be managed controlled to keep `onClearanceHandler` independent from outer `value` property
457
- - `<Switch />`
458
- - use always `<Label/>` component for `label` value
459
- - `<StickyNoteNode />`
460
- - Refactored data structure position and dimension (breaking change)
461
- - `<MiniMap />`
462
- - component supports now React Flow v9 and v12
502
+ - `<ActivityControlWidget />`
503
+ - display running time after label if there is an status info to prevent a third line
504
+ - `<ReactFlow />`
505
+ - property color for `graph` configuration was adjusted
506
+ - `<SearchField />`
507
+ - internally forced to be managed controlled to keep `onClearanceHandler` independent from outer `value` property
508
+ - `<Switch />`
509
+ - use always `<Label/>` component for `label` value
510
+ - `<StickyNoteNode />`
511
+ - Refactored data structure position and dimension (breaking change)
512
+ - `<MiniMap />`
513
+ - component supports now React Flow v9 and v12
463
514
 
464
515
  ### Deprecated
465
516
 
466
- - `<CodeEditor />`
467
- - fallback of static test id is removed, need then always to be set if necessary
468
- - `<OverflowText />`
469
- - component won't accept properties of any name in future, only data attributes for test IDs and basic HTML element properties
470
- - `<OverviewItemList />`
471
- - `densityHigh` property will be removed, use it directly on `OverviewItem` children
517
+ - `<CodeEditor />`
518
+ - fallback of static test id is removed, need then always to be set if necessary
519
+ - `<OverflowText />`
520
+ - component won't accept properties of any name in future, only data attributes for test IDs and basic HTML element properties
521
+ - `<OverviewItemList />`
522
+ - `densityHigh` property will be removed, use it directly on `OverviewItem` children
472
523
 
473
524
  ## [24.0.1] - 2025-02-06
474
525
 
475
526
  ### Changed
476
527
 
477
- - `eslint` libraries were upgraded to v9, so `node` v18.18 or higher is required
528
+ - `eslint` libraries were upgraded to v9, so `node` v18.18 or higher is required
478
529
 
479
530
  ### Fixed
480
531
 
481
- - `MultiSelect`:
482
- - Old suggestions might be shown for a very short time when typing in a new search query.
483
- - `CodeEditor`:
484
- - Broken highlighting for editor modes that leveraged adapted legacy modes.
532
+ - `MultiSelect`:
533
+ - Old suggestions might be shown for a very short time when typing in a new search query.
534
+ - `CodeEditor`:
535
+ - Broken highlighting for editor modes that leveraged adapted legacy modes.
485
536
 
486
537
  ## [24.0.0] - 2024-12-17
487
538
 
@@ -489,650 +540,650 @@ This is a major release, and it might be not compatible with your current usage
489
540
 
490
541
  ### Migration from v23 to v24
491
542
 
492
- - upgrade Typescript to v5
493
- - upgrade Node to at least v18, see **Changed** section for more info about it
494
- - remove deprecated components, properties and imports from your project, if the info cannot be found here then it was already mentioned in **Deprecated** sections of the past changelogs
495
- - `<GridColumn/>`
496
- - `full`: was deprecated and now removed because it always uses full width if it is the only column and does not have any othe size config
497
- - `<Notification/>`
498
- - `fullWidth`: was deprecated and now removed, use `flexWidth` as replacement
499
- - `iconName`: was deprecated and now removed, use `icon` property
500
- - `<Table/>`
501
- - `size`: use only "small", "medium" or "large" as value
502
- - `<Tag/>`
503
- - `emphasized`: was deprecated and now removed, use `minimal=false` plus `emphasis="stronger"` instead
504
- - `IconSized` type: use `CarbonIconType`
505
- - `TimeUnits` type: use `ElapsedDateTimeDisplayUnits`
506
- - `MarkdownParserProps` interface: use `MarkdownProps`
507
- - `elapsedTimeSegmented` function: use `elapsedDateTimeDisplayUtils.elapsedTimeSegmented`
508
- - `simplifiedElapsedTime` function: use `elapsedDateTimeDisplayUtils.simplifiedElapsedTime`
543
+ - upgrade Typescript to v5
544
+ - upgrade Node to at least v18, see **Changed** section for more info about it
545
+ - remove deprecated components, properties and imports from your project, if the info cannot be found here then it was already mentioned in **Deprecated** sections of the past changelogs
546
+ - `<GridColumn/>`
547
+ - `full`: was deprecated and now removed because it always uses full width if it is the only column and does not have any othe size config
548
+ - `<Notification/>`
549
+ - `fullWidth`: was deprecated and now removed, use `flexWidth` as replacement
550
+ - `iconName`: was deprecated and now removed, use `icon` property
551
+ - `<Table/>`
552
+ - `size`: use only "small", "medium" or "large" as value
553
+ - `<Tag/>`
554
+ - `emphasized`: was deprecated and now removed, use `minimal=false` plus `emphasis="stronger"` instead
555
+ - `IconSized` type: use `CarbonIconType`
556
+ - `TimeUnits` type: use `ElapsedDateTimeDisplayUnits`
557
+ - `MarkdownParserProps` interface: use `MarkdownProps`
558
+ - `elapsedTimeSegmented` function: use `elapsedDateTimeDisplayUtils.elapsedTimeSegmented`
559
+ - `simplifiedElapsedTime` function: use `elapsedDateTimeDisplayUtils.simplifiedElapsedTime`
509
560
 
510
561
  ### Added
511
562
 
512
- - `<StringPreviewContentBlobToggler />`:
513
- - `noTogglerContentSuffix`: Allows to add non-string elements at the end of the content if the full description is shown, i.e. no toggler is necessary. This allows to add non-string elements to both the full-view content and the pure string content.
514
- - `<MultiSuggestField />`
515
- - An optional custom search function property has been added, it defines how to filter elements.
516
- - Added a prop `limitHeightOpened` to limit the height of the dropdown by automatically calculating the available height in vh.
517
- - `<FlexibleLayoutContainer />` and `<FlexibleLayoutItem />`
518
- - helper components to create flex layouts for positioning sub elements
519
- - stop misusing `Toolbar*` components to do that (anti pattern)
520
- - `<PropertyValueList />` and `<PropertyValuePair />`
521
- - `singleColumn` property to display label and value below each other
522
- - `<Label />`
523
- - `emphasis` property to control visual appearance of the label text
524
- - basic Storybook example for `<Application* />` components
525
- - `<CodeEditor />`
526
- - `setEditorView` option for compatibility to Codemirror v6
527
- - `supportCodeFolding` optional property to fold code for the supported modes e.g: `xml`, `json`, etc.
528
- - `shouldHighlightActiveLine` optional property to highlight active line where the cursor is currently in.
529
- - `shouldHaveMinimalSetup` optional property that imports codemirror's base minimal configurations.
530
- - `additionalExtensions` optional property for additional extensions to customize the editor further.
531
- - `<Markdown />`
532
- - `htmlContentBlockProps` can now be used to configure the wrapper around the Markdown content
533
- - `$eccgui-selector-text-spot-highlight` SCSS config variable to specify selector that is used to create shortly highlighted spots
534
- - it is highlighted when the selector is also active local anchor target or if it has the `.eccgui-typography--spothighlight` class attached to it
563
+ - `<StringPreviewContentBlobToggler />`:
564
+ - `noTogglerContentSuffix`: Allows to add non-string elements at the end of the content if the full description is shown, i.e. no toggler is necessary. This allows to add non-string elements to both the full-view content and the pure string content.
565
+ - `<MultiSuggestField />`
566
+ - An optional custom search function property has been added, it defines how to filter elements.
567
+ - Added a prop `limitHeightOpened` to limit the height of the dropdown by automatically calculating the available height in vh.
568
+ - `<FlexibleLayoutContainer />` and `<FlexibleLayoutItem />`
569
+ - helper components to create flex layouts for positioning sub elements
570
+ - stop misusing `Toolbar*` components to do that (anti pattern)
571
+ - `<PropertyValueList />` and `<PropertyValuePair />`
572
+ - `singleColumn` property to display label and value below each other
573
+ - `<Label />`
574
+ - `emphasis` property to control visual appearance of the label text
575
+ - basic Storybook example for `<Application* />` components
576
+ - `<CodeEditor />`
577
+ - `setEditorView` option for compatibility to Codemirror v6
578
+ - `supportCodeFolding` optional property to fold code for the supported modes e.g: `xml`, `json`, etc.
579
+ - `shouldHighlightActiveLine` optional property to highlight active line where the cursor is currently in.
580
+ - `shouldHaveMinimalSetup` optional property that imports codemirror's base minimal configurations.
581
+ - `additionalExtensions` optional property for additional extensions to customize the editor further.
582
+ - `<Markdown />`
583
+ - `htmlContentBlockProps` can now be used to configure the wrapper around the Markdown content
584
+ - `$eccgui-selector-text-spot-highlight` SCSS config variable to specify selector that is used to create shortly highlighted spots
585
+ - it is highlighted when the selector is also active local anchor target or if it has the `.eccgui-typography--spothighlight` class attached to it
535
586
 
536
587
  ### Fixed
537
588
 
538
- - toggling on/off the `<HandleTools/>` was corrected, they kept displayed after re-entering with the cursor
539
- - `<Pagination/>`
540
- - change text overflow for selectors to `clip` because Firefox rendered `ellipsis` a bit too early
541
- - `<ApplicationContainer />`:
542
- - `useDropzoneMonitor` helper hook process was improved so that less events are processed and the dropzone monitoring is more stable
589
+ - toggling on/off the `<HandleTools/>` was corrected, they kept displayed after re-entering with the cursor
590
+ - `<Pagination/>`
591
+ - change text overflow for selectors to `clip` because Firefox rendered `ellipsis` a bit too early
592
+ - `<ApplicationContainer />`:
593
+ - `useDropzoneMonitor` helper hook process was improved so that less events are processed and the dropzone monitoring is more stable
543
594
 
544
595
  ### Changed
545
596
 
546
- - GUI elements library needs node 18 or an higher version because dependencies were upgraded
547
- - you may run into problems if you try it with Node v16 or v17, or Webpack v4, mainly because of a Node bugfix regarding the OpenSSL provider
548
- - if you cannot upgrade your dependencies then you could workaround that by patching the `crypto` package or using Node with `--openssl-legacy-provider` option
549
- - see https://github.com/webpack/webpack/issues/14532 and https://stackoverflow.com/questions/69692842/ for more info and possible solutions
550
- - upgrade to `@carbon/react` package
551
- - almost all Carbon related packages were replaced by using only `@carbon/react`
552
- - some component interfaces partly lack documentation in our Storybook because their base interfaces from `@carbon/react` are currently not exported: `AccordionItemProps`, `ApplicationHeaderProps`, `ApplicationToolbarProps`, `ApplicationToolbarActionProps`, `ApplicationToolbarPanelProps`, `CarbonIconType`, `TableCellProps`, `TableExpandRowProps`, `TableProps`
553
- - upgrade to Typescript v5
554
- - your package should be compatible to Typescript 5 patterns
555
- - upgrade to Storybook v8
556
- - include a few patches for actions, see https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#implicit-actions-can-not-be-used-during-rendering-for-example-in-the-play-function
557
- - allow `next` and `legacy` as branch names
558
- - `<CodeEditor />`
559
- - `setInstance` interface changed to `setEditorView` for semantic compatibility to Codemirror v6
560
- - `<BreadcrumbItem/>`
561
- - link color and separation char were adjusted
562
- - `<Markdown/>`
563
- - align blocks for language specific code to default code blocks
564
- - switch icons for `item-clone` and `item-copy` to Carbon's `<Replicate/>` and `<Copy/>`
565
- - Remove duplicated icon names `artefact-customtask*` and only keep `artefact-task*` names.
566
- - `<OverviewItemDepiction/>`
567
- - improve examples in storybook
568
- - improve display for images that are to large for the available space (fully show them)
569
- - `<CodeAutocompleteField />`:
570
- - Add parameter `reInitOnInitialValueChange`, to allow the field to re-initialize if the initial value changes.
597
+ - GUI elements library needs node 18 or an higher version because dependencies were upgraded
598
+ - you may run into problems if you try it with Node v16 or v17, or Webpack v4, mainly because of a Node bugfix regarding the OpenSSL provider
599
+ - if you cannot upgrade your dependencies then you could workaround that by patching the `crypto` package or using Node with `--openssl-legacy-provider` option
600
+ - see https://github.com/webpack/webpack/issues/14532 and https://stackoverflow.com/questions/69692842/ for more info and possible solutions
601
+ - upgrade to `@carbon/react` package
602
+ - almost all Carbon related packages were replaced by using only `@carbon/react`
603
+ - some component interfaces partly lack documentation in our Storybook because their base interfaces from `@carbon/react` are currently not exported: `AccordionItemProps`, `ApplicationHeaderProps`, `ApplicationToolbarProps`, `ApplicationToolbarActionProps`, `ApplicationToolbarPanelProps`, `CarbonIconType`, `TableCellProps`, `TableExpandRowProps`, `TableProps`
604
+ - upgrade to Typescript v5
605
+ - your package should be compatible to Typescript 5 patterns
606
+ - upgrade to Storybook v8
607
+ - include a few patches for actions, see https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#implicit-actions-can-not-be-used-during-rendering-for-example-in-the-play-function
608
+ - allow `next` and `legacy` as branch names
609
+ - `<CodeEditor />`
610
+ - `setInstance` interface changed to `setEditorView` for semantic compatibility to Codemirror v6
611
+ - `<BreadcrumbItem/>`
612
+ - link color and separation char were adjusted
613
+ - `<Markdown/>`
614
+ - align blocks for language specific code to default code blocks
615
+ - switch icons for `item-clone` and `item-copy` to Carbon's `<Replicate/>` and `<Copy/>`
616
+ - Remove duplicated icon names `artefact-customtask*` and only keep `artefact-task*` names.
617
+ - `<OverviewItemDepiction/>`
618
+ - improve examples in storybook
619
+ - improve display for images that are to large for the available space (fully show them)
620
+ - `<CodeAutocompleteField />`:
621
+ - Add parameter `reInitOnInitialValueChange`, to allow the field to re-initialize if the initial value changes.
571
622
 
572
623
  ### Deprecated
573
624
 
574
- - `<Icon/>` and `<TestIcon/>`
575
- - `description` and `iconTitle`: use `title` as replacement.
576
- - `TableRowHeightSize` type: use `TableProps["size"]` directly
577
- - `IRenderModifiers` interface: use `SuggestFieldItemRendererModifierProps`
578
- - `IElementWidth` type: use `SuggestFieldItemRendererModifierProps["styleWidth"]`
579
- - `MultiSelectSelectionProps` interface: use `MultiSuggestFieldSelectionProps`
580
- - `MultiSelectProps` interface: use `MultiSuggestFieldProps`
581
- - `nodeTypes` and `edgeTypes`
582
- - will be removed without replacement, define it yourself or use `<ReactFlow/` with `configuration` option
583
- - `AutoCompleteFieldProps` and `IAutoCompleteFieldProps` interfaces: use `SuggestFieldProps`
584
- - `<CodeAutocompleteField/>`
585
- - `AutoSuggestionProps`: use `CodeAutocompleteFieldProps` instead
586
- - we renamed `ISuggestionBase`, `ISuggestionWithReplacementInfo`, `IReplacementResult`, `IPartialAutoCompleteResult`, `IValidationResult` to `CodeAutocompleteFieldSuggestionBase`, `CodeAutocompleteFieldSuggestionWithReplacementInfo`, `CodeAutocompleteFieldReplacementResult`, `CodeAutocompleteFieldPartialAutoCompleteResult`, `CodeAutocompleteFieldValidationResult`
587
- - all legacy support components are going to be removed, you need to replace them by activily maintained components
588
- - `<ButtonReplacement/>`: switch to `<Button />`
589
- - `<AffirmativeButtonReplacement/>`: switch to `<Button affirmative />`
590
- - `<DismissiveButtonReplacement/>`: switch to `<Button dismissive />`
591
- - `<DisruptiveButtonReplacement/>`: switch to `<Button disruptive />`
592
- - `<CheckboxReplacement/>`: switch to `<Checkbox />`
593
- - `<RadioButtonReplacement/>`: switch to `<RadioButton />`
594
- - `<TabsReplacement/>`: switch to `<Tabs />`
595
- - `<TextFieldReplacement/>`: switch to `<TextField />`, `<TextArea />`, `<FieldItem />`
596
- - `MultiSuggestField.ofType` method:
597
- - instead of `MyMultiSuggest = MultiSuggestField.ofType<MyType>()` use directly `<MultiSuggestField<MyType> {...props} />`
598
- - `MultiSuggestField.ofType` also returns the original BlueprintJS `MultiSelect` element, not our version!
625
+ - `<Icon/>` and `<TestIcon/>`
626
+ - `description` and `iconTitle`: use `title` as replacement.
627
+ - `TableRowHeightSize` type: use `TableProps["size"]` directly
628
+ - `IRenderModifiers` interface: use `SuggestFieldItemRendererModifierProps`
629
+ - `IElementWidth` type: use `SuggestFieldItemRendererModifierProps["styleWidth"]`
630
+ - `MultiSelectSelectionProps` interface: use `MultiSuggestFieldSelectionProps`
631
+ - `MultiSelectProps` interface: use `MultiSuggestFieldProps`
632
+ - `nodeTypes` and `edgeTypes`
633
+ - will be removed without replacement, define it yourself or use `<ReactFlow/` with `configuration` option
634
+ - `AutoCompleteFieldProps` and `IAutoCompleteFieldProps` interfaces: use `SuggestFieldProps`
635
+ - `<CodeAutocompleteField/>`
636
+ - `AutoSuggestionProps`: use `CodeAutocompleteFieldProps` instead
637
+ - we renamed `ISuggestionBase`, `ISuggestionWithReplacementInfo`, `IReplacementResult`, `IPartialAutoCompleteResult`, `IValidationResult` to `CodeAutocompleteFieldSuggestionBase`, `CodeAutocompleteFieldSuggestionWithReplacementInfo`, `CodeAutocompleteFieldReplacementResult`, `CodeAutocompleteFieldPartialAutoCompleteResult`, `CodeAutocompleteFieldValidationResult`
638
+ - all legacy support components are going to be removed, you need to replace them by activily maintained components
639
+ - `<ButtonReplacement/>`: switch to `<Button />`
640
+ - `<AffirmativeButtonReplacement/>`: switch to `<Button affirmative />`
641
+ - `<DismissiveButtonReplacement/>`: switch to `<Button dismissive />`
642
+ - `<DisruptiveButtonReplacement/>`: switch to `<Button disruptive />`
643
+ - `<CheckboxReplacement/>`: switch to `<Checkbox />`
644
+ - `<RadioButtonReplacement/>`: switch to `<RadioButton />`
645
+ - `<TabsReplacement/>`: switch to `<Tabs />`
646
+ - `<TextFieldReplacement/>`: switch to `<TextField />`, `<TextArea />`, `<FieldItem />`
647
+ - `MultiSuggestField.ofType` method:
648
+ - instead of `MyMultiSuggest = MultiSuggestField.ofType<MyType>()` use directly `<MultiSuggestField<MyType> {...props} />`
649
+ - `MultiSuggestField.ofType` also returns the original BlueprintJS `MultiSelect` element, not our version!
599
650
 
600
651
  ## [23.8.0] - 2024-08-19
601
652
 
602
653
  ### Added
603
654
 
604
- - `<ApplicationContainer />`:
605
- - `monitorDropzonesFor` property can be used to monitor application wide dropzones for dragged elements via data attributes attached to body element containing the data transfer type of drag over events.
606
- - `<ReactFlow />`
607
- - `dropzoneFor` property can be used to mark react flow canvas as matching area to drop dragged elements.
608
- - `<Accordion />`, `<AccordionItem />`
609
- - `whitespaceSize` property to define how much whitespace is used on top and bottom inside the header and content of an accordion item.
610
- - `separationSize` property defines how much space is used for the separation between an accordion item and the next one.
611
- - class name prefixes are now available by variables with more readable names:
612
- - BlueprintJS: `$prefix-blueprintjs` (current value is `bp5`)
613
- - Carbon Design System: `$prefix-carbon` (current value is `cds`)
614
- - eccenca GUI elements: `$prefix-eccgui` (current value is `eccgui`)
655
+ - `<ApplicationContainer />`:
656
+ - `monitorDropzonesFor` property can be used to monitor application wide dropzones for dragged elements via data attributes attached to body element containing the data transfer type of drag over events.
657
+ - `<ReactFlow />`
658
+ - `dropzoneFor` property can be used to mark react flow canvas as matching area to drop dragged elements.
659
+ - `<Accordion />`, `<AccordionItem />`
660
+ - `whitespaceSize` property to define how much whitespace is used on top and bottom inside the header and content of an accordion item.
661
+ - `separationSize` property defines how much space is used for the separation between an accordion item and the next one.
662
+ - class name prefixes are now available by variables with more readable names:
663
+ - BlueprintJS: `$prefix-blueprintjs` (current value is `bp5`)
664
+ - Carbon Design System: `$prefix-carbon` (current value is `cds`)
665
+ - eccenca GUI elements: `$prefix-eccgui` (current value is `eccgui`)
615
666
 
616
667
  ### Fixed
617
668
 
618
- - `<ElapsedDateTimeDisplay />`
619
- - negative values are not shown (e.g. in case server and browser clocks are apart)
669
+ - `<ElapsedDateTimeDisplay />`
670
+ - negative values are not shown (e.g. in case server and browser clocks are apart)
620
671
 
621
672
  ### Changed
622
673
 
623
- - `<TextArea />`
624
- - improve visual alignment to `TextField` regarding whitespace and colors
625
- - basic styles for Uppy widget were improved and moved to its own component folder
674
+ - `<TextArea />`
675
+ - improve visual alignment to `TextField` regarding whitespace and colors
676
+ - basic styles for Uppy widget were improved and moved to its own component folder
626
677
 
627
678
  ### Deprecated
628
679
 
629
- - `<Accordion />`
630
- - `size` property in favour of `whitespaceSize`
631
- - `<AccordionItem />`
632
- - `condensed` property in favour of `whitespaceSize="none"`
680
+ - `<Accordion />`
681
+ - `size` property in favour of `whitespaceSize`
682
+ - `<AccordionItem />`
683
+ - `condensed` property in favour of `whitespaceSize="none"`
633
684
 
634
685
  ## [23.7.0] - 2024-06-26
635
686
 
636
687
  ### Added
637
688
 
638
- - `<ReactFlow/>`, `<StickyNoteModal/>`, `<EdgeDefault/>`, `<EdgeLabel/>`, `<HandleContent/>`, `<HandleTools/>`, `<MiniMap/>`
639
- - all react flow components are now be able to process test ids as data attributes, e.g. `data-test-id` and `data-testid`, sometimes as direct property, in other cases as part of properties routed to the wrapper elements
640
- - storybook documentation was enhanced by demonstration the usage of test ids
641
- - `<Markdown />`
642
- - Do syntax highlighting when a class name is set in the form `language-<LANGUAGE_NAME>`.
643
- - `<StickyTarget/>`
644
- - Element wraps the content that need to be displayed sticky.
645
- - `utils`
646
- - `getScrollParent`: method to find the scroll parent of an element
647
- - `<SuggestField />`
648
- - Support loading more results when scrolling to the end of the result list.
649
- - `<TextArea />`
650
- - `intent` property to set the state, formerly used `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` properties are now deprecated
651
- - `leftIcon`: set the left aligned icon
652
- - `rightElement`: renders on right side
653
- - `<Depiction />`
654
- - `disabled` property could be used if the element is used inside a disabled interactive element or form control but the state is not adapted automatically to the depiction
655
- - new icons: `navigation-extern`, `toggler-list`, `toggler-table`, `data-boolean`
689
+ - `<ReactFlow/>`, `<StickyNoteModal/>`, `<EdgeDefault/>`, `<EdgeLabel/>`, `<HandleContent/>`, `<HandleTools/>`, `<MiniMap/>`
690
+ - all react flow components are now be able to process test ids as data attributes, e.g. `data-test-id` and `data-testid`, sometimes as direct property, in other cases as part of properties routed to the wrapper elements
691
+ - storybook documentation was enhanced by demonstration the usage of test ids
692
+ - `<Markdown />`
693
+ - Do syntax highlighting when a class name is set in the form `language-<LANGUAGE_NAME>`.
694
+ - `<StickyTarget/>`
695
+ - Element wraps the content that need to be displayed sticky.
696
+ - `utils`
697
+ - `getScrollParent`: method to find the scroll parent of an element
698
+ - `<SuggestField />`
699
+ - Support loading more results when scrolling to the end of the result list.
700
+ - `<TextArea />`
701
+ - `intent` property to set the state, formerly used `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` properties are now deprecated
702
+ - `leftIcon`: set the left aligned icon
703
+ - `rightElement`: renders on right side
704
+ - `<Depiction />`
705
+ - `disabled` property could be used if the element is used inside a disabled interactive element or form control but the state is not adapted automatically to the depiction
706
+ - new icons: `navigation-extern`, `toggler-list`, `toggler-table`, `data-boolean`
656
707
 
657
708
  ### Fixed
658
709
 
659
- - `<MultiSuggestField />`
660
- - Updated the interface with the ability to use either `selectedItems` or `prePopulateWithItems` properties, which is more logical.
661
- - Fixed deferred `selectedItems` setting.
662
- - `<BreadcrumbsList />`
663
- - `onItemClick` handler is only executed if breadcrumb has `href` set because this is one callback parameter and the handler would not have any information otherwise
664
- - `<Depiction />`
665
- - position fixed when element is used as icon in `<Button />`
666
- - `<Tooltip />`
667
- - fix font sizes and background colors
668
- - `<NodeContent />`
669
- - node introduction is only processed one time even if a node update still provides a `introductionTime` property
710
+ - `<MultiSuggestField />`
711
+ - Updated the interface with the ability to use either `selectedItems` or `prePopulateWithItems` properties, which is more logical.
712
+ - Fixed deferred `selectedItems` setting.
713
+ - `<BreadcrumbsList />`
714
+ - `onItemClick` handler is only executed if breadcrumb has `href` set because this is one callback parameter and the handler would not have any information otherwise
715
+ - `<Depiction />`
716
+ - position fixed when element is used as icon in `<Button />`
717
+ - `<Tooltip />`
718
+ - fix font sizes and background colors
719
+ - `<NodeContent />`
720
+ - node introduction is only processed one time even if a node update still provides a `introductionTime` property
670
721
 
671
722
  ### Changed
672
723
 
673
- - `<BreadcrumbsList />`
674
- - `onItemClick` handler is only executed when the breadcrumb has no own `onClick` handler defined
675
- - `<Card />`
676
- - `elevation` allows now `-1` as value, the card is borderless then
677
- - `<MultiSuggestField />`
678
- - use "Search for item, or enter term to create new one..." as default `placeholder` if `createNewItemFromQuery` is given
679
- - `<SilkActivityControl />`
680
- - interface of `initialStatus` property has been updated with the so far missing `lastUpdateTime` property. If you run in problems because of that you could use `Date.now()` as fix. Or consider to use `<ActivityControlWidget />` directly, what is probably even better.
681
- - `<Depiction />`
682
- - opcaity is reduced automatically when element is used as icon in a disabled `<Button />`
724
+ - `<BreadcrumbsList />`
725
+ - `onItemClick` handler is only executed when the breadcrumb has no own `onClick` handler defined
726
+ - `<Card />`
727
+ - `elevation` allows now `-1` as value, the card is borderless then
728
+ - `<MultiSuggestField />`
729
+ - use "Search for item, or enter term to create new one..." as default `placeholder` if `createNewItemFromQuery` is given
730
+ - `<SilkActivityControl />`
731
+ - interface of `initialStatus` property has been updated with the so far missing `lastUpdateTime` property. If you run in problems because of that you could use `Date.now()` as fix. Or consider to use `<ActivityControlWidget />` directly, what is probably even better.
732
+ - `<Depiction />`
733
+ - opcaity is reduced automatically when element is used as icon in a disabled `<Button />`
683
734
 
684
735
  ### Deprecated
685
736
 
686
- - `<TextArea />`
687
- - `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` properties: use the `intent` property instead.
688
- - `<StickyNoteModal/>`
689
- - static test id `data-test-id="sticky-note-modal"` will be removed with next major version
737
+ - `<TextArea />`
738
+ - `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` properties: use the `intent` property instead.
739
+ - `<StickyNoteModal/>`
740
+ - static test id `data-test-id="sticky-note-modal"` will be removed with next major version
690
741
 
691
742
  ## [23.6.0] - 2024-04-17
692
743
 
693
744
  ### Added
694
745
 
695
- - `<BreadcrumbList/>`, `<MultiSuggestField/>`, `<Notification/>`, `<Select/>`, `<Tabs/>`
696
- - `data-test-id` (and `data-testid` as alias of it): can be defined to add test ids to the DOM elements
697
- - `wrapperProps`: can be defined by using `div` attributes, and if given a `div` element with wrap the component. This wrapper is also used for test ids because the underlaying BlueprintJS components do not forward data attributes to the DOM.
698
- - if a test id is used on `<Select/>` or `<MultiSuggestField/>` then the toggle button, the dropdown and the search filter get automatically their own test id, suffixed by `_togger`, `_drowpdown` and `_searchinput`.
699
- - `<CodeMirror />`:
700
- - Added support for N-triples and Mathematica modes.
701
- - Allow direct access to the underlying code mirror instance.
702
- - Allow to register a scroll handler.
703
- - Support code folding for some modes, e.g. xml, json.
704
- - `<Modal/>`, `<SimpleDialog/>`, `<AlertDialog/>`
705
- - `data-test-id` (and `data-testid` as alias of it): can be defined to add test ids to the DOM elements
706
- - `<MultiSuggestField />`
707
- - `selectedItems` can be used to set default selected items
708
- - new use hook
709
- - `useApplicationHeaderOverModals`: forces the application header to be displayed over modal backgrounds
710
- - `ClassNames` now forwards all BlueprintJS CSS class names
711
- - ```
712
- import { ClassNames } from "@eccenca/gui-elements";
713
- export const bpButtonClass = ClassNames.Blueprint.BUTTON;
714
- ```
715
- - new icons: `state-locked`, `state-unlocked`, `application-notification`
746
+ - `<BreadcrumbList/>`, `<MultiSuggestField/>`, `<Notification/>`, `<Select/>`, `<Tabs/>`
747
+ - `data-test-id` (and `data-testid` as alias of it): can be defined to add test ids to the DOM elements
748
+ - `wrapperProps`: can be defined by using `div` attributes, and if given a `div` element with wrap the component. This wrapper is also used for test ids because the underlaying BlueprintJS components do not forward data attributes to the DOM.
749
+ - if a test id is used on `<Select/>` or `<MultiSuggestField/>` then the toggle button, the dropdown and the search filter get automatically their own test id, suffixed by `_togger`, `_drowpdown` and `_searchinput`.
750
+ - `<CodeMirror />`:
751
+ - Added support for N-triples and Mathematica modes.
752
+ - Allow direct access to the underlying code mirror instance.
753
+ - Allow to register a scroll handler.
754
+ - Support code folding for some modes, e.g. xml, json.
755
+ - `<Modal/>`, `<SimpleDialog/>`, `<AlertDialog/>`
756
+ - `data-test-id` (and `data-testid` as alias of it): can be defined to add test ids to the DOM elements
757
+ - `<MultiSuggestField />`
758
+ - `selectedItems` can be used to set default selected items
759
+ - new use hook
760
+ - `useApplicationHeaderOverModals`: forces the application header to be displayed over modal backgrounds
761
+ - `ClassNames` now forwards all BlueprintJS CSS class names
762
+ - ```
763
+ import { ClassNames } from "@eccenca/gui-elements";
764
+ export const bpButtonClass = ClassNames.Blueprint.BUTTON;
765
+ ```
766
+ - new icons: `state-locked`, `state-unlocked`, `application-notification`
716
767
 
717
768
  ### Fixed
718
769
 
719
- - `<Card />`
720
- - fix styles for `selected=true`, allow it without interactive functionality on card element
721
- - align colors with active menu items
722
- - `<MultiSuggestField />`
723
- - reset the list of options when the query is cleared but nothing from the list is selected
724
- - add the created element to the list of filtered elements immediately after its creation
725
- - block input if `disabled` property is set
726
- - `<TagList />`
727
- - vertical alignment fixed in nowrap containers and for tags with icons
770
+ - `<Card />`
771
+ - fix styles for `selected=true`, allow it without interactive functionality on card element
772
+ - align colors with active menu items
773
+ - `<MultiSuggestField />`
774
+ - reset the list of options when the query is cleared but nothing from the list is selected
775
+ - add the created element to the list of filtered elements immediately after its creation
776
+ - block input if `disabled` property is set
777
+ - `<TagList />`
778
+ - vertical alignment fixed in nowrap containers and for tags with icons
728
779
 
729
780
  ### Changed
730
781
 
731
- - BlueprintJS libraries was updated to v5
732
- - Popover2 lib was removed because we can now again use the internal component from core lib again
733
- - `<ApplicationContainer />`
734
- - `<OverlaysProvider />` from BlueprintJS is now used
735
- - @see https://github.com/palantir/blueprint/wiki/Overlay2-migration
736
- - `<Tag />`
737
- - included icons are always limited to the height of the text label
782
+ - BlueprintJS libraries was updated to v5
783
+ - Popover2 lib was removed because we can now again use the internal component from core lib again
784
+ - `<ApplicationContainer />`
785
+ - `<OverlaysProvider />` from BlueprintJS is now used
786
+ - @see https://github.com/palantir/blueprint/wiki/Overlay2-migration
787
+ - `<Tag />`
788
+ - included icons are always limited to the height of the text label
738
789
 
739
790
  ### Deprecated
740
791
 
741
- - `<Button />`
742
- - interface `AnchorOrButtonProps` is currently exported together with the component but it will be removed with the next major version
743
- - there won't be a replacement or alternate interface because `ButtonProps` should be enough
744
- - `<BreadcrumbList/>`
745
- - property `htmlUlProps`: this is going to be removed because the BlueprintJS `Breadcrumbs` component does not support native `ul` attributes. The element provides a new `wrapperProps` property.
746
- - `<MultiSuggestField />`
747
- - static usage of `data-test-id="clear-all-items"` for the clearance button is deprecated, will be replaced by a test id later that is created from the given test id for the component plus a `_clearance` suffix
792
+ - `<Button />`
793
+ - interface `AnchorOrButtonProps` is currently exported together with the component but it will be removed with the next major version
794
+ - there won't be a replacement or alternate interface because `ButtonProps` should be enough
795
+ - `<BreadcrumbList/>`
796
+ - property `htmlUlProps`: this is going to be removed because the BlueprintJS `Breadcrumbs` component does not support native `ul` attributes. The element provides a new `wrapperProps` property.
797
+ - `<MultiSuggestField />`
798
+ - static usage of `data-test-id="clear-all-items"` for the clearance button is deprecated, will be replaced by a test id later that is created from the given test id for the component plus a `_clearance` suffix
748
799
 
749
800
  ## [23.5.0] - 2024-02-15
750
801
 
751
802
  ### Added
752
803
 
753
- - `<CodeEditor />`
754
- - visualize the usage of tabulator chars by background color and arrow symbol
755
- - new `tabIntentSize`, `tabIntentStyle`, `tabForceSpaceForModes` properties to give better control over tabulator usage
804
+ - `<CodeEditor />`
805
+ - visualize the usage of tabulator chars by background color and arrow symbol
806
+ - new `tabIntentSize`, `tabIntentStyle`, `tabForceSpaceForModes` properties to give better control over tabulator usage
756
807
 
757
808
  ### Fixed
758
809
 
759
- - `<Depiction />`
760
- - images representing SVG without `width` property on their root element are displayed with a minimal forced dimension to prevent that they are hidden in some browsers
810
+ - `<Depiction />`
811
+ - images representing SVG without `width` property on their root element are displayed with a minimal forced dimension to prevent that they are hidden in some browsers
761
812
 
762
813
  ## [23.4.1] - 2024-02-08
763
814
 
764
815
  ### Fixed
765
816
 
766
- - icons
767
- - use older version of icon library to prevent typescript issues after changes in recent versions
817
+ - icons
818
+ - use older version of icon library to prevent typescript issues after changes in recent versions
768
819
 
769
820
  ## [23.4.0] - 2024-02-07
770
821
 
771
822
  ### Added
772
823
 
773
- - `<PropertyValuePair />`, `<PropertyName />`, `<PropertyValue />`
774
- - `nowrap`: force display on one line without breaks
775
- - `<Skeleton />`
776
- - provides a loading state display of its children elements
777
- - `<TableCell />`
778
- - `alignHorizontal`: allow to center cell contents
779
- - `<ActivityControlWidget />`
780
- - added extra line to show timer for execution period
781
- - `<ExtendedCodeEditor />`
782
- - replaces `<SingleLineCodeEditor />` to get used for the `<CodeAutocompleteField />` component
783
- - new icons
784
- - `data-string`, `data-url`, `data-date`, `data-time`, `data-datetime`, `data-number`
824
+ - `<PropertyValuePair />`, `<PropertyName />`, `<PropertyValue />`
825
+ - `nowrap`: force display on one line without breaks
826
+ - `<Skeleton />`
827
+ - provides a loading state display of its children elements
828
+ - `<TableCell />`
829
+ - `alignHorizontal`: allow to center cell contents
830
+ - `<ActivityControlWidget />`
831
+ - added extra line to show timer for execution period
832
+ - `<ExtendedCodeEditor />`
833
+ - replaces `<SingleLineCodeEditor />` to get used for the `<CodeAutocompleteField />` component
834
+ - new icons
835
+ - `data-string`, `data-url`, `data-date`, `data-time`, `data-datetime`, `data-number`
785
836
 
786
837
  ### Fixed
787
838
 
788
- - `<Pagination />`
789
- - adjust color of arrow in disabled navigation button
839
+ - `<Pagination />`
840
+ - adjust color of arrow in disabled navigation button
790
841
 
791
842
  ## [23.3.1] - 2023-11-15
792
843
 
793
844
  ### Fixed
794
845
 
795
- - `<ContextOverlay />`
796
- - remove always white space at start of `portalClassName` to prevent runtime error in BlueprintJS
846
+ - `<ContextOverlay />`
847
+ - remove always white space at start of `portalClassName` to prevent runtime error in BlueprintJS
797
848
 
798
849
  ## [23.3.0] - 2023-11-09
799
850
 
800
851
  ### Added
801
852
 
802
- - `<PropertyName />`
803
- - `labelProps`: configure the automatically injected `Label` element when `PropertyName` is only a string
804
- - `<TextField />`
805
- - `escapeToBlur`: if set to true the input field blurs/de-focuces when the `Escape` key is pressed.
806
- - `<CodeEditor />`
807
- - support for additional modes: `jinja2`, `yaml` and `json`
808
- - add read-only mode
809
- - `height`: set a fixed height of the editor
810
- - `wrapLines`: control auto-wrapping long lines (the default for wrap long lines is set to false now)
811
- - `<Modal />`
812
- - `modalFocusable`: when `true` the outer `div` element of the modal can be focused by clicking on it.
813
- This is needed e.g. when key (down, up) events should trigger on the modal in order to bubble up to its parent elements.
814
- - `forceTopPosition`: when `true` then the `z-index` of the modal's portal element is recalculated, so that the modal is always displayed on top of all other visible elements. Use with care, see documentation.
815
- - `<ContextOverlay />`
816
- - `preventTopPosition`: when true then the `z-index` is decreased to the value for modals. Use it when you need to display modal dialogs out of the context overlay. Type of counter property to `Modal.forceTopPosition`.
817
- - `<ReactFlow />`
818
- - support disabling the react-flow hot keys via a React context, e.g. `Delete` etc.
819
- - `<HandleDefault />`
820
- - new `category` options that lead to different handle layouts: `dependency`, `fixed`, `flexible` and `unknown`
821
- - `intent` option with defined colors for: primary, accent, info, success, warning, danger
822
- - `<HandleTools />`
823
- - can be used as single handle content to add an context menu to handles
824
- - `<NodeContent />`
825
- - `introductionTime`: can be used to visualize the node was added or updated
826
- - `<EdgeLabel />`
827
- - `loose`: can be set to `true` to prevent the box with border on the label component
828
- - `<TableExpandHeader />`
829
- - `toggleIcon`: optional icon that should be displayed instead of the default ones.
830
- - `utils`
831
- - `getGlobalVar` and `setGlobalVar`: can be used to manage global variables indepentently from component states. They are stored to the `window` object under a `eccgui` "namespace". Can be used for example to manage globally increased counters. Do not use them if you need to store user session properties or confidential data!
832
- - canonical icons for `artefact-chatlog`, `entity-human`, `entity-robot` and `operation-magic`
853
+ - `<PropertyName />`
854
+ - `labelProps`: configure the automatically injected `Label` element when `PropertyName` is only a string
855
+ - `<TextField />`
856
+ - `escapeToBlur`: if set to true the input field blurs/de-focuces when the `Escape` key is pressed.
857
+ - `<CodeEditor />`
858
+ - support for additional modes: `jinja2`, `yaml` and `json`
859
+ - add read-only mode
860
+ - `height`: set a fixed height of the editor
861
+ - `wrapLines`: control auto-wrapping long lines (the default for wrap long lines is set to false now)
862
+ - `<Modal />`
863
+ - `modalFocusable`: when `true` the outer `div` element of the modal can be focused by clicking on it.
864
+ This is needed e.g. when key (down, up) events should trigger on the modal in order to bubble up to its parent elements.
865
+ - `forceTopPosition`: when `true` then the `z-index` of the modal's portal element is recalculated, so that the modal is always displayed on top of all other visible elements. Use with care, see documentation.
866
+ - `<ContextOverlay />`
867
+ - `preventTopPosition`: when true then the `z-index` is decreased to the value for modals. Use it when you need to display modal dialogs out of the context overlay. Type of counter property to `Modal.forceTopPosition`.
868
+ - `<ReactFlow />`
869
+ - support disabling the react-flow hot keys via a React context, e.g. `Delete` etc.
870
+ - `<HandleDefault />`
871
+ - new `category` options that lead to different handle layouts: `dependency`, `fixed`, `flexible` and `unknown`
872
+ - `intent` option with defined colors for: primary, accent, info, success, warning, danger
873
+ - `<HandleTools />`
874
+ - can be used as single handle content to add an context menu to handles
875
+ - `<NodeContent />`
876
+ - `introductionTime`: can be used to visualize the node was added or updated
877
+ - `<EdgeLabel />`
878
+ - `loose`: can be set to `true` to prevent the box with border on the label component
879
+ - `<TableExpandHeader />`
880
+ - `toggleIcon`: optional icon that should be displayed instead of the default ones.
881
+ - `utils`
882
+ - `getGlobalVar` and `setGlobalVar`: can be used to manage global variables indepentently from component states. They are stored to the `window` object under a `eccgui` "namespace". Can be used for example to manage globally increased counters. Do not use them if you need to store user session properties or confidential data!
883
+ - canonical icons for `artefact-chatlog`, `entity-human`, `entity-robot` and `operation-magic`
833
884
 
834
885
  ### Changed
835
886
 
836
- - `<SimpleDialog />`
837
- - by default, prevent certain (React) events from bubbling up through the dialog (backdrop is not affected):
838
- - event handler: `onContextMenu`, `onDrag`, `onDragStart`, `onDragEnd`, `onMouseDown`, `onMouseUp`, `onClick`
839
- - handlers can be overwritten via `wrapperDivProps`
840
- - `<ApplicationHeader />`
841
- - it is now possible to overwrite the background color by setting `--eccgui-appheader-color-background` in its `style` attribute
842
- - `<Modal />`
843
- - new `xlarge` size option
844
- - re-configure appearance of the sizes, `small` is displayed a bit smaller, `large` a bit larger than before
887
+ - `<SimpleDialog />`
888
+ - by default, prevent certain (React) events from bubbling up through the dialog (backdrop is not affected):
889
+ - event handler: `onContextMenu`, `onDrag`, `onDragStart`, `onDragEnd`, `onMouseDown`, `onMouseUp`, `onClick`
890
+ - handlers can be overwritten via `wrapperDivProps`
891
+ - `<ApplicationHeader />`
892
+ - it is now possible to overwrite the background color by setting `--eccgui-appheader-color-background` in its `style` attribute
893
+ - `<Modal />`
894
+ - new `xlarge` size option
895
+ - re-configure appearance of the sizes, `small` is displayed a bit smaller, `large` a bit larger than before
845
896
 
846
897
  ### Fixed
847
898
 
848
- - `<Modal />`
849
- - `Escape` key to close does not work anymore after clicking on the backdrop for `canOutsideClickClose=false` and `canEscapeKeyClose=true`.
850
- - `<Spacing />`
851
- - allow other `div` attributes, e.g. `style`
852
- - tooltips of Carbon based elements are displayed correctly in position and layout
853
- - `<PropertyValuePair />`
854
- - force maximum width for situation when the block could be wider, e.g. inside a flex layout, otherwise name and value could be wrongly aligned in a list with other property value pairs
899
+ - `<Modal />`
900
+ - `Escape` key to close does not work anymore after clicking on the backdrop for `canOutsideClickClose=false` and `canEscapeKeyClose=true`.
901
+ - `<Spacing />`
902
+ - allow other `div` attributes, e.g. `style`
903
+ - tooltips of Carbon based elements are displayed correctly in position and layout
904
+ - `<PropertyValuePair />`
905
+ - force maximum width for situation when the block could be wider, e.g. inside a flex layout, otherwise name and value could be wrongly aligned in a list with other property value pairs
855
906
 
856
907
  ## [23.2.0] - 2023-07-14
857
908
 
858
909
  ### Added
859
910
 
860
- - linting the code automatically via git hook on commit action
861
- - `<SuggestField />`
862
- - will replace `<AutoCompleteField />`
863
- - match dropdown to element width when `fill=true`
864
- - display dropdown toggler when `onlyDropdownWithQuery=false`
865
- - `<MultiSuggestField />`: will replace `<MultiSelect />`
866
- - `clearQueryOnSelection` option to set an empty query after selections
867
- - match dropdown to element width when `fullWidth=true`
868
- - `<CodeAutocompleteField />`: will replace `<AutoSuggestion />`
869
- - `<Select />`:
870
- - has now a default target when it is not controlled directly by its children
871
- - `onClearanceHandler` and `onClearanceText` as options to include automatically a dedicated clearance button to the element
872
- - `<PropertyName />`
873
- - `size` option to increase/decrease width consumed by its display
874
- - `<EdgeLabel />`: use `title` property on its text sub element
875
- - `<Application* />` elements now have defined and exposed interfaces
876
- - `<FieldSet />` element now have a defined and exposed interface
877
- - `<PropertyValue* />` elements now have defined and exposed interfaces
878
- - `<GridColumn />`
879
- - `carbonSizeConfig` property to overwrite automatically set column sizes by using the original size config from the Carbon component
880
- - `<TitleSubsection />` element now have a defined and exposed interface
881
- - all inferfaces of the main elements in `src/components` are now exposed via `@eccenca/gui-elements`
882
- - all inferfaces of the main elements in `src/extensions` are now exposed via `@eccenca/gui-elements`
883
- - all inferfaces of the main elements in `src/cmem` are now exposed via `@eccenca/gui-elements`
884
- - `<ApplicationToolbarPanel />`
885
- - event handler `onLeave` and `onOutsideClick`, could be used to close the menu panel automatically
911
+ - linting the code automatically via git hook on commit action
912
+ - `<SuggestField />`
913
+ - will replace `<AutoCompleteField />`
914
+ - match dropdown to element width when `fill=true`
915
+ - display dropdown toggler when `onlyDropdownWithQuery=false`
916
+ - `<MultiSuggestField />`: will replace `<MultiSelect />`
917
+ - `clearQueryOnSelection` option to set an empty query after selections
918
+ - match dropdown to element width when `fullWidth=true`
919
+ - `<CodeAutocompleteField />`: will replace `<AutoSuggestion />`
920
+ - `<Select />`:
921
+ - has now a default target when it is not controlled directly by its children
922
+ - `onClearanceHandler` and `onClearanceText` as options to include automatically a dedicated clearance button to the element
923
+ - `<PropertyName />`
924
+ - `size` option to increase/decrease width consumed by its display
925
+ - `<EdgeLabel />`: use `title` property on its text sub element
926
+ - `<Application* />` elements now have defined and exposed interfaces
927
+ - `<FieldSet />` element now have a defined and exposed interface
928
+ - `<PropertyValue* />` elements now have defined and exposed interfaces
929
+ - `<GridColumn />`
930
+ - `carbonSizeConfig` property to overwrite automatically set column sizes by using the original size config from the Carbon component
931
+ - `<TitleSubsection />` element now have a defined and exposed interface
932
+ - all inferfaces of the main elements in `src/components` are now exposed via `@eccenca/gui-elements`
933
+ - all inferfaces of the main elements in `src/extensions` are now exposed via `@eccenca/gui-elements`
934
+ - all inferfaces of the main elements in `src/cmem` are now exposed via `@eccenca/gui-elements`
935
+ - `<ApplicationToolbarPanel />`
936
+ - event handler `onLeave` and `onOutsideClick`, could be used to close the menu panel automatically
886
937
 
887
938
  ### Changed
888
939
 
889
- - `<Select />`:
890
- - match dropdown to element width when `fill=true`
891
- - use rounded input for query input to align it with `<SearchField />`
892
- - Upgraded dependencies
893
- - BlueprintJS was upgraded to the recent version (and a few method calls fixed after)
894
- - Carbon was upgraded to the recent version
895
- - almost all other dependencies were upgraded to their recent minor and major versions
896
- - Removed dependencies
897
- - `package-json-validator` (not maintained anymore and disfunctional) - so currently there is not automatic check and validation of the `package.json` file
898
- - `eslint`, `eslint-config-react-app`, `@typescript-eslint/eslint-plugin`, `@typescript-eslint/parser` - not directly necessary, they may be still installed by other sub packages
899
- - Changed version resolutions
900
- - set `postcss` to at recent version to fix a moderate security vulnerability
901
- - remove resolutions for `node-gyp`, `glob-parent`, `trim`, `trim-newlines`, `minimist` - packages are not use, or resolution is not necessary anymore
902
- - `<ActivityControlWidget />`
903
- - `IActivityAction` interface was renamed to `ActivityControlWidgetAction`
904
- - `<AutoSuggestion />`
905
- - `IProps` interface was renamed to `AutoSuggestionProps`
906
- - `<AutoSuggestionList />`
907
- - `IDropdownProps` interface was renamed to `AutoSuggestionListProps`
908
- - `<MultiSelect />`
909
- - `SelectedParamsType` interface was renamed to `MultiSelectSelectionProps`
910
- - `<SingleLineCodeEditor />`
911
- - `IEditorProps` interface was renamed to `SingleLineCodeEditorProps`
912
- - `<AlertDialog />`
913
- - `IAlertDialogProps` interface was renamed to `AlertDialogProps`
914
- - `<WorkspaceHeader />`
915
- - `IWorkspaceHeaderProps` interface was renamed to `WorkspaceHeaderProps`
916
- - `<NodeDefault />`
917
- - `NodeProps` interface was renamed to `NodeDefaultProps` to justify naming convention
918
- - `<NodeContent />`
919
- - `IHandleProps` interface was renamed to `NodeContentHandleProps` to justify naming convention
920
- - `Utilities` obejct was renamed to `utils` and enhanced with new functions: `getColorConfiguration`, `invisibleZeroWidthCharacters`
921
- - improve style imports, now it is a bit easier to inlcude all parts separately
922
- - `<IconButton />`
923
- - prevent double tab index when it comes with an extra tooltip element attached to it
924
- - prevent tooltip tab selection when button is disabled or has set inactive tabindex itself
925
- - `<SimpleDialog />`
926
- - `enforceFocus: false` is set by default, so that searchable selects keep focus on their search input field
940
+ - `<Select />`:
941
+ - match dropdown to element width when `fill=true`
942
+ - use rounded input for query input to align it with `<SearchField />`
943
+ - Upgraded dependencies
944
+ - BlueprintJS was upgraded to the recent version (and a few method calls fixed after)
945
+ - Carbon was upgraded to the recent version
946
+ - almost all other dependencies were upgraded to their recent minor and major versions
947
+ - Removed dependencies
948
+ - `package-json-validator` (not maintained anymore and disfunctional) - so currently there is not automatic check and validation of the `package.json` file
949
+ - `eslint`, `eslint-config-react-app`, `@typescript-eslint/eslint-plugin`, `@typescript-eslint/parser` - not directly necessary, they may be still installed by other sub packages
950
+ - Changed version resolutions
951
+ - set `postcss` to at recent version to fix a moderate security vulnerability
952
+ - remove resolutions for `node-gyp`, `glob-parent`, `trim`, `trim-newlines`, `minimist` - packages are not use, or resolution is not necessary anymore
953
+ - `<ActivityControlWidget />`
954
+ - `IActivityAction` interface was renamed to `ActivityControlWidgetAction`
955
+ - `<AutoSuggestion />`
956
+ - `IProps` interface was renamed to `AutoSuggestionProps`
957
+ - `<AutoSuggestionList />`
958
+ - `IDropdownProps` interface was renamed to `AutoSuggestionListProps`
959
+ - `<MultiSelect />`
960
+ - `SelectedParamsType` interface was renamed to `MultiSelectSelectionProps`
961
+ - `<SingleLineCodeEditor />`
962
+ - `IEditorProps` interface was renamed to `SingleLineCodeEditorProps`
963
+ - `<AlertDialog />`
964
+ - `IAlertDialogProps` interface was renamed to `AlertDialogProps`
965
+ - `<WorkspaceHeader />`
966
+ - `IWorkspaceHeaderProps` interface was renamed to `WorkspaceHeaderProps`
967
+ - `<NodeDefault />`
968
+ - `NodeProps` interface was renamed to `NodeDefaultProps` to justify naming convention
969
+ - `<NodeContent />`
970
+ - `IHandleProps` interface was renamed to `NodeContentHandleProps` to justify naming convention
971
+ - `Utilities` obejct was renamed to `utils` and enhanced with new functions: `getColorConfiguration`, `invisibleZeroWidthCharacters`
972
+ - improve style imports, now it is a bit easier to inlcude all parts separately
973
+ - `<IconButton />`
974
+ - prevent double tab index when it comes with an extra tooltip element attached to it
975
+ - prevent tooltip tab selection when button is disabled or has set inactive tabindex itself
976
+ - `<SimpleDialog />`
977
+ - `enforceFocus: false` is set by default, so that searchable selects keep focus on their search input field
927
978
 
928
979
  ### Fixed
929
980
 
930
- - use correct import for codemirror stylesheetss
931
- - `<BreadcrumbItem />` is not displayed clickable when it has no `href` or `onClick` property set
981
+ - use correct import for codemirror stylesheetss
982
+ - `<BreadcrumbItem />` is not displayed clickable when it has no `href` or `onClick` property set
932
983
 
933
984
  ### Deprecated
934
985
 
935
- - `Select.ofType` method:
936
- - instead of `MyTypeSelect = Select.ofType<MyType>()` use directly `<Select<MyType> {...props} />`
937
- - `<AutoCompleteField />`: use `<SuggestField />`
938
- - `<MultiSelect />`
939
- - `SelectedParamsType`: renamed to `MultiSelectSelectionProps`
940
- - element will be re-implemented, use `<MultiSuggestField />` instead
941
- - `Utilities` object is now deprecated, use `utils` instead
942
- - `HelperClasses` object is now deprecated, use `ClassNames` instead
943
- - `<ActivityControlWidget />`
944
- - `IActivityAction`: renamed to `ActivityControlWidgetAction`
945
- - `<AutoCompleteField />`
946
- - `IRenderModifiers`: import from `src/components/AutocompleteField/interfaces`
947
- - `IElementWidth`: import from `src/components/AutocompleteField/interfaces`
948
- - `<AutoSuggestion />`
949
- - elemenat was renamed, use `<CodeAutocompleteField />` instead
950
- - `IProps` interface is now deprecated, use `CodeAutocompleteFieldProps` instead
951
- - `<AutoSuggestionList />`
952
- - `IDropdownProps` interface is now deprecated, use `AutoSuggestionListProps` instead
953
- - `<SingleLineCodeEditor />`
954
- - `IEditorProps` interface is now deprecated, use `SingleLineCodeEditorProps` instead
955
- - `<AlertDialog />`
956
- - `IAlertDialogProps` interface is now deprecated, use `AlertDialogProps` instead
957
- - `<WorkspaceHeader />`
958
- - `IWorkspaceHeaderProps` interface is now deprecated, use `WorkspaceHeaderProps` instead
959
- - `<NumericInput />`
960
- - It will be removed because beside the special arrow buttons it does not add any special. Could be done also with `<TextField />` combined with correct `type`.
961
- - `<Highlighter />`
962
- - `HighlighterFunctions` renamed to `highlighterUtils`
963
- - `extractSearchWords` moved to `highlighterUtils.extractSearchWords`
964
- - `matchesAllWords` moved to `highlighterUtils.matchesAllWords`
965
- - `createMultiWordRegex` moved to `highlighterUtils.createMultiWordRegex`
966
- - `<Icon />`
967
- - `findExistingIconName`: use `iconUtils.findExistingIconName`
968
- - `<Spinner />`
969
- - `SpinnerPosition`: use `SpinnerProps['position']`
970
- - `SpinnerSize`: use `SpinnerProps['size']`
971
- - `SpinnerStroke`: use `SpinnerProps['stroke']`
972
- - `ReactFlow` extensions
973
- - `NodeProps`: renamed to `NodeDefaultProps`
974
- - `minimapNodeClassName`: moved to `miniMapUtils.nodeClassName`
975
- - `minimapNodeColor`: moved to `miniMapUtils.nodeColor`
976
- - `nodeUtils`: renamed to `nodeDefaultUtils`
977
- - `IHandleProps`: renamed to `NodeContentHandleProps`
978
- - `NodeDimensions`: use `NodeContentProps<any>['nodeDimensions']`
979
- - `HighlightingState`: use `NodeContentProps<any>['highlightedState']` (or import from `src/extensions/react-flow/nodes/sharedTypes`)
980
- - `ActivityControl` components:
981
- - `IActivityControlLayoutProps`: renamed to `SilkActivityControlLayoutProps`
982
- - `IActivityExecutionReport`: renamed to `SilkActivityExecutionReportProps`
983
- - `ActivityControlTranslationKeys`: renamed to `SilkActivityControlTranslationKeys`
984
- - `ActivityAction`: renamed to `SilkActivityControlAction`
985
- - `IActivityControlProps`: renamed to `ActivityControlWidgetProps`
986
- - `IActivityStatus`: renamed to `SilkActivityStatusProps`
987
- - `ConcreteActivityStatus`: renamed to `SilkActivityStatusConcrete`
988
- - `ContentBlobToggler` components:
989
- - `firstNonEmptyLine`: moved to `stringPreviewContentBlobTogglerUtils.firstNonEmptyLine`
990
- - `Markdown` components:
991
- - `highlightSearchWordsPluginFactory` moved to `markdownUtils.highlightSearchWordsPluginFactory`
986
+ - `Select.ofType` method:
987
+ - instead of `MyTypeSelect = Select.ofType<MyType>()` use directly `<Select<MyType> {...props} />`
988
+ - `<AutoCompleteField />`: use `<SuggestField />`
989
+ - `<MultiSelect />`
990
+ - `SelectedParamsType`: renamed to `MultiSelectSelectionProps`
991
+ - element will be re-implemented, use `<MultiSuggestField />` instead
992
+ - `Utilities` object is now deprecated, use `utils` instead
993
+ - `HelperClasses` object is now deprecated, use `ClassNames` instead
994
+ - `<ActivityControlWidget />`
995
+ - `IActivityAction`: renamed to `ActivityControlWidgetAction`
996
+ - `<AutoCompleteField />`
997
+ - `IRenderModifiers`: import from `src/components/AutocompleteField/interfaces`
998
+ - `IElementWidth`: import from `src/components/AutocompleteField/interfaces`
999
+ - `<AutoSuggestion />`
1000
+ - elemenat was renamed, use `<CodeAutocompleteField />` instead
1001
+ - `IProps` interface is now deprecated, use `CodeAutocompleteFieldProps` instead
1002
+ - `<AutoSuggestionList />`
1003
+ - `IDropdownProps` interface is now deprecated, use `AutoSuggestionListProps` instead
1004
+ - `<SingleLineCodeEditor />`
1005
+ - `IEditorProps` interface is now deprecated, use `SingleLineCodeEditorProps` instead
1006
+ - `<AlertDialog />`
1007
+ - `IAlertDialogProps` interface is now deprecated, use `AlertDialogProps` instead
1008
+ - `<WorkspaceHeader />`
1009
+ - `IWorkspaceHeaderProps` interface is now deprecated, use `WorkspaceHeaderProps` instead
1010
+ - `<NumericInput />`
1011
+ - It will be removed because beside the special arrow buttons it does not add any special. Could be done also with `<TextField />` combined with correct `type`.
1012
+ - `<Highlighter />`
1013
+ - `HighlighterFunctions` renamed to `highlighterUtils`
1014
+ - `extractSearchWords` moved to `highlighterUtils.extractSearchWords`
1015
+ - `matchesAllWords` moved to `highlighterUtils.matchesAllWords`
1016
+ - `createMultiWordRegex` moved to `highlighterUtils.createMultiWordRegex`
1017
+ - `<Icon />`
1018
+ - `findExistingIconName`: use `iconUtils.findExistingIconName`
1019
+ - `<Spinner />`
1020
+ - `SpinnerPosition`: use `SpinnerProps['position']`
1021
+ - `SpinnerSize`: use `SpinnerProps['size']`
1022
+ - `SpinnerStroke`: use `SpinnerProps['stroke']`
1023
+ - `ReactFlow` extensions
1024
+ - `NodeProps`: renamed to `NodeDefaultProps`
1025
+ - `minimapNodeClassName`: moved to `miniMapUtils.nodeClassName`
1026
+ - `minimapNodeColor`: moved to `miniMapUtils.nodeColor`
1027
+ - `nodeUtils`: renamed to `nodeDefaultUtils`
1028
+ - `IHandleProps`: renamed to `NodeContentHandleProps`
1029
+ - `NodeDimensions`: use `NodeContentProps<any>['nodeDimensions']`
1030
+ - `HighlightingState`: use `NodeContentProps<any>['highlightedState']` (or import from `src/extensions/react-flow/nodes/sharedTypes`)
1031
+ - `ActivityControl` components:
1032
+ - `IActivityControlLayoutProps`: renamed to `SilkActivityControlLayoutProps`
1033
+ - `IActivityExecutionReport`: renamed to `SilkActivityExecutionReportProps`
1034
+ - `ActivityControlTranslationKeys`: renamed to `SilkActivityControlTranslationKeys`
1035
+ - `ActivityAction`: renamed to `SilkActivityControlAction`
1036
+ - `IActivityControlProps`: renamed to `ActivityControlWidgetProps`
1037
+ - `IActivityStatus`: renamed to `SilkActivityStatusProps`
1038
+ - `ConcreteActivityStatus`: renamed to `SilkActivityStatusConcrete`
1039
+ - `ContentBlobToggler` components:
1040
+ - `firstNonEmptyLine`: moved to `stringPreviewContentBlobTogglerUtils.firstNonEmptyLine`
1041
+ - `Markdown` components:
1042
+ - `highlightSearchWordsPluginFactory` moved to `markdownUtils.highlightSearchWordsPluginFactory`
992
1043
 
993
1044
  ## [23.1.0] - 2023-04-20
994
1045
 
995
1046
  ### Added
996
1047
 
997
- - `<Badge />` element
998
- - add more context like icons, text or numbers to another element
999
- - `<Button />` and `<IconButton />` now have a `badge` property for simple attachment
1000
- - `<ConfidenceValue/>` element
1001
- - combines a value and a bar
1002
- - `<Depiction />` element
1003
- - include different types of images controlling of resizing, ratio, shape
1004
- - `<EdgeLabel />` (react flow) element
1005
- - can be used for custom edge labels, provides support for depiction, text, actions and intent states
1006
- - `<Table />`, `<TableExpandHeader />`, `<TableRow />`, `<TableExpandRow />` and `<TableCell />` elements
1007
- - Carbon based elements
1008
- - other table elements are still used directly from the Carbon library
1009
- - `<TestIcon />`: test icons without the need to define them via a canonical name before.
1010
- - `<Card />` property
1011
- - `whitespaceAmount`: controls how much whitespace is displayed within the card subelements
1012
- - `<CardContent />` (react flow) property
1013
- - `noFlexHeight`: changes the behaviour how the component uses the remaining space inside the Card element
1014
- - `<Divider />` properties
1015
- - `width`: width of the horizontal rule
1016
- - `alignment`: horizontal alignment of the horizontal rule
1017
- - `<EdgeDefault />` (react flow) properties
1018
- - `strokeType`: overwrites the default style how the edge stroke is displayed
1019
- - `intent`: visual feedback about the current state of the edge
1020
- - `highlightColor`: color(s) of used highlights to mark the edge
1021
- - `<Markdown />` property
1022
- - `linkTargetName`: browser target name to open links from the Markdown content
1023
- - `<MultiSelect />` property
1024
- - `requestDelay`: To delay requests on query changes and only fire the most recent request.
1025
- - `<NodeContent />` (react flow) properties
1026
- - `leftElement`: any element that should be displayed before the node label
1027
- - `labelSubline`: displayed under the label in the header
1028
- - `fullWidth`: stretches the node to the full available width, e.g. when used outside React Flow context
1029
- - `enlargeHeader`: increase hight of header
1030
- - `border`: property to overwrite default styles
1031
- - `intent`: visual feedback about the current state of the node
1032
- - `highlightColor`: color(s) of used highlights to mark the node, together with `intent` it replaces `highlightedState`
1033
- - `<Pagination />` property
1034
- - `hideBorders`: element is displayed without dividing borders
1035
- - `<Tag />` property
1036
- - add support for `intent` property
1037
- - `<TextField />` and `<TextArea />` property
1038
- - `invisibleCharacterWarning`: callback to warn of invisible, hard to spot characters in the input text.
1039
- - `intent`: state of the text field
1040
- - `<ReactFlow />` property
1041
- - `scrollOnDrag`: Support to scroll the pane when going beyond the pane borders on all drag and connection operations.
1042
- - `<SilkActivityControl />` property
1043
- - `executePrioritized` that is executed when the 'start prioritized' button is clicked while an activity is waiting for execution.
1044
- - `<WhiteSpaceContainer />` property
1045
- - `linebreakForced`: insert line breaks within an otherwise unbreakable string to prevent text from overflowing the container
1048
+ - `<Badge />` element
1049
+ - add more context like icons, text or numbers to another element
1050
+ - `<Button />` and `<IconButton />` now have a `badge` property for simple attachment
1051
+ - `<ConfidenceValue/>` element
1052
+ - combines a value and a bar
1053
+ - `<Depiction />` element
1054
+ - include different types of images controlling of resizing, ratio, shape
1055
+ - `<EdgeLabel />` (react flow) element
1056
+ - can be used for custom edge labels, provides support for depiction, text, actions and intent states
1057
+ - `<Table />`, `<TableExpandHeader />`, `<TableRow />`, `<TableExpandRow />` and `<TableCell />` elements
1058
+ - Carbon based elements
1059
+ - other table elements are still used directly from the Carbon library
1060
+ - `<TestIcon />`: test icons without the need to define them via a canonical name before.
1061
+ - `<Card />` property
1062
+ - `whitespaceAmount`: controls how much whitespace is displayed within the card subelements
1063
+ - `<CardContent />` (react flow) property
1064
+ - `noFlexHeight`: changes the behaviour how the component uses the remaining space inside the Card element
1065
+ - `<Divider />` properties
1066
+ - `width`: width of the horizontal rule
1067
+ - `alignment`: horizontal alignment of the horizontal rule
1068
+ - `<EdgeDefault />` (react flow) properties
1069
+ - `strokeType`: overwrites the default style how the edge stroke is displayed
1070
+ - `intent`: visual feedback about the current state of the edge
1071
+ - `highlightColor`: color(s) of used highlights to mark the edge
1072
+ - `<Markdown />` property
1073
+ - `linkTargetName`: browser target name to open links from the Markdown content
1074
+ - `<MultiSelect />` property
1075
+ - `requestDelay`: To delay requests on query changes and only fire the most recent request.
1076
+ - `<NodeContent />` (react flow) properties
1077
+ - `leftElement`: any element that should be displayed before the node label
1078
+ - `labelSubline`: displayed under the label in the header
1079
+ - `fullWidth`: stretches the node to the full available width, e.g. when used outside React Flow context
1080
+ - `enlargeHeader`: increase hight of header
1081
+ - `border`: property to overwrite default styles
1082
+ - `intent`: visual feedback about the current state of the node
1083
+ - `highlightColor`: color(s) of used highlights to mark the node, together with `intent` it replaces `highlightedState`
1084
+ - `<Pagination />` property
1085
+ - `hideBorders`: element is displayed without dividing borders
1086
+ - `<Tag />` property
1087
+ - add support for `intent` property
1088
+ - `<TextField />` and `<TextArea />` property
1089
+ - `invisibleCharacterWarning`: callback to warn of invisible, hard to spot characters in the input text.
1090
+ - `intent`: state of the text field
1091
+ - `<ReactFlow />` property
1092
+ - `scrollOnDrag`: Support to scroll the pane when going beyond the pane borders on all drag and connection operations.
1093
+ - `<SilkActivityControl />` property
1094
+ - `executePrioritized` that is executed when the 'start prioritized' button is clicked while an activity is waiting for execution.
1095
+ - `<WhiteSpaceContainer />` property
1096
+ - `linebreakForced`: insert line breaks within an otherwise unbreakable string to prevent text from overflowing the container
1046
1097
 
1047
1098
  ### Changed
1048
1099
 
1049
- - use option `--outputCss` for `yarn compile-scss` to get the transpiled CSS echoed out
1050
- - upgrade to Carbon icons v11
1051
- - switch from `carbon-components` to `@carbon/styles`
1052
- - `<GridRow />` property `dontWrapColumns=true` only works for grids on medium sized and larger viewports
1053
- - `<NodeContent />` animation is now displayed on the border, not by a pulsing shadow anymore
1054
- - `<NodeDefault />`, `<NodeContent />` and `<HandleDefault />` support now React Flow 9 and 10
1100
+ - use option `--outputCss` for `yarn compile-scss` to get the transpiled CSS echoed out
1101
+ - upgrade to Carbon icons v11
1102
+ - switch from `carbon-components` to `@carbon/styles`
1103
+ - `<GridRow />` property `dontWrapColumns=true` only works for grids on medium sized and larger viewports
1104
+ - `<NodeContent />` animation is now displayed on the border, not by a pulsing shadow anymore
1105
+ - `<NodeDefault />`, `<NodeContent />` and `<HandleDefault />` support now React Flow 9 and 10
1055
1106
 
1056
1107
  ### Fixed
1057
1108
 
1058
- - `<WorkspaceContent />`: do not prevent wrapping the columns of the included grid
1059
- - `<SingleLineCodeEditor />`: Convert multi-line initial value to a single line value.
1060
- - `<MenuItem />`: do not display empty icon wrapper.
1061
- - `<MultiSelect />`: Requests e.g. on slow networks could get mixed up, resulting in not showing the most recent results.
1109
+ - `<WorkspaceContent />`: do not prevent wrapping the columns of the included grid
1110
+ - `<SingleLineCodeEditor />`: Convert multi-line initial value to a single line value.
1111
+ - `<MenuItem />`: do not display empty icon wrapper.
1112
+ - `<MultiSelect />`: Requests e.g. on slow networks could get mixed up, resulting in not showing the most recent results.
1062
1113
 
1063
1114
  ### Deprecated
1064
1115
 
1065
- - `<Grid />` property `fullWidth` is now deprecated as grids are always used for the full viewport width
1066
- - `<NodeContent />` property `highlightedState` is replaced by `intent` and `highlightColor` and should not be used anymore
1067
- - `<CardHeader />` properties `densityHigh` and `hasSpacing` are now deprecated, use `Card.whitespaceAmount` now
1068
- - `<TextField />` properties `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` are now deprecated, use `intent` now
1116
+ - `<Grid />` property `fullWidth` is now deprecated as grids are always used for the full viewport width
1117
+ - `<NodeContent />` property `highlightedState` is replaced by `intent` and `highlightColor` and should not be used anymore
1118
+ - `<CardHeader />` properties `densityHigh` and `hasSpacing` are now deprecated, use `Card.whitespaceAmount` now
1119
+ - `<TextField />` properties `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` are now deprecated, use `intent` now
1069
1120
 
1070
1121
  ## [23.0.0] - 2022-11-18
1071
1122
 
1072
1123
  ### Added
1073
1124
 
1074
- - `<CodeEditor />` element based on `CodeMirror` library, supporting Markdown, Python, Sparql, SQL, Turtle and XML syntax
1075
- - `<HoverToggler />` element that allows to switch elements when hovered over.
1076
- - `<InteractionGate />` element that can wrap content that need to be blocked from user interactions, it also has options to display a spinner as overlay
1077
- - `<Tree />` component
1078
- - `<TabPanel />` component that can be used if `<Tabs />` is used in uncontrolled mode.
1079
- - `<ReactFlowMarkers />` custom markers for ReactFlow edges, currently one new marker `arrowClosed-inverse` available
1080
- - `<StickyNoteNode />`, usable by `stickynote` type in react flow editors for workflows and linking rules
1081
- - `CssCustomProperties` and `getColorConfiguration` utilities can be used to exchange color configurations between SCSS and JS
1082
- - `decideContrastColorValue` method to get a second color related to the lightness of the testes input color
1083
- - `<SimpleDialog />`: properties `showFullScreenToggler` and `startInFullScreenMode`
1084
- - `<EdgeDefault />`: new properties for the edge data
1085
- - `markerStart` allows to add a marker to the edge starting point
1086
- - `inversePath` allows to inverse the edge direction
1087
- - `renderLabel` function to render fully custom edge label including any ReactNode
1088
- - `<NodeContent />`: property `footerContent` to add footer content to a react flow node
1089
- - `<AutoSuggestion>`: properties `autoCompletionRequestDelay` and `validationRequestDelay`, to configure the delay when a request is sent after nothing is typed in anymore.
1090
- - `<FieldItemRow`: property `justifyItemWidths` to display all children using equal width inside the row
1091
- - `<BreadcrumbList />`: properties `ignoreOverflow` and `latenOverflow`, that can be used to implement a second overflow strategy beside BlueprintJS overflow list, for example in case the overflow list leads to re-rendering loops
1092
- - `<Spinner />`: `showLocalBackdrop` property to include backdrop behind spinner making the background less visible
1093
- - `<ContextMenu />`: `disabled` property that disables the button to open the menu.
1094
- - `<Tooltip />`: properties `markdownEnabler` and `markdownProps` to enable better formatted tooltips with options for line breaks, etc.
1095
- - `<AutoCompleteField />`: `onlyDropdownWithQuery` property to prevent dropdown as long as the input field is empty
1096
- - large addition to the Storybook, we almost doubled available components and stories
1125
+ - `<CodeEditor />` element based on `CodeMirror` library, supporting Markdown, Python, Sparql, SQL, Turtle and XML syntax
1126
+ - `<HoverToggler />` element that allows to switch elements when hovered over.
1127
+ - `<InteractionGate />` element that can wrap content that need to be blocked from user interactions, it also has options to display a spinner as overlay
1128
+ - `<Tree />` component
1129
+ - `<TabPanel />` component that can be used if `<Tabs />` is used in uncontrolled mode.
1130
+ - `<ReactFlowMarkers />` custom markers for ReactFlow edges, currently one new marker `arrowClosed-inverse` available
1131
+ - `<StickyNoteNode />`, usable by `stickynote` type in react flow editors for workflows and linking rules
1132
+ - `CssCustomProperties` and `getColorConfiguration` utilities can be used to exchange color configurations between SCSS and JS
1133
+ - `decideContrastColorValue` method to get a second color related to the lightness of the testes input color
1134
+ - `<SimpleDialog />`: properties `showFullScreenToggler` and `startInFullScreenMode`
1135
+ - `<EdgeDefault />`: new properties for the edge data
1136
+ - `markerStart` allows to add a marker to the edge starting point
1137
+ - `inversePath` allows to inverse the edge direction
1138
+ - `renderLabel` function to render fully custom edge label including any ReactNode
1139
+ - `<NodeContent />`: property `footerContent` to add footer content to a react flow node
1140
+ - `<AutoSuggestion>`: properties `autoCompletionRequestDelay` and `validationRequestDelay`, to configure the delay when a request is sent after nothing is typed in anymore.
1141
+ - `<FieldItemRow`: property `justifyItemWidths` to display all children using equal width inside the row
1142
+ - `<BreadcrumbList />`: properties `ignoreOverflow` and `latenOverflow`, that can be used to implement a second overflow strategy beside BlueprintJS overflow list, for example in case the overflow list leads to re-rendering loops
1143
+ - `<Spinner />`: `showLocalBackdrop` property to include backdrop behind spinner making the background less visible
1144
+ - `<ContextMenu />`: `disabled` property that disables the button to open the menu.
1145
+ - `<Tooltip />`: properties `markdownEnabler` and `markdownProps` to enable better formatted tooltips with options for line breaks, etc.
1146
+ - `<AutoCompleteField />`: `onlyDropdownWithQuery` property to prevent dropdown as long as the input field is empty
1147
+ - large addition to the Storybook, we almost doubled available components and stories
1097
1148
 
1098
1149
  ### Fixed
1099
1150
 
1100
- - allow children of `<Accordion />` item to get calculated based on their DOM sizes
1101
- - add borders to CodeMirror editor area and include display of focused state
1102
- - GUI elements library can be now used easier in applications because it does not force usage of SCSS modules via JS/Webpack4
1103
- - fixed ReactFlow stories re-rerender on configuration change
1104
- - fix used font family and layout of `<AutoSuggestion />` element, and justify it with the other single line text inputs
1105
- - fix condition to include the class name of a `<TagList />` and set maximum width for the items
1106
- - fixed `<MultiSelect />` to correctly update created items that are selected while still maintaining a cache of all newly created items
1107
- - do not change cursor to pointer by default on tooltip targets
1151
+ - allow children of `<Accordion />` item to get calculated based on their DOM sizes
1152
+ - add borders to CodeMirror editor area and include display of focused state
1153
+ - GUI elements library can be now used easier in applications because it does not force usage of SCSS modules via JS/Webpack4
1154
+ - fixed ReactFlow stories re-rerender on configuration change
1155
+ - fix used font family and layout of `<AutoSuggestion />` element, and justify it with the other single line text inputs
1156
+ - fix condition to include the class name of a `<TagList />` and set maximum width for the items
1157
+ - fixed `<MultiSelect />` to correctly update created items that are selected while still maintaining a cache of all newly created items
1158
+ - do not change cursor to pointer by default on tooltip targets
1108
1159
 
1109
1160
  ### Changed
1110
1161
 
1111
- - move style imports of CodeMirror layout to `extensions`
1112
- - color configurations for react flow editor are not exported as modules anymore, they need to be fetched by `getColorConfiguration` method in JS directly
1113
- - BlueprintJS was upgraded to a recent v4
1114
- - elements were also upgraded to usage of `Popover2`, `Tooltip2`, `Select2`, `MultiSelect2` and `Breadcrumbs2`
1115
- - this comes also with a necessary switch from `node-sass` to `sass` package, a javascript port from the original dart sass library, see migration notes to update your build process
1116
- - `<TextField />` and `<AutoCompleteField />` now include a `title` attribute on the natively used `input` element to show the value if it is `disabled` or `readOnly`
1117
- - flashing color regarding the intent state of a `<TextField />`
1118
- - `<AutoCompleteField />`: Add 'hasBackDrop' parameter to use a backdrop for its popover in order for outside clicks to always close the popover. Default: false
1162
+ - move style imports of CodeMirror layout to `extensions`
1163
+ - color configurations for react flow editor are not exported as modules anymore, they need to be fetched by `getColorConfiguration` method in JS directly
1164
+ - BlueprintJS was upgraded to a recent v4
1165
+ - elements were also upgraded to usage of `Popover2`, `Tooltip2`, `Select2`, `MultiSelect2` and `Breadcrumbs2`
1166
+ - this comes also with a necessary switch from `node-sass` to `sass` package, a javascript port from the original dart sass library, see migration notes to update your build process
1167
+ - `<TextField />` and `<AutoCompleteField />` now include a `title` attribute on the natively used `input` element to show the value if it is `disabled` or `readOnly`
1168
+ - flashing color regarding the intent state of a `<TextField />`
1169
+ - `<AutoCompleteField />`: Add 'hasBackDrop' parameter to use a backdrop for its popover in order for outside clicks to always close the popover. Default: false
1119
1170
 
1120
1171
  ### Migration notes
1121
1172
 
1122
- - old `{ colors }` imports for `cmem/react-flow/configurations/*` do not keep working anymore, use `getColorConfiguration` method now
1123
- - `<IconButton>`: `tooltipOpenDelay` was removed, use `tooltipProps.hoverOpenDelay` directly
1124
- - `<FieldItem>`: `labelAttributes` was renamed to `labelProps`
1125
- - `<MenuItem>`: this element now extends directly the Blueprint element, so `internalProps` was removed, use properties directly on `MenuItem`
1126
- - `<AutoCompleteField>`: `popoverProps` was renamed to `contextOverlayProps`
1127
- - `<Button>`: `tooltipProperties` was renamed to `tooltipProps`
1128
- - `<ContextMenu>`: use `contextOverlayProps` to route properties to the overlay element
1129
- - `<Icon>`: `tooltipProperties` was renamed to `tooltipProps`, `tooltipOpenDelay` was removed, use `tooltipProps.hoverOpenDelay` directly
1130
- - `<Label>`: `tooltipProperties` was renamed to `tooltipProps`
1131
- - `<MultiSelect>`: `popoverProps` was renamed to `contextOverlayProps`
1132
- - `<Select>`: `popoverProps` was renamed to `contextOverlayProps`
1133
- - `<Tooltip>`: this element now extends directly the Blueprint element, so `tolltipProps` was removed, use properties directly on `Tooltip`
1134
- - `<BreadcrumbItem>`: `IBreadcrumbItemProps` interface was renamed to `BreadcrumbItemProps`
1135
- - `BreadcrumbList`: `IBreadcrumbListProps` interface was renamed to `BreadcrumbListProps`
1173
+ - old `{ colors }` imports for `cmem/react-flow/configurations/*` do not keep working anymore, use `getColorConfiguration` method now
1174
+ - `<IconButton>`: `tooltipOpenDelay` was removed, use `tooltipProps.hoverOpenDelay` directly
1175
+ - `<FieldItem>`: `labelAttributes` was renamed to `labelProps`
1176
+ - `<MenuItem>`: this element now extends directly the Blueprint element, so `internalProps` was removed, use properties directly on `MenuItem`
1177
+ - `<AutoCompleteField>`: `popoverProps` was renamed to `contextOverlayProps`
1178
+ - `<Button>`: `tooltipProperties` was renamed to `tooltipProps`
1179
+ - `<ContextMenu>`: use `contextOverlayProps` to route properties to the overlay element
1180
+ - `<Icon>`: `tooltipProperties` was renamed to `tooltipProps`, `tooltipOpenDelay` was removed, use `tooltipProps.hoverOpenDelay` directly
1181
+ - `<Label>`: `tooltipProperties` was renamed to `tooltipProps`
1182
+ - `<MultiSelect>`: `popoverProps` was renamed to `contextOverlayProps`
1183
+ - `<Select>`: `popoverProps` was renamed to `contextOverlayProps`
1184
+ - `<Tooltip>`: this element now extends directly the Blueprint element, so `tolltipProps` was removed, use properties directly on `Tooltip`
1185
+ - `<BreadcrumbItem>`: `IBreadcrumbItemProps` interface was renamed to `BreadcrumbItemProps`
1186
+ - `BreadcrumbList`: `IBreadcrumbListProps` interface was renamed to `BreadcrumbListProps`
1136
1187
 
1137
1188
  #### Switch from `node-sass` to `sass`
1138
1189
 
@@ -1160,148 +1211,148 @@ This is a major release, and it might be not compatible with your current usage
1160
1211
 
1161
1212
  ### Added
1162
1213
 
1163
- - `MultiSelect` element that let select multiple options and adding new elements.
1164
- - `ReactFlow` element with `configuration` property to load it with pre-set configurations for node and edge types
1165
- - `Tab` element got new property for `backgroundColor`
1166
- - Support highlighting of div elements via `eccgui-container--highlighted` class
1167
- - Allow DefaultNode's execution buttons to read and adjust state of the node content in order for them to have effects on the node content
1168
- - `letPassWheelEvents` property for `<NodeContent />` elements to enable/disable mouse wheel event propagation to the react flow zoom pane
1169
- - `scrollinOnFocus` property for `<Card />` element, enables card to scroll controlled into the viewport
1170
- - `slideOutOfNode` property for `<NodeContentExtension />` element, by default it is disabled
1171
- - `labelWrapper` and `hasSpacing` properties for `<ActivityControlWidget />` to enable more control over its display from outside
1172
- - `noScrollbarsOnChildren` property for `<HtmlContentBlock />` to allow merging scroll bars of both axes
1214
+ - `MultiSelect` element that let select multiple options and adding new elements.
1215
+ - `ReactFlow` element with `configuration` property to load it with pre-set configurations for node and edge types
1216
+ - `Tab` element got new property for `backgroundColor`
1217
+ - Support highlighting of div elements via `eccgui-container--highlighted` class
1218
+ - Allow DefaultNode's execution buttons to read and adjust state of the node content in order for them to have effects on the node content
1219
+ - `letPassWheelEvents` property for `<NodeContent />` elements to enable/disable mouse wheel event propagation to the react flow zoom pane
1220
+ - `scrollinOnFocus` property for `<Card />` element, enables card to scroll controlled into the viewport
1221
+ - `slideOutOfNode` property for `<NodeContentExtension />` element, by default it is disabled
1222
+ - `labelWrapper` and `hasSpacing` properties for `<ActivityControlWidget />` to enable more control over its display from outside
1223
+ - `noScrollbarsOnChildren` property for `<HtmlContentBlock />` to allow merging scroll bars of both axes
1173
1224
 
1174
1225
  ### Fixed
1175
1226
 
1176
- - text color of button inside `<Notification />` element is not changed when it has an explicit intent state
1177
- - use correct import paths in ESM distribution exports
1178
- - correct alignment of children in vertical toolbar
1227
+ - text color of button inside `<Notification />` element is not changed when it has an explicit intent state
1228
+ - use correct import paths in ESM distribution exports
1229
+ - correct alignment of children in vertical toolbar
1179
1230
 
1180
1231
  ### Changed
1181
1232
 
1182
- - Allow `round` attribute in `Tag` component
1183
- - Allow tooltips on buttons only if they do not set on `loading` state
1184
- - Improve routing calculations of `<ReactFlow />` edges reagrding our current use cases
1185
- - Expose `<NodeTools />` menu API to ouside elements
1186
- - `<ActivityExecutionErrorReportModal />` now offers always the option to display it in fullscreen size
1233
+ - Allow `round` attribute in `Tag` component
1234
+ - Allow tooltips on buttons only if they do not set on `loading` state
1235
+ - Improve routing calculations of `<ReactFlow />` edges reagrding our current use cases
1236
+ - Expose `<NodeTools />` menu API to ouside elements
1237
+ - `<ActivityExecutionErrorReportModal />` now offers always the option to display it in fullscreen size
1187
1238
 
1188
1239
  ### Deprecated
1189
1240
 
1190
- - deprecated `<Tabs/>` interface for tab items was removed, if necessary it can be used now from `legacy-repelacements` imports
1241
+ - deprecated `<Tabs/>` interface for tab items was removed, if necessary it can be used now from `legacy-repelacements` imports
1191
1242
 
1192
1243
  ## [22.0.1] - 2022-04-11
1193
1244
 
1194
1245
  ### Fixed
1195
1246
 
1196
- - make used package version more stable, re-allowing also a yarn lock file
1197
- - correct documentation about package registry
1247
+ - make used package version more stable, re-allowing also a yarn lock file
1248
+ - correct documentation about package registry
1198
1249
 
1199
1250
  ## [22.0.0] - 2022-04-08
1200
1251
 
1201
1252
  ### Added
1202
1253
 
1203
- - `Tag` element got new property for `backgroundColor`
1204
- - Styles for footnotes and task lists, rendered by Markdown GFM parser.
1205
- - React-Flow `NodeContent` element can now be extented by `contentExtension` property containing a `NodeContentExtension` element.
1254
+ - `Tag` element got new property for `backgroundColor`
1255
+ - Styles for footnotes and task lists, rendered by Markdown GFM parser.
1256
+ - React-Flow `NodeContent` element can now be extented by `contentExtension` property containing a `NodeContentExtension` element.
1206
1257
 
1207
1258
  ### Fixed
1208
1259
 
1209
- - Add missing import to `components/Spinner/Spinner.tsx`.
1210
- - Add bottom white space in tables in content block elements.
1211
- - `fullWidth` on/off display of `TextField` is now working like expected
1260
+ - Add missing import to `components/Spinner/Spinner.tsx`.
1261
+ - Add bottom white space in tables in content block elements.
1262
+ - `fullWidth` on/off display of `TextField` is now working like expected
1212
1263
 
1213
1264
  ### Changed
1214
1265
 
1215
- - `TextField` elements are using `fullWidth=true` by default
1216
- - `SearchField` uses now by default `"operation-search"` as `leftIcon`
1266
+ - `TextField` elements are using `fullWidth=true` by default
1267
+ - `SearchField` uses now by default `"operation-search"` as `leftIcon`
1217
1268
 
1218
1269
  ### Deprecated
1219
1270
 
1220
- - `SimpleDialog` element now uses `intent` property instead of `intentClassName`
1271
+ - `SimpleDialog` element now uses `intent` property instead of `intentClassName`
1221
1272
 
1222
1273
  ## [21.11.1] 2021-11-24
1223
1274
 
1224
1275
  ### Added
1225
1276
 
1226
- - Changelog documentation
1227
- - Readme project overview
1277
+ - Changelog documentation
1278
+ - Readme project overview
1228
1279
 
1229
1280
  ## 21.11
1230
1281
 
1231
1282
  ### Added
1232
1283
 
1233
- - Iframe and IframeModal basic elements
1234
- - Support for special components shared between applications of the eccenca Corporate Memory GUI
1235
- - ActivityControl widget
1236
- - ContentBlobToggler component
1237
- - Markdown parser widget
1238
- - Support animated NodeDefault shadows to visualize activities
1239
- - Height of NodeDefault can be aligned to number of handles
1240
- - React-Flow Minipmap can be used for navigation on canvas
1241
- - Support more icons
1242
- - Support intent states for Icon
1284
+ - Iframe and IframeModal basic elements
1285
+ - Support for special components shared between applications of the eccenca Corporate Memory GUI
1286
+ - ActivityControl widget
1287
+ - ContentBlobToggler component
1288
+ - Markdown parser widget
1289
+ - Support animated NodeDefault shadows to visualize activities
1290
+ - Height of NodeDefault can be aligned to number of handles
1291
+ - React-Flow Minipmap can be used for navigation on canvas
1292
+ - Support more icons
1293
+ - Support intent states for Icon
1243
1294
 
1244
1295
  ### Changed
1245
1296
 
1246
- - ApplicationContainer is not based on Carbon anymore
1247
- - sidenav expansion state must be managed outside of that element now
1248
- - OverviewItemActions can be shown only when OverviewItem is hovered
1249
- - Rail naviagtion is openen just after a short delay to prevent openeing on wrong hover actions
1250
- - Use own property to hide overflow content in ToolbarSection
1297
+ - ApplicationContainer is not based on Carbon anymore
1298
+ - sidenav expansion state must be managed outside of that element now
1299
+ - OverviewItemActions can be shown only when OverviewItem is hovered
1300
+ - Rail naviagtion is openen just after a short delay to prevent openeing on wrong hover actions
1301
+ - Use own property to hide overflow content in ToolbarSection
1251
1302
 
1252
1303
  ### Fixed
1253
1304
 
1254
- - Stabilize icon dimensions
1255
- - Small font size amrkup now works inside HTML content block
1256
- - Stabilize tabs
1257
- - Do not ignore size and stroke properties for Spinner
1305
+ - Stabilize icon dimensions
1306
+ - Small font size amrkup now works inside HTML content block
1307
+ - Stabilize tabs
1308
+ - Do not ignore size and stroke properties for Spinner
1258
1309
 
1259
1310
  ## 21.06
1260
1311
 
1261
1312
  ### Added
1262
1313
 
1263
- - First release, it provides:
1264
- - Basic GUI elements based on BlueprintJS and IBM Carbon Design System
1265
- - Accordion
1266
- - Application layout
1267
- - AutocompleteField
1268
- - Breadcrumb
1269
- - Button
1270
- - Card
1271
- - Checkbox
1272
- - ContextOverlay
1273
- - Dialog
1274
- - Form
1275
- - Grid
1276
- - Icon
1277
- - Intent
1278
- - Label
1279
- - Link
1280
- - Menu
1281
- - Notification
1282
- - NumericInput
1283
- - OverviewItem
1284
- - Pagination
1285
- - PropertyValuePair
1286
- - RadioButton
1287
- - Separation
1288
- - SimpleTable
1289
- - Spinner
1290
- - Structure
1291
- - Switch
1292
- - Tabs
1293
- - Tag
1294
- - TagInput
1295
- - TextField
1296
- - Toolbar
1297
- - Tooltip
1298
- - Typography
1299
- - Workspace view parts
1300
- - Extensions for React-Flow
1301
- - EdgeDefault
1302
- - EdgeStep
1303
- - EdgeTools
1304
- - HandleContent
1305
- - HandleDefault
1306
- - NodeDefault
1307
- - NodeTools
1314
+ - First release, it provides:
1315
+ - Basic GUI elements based on BlueprintJS and IBM Carbon Design System
1316
+ - Accordion
1317
+ - Application layout
1318
+ - AutocompleteField
1319
+ - Breadcrumb
1320
+ - Button
1321
+ - Card
1322
+ - Checkbox
1323
+ - ContextOverlay
1324
+ - Dialog
1325
+ - Form
1326
+ - Grid
1327
+ - Icon
1328
+ - Intent
1329
+ - Label
1330
+ - Link
1331
+ - Menu
1332
+ - Notification
1333
+ - NumericInput
1334
+ - OverviewItem
1335
+ - Pagination
1336
+ - PropertyValuePair
1337
+ - RadioButton
1338
+ - Separation
1339
+ - SimpleTable
1340
+ - Spinner
1341
+ - Structure
1342
+ - Switch
1343
+ - Tabs
1344
+ - Tag
1345
+ - TagInput
1346
+ - TextField
1347
+ - Toolbar
1348
+ - Tooltip
1349
+ - Typography
1350
+ - Workspace view parts
1351
+ - Extensions for React-Flow
1352
+ - EdgeDefault
1353
+ - EdgeStep
1354
+ - EdgeTools
1355
+ - HandleContent
1356
+ - HandleDefault
1357
+ - NodeDefault
1358
+ - NodeTools