@eccenca/gui-elements 23.0.0-rc.7 → 23.1.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (248) hide show
  1. package/CHANGELOG.md +58 -20
  2. package/README.md +7 -0
  3. package/dist/cjs/cmem/ActivityControl/ActivityControlWidget.js.map +1 -1
  4. package/dist/cjs/cmem/react-flow/ReactFlow/ReactFlow.js +7 -2
  5. package/dist/cjs/cmem/react-flow/ReactFlow/ReactFlow.js.map +1 -1
  6. package/dist/cjs/cmem/react-flow/StickyNoteModal/StickyNoteModal.js +3 -7
  7. package/dist/cjs/cmem/react-flow/StickyNoteModal/StickyNoteModal.js.map +1 -1
  8. package/dist/cjs/cmem/react-flow/extensions/scrollOnDragHook.js +200 -0
  9. package/dist/cjs/cmem/react-flow/extensions/scrollOnDragHook.js.map +1 -0
  10. package/dist/cjs/common/Intent/index.js +7 -3
  11. package/dist/cjs/common/Intent/index.js.map +1 -1
  12. package/dist/cjs/common/utils/characters.js +82 -0
  13. package/dist/cjs/common/utils/characters.js.map +1 -0
  14. package/dist/cjs/components/Application/ApplicationTitle.js +2 -2
  15. package/dist/cjs/components/Application/ApplicationTitle.js.map +1 -1
  16. package/dist/cjs/components/Badge/Badge.js +44 -0
  17. package/dist/cjs/components/Badge/Badge.js.map +1 -0
  18. package/dist/cjs/components/Depiction/Depiction.js +111 -0
  19. package/dist/cjs/components/Depiction/Depiction.js.map +1 -0
  20. package/dist/cjs/components/Grid/Grid.js +7 -2
  21. package/dist/cjs/components/Grid/Grid.js.map +1 -1
  22. package/dist/cjs/components/Grid/GridColumn.js +6 -2
  23. package/dist/cjs/components/Grid/GridColumn.js.map +1 -1
  24. package/dist/cjs/components/Grid/GridRow.js +3 -0
  25. package/dist/cjs/components/Grid/GridRow.js.map +1 -1
  26. package/dist/cjs/components/Icon/BaseIcon.js +38 -0
  27. package/dist/cjs/components/Icon/BaseIcon.js.map +1 -0
  28. package/dist/cjs/components/Icon/Icon.js +9 -24
  29. package/dist/cjs/components/Icon/Icon.js.map +1 -1
  30. package/dist/cjs/components/Icon/IconButton.js +8 -1
  31. package/dist/cjs/components/Icon/IconButton.js.map +1 -1
  32. package/dist/cjs/components/Icon/TestIcon.js +35 -0
  33. package/dist/cjs/components/Icon/TestIcon.js.map +1 -0
  34. package/dist/cjs/components/Icon/canonicalIconNames.js +123 -621
  35. package/dist/cjs/components/Icon/canonicalIconNames.js.map +1 -1
  36. package/dist/cjs/components/Icon/index.js +11 -0
  37. package/dist/cjs/components/Icon/index.js.map +1 -0
  38. package/dist/cjs/components/Menu/MenuItem.js +1 -1
  39. package/dist/cjs/components/Menu/MenuItem.js.map +1 -1
  40. package/dist/cjs/components/MultiSelect/MultiSelect.js +56 -23
  41. package/dist/cjs/components/MultiSelect/MultiSelect.js.map +1 -1
  42. package/dist/cjs/components/Notification/Notification.js +10 -2
  43. package/dist/cjs/components/Notification/Notification.js.map +1 -1
  44. package/dist/cjs/components/OverviewItem/OverviewItemDepiction.js +24 -0
  45. package/dist/cjs/components/OverviewItem/OverviewItemDepiction.js.map +1 -1
  46. package/dist/cjs/components/Tag/Tag.js +6 -2
  47. package/dist/cjs/components/Tag/Tag.js.map +1 -1
  48. package/dist/cjs/components/TextField/TextArea.js +4 -2
  49. package/dist/cjs/components/TextField/TextArea.js.map +1 -1
  50. package/dist/cjs/components/TextField/TextField.js +4 -2
  51. package/dist/cjs/components/TextField/TextField.js.map +1 -1
  52. package/dist/cjs/components/TextField/useTextValidation.js +84 -0
  53. package/dist/cjs/components/TextField/useTextValidation.js.map +1 -0
  54. package/dist/cjs/components/Tree/Tree.js.map +1 -1
  55. package/dist/cjs/components/Typography/Highlighter.js.map +1 -1
  56. package/dist/cjs/components/Typography/OverflowText.js.map +1 -1
  57. package/dist/cjs/components/Typography/WhiteSpaceContainer.js +35 -12
  58. package/dist/cjs/components/Typography/WhiteSpaceContainer.js.map +1 -1
  59. package/dist/cjs/components/Typography/index.js +21 -0
  60. package/dist/cjs/components/Typography/index.js.map +1 -0
  61. package/dist/cjs/components/Workspace/WorkspaceContent.js +1 -1
  62. package/dist/cjs/components/Workspace/WorkspaceContent.js.map +1 -1
  63. package/dist/cjs/components/index.js +18 -0
  64. package/dist/cjs/components/index.js.map +1 -0
  65. package/dist/cjs/index.js +7 -17
  66. package/dist/cjs/index.js.map +1 -1
  67. package/dist/esm/cmem/ActivityControl/ActivityControlWidget.js.map +1 -1
  68. package/dist/esm/cmem/react-flow/ReactFlow/ReactFlow.js +7 -2
  69. package/dist/esm/cmem/react-flow/ReactFlow/ReactFlow.js.map +1 -1
  70. package/dist/esm/cmem/react-flow/StickyNoteModal/StickyNoteModal.js +3 -6
  71. package/dist/esm/cmem/react-flow/StickyNoteModal/StickyNoteModal.js.map +1 -1
  72. package/dist/esm/cmem/react-flow/extensions/scrollOnDragHook.js +194 -0
  73. package/dist/esm/cmem/react-flow/extensions/scrollOnDragHook.js.map +1 -0
  74. package/dist/esm/common/Intent/index.js +5 -13
  75. package/dist/esm/common/Intent/index.js.map +1 -1
  76. package/dist/esm/common/utils/characters.js +96 -0
  77. package/dist/esm/common/utils/characters.js.map +1 -0
  78. package/dist/esm/components/Application/ApplicationTitle.js +2 -2
  79. package/dist/esm/components/Application/ApplicationTitle.js.map +1 -1
  80. package/dist/esm/components/Badge/Badge.js +48 -0
  81. package/dist/esm/components/Badge/Badge.js.map +1 -0
  82. package/dist/esm/components/Depiction/Depiction.js +96 -0
  83. package/dist/esm/components/Depiction/Depiction.js.map +1 -0
  84. package/dist/esm/components/Grid/Grid.js +7 -2
  85. package/dist/esm/components/Grid/Grid.js.map +1 -1
  86. package/dist/esm/components/Grid/GridColumn.js +6 -2
  87. package/dist/esm/components/Grid/GridColumn.js.map +1 -1
  88. package/dist/esm/components/Grid/GridRow.js +3 -0
  89. package/dist/esm/components/Grid/GridRow.js.map +1 -1
  90. package/dist/esm/components/Icon/BaseIcon.js +44 -0
  91. package/dist/esm/components/Icon/BaseIcon.js.map +1 -0
  92. package/dist/esm/components/Icon/Icon.js +9 -24
  93. package/dist/esm/components/Icon/Icon.js.map +1 -1
  94. package/dist/esm/components/Icon/IconButton.js +8 -1
  95. package/dist/esm/components/Icon/IconButton.js.map +1 -1
  96. package/dist/esm/components/Icon/TestIcon.js +41 -0
  97. package/dist/esm/components/Icon/TestIcon.js.map +1 -0
  98. package/dist/esm/components/Icon/canonicalIconNames.js +123 -621
  99. package/dist/esm/components/Icon/canonicalIconNames.js.map +1 -1
  100. package/dist/esm/components/Icon/index.js +4 -0
  101. package/dist/esm/components/Icon/index.js.map +1 -0
  102. package/dist/esm/components/Menu/MenuItem.js +1 -1
  103. package/dist/esm/components/Menu/MenuItem.js.map +1 -1
  104. package/dist/esm/components/MultiSelect/MultiSelect.js +61 -44
  105. package/dist/esm/components/MultiSelect/MultiSelect.js.map +1 -1
  106. package/dist/esm/components/Notification/Notification.js +12 -4
  107. package/dist/esm/components/Notification/Notification.js.map +1 -1
  108. package/dist/esm/components/OverviewItem/OverviewItemDepiction.js +24 -0
  109. package/dist/esm/components/OverviewItem/OverviewItemDepiction.js.map +1 -1
  110. package/dist/esm/components/Tag/Tag.js +6 -2
  111. package/dist/esm/components/Tag/Tag.js.map +1 -1
  112. package/dist/esm/components/TextField/TextArea.js +4 -2
  113. package/dist/esm/components/TextField/TextArea.js.map +1 -1
  114. package/dist/esm/components/TextField/TextField.js +4 -2
  115. package/dist/esm/components/TextField/TextField.js.map +1 -1
  116. package/dist/esm/components/TextField/useTextValidation.js +78 -0
  117. package/dist/esm/components/TextField/useTextValidation.js.map +1 -0
  118. package/dist/esm/components/Tree/Tree.js.map +1 -1
  119. package/dist/esm/components/Typography/Highlighter.js.map +1 -1
  120. package/dist/esm/components/Typography/OverflowText.js.map +1 -1
  121. package/dist/esm/components/Typography/WhiteSpaceContainer.js +16 -14
  122. package/dist/esm/components/Typography/WhiteSpaceContainer.js.map +1 -1
  123. package/dist/esm/components/Typography/index.js +12 -0
  124. package/dist/esm/components/Typography/index.js.map +1 -0
  125. package/dist/esm/components/Workspace/WorkspaceContent.js +1 -1
  126. package/dist/esm/components/Workspace/WorkspaceContent.js.map +1 -1
  127. package/dist/esm/components/index.js +6 -0
  128. package/dist/esm/components/index.js.map +1 -0
  129. package/dist/esm/index.js +5 -10
  130. package/dist/esm/index.js.map +1 -1
  131. package/dist/types/cmem/ActivityControl/ActivityControlWidget.d.ts +2 -1
  132. package/dist/types/cmem/react-flow/ReactFlow/ReactFlow.d.ts +14 -0
  133. package/dist/types/cmem/react-flow/extensions/scrollOnDragHook.d.ts +22 -0
  134. package/dist/types/common/Intent/index.d.ts +4 -3
  135. package/dist/types/common/utils/characters.d.ts +19 -0
  136. package/dist/types/components/Badge/Badge.d.ts +42 -0
  137. package/dist/types/components/Depiction/Depiction.d.ts +71 -0
  138. package/dist/types/components/Grid/Grid.d.ts +21 -2
  139. package/dist/types/components/Grid/GridColumn.d.ts +20 -2
  140. package/dist/types/components/Grid/GridRow.d.ts +17 -1
  141. package/dist/types/components/Icon/BaseIcon.d.ts +45 -0
  142. package/dist/types/components/Icon/Icon.d.ts +7 -34
  143. package/dist/types/components/Icon/IconButton.d.ts +3 -2
  144. package/dist/types/components/Icon/TestIcon.d.ts +20 -0
  145. package/dist/types/components/Icon/canonicalIconNames.d.ts +9 -7
  146. package/dist/types/components/Icon/index.d.ts +4 -0
  147. package/dist/types/components/Menu/MenuItem.d.ts +2 -1
  148. package/dist/types/components/MultiSelect/MultiSelect.d.ts +3 -1
  149. package/dist/types/components/Notification/Notification.d.ts +13 -4
  150. package/dist/types/components/Tabs/Tab.d.ts +2 -0
  151. package/dist/types/components/Tag/Tag.d.ts +16 -3
  152. package/dist/types/components/TextField/TextArea.d.ts +7 -2
  153. package/dist/types/components/TextField/TextField.d.ts +6 -1
  154. package/dist/types/components/TextField/useTextValidation.d.ts +28 -0
  155. package/dist/types/components/Tree/Tree.d.ts +2 -1
  156. package/dist/types/components/Typography/Highlighter.d.ts +2 -2
  157. package/dist/types/components/Typography/OverflowText.d.ts +2 -2
  158. package/dist/types/components/Typography/WhiteSpaceContainer.d.ts +45 -4
  159. package/dist/types/components/Typography/index.d.ts +12 -0
  160. package/dist/types/components/index.d.ts +5 -0
  161. package/dist/types/index.d.ts +6 -11
  162. package/package.json +13 -16
  163. package/scripts/compile-sass.ts +9 -1
  164. package/src/_shame.scss +1 -1
  165. package/src/cmem/ActivityControl/ActivityControlWidget.stories.tsx +6 -4
  166. package/src/cmem/ActivityControl/ActivityControlWidget.tsx +3 -2
  167. package/src/cmem/react-flow/ReactFlow/ReactFlow.tsx +26 -1
  168. package/src/cmem/react-flow/StickyNoteModal/StickyNoteModal.tsx +10 -6
  169. package/src/cmem/react-flow/extensions/scrollOnDragHook.ts +247 -0
  170. package/src/common/Intent/index.ts +16 -12
  171. package/src/common/utils/characters.ts +111 -0
  172. package/src/components/Accordion/accordion.scss +4 -3
  173. package/src/components/Application/ApplicationTitle.tsx +2 -2
  174. package/src/components/Application/_config.scss +1 -1
  175. package/src/components/Application/_content.scss +1 -1
  176. package/src/components/Application/_header.scss +2 -2
  177. package/src/components/Application/_sidebar.scss +2 -9
  178. package/src/components/Application/_toolbar.scss +1 -1
  179. package/src/components/Application/application.scss +4 -4
  180. package/src/components/AutocompleteField/autoCompleteFieldUtils.tsx +13 -8
  181. package/src/components/Badge/Badge.stories.tsx +47 -0
  182. package/src/components/Badge/Badge.tsx +93 -0
  183. package/src/components/Badge/badge.scss +44 -0
  184. package/src/components/Depiction/Depiction.tsx +198 -0
  185. package/src/components/Depiction/depiction.scss +176 -0
  186. package/src/components/Depiction/stories/Depiction.stories.tsx +69 -0
  187. package/src/components/Depiction/stories/test-16to9.png +0 -0
  188. package/src/components/Depiction/stories/test-16to9.svg +41 -0
  189. package/src/components/Depiction/stories/test-16to9.tobase64.svg +41 -0
  190. package/src/components/Depiction/stories/test-16to9.tsx +44 -0
  191. package/src/components/Depiction/stories/test-9to16.png +0 -0
  192. package/src/components/Depiction/stories/test-9to16.svg +44 -0
  193. package/src/components/Depiction/stories/test-9to16.tobase64.svg +44 -0
  194. package/src/components/Depiction/stories/test-9to16.tsx +48 -0
  195. package/src/components/Grid/Grid.tsx +22 -4
  196. package/src/components/Grid/GridColumn.tsx +23 -6
  197. package/src/components/Grid/GridRow.tsx +17 -2
  198. package/src/components/Grid/grid.scss +8 -11
  199. package/src/components/Grid/stories/Grid.stories.tsx +27 -0
  200. package/src/components/Grid/stories/GridColumn.stories.tsx +66 -0
  201. package/src/components/Grid/stories/GridRow.stories.tsx +47 -0
  202. package/src/components/Icon/BaseIcon.tsx +84 -0
  203. package/src/components/Icon/Icon.tsx +23 -82
  204. package/src/components/Icon/IconButton.tsx +18 -14
  205. package/src/components/Icon/TestIcon.tsx +39 -0
  206. package/src/components/Icon/canonicalIconNames.tsx +132 -633
  207. package/src/components/Icon/index.ts +5 -0
  208. package/src/components/Icon/stories/Icon.stories.tsx +13 -0
  209. package/src/components/Icon/stories/IconButton.stories.tsx +14 -7
  210. package/src/components/Icon/stories/TestIcon.stories.tsx +28 -0
  211. package/src/components/Link/link.scss +2 -1
  212. package/src/components/Menu/MenuItem.tsx +14 -4
  213. package/src/components/Menu/Stories/MenuItem.stories.tsx +16 -2
  214. package/src/components/MultiSelect/MultiSelect.tsx +58 -27
  215. package/src/components/Notification/Notification.stories.tsx +4 -0
  216. package/src/components/Notification/Notification.tsx +26 -6
  217. package/src/components/OverviewItem/OverviewItemDepiction.tsx +31 -0
  218. package/src/components/OverviewItem/overviewitem.scss +2 -1
  219. package/src/components/OverviewItem/stories/OverviewItem.stories.tsx +22 -1
  220. package/src/components/OverviewItem/stories/OverviewItemDepiction.stories.tsx +8 -3
  221. package/src/components/Pagination/pagination.scss +3 -2
  222. package/src/components/SimpleTable/simpletable.scss +11 -12
  223. package/src/components/Tag/Tag.stories.tsx +7 -2
  224. package/src/components/Tag/Tag.tsx +24 -4
  225. package/src/components/Tag/tag.scss +84 -3
  226. package/src/components/TagInput/taginput.scss +6 -0
  227. package/src/components/TextField/TextArea.tsx +10 -1
  228. package/src/components/TextField/TextField.tsx +9 -0
  229. package/src/components/TextField/stories/SearchField.stories.tsx +1 -1
  230. package/src/components/TextField/textfield.scss +12 -0
  231. package/src/components/TextField/useTextValidation.ts +103 -0
  232. package/src/components/Tooltip/tooltip.scss +1 -1
  233. package/src/components/Tree/Tree.stories.tsx +7 -1
  234. package/src/components/Tree/Tree.tsx +2 -1
  235. package/src/components/Typography/Highlighter.tsx +2 -2
  236. package/src/components/Typography/OverflowText.tsx +2 -2
  237. package/src/components/Typography/WhiteSpaceContainer.tsx +69 -21
  238. package/src/components/Typography/index.ts +25 -0
  239. package/src/components/Typography/stories/WhiteSpaceContainer.stories.tsx +55 -0
  240. package/src/components/Typography/typography.scss +3 -2
  241. package/src/components/Workspace/WorkspaceContent.tsx +1 -1
  242. package/src/components/index.scss +5 -0
  243. package/src/components/index.ts +5 -0
  244. package/src/includes/carbon-components/_components.scss +11 -0
  245. package/src/includes/carbon-components/_requisits.scss +18 -0
  246. package/src/includes/carbon-components/_variables.scss +50 -53
  247. package/src/index.scss +4 -105
  248. package/src/index.ts +6 -16
