@eccenca/gui-elements 23.0.0-rc.2 → 23.0.0-rc.3-unofficial.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 (165) hide show
  1. package/CHANGELOG.md +26 -1
  2. package/dist/cjs/cmem/index.js +3 -1
  3. package/dist/cjs/cmem/index.js.map +1 -1
  4. package/dist/cjs/cmem/react-flow/StickyNoteModal/StickyNoteModal.js +64 -0
  5. package/dist/cjs/cmem/react-flow/StickyNoteModal/StickyNoteModal.js.map +1 -0
  6. package/dist/cjs/cmem/react-flow/configuration/graph.js.map +1 -1
  7. package/dist/cjs/cmem/react-flow/configuration/linking.js +2 -0
  8. package/dist/cjs/cmem/react-flow/configuration/linking.js.map +1 -1
  9. package/dist/cjs/cmem/react-flow/configuration/typing.js +35 -0
  10. package/dist/cjs/cmem/react-flow/configuration/typing.js.map +1 -0
  11. package/dist/cjs/cmem/react-flow/configuration/workflow.js +2 -0
  12. package/dist/cjs/cmem/react-flow/configuration/workflow.js.map +1 -1
  13. package/dist/cjs/cmem/react-flow/nodes/StickyNoteNode.js +42 -0
  14. package/dist/cjs/cmem/react-flow/nodes/StickyNoteNode.js.map +1 -0
  15. package/dist/cjs/common/utils/CssCustomProperties.js +114 -0
  16. package/dist/cjs/common/utils/CssCustomProperties.js.map +1 -0
  17. package/dist/cjs/common/utils/getColorConfiguration.js +21 -0
  18. package/dist/cjs/common/utils/getColorConfiguration.js.map +1 -0
  19. package/dist/cjs/components/Icon/canonicalIconNames.js +124 -114
  20. package/dist/cjs/components/Icon/canonicalIconNames.js.map +1 -1
  21. package/dist/cjs/components/Tag/Tag.js +2 -1
  22. package/dist/cjs/components/Tag/Tag.js.map +1 -1
  23. package/dist/cjs/extensions/codemirror/CodeMirror.js +3 -3
  24. package/dist/cjs/extensions/codemirror/CodeMirror.js.map +1 -1
  25. package/dist/cjs/extensions/react-flow/index.js +6 -1
  26. package/dist/cjs/extensions/react-flow/index.js.map +1 -1
  27. package/dist/cjs/extensions/react-flow/minimap/MiniMap.js +3 -2
  28. package/dist/cjs/extensions/react-flow/minimap/MiniMap.js.map +1 -1
  29. package/dist/cjs/extensions/react-flow/minimap/utils.js +12 -6
  30. package/dist/cjs/extensions/react-flow/minimap/utils.js.map +1 -1
  31. package/dist/cjs/extensions/react-flow/nodes/NodeContent.js +74 -25
  32. package/dist/cjs/extensions/react-flow/nodes/NodeContent.js.map +1 -1
  33. package/dist/cjs/extensions/react-flow/nodes/NodeContentExtension.js +10 -6
  34. package/dist/cjs/extensions/react-flow/nodes/NodeContentExtension.js.map +1 -1
  35. package/dist/cjs/extensions/react-flow/nodes/nodeUtils.js +49 -0
  36. package/dist/cjs/extensions/react-flow/nodes/nodeUtils.js.map +1 -0
  37. package/dist/cjs/legacy-replacements/Tabs/Tabs.js +1 -1
  38. package/dist/cjs/legacy-replacements/Tabs/Tabs.js.map +1 -1
  39. package/dist/cjs/legacy-replacements/TextField/TextField.js +5 -8
  40. package/dist/cjs/legacy-replacements/TextField/TextField.js.map +1 -1
  41. package/dist/esm/cmem/index.js +1 -0
  42. package/dist/esm/cmem/index.js.map +1 -1
  43. package/dist/esm/cmem/react-flow/StickyNoteModal/StickyNoteModal.js +89 -0
  44. package/dist/esm/cmem/react-flow/StickyNoteModal/StickyNoteModal.js.map +1 -0
  45. package/dist/esm/cmem/react-flow/configuration/graph.js +1 -1
  46. package/dist/esm/cmem/react-flow/configuration/graph.js.map +1 -1
  47. package/dist/esm/cmem/react-flow/configuration/linking.js +3 -1
  48. package/dist/esm/cmem/react-flow/configuration/linking.js.map +1 -1
  49. package/dist/esm/cmem/react-flow/configuration/typing.js +32 -0
  50. package/dist/esm/cmem/react-flow/configuration/typing.js.map +1 -0
  51. package/dist/esm/cmem/react-flow/configuration/workflow.js +3 -1
  52. package/dist/esm/cmem/react-flow/configuration/workflow.js.map +1 -1
  53. package/dist/esm/cmem/react-flow/nodes/StickyNoteNode.js +31 -0
  54. package/dist/esm/cmem/react-flow/nodes/StickyNoteNode.js.map +1 -0
  55. package/dist/esm/common/utils/CssCustomProperties.js +154 -0
  56. package/dist/esm/common/utils/CssCustomProperties.js.map +1 -0
  57. package/dist/esm/common/utils/getColorConfiguration.js +16 -0
  58. package/dist/esm/common/utils/getColorConfiguration.js.map +1 -0
  59. package/dist/esm/components/Icon/canonicalIconNames.js +124 -114
  60. package/dist/esm/components/Icon/canonicalIconNames.js.map +1 -1
  61. package/dist/esm/components/Tag/Tag.js +2 -1
  62. package/dist/esm/components/Tag/Tag.js.map +1 -1
  63. package/dist/esm/extensions/codemirror/CodeMirror.js +3 -3
  64. package/dist/esm/extensions/codemirror/CodeMirror.js.map +1 -1
  65. package/dist/esm/extensions/react-flow/index.js +1 -0
  66. package/dist/esm/extensions/react-flow/index.js.map +1 -1
  67. package/dist/esm/extensions/react-flow/minimap/MiniMap.js +3 -2
  68. package/dist/esm/extensions/react-flow/minimap/MiniMap.js.map +1 -1
  69. package/dist/esm/extensions/react-flow/minimap/utils.js +10 -5
  70. package/dist/esm/extensions/react-flow/minimap/utils.js.map +1 -1
  71. package/dist/esm/extensions/react-flow/nodes/NodeContent.js +76 -27
  72. package/dist/esm/extensions/react-flow/nodes/NodeContent.js.map +1 -1
  73. package/dist/esm/extensions/react-flow/nodes/NodeContentExtension.js +26 -6
  74. package/dist/esm/extensions/react-flow/nodes/NodeContentExtension.js.map +1 -1
  75. package/dist/esm/extensions/react-flow/nodes/nodeUtils.js +44 -0
  76. package/dist/esm/extensions/react-flow/nodes/nodeUtils.js.map +1 -0
  77. package/dist/esm/index.js +1 -1
  78. package/dist/esm/index.js.map +1 -1
  79. package/dist/esm/legacy-replacements/Tabs/Tabs.js +1 -1
  80. package/dist/esm/legacy-replacements/Tabs/Tabs.js.map +1 -1
  81. package/dist/esm/legacy-replacements/TextField/TextField.js +2 -5
  82. package/dist/esm/legacy-replacements/TextField/TextField.js.map +1 -1
  83. package/dist/types/cmem/index.d.ts +1 -0
  84. package/dist/types/cmem/react-flow/StickyNoteModal/StickyNoteModal.d.ts +26 -0
  85. package/dist/types/cmem/react-flow/configuration/graph.d.ts +3 -8
  86. package/dist/types/cmem/react-flow/configuration/linking.d.ts +3 -9
  87. package/dist/types/cmem/react-flow/configuration/typing.d.ts +28 -0
  88. package/dist/types/cmem/react-flow/configuration/workflow.d.ts +3 -9
  89. package/dist/types/cmem/react-flow/nodes/StickyNoteNode.d.ts +3 -0
  90. package/dist/types/common/utils/CssCustomProperties.d.ts +28 -0
  91. package/dist/types/common/utils/getColorConfiguration.d.ts +8 -0
  92. package/dist/types/components/Icon/canonicalIconNames.d.ts +1 -1
  93. package/dist/types/components/Tag/Tag.d.ts +5 -1
  94. package/dist/types/extensions/codemirror/CodeMirror.d.ts +5 -1
  95. package/dist/types/extensions/react-flow/index.d.ts +1 -0
  96. package/dist/types/extensions/react-flow/minimap/MiniMap.d.ts +1 -1
  97. package/dist/types/extensions/react-flow/minimap/utils.d.ts +1 -0
  98. package/dist/types/extensions/react-flow/nodes/NodeContent.d.ts +17 -1
  99. package/dist/types/extensions/react-flow/nodes/NodeContentExtension.d.ts +2 -2
  100. package/dist/types/extensions/react-flow/nodes/nodeUtils.d.ts +14 -0
  101. package/dist/types/index.d.ts +1 -1
  102. package/dist/types/legacy-replacements/Tabs/Tabs.d.ts +1 -1
  103. package/package.json +14 -13
  104. package/scripts/compile-sass.ts +9 -0
  105. package/scripts/fix-cjs-dist +5 -0
  106. package/scripts/fix-esm-dist +6 -0
  107. package/scripts/sassConfig.js +13 -0
  108. package/src/_shame.scss +17 -0
  109. package/src/cmem/index.ts +1 -0
  110. package/src/cmem/markdown/markdown.scss +1 -1
  111. package/src/cmem/react-flow/StickyNoteModal/StickyNoteModal.tsx +134 -0
  112. package/src/cmem/react-flow/_index.scss +1 -1
  113. package/src/cmem/react-flow/_minimap.scss +6 -2
  114. package/src/cmem/react-flow/configuration/graph.ts +3 -5
  115. package/src/cmem/react-flow/configuration/linking.ts +5 -6
  116. package/src/cmem/react-flow/configuration/typing.ts +30 -0
  117. package/src/cmem/react-flow/configuration/workflow.ts +5 -5
  118. package/src/cmem/react-flow/nodes/StickyNoteNode.tsx +13 -0
  119. package/src/cmem/react-flow/{_nodes.scss → nodes/_colors.scss} +0 -0
  120. package/src/cmem/react-flow/nodes/_index.scss +2 -0
  121. package/src/cmem/react-flow/nodes/_stickynote.scss +72 -0
  122. package/src/common/utils/CssCustomProperties.ts +2 -2
  123. package/src/common/utils/getColorConfiguration.ts +1 -2
  124. package/src/components/Accordion/accordion.scss +11 -11
  125. package/src/components/Application/_header.scss +4 -3
  126. package/src/components/Button/button.scss +43 -6
  127. package/src/components/Card/card.scss +5 -5
  128. package/src/components/ContextOverlay/ContextMenu.stories.tsx +4 -1
  129. package/src/components/ContextOverlay/contextoverlay.scss +14 -2
  130. package/src/components/Dialog/dialog.scss +10 -8
  131. package/src/components/Form/form.scss +6 -6
  132. package/src/components/Icon/canonicalIconNames.tsx +134 -121
  133. package/src/components/Icon/icon.scss +1 -1
  134. package/src/components/Label/label.scss +2 -2
  135. package/src/components/Menu/menu.scss +6 -6
  136. package/src/components/Notification/notification.scss +3 -1
  137. package/src/components/OverviewItem/overviewitem.scss +8 -8
  138. package/src/components/PropertyValuePair/propertyvalue.scss +9 -7
  139. package/src/components/Separation/separation.scss +6 -6
  140. package/src/components/SimpleTable/simpletable.scss +5 -5
  141. package/src/components/Tabs/tabs.scss +2 -2
  142. package/src/components/Tag/Tag.tsx +6 -0
  143. package/src/components/Tag/tag.scss +36 -11
  144. package/src/components/TextField/textfield.scss +6 -4
  145. package/src/components/Tooltip/tooltip.scss +3 -3
  146. package/src/components/Typography/typography.scss +4 -4
  147. package/src/configuration/_variables.scss +11 -9
  148. package/src/extensions/codemirror/CodeMirror.tsx +9 -4
  149. package/src/extensions/react-flow/edges/_edges.scss +3 -3
  150. package/src/extensions/react-flow/handles/_handles.scss +13 -13
  151. package/src/extensions/react-flow/index.ts +1 -0
  152. package/src/extensions/react-flow/minimap/MiniMap.tsx +16 -1
  153. package/src/extensions/react-flow/minimap/_minimap.scss +6 -6
  154. package/src/extensions/react-flow/minimap/utils.ts +8 -3
  155. package/src/extensions/react-flow/nodes/NodeContent.tsx +253 -166
  156. package/src/extensions/react-flow/nodes/NodeContentExtension.tsx +17 -11
  157. package/src/extensions/react-flow/nodes/_nodes.scss +44 -12
  158. package/src/extensions/react-flow/nodes/nodeUtils.tsx +53 -0
  159. package/src/extensions/react-flow/nodes/stories/NodeContent.stories.tsx +24 -13
  160. package/src/extensions/react-flow/nodes/stories/NodeContentExtension.stories.tsx +39 -47
  161. package/src/includes/blueprintjs/_variables.scss +3 -1
  162. package/src/includes/carbon-components/_variables.scss +7 -5
  163. package/src/index.ts +1 -1
  164. package/src/legacy-replacements/Tabs/Tabs.tsx +3 -1
  165. package/src/legacy-replacements/TextField/TextField.tsx +7 -5
