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