@@ -21,627 +21,129 @@ var __importStar = (this && this.__importStar) || function (mod) {
21
21
  Object.defineProperty(exports, "__esModule", { value: true });
22
22
  const icons = __importStar(require("@carbon/icons-react"));
23
23
  const canonicalIconNames = {
24
- "application-dataintegration": {
25
- small: icons.DataUnstructured16,
26
- normal: icons.DataUnstructured20,
27
- large: icons.DataUnstructured32,
28
- },
29
- "application-homepage": {
30
- small: icons.Workspace16,
31
- normal: icons.Workspace20,
32
- large: icons.Workspace32,
33
- },
34
- "application-useraccount": {
35
- small: icons.UserAvatar16,
36
- normal: icons.UserAvatar20,
37
- large: icons.UserAvatar32,
38
- },
39
- "application-warning": {
40
- small: icons.WarningAlt16,
41
- normal: icons.WarningAlt20,
42
- large: icons.WarningAlt32,
43
- },
44
- "application-mapping": {
45
- small: icons.ModelBuilder16,
46
- normal: icons.ModelBuilder20,
47
- large: icons.ModelBuilder32,
48
- },
49
- "application-explore": {
50
- small: icons.Explore16,
51
- normal: icons.Explore20,
52
- large: icons.Explore32,
53
- },
54
- "application-vocabularies": {
55
- small: icons.Catalog16,
56
- normal: icons.Catalog20,
57
- large: icons.Catalog32,
58
- },
59
- "application-queries": {
60
- small: icons.DataView16,
61
- normal: icons.DataView20,
62
- large: icons.DataView32,
63
- },
64
- "application-legacygui": {
65
- small: icons.ResetAlt16,
66
- normal: icons.ResetAlt20,
67
- large: icons.ResetAlt32,
68
- },
69
- "application-activities": {
70
- small: icons.Activity16,
71
- normal: icons.Activity20,
72
- large: icons.Activity32,
73
- },
74
- "module-timetracker": {
75
- small: icons.Timer16,
76
- normal: icons.Timer20,
77
- large: icons.Timer32,
78
- },
79
- "module-accesscontrol": {
80
- small: icons.UserAdmin16,
81
- normal: icons.UserAdmin20,
82
- large: icons.UserAdmin32,
83
- },
84
- "module-annotation": {
85
- small: icons.WatsonHealthTextAnnotationToggle16,
86
- normal: icons.WatsonHealthTextAnnotationToggle20,
87
- large: icons.WatsonHealthTextAnnotationToggle32,
88
- },
89
- "module-dashboard": {
90
- small: icons.Dashboard16,
91
- normal: icons.Dashboard20,
92
- large: icons.Dashboard32,
93
- },
94
- "module-search": {
95
- small: icons.Search16,
96
- normal: icons.Search20,
97
- large: icons.Search32,
98
- },
99
- "module-visualization": {
100
- small: icons.DataVis_116,
101
- normal: icons.DataVis_120,
102
- large: icons.DataVis_132,
103
- },
104
- "module-reports": {
105
- small: icons.ReportData16,
106
- normal: icons.ReportData20,
107
- large: icons.ReportData32,
108
- },
109
- "module-thesauri": {
110
- small: icons.Book16,
111
- normal: icons.Book20,
112
- large: icons.Book32,
113
- },
114
- "module-linkedrules": {
115
- small: icons.Connect16,
116
- normal: icons.Connect20,
117
- large: icons.Connect32,
118
- },
119
- "module-integrations": {
120
- small: icons.AppConnectivity16,
121
- normal: icons.AppConnectivity20,
122
- large: icons.AppConnectivity32,
123
- },
124
- "module-gdprsearch": {
125
- small: icons.UserProfile16,
126
- normal: icons.UserProfile20,
127
- large: icons.UserProfile32,
128
- },
129
- "toggler-showmore": {
130
- small: icons.ChevronDown16,
131
- normal: icons.ChevronDown20,
132
- large: icons.ChevronDown32,
133
- },
134
- "toggler-showless": {
135
- small: icons.ChevronUp16,
136
- normal: icons.ChevronUp20,
137
- large: icons.ChevronUp32,
138
- },
139
- "toggler-moveright": {
140
- small: icons.ChevronRight16,
141
- normal: icons.ChevronRight20,
142
- large: icons.ChevronRight32,
143
- },
144
- "toggler-moveleft": {
145
- small: icons.ChevronLeft16,
146
- normal: icons.ChevronLeft20,
147
- large: icons.ChevronLeft32,
148
- },
149
- "toggler-maximize": {
150
- small: icons.Maximize16,
151
- normal: icons.Maximize20,
152
- large: icons.Maximize32,
153
- },
154
- "toggler-minimize": {
155
- small: icons.Minimize16,
156
- normal: icons.Minimize20,
157
- large: icons.Minimize32,
158
- },
159
- "toggler-tree": {
160
- small: icons.TreeViewAlt16,
161
- normal: icons.TreeViewAlt20,
162
- large: icons.TreeViewAlt32,
163
- },
164
- "navigation-back": {
165
- small: icons.ArrowLeft16,
166
- normal: icons.ArrowLeft20,
167
- large: icons.ArrowLeft32,
168
- },
169
- "navigation-forth": {
170
- small: icons.ArrowRight16,
171
- normal: icons.ArrowRight20,
172
- large: icons.ArrowRight32,
173
- },
174
- "navigation-close": {
175
- small: icons.Close16,
176
- normal: icons.Close20,
177
- large: icons.Close32,
178
- },
179
- "navigation-jump": {
180
- small: icons.JumpLink16,
181
- normal: icons.JumpLink20,
182
- large: icons.JumpLink32,
183
- },
184
- "navigation-last": {
185
- small: icons.PageLast16,
186
- normal: icons.PageLast20,
187
- large: icons.PageLast32,
188
- },
189
- "navigation-previous": {
190
- small: icons.ChevronLeft16,
191
- normal: icons.ChevronLeft20,
192
- large: icons.ChevronLeft32,
193
- },
194
- "navigation-next": {
195
- small: icons.ChevronRight16,
196
- normal: icons.ChevronRight20,
197
- large: icons.ChevronRight32,
198
- },
199
- "navigation-first": {
200
- small: icons.PageFirst16,
201
- normal: icons.PageFirst20,
202
- large: icons.PageFirst32,
203
- },
204
- "item-moremenu": {
205
- small: icons.OverflowMenuVertical16,
206
- normal: icons.OverflowMenuVertical20,
207
- large: icons.OverflowMenuVertical32,
208
- },
209
- "item-vertmenu": {
210
- small: icons.OverflowMenuHorizontal16,
211
- normal: icons.OverflowMenuHorizontal20,
212
- large: icons.OverflowMenuHorizontal32,
213
- },
214
- "item-viewdetails": {
215
- small: icons.View16,
216
- normal: icons.View20,
217
- large: icons.View32,
218
- },
219
- "item-clone": {
220
- small: icons.Copy16,
221
- normal: icons.Copy20,
222
- large: icons.Copy32,
223
- },
224
- "item-edit": {
225
- small: icons.Edit16,
226
- normal: icons.Edit20,
227
- large: icons.Edit32,
228
- },
229
- "item-evaluation": {
230
- small: icons.Analytics16,
231
- normal: icons.Analytics20,
232
- large: icons.Analytics32,
233
- },
234
- "item-execution": {
235
- small: icons.Run16,
236
- normal: icons.Run20,
237
- large: icons.Run32,
238
- },
239
- "item-info": {
240
- small: icons.Information16,
241
- normal: icons.Information20,
242
- large: icons.Information32,
243
- },
244
- "item-remove": {
245
- small: icons.TrashCan16,
246
- normal: icons.TrashCan20,
247
- large: icons.TrashCan32,
248
- },
249
- "item-add-artefact": {
250
- small: icons.AddAlt16,
251
- normal: icons.AddAlt20,
252
- large: icons.AddAlt32,
253
- },
254
- "item-launch": {
255
- small: icons.Launch16,
256
- normal: icons.Launch20,
257
- large: icons.Launch32,
258
- },
259
- "item-download": {
260
- small: icons.Download16,
261
- normal: icons.Download20,
262
- large: icons.Download32,
263
- },
264
- "item-upload": {
265
- small: icons.Upload16,
266
- normal: icons.Upload20,
267
- large: icons.Upload32,
268
- },
269
- "item-question": {
270
- small: icons.Help16,
271
- normal: icons.Help20,
272
- large: icons.Help32,
273
- },
274
- "item-copy": {
275
- small: icons.CopyFile16,
276
- normal: icons.CopyFile20,
277
- large: icons.CopyFile32,
278
- },
279
- "item-save": {
280
- small: icons.Save16,
281
- normal: icons.Save20,
282
- large: icons.Save32,
283
- },
284
- "item-start": {
285
- small: icons.PlayFilledAlt16,
286
- normal: icons.PlayFilledAlt20,
287
- large: icons.PlayFilledAlt32,
288
- },
289
- "item-stop": {
290
- small: icons.StopFilledAlt16,
291
- normal: icons.StopFilledAlt20,
292
- large: icons.StopFilledAlt32,
293
- },
294
- "item-reload": {
295
- small: icons.Renew16,
296
- normal: icons.Renew20,
297
- large: icons.Renew32,
298
- },
299
- "item-reset": {
300
- small: icons.Reset16,
301
- normal: icons.Reset20,
302
- large: icons.Reset32,
303
- },
304
- "item-comment": {
305
- small: icons.AddComment16,
306
- normal: icons.AddComment20,
307
- large: icons.AddComment32,
308
- },
309
- "item-shuffle": {
310
- small: icons.Shuffle16,
311
- normal: icons.Shuffle20,
312
- large: icons.Shuffle32,
313
- },
314
- "item-draggable": {
315
- small: icons.Draggable16,
316
- normal: icons.Draggable20,
317
- large: icons.Draggable32,
318
- },
319
- "item-settings": {
320
- small: icons.Settings16,
321
- normal: icons.Settings20,
322
- large: icons.Settings32,
323
- },
324
- "operation-search": {
325
- small: icons.Search16,
326
- normal: icons.Search20,
327
- large: icons.Search32,
328
- },
329
- "operation-clear": {
330
- small: icons.Close16,
331
- normal: icons.Close20,
332
- large: icons.Close32,
333
- },
334
- "operation-undo": {
335
- small: icons.Undo16,
336
- normal: icons.Undo20,
337
- large: icons.Undo32,
338
- },
339
- "operation-redo": {
340
- small: icons.Redo16,
341
- normal: icons.Redo20,
342
- large: icons.Redo32,
343
- },
344
- "operation-logout": {
345
- small: icons.Logout16,
346
- normal: icons.Logout20,
347
- large: icons.Logout32,
348
- },
349
- "operation-filter": {
350
- small: icons.Filter16,
351
- normal: icons.Filter20,
352
- large: icons.Filter32,
353
- },
354
- "operation-filteredit": {
355
- small: icons.FilterEdit16,
356
- normal: icons.FilterEdit20,
357
- large: icons.FilterEdit32,
358
- },
359
- "operation-transform": {
360
- small: icons.Calculation16,
361
- normal: icons.Calculation20,
362
- large: icons.Calculation32,
363
- },
364
- "operation-comparison": {
365
- small: icons.Compare16,
366
- normal: icons.Compare20,
367
- large: icons.Compare32,
368
- },
369
- "operation-aggregation": {
370
- small: icons.DataCollection16,
371
- normal: icons.DataCollection20,
372
- large: icons.DataCollection32,
373
- },
374
- "operation-commit": {
375
- small: icons.Commit16,
376
- normal: icons.Commit20,
377
- large: icons.Commit32
378
- },
379
- "operation-sharelink": {
380
- small: icons.CopyLink16,
381
- normal: icons.CopyLink20,
382
- large: icons.CopyLink32
383
- },
384
- "data-sourcepath": {
385
- small: icons.Data_216,
386
- normal: icons.Data_220,
387
- large: icons.Data_232,
388
- },
389
- "data-targetpath": {
390
- small: icons.Data_116,
391
- normal: icons.Data_120,
392
- large: icons.Data_132,
393
- },
394
- "list-sort": {
395
- small: icons.ArrowsVertical16,
396
- normal: icons.ArrowsVertical20,
397
- large: icons.ArrowsVertical32,
398
- },
399
- "list-sortasc": {
400
- small: icons.ArrowDown16,
401
- normal: icons.ArrowDown20,
402
- large: icons.ArrowDown32,
403
- },
404
- "list-sortdesc": {
405
- small: icons.ArrowUp16,
406
- normal: icons.ArrowUp20,
407
- large: icons.ArrowUp32,
408
- },
409
- "state-info": {
410
- small: icons.InformationFilled16,
411
- normal: icons.InformationFilled20,
412
- large: icons.InformationFilled32,
413
- },
414
- "state-success": {
415
- small: icons.CheckmarkFilled16,
416
- normal: icons.CheckmarkFilled20,
417
- large: icons.CheckmarkFilled32,
418
- },
419
- "state-warning": {
420
- small: icons.WarningAltFilled16,
421
- normal: icons.WarningAltFilled20,
422
- large: icons.WarningAltFilled32,
423
- },
424
- "state-danger": {
425
- small: icons.ErrorFilled16,
426
- normal: icons.ErrorFilled20,
427
- large: icons.ErrorFilled32,
428
- },
429
- "state-unchecked": {
430
- small: icons.Checkbox16,
431
- normal: icons.Checkbox20,
432
- large: icons.Checkbox32,
433
- },
434
- "state-checked": {
435
- small: icons.CheckboxChecked16,
436
- normal: icons.CheckboxChecked20,
437
- large: icons.CheckboxChecked32,
438
- },
439
- "state-checkedsimple": {
440
- small: icons.Checkmark16,
441
- normal: icons.Checkmark20,
442
- large: icons.Checkmark32,
443
- },
444
- "state-partlychecked": {
445
- small: icons.CheckboxIndeterminate16,
446
- normal: icons.CheckboxIndeterminate20,
447
- large: icons.CheckboxIndeterminate32,
448
- },
449
- "state-declined": {
450
- small: icons.ThumbsDown16,
451
- normal: icons.ThumbsDown20,
452
- large: icons.ThumbsDown32
453
- },
454
- "state-confirmed": {
455
- small: icons.ThumbsUp16,
456
- normal: icons.ThumbsUp20,
457
- large: icons.ThumbsUp32
458
- },
459
- "artefact-project": {
460
- small: icons.Folder16,
461
- normal: icons.Folder20,
462
- large: icons.Folder32,
463
- },
464
- "artefact-workflow": {
465
- small: icons.ModelBuilder16,
466
- normal: icons.ModelBuilder20,
467
- large: icons.ModelBuilder32,
468
- },
469
- "artefact-dataset": {
470
- small: icons.Data_216,
471
- normal: icons.Data_220,
472
- large: icons.Data_232,
473
- },
474
- "artefact-dataset-csv": {
475
- small: icons.Csv16,
476
- normal: icons.Csv20,
477
- large: icons.Csv32,
478
- },
479
- "artefact-dataset-multicsv": {
480
- small: icons.Csv16,
481
- normal: icons.Csv20,
482
- large: icons.Csv32,
483
- },
484
- "artefact-dataset-sparkview": {
485
- small: icons.Sql16,
486
- normal: icons.Sql20,
487
- large: icons.Sql32,
488
- },
489
- "artefact-dataset-sqlendpoint": {
490
- small: icons.Sql16,
491
- normal: icons.Sql20,
492
- large: icons.Sql32,
493
- },
494
- "artefact-dataset-jdbc": {
495
- small: icons.Sql16,
496
- normal: icons.Sql20,
497
- large: icons.Sql32,
498
- },
499
- "artefact-dataset-xml": {
500
- small: icons.Xml16,
501
- normal: icons.Xml20,
502
- large: icons.Xml32,
503
- },
504
- "artefact-dataset-json": {
505
- small: icons.Json16,
506
- normal: icons.Json20,
507
- large: icons.Json32,
508
- },
509
- "artefact-dataset-excel": {
510
- small: icons.Xls16,
511
- normal: icons.Xls20,
512
- large: icons.Xls32,
513
- },
514
- "artefact-dataset-file": {
515
- small: icons.DataVis_116,
516
- normal: icons.DataVis_120,
517
- large: icons.DataVis_132,
518
- },
519
- "artefact-dataset-eccencadataplatform": {
520
- small: icons.DataVis_116,
521
- normal: icons.DataVis_120,
522
- large: icons.DataVis_132,
523
- },
524
- "artefact-dataset-sparqlendpoint": {
525
- small: icons.DataVis_116,
526
- normal: icons.DataVis_120,
527
- large: icons.DataVis_132,
528
- },
529
- "artefact-dataset-neo4j": {
530
- small: icons.DataVis_116,
531
- normal: icons.DataVis_120,
532
- large: icons.DataVis_132,
533
- },
534
- "artefact-transform": {
535
- small: icons.DataRefinery16,
536
- normal: icons.DataRefinery20,
537
- large: icons.DataRefinery32,
538
- },
539
- "artefact-linking": {
540
- small: icons.Connect16,
541
- normal: icons.Connect20,
542
- large: icons.Connect32,
543
- },
544
- "artefact-task": {
545
- small: icons.Script16,
546
- normal: icons.Script20,
547
- large: icons.Script32,
548
- },
549
- "artefact-customtask": {
550
- small: icons.Script16,
551
- normal: icons.Script20,
552
- large: icons.Script32,
553
- },
554
- "artefact-file": {
555
- small: icons.Document16,
556
- normal: icons.Document20,
557
- large: icons.Document32,
558
- },
559
- "artefact-embedded": {
560
- small: icons.DataBase16,
561
- normal: icons.DataBase20,
562
- large: icons.DataBase32,
563
- },
564
- "artefact-remote": {
565
- small: icons.VirtualMachine16,
566
- normal: icons.VirtualMachine20,
567
- large: icons.VirtualMachine32,
568
- },
569
- "artefact-deprecated": {
570
- small: icons.WarningSquare16,
571
- normal: icons.WarningSquare20,
572
- large: icons.WarningSquare32,
573
- },
574
- "artefact-uncategorized": {
575
- small: icons.Unknown16,
576
- normal: icons.Unknown20,
577
- large: icons.Unknown32,
578
- },
579
- "artefact-rawdata": {
580
- small: icons.ScriptReference16,
581
- normal: icons.ScriptReference20,
582
- large: icons.ScriptReference32,
583
- },
584
- "artefact-report": {
585
- small: icons.Report16,
586
- normal: icons.Report20,
587
- large: icons.Report32,
588
- },
589
- "artefact-commit": {
590
- small: icons.Commit16,
591
- normal: icons.Commit20,
592
- large: icons.Commit32
593
- },
594
- "artefact-errorlog": {
595
- // FIXME: we may check for a better icon
596
- small: icons.WarningOther16,
597
- normal: icons.WarningOther20,
598
- large: icons.WarningOther32,
599
- },
600
- "toggler-caret": {
601
- small: icons.CaretSort16,
602
- normal: icons.CaretSort20,
603
- large: icons.CaretSort32,
604
- },
605
- "operation-link": {
606
- small: icons.Link16,
607
- normal: icons.Link20,
608
- large: icons.Link32,
609
- },
610
- "operation-unlink": {
611
- small: icons.Unlink16,
612
- normal: icons.Unlink20,
613
- large: icons.Unlink32,
614
- },
615
- "operation-autolayout": {
616
- small: icons.ChartNetwork16,
617
- normal: icons.ChartNetwork20,
618
- large: icons.ChartNetwork32,
619
- },
620
- "state-protected": {
621
- small: icons.DocumentProtected16,
622
- normal: icons.DocumentProtected20,
623
- large: icons.DocumentProtected32,
624
- },
625
- "toggler-star-empty": {
626
- small: icons.Star16,
627
- normal: icons.Star20,
628
- large: icons.Star32
629
- },
630
- "toggler-star-filled": {
631
- small: icons.StarFilled16,
632
- normal: icons.StarFilled20,
633
- large: icons.StarFilled32
634
- },
635
- undefined: {
636
- small: icons.Undefined16,
637
- normal: icons.Undefined20,
638
- large: icons.Undefined32,
639
- },
640
- Undefined: {
641
- small: icons.Undefined16,
642
- normal: icons.Undefined20,
643
- large: icons.Undefined32,
644
- },
24
+ "application-activities": icons.Activity,
25
+ "application-dataintegration": icons.DataUnstructured,
26
+ "application-explore": icons.Explore,
27
+ "application-homepage": icons.Workspace,
28
+ "application-legacygui": icons.ResetAlt,
29
+ "application-mapping": icons.ModelBuilder,
30
+ "application-queries": icons.DataView,
31
+ "application-useraccount": icons.UserAvatar,
32
+ "application-vocabularies": icons.Catalog,
33
+ "application-warning": icons.WarningAlt,
34
+ "artefact-commit": icons.Commit,
35
+ "artefact-customtask": icons.Script,
36
+ "artefact-dataset-csv": icons.Csv,
37
+ "artefact-dataset-eccencadataplatform": icons.DataVis_1,
38
+ "artefact-dataset-excel": icons.Xls,
39
+ "artefact-dataset-file": icons.DataVis_1,
40
+ "artefact-dataset": icons.Data_2,
41
+ "artefact-dataset-jdbc": icons.Sql,
42
+ "artefact-dataset-json": icons.Json,
43
+ "artefact-dataset-multicsv": icons.Csv,
44
+ "artefact-dataset-neo4j": icons.DataVis_1,
45
+ "artefact-dataset-sparkview": icons.Sql,
46
+ "artefact-dataset-sparqlendpoint": icons.DataVis_1,
47
+ "artefact-dataset-sqlendpoint": icons.Sql,
48
+ "artefact-dataset-xml": icons.Xml,
49
+ "artefact-deprecated": icons.WarningSquare,
50
+ "artefact-embedded": icons.DataBase,
51
+ "artefact-errorlog": icons.WarningOther,
52
+ "artefact-file": icons.Document,
53
+ "artefact-linking": icons.Connect,
54
+ "artefact-project": icons.Folder,
55
+ "artefact-rawdata": icons.ScriptReference,
56
+ "artefact-remote": icons.VirtualMachine,
57
+ "artefact-report": icons.Report,
58
+ "artefact-task": icons.Script,
59
+ "artefact-transform": icons.DataRefinery,
60
+ "artefact-uncategorized": icons.Unknown,
61
+ "artefact-workflow": icons.ModelBuilder,
62
+ "data-sourcepath": icons.Data_2,
63
+ "data-targetpath": icons.Data_1,
64
+ "item-add-artefact": icons.AddAlt,
65
+ "item-clone": icons.Copy,
66
+ "item-comment": icons.AddComment,
67
+ "item-copy": icons.CopyFile,
68
+ "item-download": icons.Download,
69
+ "item-draggable": icons.Draggable,
70
+ "item-edit": icons.Edit,
71
+ "item-evaluation": icons.Analytics,
72
+ "item-execution": icons.Run,
73
+ "item-info": icons.Information,
74
+ "item-launch": icons.Launch,
75
+ "item-moremenu": icons.OverflowMenuVertical,
76
+ "item-question": icons.Help,
77
+ "item-reload": icons.Renew,
78
+ "item-remove": icons.TrashCan,
79
+ "item-reset": icons.Reset,
80
+ "item-save": icons.Save,
81
+ "item-settings": icons.Settings,
82
+ "item-shuffle": icons.Shuffle,
83
+ "item-start": icons.PlayFilledAlt,
84
+ "item-stop": icons.StopFilledAlt,
85
+ "item-upload": icons.Upload,
86
+ "item-vertmenu": icons.OverflowMenuHorizontal,
87
+ "item-viewdetails": icons.View,
88
+ "list-sortasc": icons.ArrowDown,
89
+ "list-sortdesc": icons.ArrowUp,
90
+ "list-sort": icons.ArrowsVertical,
91
+ "module-accesscontrol": icons.UserAdmin,
92
+ "module-annotation": icons.WatsonHealthTextAnnotationToggle,
93
+ "module-dashboard": icons.Dashboard,
94
+ "module-gdprsearch": icons.UserProfile,
95
+ "module-integrations": icons.AppConnectivity,
96
+ "module-linkedrules": icons.Connect,
97
+ "module-reports": icons.ReportData,
98
+ "module-search": icons.Search,
99
+ "module-thesauri": icons.Book,
100
+ "module-timetracker": icons.Timer,
101
+ "module-visualization": icons.DataVis_1,
102
+ "navigation-back": icons.ArrowLeft,
103
+ "navigation-close": icons.Close,
104
+ "navigation-first": icons.PageFirst,
105
+ "navigation-forth": icons.ArrowRight,
106
+ "navigation-jump": icons.JumpLink,
107
+ "navigation-last": icons.PageLast,
108
+ "navigation-next": icons.ChevronRight,
109
+ "navigation-previous": icons.ChevronLeft,
110
+ "operation-aggregation": icons.DataCollection,
111
+ "operation-autolayout": icons.ChartNetwork,
112
+ "operation-clear": icons.Close,
113
+ "operation-commit": icons.Commit,
114
+ "operation-comparison": icons.Compare,
115
+ "operation-filteredit": icons.FilterEdit,
116
+ "operation-filter": icons.Filter,
117
+ "operation-link": icons.Link,
118
+ "operation-logout": icons.Logout,
119
+ "operation-redo": icons.Redo,
120
+ "operation-search": icons.Search,
121
+ "operation-sharelink": icons.CopyLink,
122
+ "operation-transform": icons.Calculation,
123
+ "operation-undo": icons.Undo,
124
+ "operation-unlink": icons.Unlink,
125
+ "state-checked": icons.CheckboxChecked,
126
+ "state-checkedsimple": icons.Checkmark,
127
+ "state-confirmed": icons.ThumbsUp,
128
+ "state-danger": icons.ErrorFilled,
129
+ "state-declined": icons.ThumbsDown,
130
+ "state-info": icons.InformationFilled,
131
+ "state-partlychecked": icons.CheckboxIndeterminate,
132
+ "state-protected": icons.DocumentProtected,
133
+ "state-success": icons.CheckmarkFilled,
134
+ "state-unchecked": icons.Checkbox,
135
+ "state-warning": icons.WarningAltFilled,
136
+ "toggler-caret": icons.CaretSort,
137
+ "toggler-maximize": icons.Maximize,
138
+ "toggler-minimize": icons.Minimize,
139
+ "toggler-moveleft": icons.ChevronLeft,
140
+ "toggler-moveright": icons.ChevronRight,
141
+ "toggler-showless": icons.ChevronUp,
142
+ "toggler-showmore": icons.ChevronDown,
143
+ "toggler-star-empty": icons.Star,
144
+ "toggler-star-filled": icons.StarFilled,
145
+ "toggler-tree": icons.TreeViewAlt,
146
+ undefined: icons.Undefined,
645
147
  };
646
148
  exports.default = canonicalIconNames;
647
149
  //# sourceMappingURL=canonicalIconNames.js.map