@@ -3,332 +3,337 @@ var canonicalIconNames = {
3
3
  "application-dataintegration": {
4
4
  small: icons.DataUnstructured16,
5
5
  normal: icons.DataUnstructured20,
6
- large: icons.DataUnstructured32
6
+ large: icons.DataUnstructured32,
7
7
  },
8
8
  "application-homepage": {
9
9
  small: icons.Workspace16,
10
10
  normal: icons.Workspace20,
11
- large: icons.Workspace32
11
+ large: icons.Workspace32,
12
12
  },
13
13
  "application-useraccount": {
14
14
  small: icons.UserAvatar16,
15
15
  normal: icons.UserAvatar20,
16
- large: icons.UserAvatar32
16
+ large: icons.UserAvatar32,
17
17
  },
18
18
  "application-warning": {
19
19
  small: icons.WarningAlt16,
20
20
  normal: icons.WarningAlt20,
21
- large: icons.WarningAlt32
21
+ large: icons.WarningAlt32,
22
22
  },
23
23
  "application-mapping": {
24
24
  small: icons.ModelBuilder16,
25
25
  normal: icons.ModelBuilder20,
26
- large: icons.ModelBuilder32
26
+ large: icons.ModelBuilder32,
27
27
  },
28
28
  "application-explore": {
29
29
  small: icons.Explore16,
30
30
  normal: icons.Explore20,
31
- large: icons.Explore32
31
+ large: icons.Explore32,
32
32
  },
33
33
  "application-vocabularies": {
34
34
  small: icons.Catalog16,
35
35
  normal: icons.Catalog20,
36
- large: icons.Catalog32
36
+ large: icons.Catalog32,
37
37
  },
38
38
  "application-queries": {
39
39
  small: icons.DataView16,
40
40
  normal: icons.DataView20,
41
- large: icons.DataView32
41
+ large: icons.DataView32,
42
42
  },
43
43
  "application-legacygui": {
44
44
  small: icons.ResetAlt16,
45
45
  normal: icons.ResetAlt20,
46
- large: icons.ResetAlt32
46
+ large: icons.ResetAlt32,
47
47
  },
48
48
  "application-activities": {
49
49
  small: icons.Activity16,
50
50
  normal: icons.Activity20,
51
- large: icons.Activity32
51
+ large: icons.Activity32,
52
52
  },
53
53
  "module-timetracker": {
54
54
  small: icons.Timer16,
55
55
  normal: icons.Timer20,
56
- large: icons.Timer32
56
+ large: icons.Timer32,
57
57
  },
58
58
  "module-accesscontrol": {
59
59
  small: icons.UserAdmin16,
60
60
  normal: icons.UserAdmin20,
61
- large: icons.UserAdmin32
61
+ large: icons.UserAdmin32,
62
62
  },
63
63
  "module-annotation": {
64
64
  small: icons.WatsonHealthTextAnnotationToggle16,
65
65
  normal: icons.WatsonHealthTextAnnotationToggle20,
66
- large: icons.WatsonHealthTextAnnotationToggle32
66
+ large: icons.WatsonHealthTextAnnotationToggle32,
67
67
  },
68
68
  "module-dashboard": {
69
69
  small: icons.Dashboard16,
70
70
  normal: icons.Dashboard20,
71
- large: icons.Dashboard32
71
+ large: icons.Dashboard32,
72
72
  },
73
73
  "module-search": {
74
74
  small: icons.Search16,
75
75
  normal: icons.Search20,
76
- large: icons.Search32
76
+ large: icons.Search32,
77
77
  },
78
78
  "module-visualization": {
79
79
  small: icons.DataVis_116,
80
80
  normal: icons.DataVis_120,
81
- large: icons.DataVis_132
81
+ large: icons.DataVis_132,
82
82
  },
83
83
  "module-reports": {
84
84
  small: icons.ReportData16,
85
85
  normal: icons.ReportData20,
86
- large: icons.ReportData32
86
+ large: icons.ReportData32,
87
87
  },
88
88
  "module-thesauri": {
89
89
  small: icons.Book16,
90
90
  normal: icons.Book20,
91
- large: icons.Book32
91
+ large: icons.Book32,
92
92
  },
93
93
  "module-linkedrules": {
94
94
  small: icons.Connect16,
95
95
  normal: icons.Connect20,
96
- large: icons.Connect32
96
+ large: icons.Connect32,
97
97
  },
98
98
  "module-integrations": {
99
99
  small: icons.AppConnectivity16,
100
100
  normal: icons.AppConnectivity20,
101
- large: icons.AppConnectivity32
101
+ large: icons.AppConnectivity32,
102
102
  },
103
103
  "module-gdprsearch": {
104
104
  small: icons.UserProfile16,
105
105
  normal: icons.UserProfile20,
106
- large: icons.UserProfile32
106
+ large: icons.UserProfile32,
107
107
  },
108
108
  "toggler-showmore": {
109
109
  small: icons.ChevronDown16,
110
110
  normal: icons.ChevronDown20,
111
- large: icons.ChevronDown32
111
+ large: icons.ChevronDown32,
112
112
  },
113
113
  "toggler-showless": {
114
114
  small: icons.ChevronUp16,
115
115
  normal: icons.ChevronUp20,
116
- large: icons.ChevronUp32
116
+ large: icons.ChevronUp32,
117
117
  },
118
118
  "toggler-moveright": {
119
119
  small: icons.ChevronRight16,
120
120
  normal: icons.ChevronRight20,
121
- large: icons.ChevronRight32
121
+ large: icons.ChevronRight32,
122
122
  },
123
123
  "toggler-moveleft": {
124
124
  small: icons.ChevronLeft16,
125
125
  normal: icons.ChevronLeft20,
126
- large: icons.ChevronLeft32
126
+ large: icons.ChevronLeft32,
127
127
  },
128
128
  "toggler-maximize": {
129
129
  small: icons.Maximize16,
130
130
  normal: icons.Maximize20,
131
- large: icons.Maximize32
131
+ large: icons.Maximize32,
132
132
  },
133
133
  "toggler-minimize": {
134
134
  small: icons.Minimize16,
135
135
  normal: icons.Minimize20,
136
- large: icons.Minimize32
136
+ large: icons.Minimize32,
137
137
  },
138
138
  "toggler-tree": {
139
139
  small: icons.TreeViewAlt16,
140
140
  normal: icons.TreeViewAlt20,
141
- large: icons.TreeViewAlt32
141
+ large: icons.TreeViewAlt32,
142
142
  },
143
143
  "navigation-back": {
144
144
  small: icons.ArrowLeft16,
145
145
  normal: icons.ArrowLeft20,
146
- large: icons.ArrowLeft32
146
+ large: icons.ArrowLeft32,
147
147
  },
148
148
  "navigation-forth": {
149
149
  small: icons.ArrowRight16,
150
150
  normal: icons.ArrowRight20,
151
- large: icons.ArrowRight32
151
+ large: icons.ArrowRight32,
152
152
  },
153
153
  "navigation-close": {
154
154
  small: icons.Close16,
155
155
  normal: icons.Close20,
156
- large: icons.Close32
156
+ large: icons.Close32,
157
157
  },
158
158
  "navigation-jump": {
159
159
  small: icons.JumpLink16,
160
160
  normal: icons.JumpLink20,
161
- large: icons.JumpLink32
161
+ large: icons.JumpLink32,
162
162
  },
163
163
  "navigation-last": {
164
164
  small: icons.PageLast16,
165
165
  normal: icons.PageLast20,
166
- large: icons.PageLast32
166
+ large: icons.PageLast32,
167
167
  },
168
168
  "navigation-previous": {
169
169
  small: icons.ChevronLeft16,
170
170
  normal: icons.ChevronLeft20,
171
- large: icons.ChevronLeft32
171
+ large: icons.ChevronLeft32,
172
172
  },
173
173
  "navigation-next": {
174
174
  small: icons.ChevronRight16,
175
175
  normal: icons.ChevronRight20,
176
- large: icons.ChevronRight32
176
+ large: icons.ChevronRight32,
177
177
  },
178
178
  "navigation-first": {
179
179
  small: icons.PageFirst16,
180
180
  normal: icons.PageFirst20,
181
- large: icons.PageFirst32
181
+ large: icons.PageFirst32,
182
182
  },
183
183
  "item-moremenu": {
184
184
  small: icons.OverflowMenuVertical16,
185
185
  normal: icons.OverflowMenuVertical20,
186
- large: icons.OverflowMenuVertical32
186
+ large: icons.OverflowMenuVertical32,
187
187
  },
188
188
  "item-vertmenu": {
189
189
  small: icons.OverflowMenuHorizontal16,
190
190
  normal: icons.OverflowMenuHorizontal20,
191
- large: icons.OverflowMenuHorizontal32
191
+ large: icons.OverflowMenuHorizontal32,
192
192
  },
193
193
  "item-viewdetails": {
194
194
  small: icons.View16,
195
195
  normal: icons.View20,
196
- large: icons.View32
196
+ large: icons.View32,
197
197
  },
198
198
  "item-clone": {
199
199
  small: icons.Copy16,
200
200
  normal: icons.Copy20,
201
- large: icons.Copy32
201
+ large: icons.Copy32,
202
202
  },
203
203
  "item-edit": {
204
204
  small: icons.Edit16,
205
205
  normal: icons.Edit20,
206
- large: icons.Edit32
206
+ large: icons.Edit32,
207
207
  },
208
208
  "item-evaluation": {
209
209
  small: icons.Analytics16,
210
210
  normal: icons.Analytics20,
211
- large: icons.Analytics32
211
+ large: icons.Analytics32,
212
212
  },
213
213
  "item-execution": {
214
214
  small: icons.Run16,
215
215
  normal: icons.Run20,
216
- large: icons.Run32
216
+ large: icons.Run32,
217
217
  },
218
218
  "item-info": {
219
219
  small: icons.Information16,
220
220
  normal: icons.Information20,
221
- large: icons.Information32
221
+ large: icons.Information32,
222
222
  },
223
223
  "item-remove": {
224
224
  small: icons.TrashCan16,
225
225
  normal: icons.TrashCan20,
226
- large: icons.TrashCan32
226
+ large: icons.TrashCan32,
227
227
  },
228
228
  "item-add-artefact": {
229
229
  small: icons.AddAlt16,
230
230
  normal: icons.AddAlt20,
231
- large: icons.AddAlt32
231
+ large: icons.AddAlt32,
232
232
  },
233
233
  "item-launch": {
234
234
  small: icons.Launch16,
235
235
  normal: icons.Launch20,
236
- large: icons.Launch32
236
+ large: icons.Launch32,
237
237
  },
238
238
  "item-download": {
239
239
  small: icons.Download16,
240
240
  normal: icons.Download20,
241
- large: icons.Download32
241
+ large: icons.Download32,
242
242
  },
243
243
  "item-question": {
244
244
  small: icons.Help16,
245
245
  normal: icons.Help20,
246
- large: icons.Help32
246
+ large: icons.Help32,
247
247
  },
248
248
  "item-copy": {
249
249
  small: icons.CopyFile16,
250
250
  normal: icons.CopyFile20,
251
- large: icons.CopyFile32
251
+ large: icons.CopyFile32,
252
252
  },
253
253
  "item-save": {
254
254
  small: icons.Save16,
255
255
  normal: icons.Save20,
256
- large: icons.Save32
256
+ large: icons.Save32,
257
257
  },
258
258
  "item-start": {
259
259
  small: icons.PlayFilledAlt16,
260
260
  normal: icons.PlayFilledAlt20,
261
- large: icons.PlayFilledAlt32
261
+ large: icons.PlayFilledAlt32,
262
262
  },
263
263
  "item-stop": {
264
264
  small: icons.StopFilledAlt16,
265
265
  normal: icons.StopFilledAlt20,
266
- large: icons.StopFilledAlt32
266
+ large: icons.StopFilledAlt32,
267
267
  },
268
268
  "item-reload": {
269
269
  small: icons.Renew16,
270
270
  normal: icons.Renew20,
271
- large: icons.Renew32
271
+ large: icons.Renew32,
272
+ },
273
+ "item-comment": {
274
+ small: icons.AddComment16,
275
+ normal: icons.AddComment20,
276
+ large: icons.AddComment32,
272
277
  },
273
278
  "item-shuffle": {
274
279
  small: icons.Shuffle16,
275
280
  normal: icons.Shuffle20,
276
- large: icons.Shuffle32
281
+ large: icons.Shuffle32,
277
282
  },
278
283
  "item-draggable": {
279
284
  small: icons.Draggable16,
280
285
  normal: icons.Draggable20,
281
- large: icons.Draggable32
286
+ large: icons.Draggable32,
282
287
  },
283
288
  "operation-search": {
284
289
  small: icons.Search16,
285
290
  normal: icons.Search20,
286
- large: icons.Search32
291
+ large: icons.Search32,
287
292
  },
288
293
  "operation-clear": {
289
294
  small: icons.Close16,
290
295
  normal: icons.Close20,
291
- large: icons.Close32
296
+ large: icons.Close32,
292
297
  },
293
298
  "operation-undo": {
294
299
  small: icons.Undo16,
295
300
  normal: icons.Undo20,
296
- large: icons.Undo32
301
+ large: icons.Undo32,
297
302
  },
298
303
  "operation-redo": {
299
304
  small: icons.Redo16,
300
305
  normal: icons.Redo20,
301
- large: icons.Redo32
306
+ large: icons.Redo32,
302
307
  },
303
308
  "operation-logout": {
304
309
  small: icons.Logout16,
305
310
  normal: icons.Logout20,
306
- large: icons.Logout32
311
+ large: icons.Logout32,
307
312
  },
308
313
  "operation-filter": {
309
314
  small: icons.Filter16,
310
315
  normal: icons.Filter20,
311
- large: icons.Filter32
316
+ large: icons.Filter32,
312
317
  },
313
318
  "operation-filteredit": {
314
319
  small: icons.FilterEdit16,
315
320
  normal: icons.FilterEdit20,
316
- large: icons.FilterEdit32
321
+ large: icons.FilterEdit32,
317
322
  },
318
323
  "operation-transform": {
319
324
  small: icons.Calculation16,
320
325
  normal: icons.Calculation20,
321
- large: icons.Calculation32
326
+ large: icons.Calculation32,
322
327
  },
323
328
  "operation-comparison": {
324
329
  small: icons.Compare16,
325
330
  normal: icons.Compare20,
326
- large: icons.Compare32
331
+ large: icons.Compare32,
327
332
  },
328
333
  "operation-aggregation": {
329
334
  small: icons.DataCollection16,
330
335
  normal: icons.DataCollection20,
331
- large: icons.DataCollection32
336
+ large: icons.DataCollection32,
332
337
  },
333
338
  "operation-commit": {
334
339
  small: icons.Commit16,
@@ -343,232 +348,237 @@ var canonicalIconNames = {
343
348
  "data-sourcepath": {
344
349
  small: icons.Data_216,
345
350
  normal: icons.Data_220,
346
- large: icons.Data_232
351
+ large: icons.Data_232,
347
352
  },
348
353
  "data-targetpath": {
349
354
  small: icons.Data_116,
350
355
  normal: icons.Data_120,
351
- large: icons.Data_132
356
+ large: icons.Data_132,
352
357
  },
353
358
  "list-sort": {
354
359
  small: icons.ArrowsVertical16,
355
360
  normal: icons.ArrowsVertical20,
356
- large: icons.ArrowsVertical32
361
+ large: icons.ArrowsVertical32,
357
362
  },
358
363
  "list-sortasc": {
359
364
  small: icons.ArrowDown16,
360
365
  normal: icons.ArrowDown20,
361
- large: icons.ArrowDown32
366
+ large: icons.ArrowDown32,
362
367
  },
363
368
  "list-sortdesc": {
364
369
  small: icons.ArrowUp16,
365
370
  normal: icons.ArrowUp20,
366
- large: icons.ArrowUp32
371
+ large: icons.ArrowUp32,
367
372
  },
368
373
  "state-info": {
369
374
  small: icons.InformationFilled16,
370
375
  normal: icons.InformationFilled20,
371
- large: icons.InformationFilled32
376
+ large: icons.InformationFilled32,
372
377
  },
373
378
  "state-success": {
374
379
  small: icons.CheckmarkFilled16,
375
380
  normal: icons.CheckmarkFilled20,
376
- large: icons.CheckmarkFilled32
381
+ large: icons.CheckmarkFilled32,
377
382
  },
378
383
  "state-warning": {
379
384
  small: icons.WarningAltFilled16,
380
385
  normal: icons.WarningAltFilled20,
381
- large: icons.WarningAltFilled32
386
+ large: icons.WarningAltFilled32,
382
387
  },
383
388
  "state-danger": {
384
389
  small: icons.ErrorFilled16,
385
390
  normal: icons.ErrorFilled20,
386
- large: icons.ErrorFilled32
391
+ large: icons.ErrorFilled32,
387
392
  },
388
393
  "state-unchecked": {
389
394
  small: icons.Checkbox16,
390
395
  normal: icons.Checkbox20,
391
- large: icons.Checkbox32
396
+ large: icons.Checkbox32,
392
397
  },
393
398
  "state-checked": {
394
399
  small: icons.CheckboxChecked16,
395
400
  normal: icons.CheckboxChecked20,
396
- large: icons.CheckboxChecked32
401
+ large: icons.CheckboxChecked32,
402
+ },
403
+ "state-checkedsimple": {
404
+ small: icons.Checkmark16,
405
+ normal: icons.Checkmark20,
406
+ large: icons.Checkmark32,
397
407
  },
398
408
  "state-partlychecked": {
399
409
  small: icons.CheckboxIndeterminate16,
400
410
  normal: icons.CheckboxIndeterminate20,
401
- large: icons.CheckboxIndeterminate32
411
+ large: icons.CheckboxIndeterminate32,
402
412
  },
403
413
  "artefact-project": {
404
414
  small: icons.Folder16,
405
415
  normal: icons.Folder20,
406
- large: icons.Folder32
416
+ large: icons.Folder32,
407
417
  },
408
418
  "artefact-workflow": {
409
419
  small: icons.ModelBuilder16,
410
420
  normal: icons.ModelBuilder20,
411
- large: icons.ModelBuilder32
421
+ large: icons.ModelBuilder32,
412
422
  },
413
423
  "artefact-dataset": {
414
424
  small: icons.Data_216,
415
425
  normal: icons.Data_220,
416
- large: icons.Data_232
426
+ large: icons.Data_232,
417
427
  },
418
428
  "artefact-dataset-csv": {
419
429
  small: icons.Csv16,
420
430
  normal: icons.Csv20,
421
- large: icons.Csv32
431
+ large: icons.Csv32,
422
432
  },
423
433
  "artefact-dataset-multicsv": {
424
434
  small: icons.Csv16,
425
435
  normal: icons.Csv20,
426
- large: icons.Csv32
436
+ large: icons.Csv32,
427
437
  },
428
438
  "artefact-dataset-sparkview": {
429
439
  small: icons.Sql16,
430
440
  normal: icons.Sql20,
431
- large: icons.Sql32
441
+ large: icons.Sql32,
432
442
  },
433
443
  "artefact-dataset-sqlendpoint": {
434
444
  small: icons.Sql16,
435
445
  normal: icons.Sql20,
436
- large: icons.Sql32
446
+ large: icons.Sql32,
437
447
  },
438
448
  "artefact-dataset-jdbc": {
439
449
  small: icons.Sql16,
440
450
  normal: icons.Sql20,
441
- large: icons.Sql32
451
+ large: icons.Sql32,
442
452
  },
443
453
  "artefact-dataset-xml": {
444
454
  small: icons.Xml16,
445
455
  normal: icons.Xml20,
446
- large: icons.Xml32
456
+ large: icons.Xml32,
447
457
  },
448
458
  "artefact-dataset-json": {
449
459
  small: icons.Json16,
450
460
  normal: icons.Json20,
451
- large: icons.Json32
461
+ large: icons.Json32,
452
462
  },
453
463
  "artefact-dataset-excel": {
454
464
  small: icons.Xls16,
455
465
  normal: icons.Xls20,
456
- large: icons.Xls32
466
+ large: icons.Xls32,
457
467
  },
458
468
  "artefact-dataset-file": {
459
469
  small: icons.DataVis_116,
460
470
  normal: icons.DataVis_120,
461
- large: icons.DataVis_132
471
+ large: icons.DataVis_132,
462
472
  },
463
473
  "artefact-dataset-eccencadataplatform": {
464
474
  small: icons.DataVis_116,
465
475
  normal: icons.DataVis_120,
466
- large: icons.DataVis_132
476
+ large: icons.DataVis_132,
467
477
  },
468
478
  "artefact-dataset-sparqlendpoint": {
469
479
  small: icons.DataVis_116,
470
480
  normal: icons.DataVis_120,
471
- large: icons.DataVis_132
481
+ large: icons.DataVis_132,
472
482
  },
473
483
  "artefact-dataset-neo4j": {
474
484
  small: icons.DataVis_116,
475
485
  normal: icons.DataVis_120,
476
- large: icons.DataVis_132
486
+ large: icons.DataVis_132,
477
487
  },
478
488
  "artefact-transform": {
479
489
  small: icons.DataRefinery16,
480
490
  normal: icons.DataRefinery20,
481
- large: icons.DataRefinery32
491
+ large: icons.DataRefinery32,
482
492
  },
483
493
  "artefact-linking": {
484
494
  small: icons.Connect16,
485
495
  normal: icons.Connect20,
486
- large: icons.Connect32
496
+ large: icons.Connect32,
487
497
  },
488
498
  "artefact-task": {
489
499
  small: icons.Script16,
490
500
  normal: icons.Script20,
491
- large: icons.Script32
501
+ large: icons.Script32,
492
502
  },
493
503
  "artefact-customtask": {
494
504
  small: icons.Script16,
495
505
  normal: icons.Script20,
496
- large: icons.Script32
506
+ large: icons.Script32,
497
507
  },
498
508
  "artefact-file": {
499
509
  small: icons.Document16,
500
510
  normal: icons.Document20,
501
- large: icons.Document32
511
+ large: icons.Document32,
502
512
  },
503
513
  "artefact-embedded": {
504
514
  small: icons.DataBase16,
505
515
  normal: icons.DataBase20,
506
- large: icons.DataBase32
516
+ large: icons.DataBase32,
507
517
  },
508
518
  "artefact-remote": {
509
519
  small: icons.VirtualMachine16,
510
520
  normal: icons.VirtualMachine20,
511
- large: icons.VirtualMachine32
521
+ large: icons.VirtualMachine32,
512
522
  },
513
523
  "artefact-deprecated": {
514
524
  small: icons.WarningSquare16,
515
525
  normal: icons.WarningSquare20,
516
- large: icons.WarningSquare32
526
+ large: icons.WarningSquare32,
517
527
  },
518
528
  "artefact-uncategorized": {
519
529
  small: icons.Unknown16,
520
530
  normal: icons.Unknown20,
521
- large: icons.Unknown32
531
+ large: icons.Unknown32,
522
532
  },
523
533
  "artefact-rawdata": {
524
534
  small: icons.ScriptReference16,
525
535
  normal: icons.ScriptReference20,
526
- large: icons.ScriptReference32
536
+ large: icons.ScriptReference32,
527
537
  },
528
538
  "artefact-report": {
529
539
  small: icons.Report16,
530
540
  normal: icons.Report20,
531
- large: icons.Report32
541
+ large: icons.Report32,
532
542
  },
533
543
  "activity-error-report": {
534
544
  small: icons.Error16,
535
545
  normal: icons.Error20,
536
- large: icons.Error32
546
+ large: icons.Error32,
537
547
  },
538
548
  "select-caret": {
539
549
  small: icons.CaretSort16,
540
550
  normal: icons.CaretSort20,
541
- large: icons.CaretSort32
551
+ large: icons.CaretSort32,
542
552
  },
543
553
  "linked-item": {
544
554
  small: icons.Link16,
545
555
  normal: icons.Link20,
546
- large: icons.Link32
556
+ large: icons.Link32,
547
557
  },
548
558
  "unlinked-item": {
549
559
  small: icons.Unlink16,
550
560
  normal: icons.Unlink20,
551
- large: icons.Unlink32
561
+ large: icons.Unlink32,
552
562
  },
553
563
  "operation-auto-graph-layout": {
554
564
  small: icons.ChartNetwork16,
555
565
  normal: icons.ChartNetwork20,
556
- large: icons.ChartNetwork32
566
+ large: icons.ChartNetwork32,
557
567
  },
558
568
  "write-protected": {
559
569
  small: icons.DocumentProtected16,
560
570
  normal: icons.DocumentProtected20,
561
- large: icons.DocumentProtected32
571
+ large: icons.DocumentProtected32,
562
572
  },
563
- "undefined": {
573
+ undefined: {
564
574
  small: icons.Undefined16,
565
575
  normal: icons.Undefined20,
566
- large: icons.Undefined32
576
+ large: icons.Undefined32,
567
577
  },
568
- "Undefined": {
578
+ Undefined: {
569
579
  small: icons.Undefined16,
570
580
  normal: icons.Undefined20,
571
- large: icons.Undefined32
581
+ large: icons.Undefined32,
572
582
  },
573
583
  };
574
584
  export default canonicalIconNames;