@pega/cosmos-react-build 8.0.0-build.9.0 → 8.0.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 (428) hide show
  1. package/lib/components/AppShell/AppShell.styles.d.ts +1 -1
  2. package/lib/components/AppShell/AppShell.styles.d.ts.map +1 -1
  3. package/lib/components/AppShell/AppShell.styles.js +1 -46
  4. package/lib/components/AppShell/AppShell.styles.js.map +1 -1
  5. package/lib/components/AppShell/Header/AppHeader.d.ts +2 -3
  6. package/lib/components/AppShell/Header/AppHeader.d.ts.map +1 -1
  7. package/lib/components/AppShell/Header/AppHeader.js +4 -4
  8. package/lib/components/AppShell/Header/AppHeader.js.map +1 -1
  9. package/lib/components/AppShell/Header/AppHeader.styles.d.ts +2 -2
  10. package/lib/components/AppShell/Header/AppHeader.styles.d.ts.map +1 -1
  11. package/lib/components/BackgroundPicker/BackgroundPicker.d.ts +6 -0
  12. package/lib/components/BackgroundPicker/BackgroundPicker.d.ts.map +1 -0
  13. package/lib/components/BackgroundPicker/BackgroundPicker.js +82 -0
  14. package/lib/components/BackgroundPicker/BackgroundPicker.js.map +1 -0
  15. package/lib/components/BackgroundPicker/BackgroundPicker.styles.d.ts +15 -0
  16. package/lib/components/BackgroundPicker/BackgroundPicker.styles.d.ts.map +1 -0
  17. package/lib/components/BackgroundPicker/BackgroundPicker.styles.js +152 -0
  18. package/lib/components/BackgroundPicker/BackgroundPicker.styles.js.map +1 -0
  19. package/lib/components/BackgroundPicker/BackgroundPicker.test-ids.d.ts +5 -0
  20. package/lib/components/BackgroundPicker/BackgroundPicker.test-ids.d.ts.map +1 -0
  21. package/lib/components/BackgroundPicker/BackgroundPicker.test-ids.js +30 -0
  22. package/lib/components/BackgroundPicker/BackgroundPicker.test-ids.js.map +1 -0
  23. package/lib/components/BackgroundPicker/BackgroundPicker.types.d.ts +98 -0
  24. package/lib/components/BackgroundPicker/BackgroundPicker.types.d.ts.map +1 -0
  25. package/lib/components/BackgroundPicker/BackgroundPicker.types.js +29 -0
  26. package/lib/components/BackgroundPicker/BackgroundPicker.types.js.map +1 -0
  27. package/lib/components/BackgroundPicker/GradientConfig.d.ts +6 -0
  28. package/lib/components/BackgroundPicker/GradientConfig.d.ts.map +1 -0
  29. package/lib/components/BackgroundPicker/GradientConfig.js +149 -0
  30. package/lib/components/BackgroundPicker/GradientConfig.js.map +1 -0
  31. package/lib/components/BackgroundPicker/ImageConfig.d.ts +6 -0
  32. package/lib/components/BackgroundPicker/ImageConfig.d.ts.map +1 -0
  33. package/lib/components/BackgroundPicker/ImageConfig.js +64 -0
  34. package/lib/components/BackgroundPicker/ImageConfig.js.map +1 -0
  35. package/lib/components/BackgroundPicker/SolidColorConfig.d.ts +6 -0
  36. package/lib/components/BackgroundPicker/SolidColorConfig.d.ts.map +1 -0
  37. package/lib/components/BackgroundPicker/SolidColorConfig.js +24 -0
  38. package/lib/components/BackgroundPicker/SolidColorConfig.js.map +1 -0
  39. package/lib/components/BackgroundPicker/index.d.ts +3 -0
  40. package/lib/components/BackgroundPicker/index.d.ts.map +1 -0
  41. package/lib/components/BackgroundPicker/index.js +2 -0
  42. package/lib/components/BackgroundPicker/index.js.map +1 -0
  43. package/lib/components/BackgroundPicker/utils.d.ts +24 -0
  44. package/lib/components/BackgroundPicker/utils.d.ts.map +1 -0
  45. package/lib/components/BackgroundPicker/utils.js +186 -0
  46. package/lib/components/BackgroundPicker/utils.js.map +1 -0
  47. package/lib/components/DynamicContentEditor/DynamicContentEditor.d.ts +2 -3
  48. package/lib/components/DynamicContentEditor/DynamicContentEditor.d.ts.map +1 -1
  49. package/lib/components/DynamicContentEditor/DynamicContentEditor.js.map +1 -1
  50. package/lib/components/DynamicInput/BooleanControl.d.ts +3 -5
  51. package/lib/components/DynamicInput/BooleanControl.d.ts.map +1 -1
  52. package/lib/components/DynamicInput/BooleanControl.js.map +1 -1
  53. package/lib/components/DynamicInput/DynamicInput.d.ts +1 -2
  54. package/lib/components/DynamicInput/DynamicInput.d.ts.map +1 -1
  55. package/lib/components/DynamicInput/DynamicInput.js +33 -33
  56. package/lib/components/DynamicInput/DynamicInput.js.map +1 -1
  57. package/lib/components/DynamicInput/DynamicInput.styles.d.ts +2 -2
  58. package/lib/components/DynamicInput/DynamicInput.styles.d.ts.map +1 -1
  59. package/lib/components/DynamicInput/DynamicInput.styles.js +1 -0
  60. package/lib/components/DynamicInput/DynamicInput.styles.js.map +1 -1
  61. package/lib/components/DynamicInput/DynamicInput.types.d.ts +61 -11
  62. package/lib/components/DynamicInput/DynamicInput.types.d.ts.map +1 -1
  63. package/lib/components/DynamicInput/DynamicInput.types.js.map +1 -1
  64. package/lib/components/Expression/Expression.d.ts +6 -0
  65. package/lib/components/Expression/Expression.d.ts.map +1 -0
  66. package/lib/components/Expression/Expression.js +36 -0
  67. package/lib/components/Expression/Expression.js.map +1 -0
  68. package/lib/components/Expression/Expression.styles.d.ts +7 -0
  69. package/lib/components/Expression/Expression.styles.d.ts.map +1 -0
  70. package/lib/components/Expression/Expression.styles.js +47 -0
  71. package/lib/components/Expression/Expression.styles.js.map +1 -0
  72. package/lib/components/Expression/Expression.test-ids.d.ts +2 -0
  73. package/lib/components/Expression/Expression.test-ids.d.ts.map +1 -0
  74. package/lib/components/Expression/Expression.test-ids.js +8 -0
  75. package/lib/components/Expression/Expression.test-ids.js.map +1 -0
  76. package/lib/components/Expression/Expression.types.d.ts +53 -0
  77. package/lib/components/Expression/Expression.types.d.ts.map +1 -0
  78. package/lib/components/Expression/Expression.types.js +2 -0
  79. package/lib/components/Expression/Expression.types.js.map +1 -0
  80. package/lib/components/Expression/index.d.ts +3 -0
  81. package/lib/components/Expression/index.d.ts.map +1 -0
  82. package/lib/components/Expression/index.js +2 -0
  83. package/lib/components/Expression/index.js.map +1 -0
  84. package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.d.ts +7 -5
  85. package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.d.ts.map +1 -1
  86. package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.js +393 -76
  87. package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.js.map +1 -1
  88. package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.styles.d.ts +9 -2
  89. package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.styles.d.ts.map +1 -1
  90. package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.styles.js +100 -26
  91. package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.styles.js.map +1 -1
  92. package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.test-ids.d.ts +2 -0
  93. package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.test-ids.d.ts.map +1 -0
  94. package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.test-ids.js +6 -0
  95. package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.test-ids.js.map +1 -0
  96. package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.types.d.ts +32 -6
  97. package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.types.d.ts.map +1 -1
  98. package/lib/components/ExpressionBuilder/CodeEditor/CodeEditor.types.js.map +1 -1
  99. package/lib/components/ExpressionBuilder/CodeEditor/getCodeSuggestions.d.ts.map +1 -1
  100. package/lib/components/ExpressionBuilder/CodeEditor/getCodeSuggestions.js +1 -0
  101. package/lib/components/ExpressionBuilder/CodeEditor/getCodeSuggestions.js.map +1 -1
  102. package/lib/components/ExpressionBuilder/CodeEditor/mode/jsonLinter.d.ts +3 -0
  103. package/lib/components/ExpressionBuilder/CodeEditor/mode/jsonLinter.d.ts.map +1 -0
  104. package/lib/components/ExpressionBuilder/CodeEditor/mode/jsonLinter.js +34 -0
  105. package/lib/components/ExpressionBuilder/CodeEditor/mode/jsonLinter.js.map +1 -0
  106. package/lib/components/ExpressionBuilder/ExpressionBuilder.d.ts +2 -3
  107. package/lib/components/ExpressionBuilder/ExpressionBuilder.d.ts.map +1 -1
  108. package/lib/components/ExpressionBuilder/ExpressionBuilder.js.map +1 -1
  109. package/lib/components/ExpressionBuilder/ExpressionBuilder.styles.d.ts +1 -1
  110. package/lib/components/ExpressionBuilder/ExpressionBuilder.styles.d.ts.map +1 -1
  111. package/lib/components/ExpressionBuilder/ExpressionBuilder.types.d.ts +3 -1
  112. package/lib/components/ExpressionBuilder/ExpressionBuilder.types.d.ts.map +1 -1
  113. package/lib/components/ExpressionBuilder/ExpressionBuilder.types.js.map +1 -1
  114. package/lib/components/ExpressionBuilder/ExpressionDetails.d.ts +2 -3
  115. package/lib/components/ExpressionBuilder/ExpressionDetails.d.ts.map +1 -1
  116. package/lib/components/ExpressionBuilder/ExpressionDetails.js.map +1 -1
  117. package/lib/components/ExpressionBuilder/ExpressionList.d.ts +2 -3
  118. package/lib/components/ExpressionBuilder/ExpressionList.d.ts.map +1 -1
  119. package/lib/components/ExpressionBuilder/ExpressionList.js.map +1 -1
  120. package/lib/components/ExpressionBuilder/index.d.ts +1 -1
  121. package/lib/components/ExpressionBuilder/index.d.ts.map +1 -1
  122. package/lib/components/ExpressionBuilder/index.js.map +1 -1
  123. package/lib/components/FieldReference/FieldReference.styles.d.ts +1 -0
  124. package/lib/components/FieldReference/FieldReference.styles.d.ts.map +1 -1
  125. package/lib/components/FieldReference/FieldReference.styles.js +45 -37
  126. package/lib/components/FieldReference/FieldReference.styles.js.map +1 -1
  127. package/lib/components/FieldReference/FieldReference.test-ids.d.ts +1 -0
  128. package/lib/components/FieldReference/FieldReference.test-ids.d.ts.map +1 -1
  129. package/lib/components/FieldReference/FieldReference.test-ids.js +3 -0
  130. package/lib/components/FieldReference/FieldReference.test-ids.js.map +1 -1
  131. package/lib/components/FieldReference/FieldReference.types.d.ts +6 -1
  132. package/lib/components/FieldReference/FieldReference.types.d.ts.map +1 -1
  133. package/lib/components/FieldReference/FieldReference.types.js.map +1 -1
  134. package/lib/components/FieldReference/FieldReferenceDisplay.d.ts.map +1 -1
  135. package/lib/components/FieldReference/FieldReferenceDisplay.js +11 -7
  136. package/lib/components/FieldReference/FieldReferenceDisplay.js.map +1 -1
  137. package/lib/components/FieldReference/FieldReferenceInput.d.ts.map +1 -1
  138. package/lib/components/FieldReference/FieldReferenceInput.js +17 -11
  139. package/lib/components/FieldReference/FieldReferenceInput.js.map +1 -1
  140. package/lib/components/FieldReference/FieldReferenceMenuList.d.ts +5 -4
  141. package/lib/components/FieldReference/FieldReferenceMenuList.d.ts.map +1 -1
  142. package/lib/components/FieldReference/FieldReferenceMenuList.js +7 -5
  143. package/lib/components/FieldReference/FieldReferenceMenuList.js.map +1 -1
  144. package/lib/components/FieldReference/index.d.ts +2 -2
  145. package/lib/components/FieldReference/index.d.ts.map +1 -1
  146. package/lib/components/FieldReference/index.js +1 -1
  147. package/lib/components/FieldReference/index.js.map +1 -1
  148. package/lib/components/IconTile/IconTile.d.ts +7 -3
  149. package/lib/components/IconTile/IconTile.d.ts.map +1 -1
  150. package/lib/components/IconTile/IconTile.js +40 -4
  151. package/lib/components/IconTile/IconTile.js.map +1 -1
  152. package/lib/components/IconTile/IconTile.types.d.ts +17 -15
  153. package/lib/components/IconTile/IconTile.types.d.ts.map +1 -1
  154. package/lib/components/IconTile/IconTile.types.js.map +1 -1
  155. package/lib/components/IconTile/Tiles/Ai.d.ts +1 -1
  156. package/lib/components/IconTile/Tiles/Ai.d.ts.map +1 -1
  157. package/lib/components/IconTile/Tiles/Ai.js.map +1 -1
  158. package/lib/components/IconTile/Tiles/Automation.d.ts +1 -1
  159. package/lib/components/IconTile/Tiles/Automation.d.ts.map +1 -1
  160. package/lib/components/IconTile/Tiles/Automation.js.map +1 -1
  161. package/lib/components/IconTile/Tiles/AutomationAppend.d.ts +1 -1
  162. package/lib/components/IconTile/Tiles/AutomationAppend.d.ts.map +1 -1
  163. package/lib/components/IconTile/Tiles/AutomationAppend.js.map +1 -1
  164. package/lib/components/IconTile/Tiles/AutomationCall.d.ts +1 -1
  165. package/lib/components/IconTile/Tiles/AutomationCall.d.ts.map +1 -1
  166. package/lib/components/IconTile/Tiles/AutomationCall.js.map +1 -1
  167. package/lib/components/IconTile/Tiles/AutomationForEach.d.ts +1 -1
  168. package/lib/components/IconTile/Tiles/AutomationForEach.d.ts.map +1 -1
  169. package/lib/components/IconTile/Tiles/AutomationForEach.js.map +1 -1
  170. package/lib/components/IconTile/Tiles/AutomationReturn.d.ts +1 -1
  171. package/lib/components/IconTile/Tiles/AutomationReturn.d.ts.map +1 -1
  172. package/lib/components/IconTile/Tiles/AutomationReturn.js.map +1 -1
  173. package/lib/components/IconTile/Tiles/AutomationSet.d.ts +1 -1
  174. package/lib/components/IconTile/Tiles/AutomationSet.d.ts.map +1 -1
  175. package/lib/components/IconTile/Tiles/AutomationSet.js.map +1 -1
  176. package/lib/components/IconTile/Tiles/Case.d.ts +1 -1
  177. package/lib/components/IconTile/Tiles/Case.d.ts.map +1 -1
  178. package/lib/components/IconTile/Tiles/Case.js.map +1 -1
  179. package/lib/components/IconTile/Tiles/CaseGoTo.d.ts +1 -1
  180. package/lib/components/IconTile/Tiles/CaseGoTo.d.ts.map +1 -1
  181. package/lib/components/IconTile/Tiles/CaseGoTo.js.map +1 -1
  182. package/lib/components/IconTile/Tiles/CaseProcess.d.ts +1 -1
  183. package/lib/components/IconTile/Tiles/CaseProcess.d.ts.map +1 -1
  184. package/lib/components/IconTile/Tiles/CaseProcess.js.map +1 -1
  185. package/lib/components/IconTile/Tiles/CaseSla.d.ts +1 -1
  186. package/lib/components/IconTile/Tiles/CaseSla.d.ts.map +1 -1
  187. package/lib/components/IconTile/Tiles/CaseSla.js.map +1 -1
  188. package/lib/components/IconTile/Tiles/CaseStage.d.ts +1 -1
  189. package/lib/components/IconTile/Tiles/CaseStage.d.ts.map +1 -1
  190. package/lib/components/IconTile/Tiles/CaseStage.js.map +1 -1
  191. package/lib/components/IconTile/Tiles/CaseWait.d.ts +1 -1
  192. package/lib/components/IconTile/Tiles/CaseWait.d.ts.map +1 -1
  193. package/lib/components/IconTile/Tiles/CaseWait.js.map +1 -1
  194. package/lib/components/IconTile/Tiles/LogicDecisionStep.d.ts +1 -1
  195. package/lib/components/IconTile/Tiles/LogicDecisionStep.d.ts.map +1 -1
  196. package/lib/components/IconTile/Tiles/LogicDecisionStep.js.map +1 -1
  197. package/lib/components/IconTile/Tiles/LogicFunction.d.ts +1 -1
  198. package/lib/components/IconTile/Tiles/LogicFunction.d.ts.map +1 -1
  199. package/lib/components/IconTile/Tiles/LogicFunction.js.map +1 -1
  200. package/lib/components/IconTile/Tiles/LogicValidation.d.ts +1 -1
  201. package/lib/components/IconTile/Tiles/LogicValidation.d.ts.map +1 -1
  202. package/lib/components/IconTile/Tiles/LogicValidation.js.map +1 -1
  203. package/lib/components/IconTile/Tiles/LogicWhen.d.ts +1 -1
  204. package/lib/components/IconTile/Tiles/LogicWhen.d.ts.map +1 -1
  205. package/lib/components/IconTile/Tiles/LogicWhen.js.map +1 -1
  206. package/lib/components/IconTile/Tiles/RuleAuthenticate.d.ts +1 -1
  207. package/lib/components/IconTile/Tiles/RuleAuthenticate.d.ts.map +1 -1
  208. package/lib/components/IconTile/Tiles/RuleAuthenticate.js.map +1 -1
  209. package/lib/components/IconTile/Tiles/RuleConfiguration.d.ts +1 -1
  210. package/lib/components/IconTile/Tiles/RuleConfiguration.d.ts.map +1 -1
  211. package/lib/components/IconTile/Tiles/RuleConfiguration.js.map +1 -1
  212. package/lib/components/IconTile/Tiles/RuleConnector.d.ts +1 -1
  213. package/lib/components/IconTile/Tiles/RuleConnector.d.ts.map +1 -1
  214. package/lib/components/IconTile/Tiles/RuleConnector.js.map +1 -1
  215. package/lib/components/IconTile/Tiles/RuleDataPage.d.ts +1 -1
  216. package/lib/components/IconTile/Tiles/RuleDataPage.d.ts.map +1 -1
  217. package/lib/components/IconTile/Tiles/RuleDataPage.js.map +1 -1
  218. package/lib/components/IconTile/Tiles/RuleField.d.ts +1 -1
  219. package/lib/components/IconTile/Tiles/RuleField.d.ts.map +1 -1
  220. package/lib/components/IconTile/Tiles/RuleField.js.map +1 -1
  221. package/lib/components/IconTile/Tiles/RuleInsight.d.ts +1 -1
  222. package/lib/components/IconTile/Tiles/RuleInsight.d.ts.map +1 -1
  223. package/lib/components/IconTile/Tiles/RuleInsight.js.map +1 -1
  224. package/lib/components/IconTile/Tiles/RuleIntegrationSystem.d.ts +1 -1
  225. package/lib/components/IconTile/Tiles/RuleIntegrationSystem.d.ts.map +1 -1
  226. package/lib/components/IconTile/Tiles/RuleIntegrationSystem.js.map +1 -1
  227. package/lib/components/IconTile/Tiles/RuleLiveData.d.ts +1 -1
  228. package/lib/components/IconTile/Tiles/RuleLiveData.d.ts.map +1 -1
  229. package/lib/components/IconTile/Tiles/RuleLiveData.js.map +1 -1
  230. package/lib/components/IconTile/Tiles/RuleParagraph.d.ts +1 -1
  231. package/lib/components/IconTile/Tiles/RuleParagraph.d.ts.map +1 -1
  232. package/lib/components/IconTile/Tiles/RuleParagraph.js.map +1 -1
  233. package/lib/components/IconTile/Tiles/RulePermission.d.ts +1 -1
  234. package/lib/components/IconTile/Tiles/RulePermission.d.ts.map +1 -1
  235. package/lib/components/IconTile/Tiles/RulePermission.js.map +1 -1
  236. package/lib/components/IconTile/Tiles/RulePersona.d.ts +1 -1
  237. package/lib/components/IconTile/Tiles/RulePersona.d.ts.map +1 -1
  238. package/lib/components/IconTile/Tiles/RulePersona.js.map +1 -1
  239. package/lib/components/IconTile/Tiles/RulePortal.d.ts +1 -1
  240. package/lib/components/IconTile/Tiles/RulePortal.d.ts.map +1 -1
  241. package/lib/components/IconTile/Tiles/RulePortal.js.map +1 -1
  242. package/lib/components/IconTile/Tiles/RuleRecord.d.ts +1 -1
  243. package/lib/components/IconTile/Tiles/RuleRecord.d.ts.map +1 -1
  244. package/lib/components/IconTile/Tiles/RuleRecord.js.map +1 -1
  245. package/lib/components/IconTile/Tiles/RuleSystem.d.ts +1 -1
  246. package/lib/components/IconTile/Tiles/RuleSystem.d.ts.map +1 -1
  247. package/lib/components/IconTile/Tiles/RuleSystem.js.map +1 -1
  248. package/lib/components/IconTile/Tiles/RuleView.d.ts +1 -1
  249. package/lib/components/IconTile/Tiles/RuleView.d.ts.map +1 -1
  250. package/lib/components/IconTile/Tiles/RuleView.js.map +1 -1
  251. package/lib/components/IconTile/Tiles/Task.d.ts +1 -1
  252. package/lib/components/IconTile/Tiles/Task.d.ts.map +1 -1
  253. package/lib/components/IconTile/Tiles/Task.js.map +1 -1
  254. package/lib/components/IconTile/Tiles/TaskAction.d.ts +1 -1
  255. package/lib/components/IconTile/Tiles/TaskAction.d.ts.map +1 -1
  256. package/lib/components/IconTile/Tiles/TaskAction.js.map +1 -1
  257. package/lib/components/IconTile/iconUtils.d.ts +11 -0
  258. package/lib/components/IconTile/iconUtils.d.ts.map +1 -0
  259. package/lib/components/IconTile/iconUtils.js +41 -0
  260. package/lib/components/IconTile/iconUtils.js.map +1 -0
  261. package/lib/components/IconTile/index.d.ts +1 -0
  262. package/lib/components/IconTile/index.d.ts.map +1 -1
  263. package/lib/components/IconTile/index.js.map +1 -1
  264. package/lib/components/ItemLibrary/ItemLibrary.d.ts +10 -10
  265. package/lib/components/ItemLibrary/ItemLibrary.d.ts.map +1 -1
  266. package/lib/components/ItemLibrary/ItemLibrary.js +26 -18
  267. package/lib/components/ItemLibrary/ItemLibrary.js.map +1 -1
  268. package/lib/components/LifeCycle/Category.d.ts +8 -6
  269. package/lib/components/LifeCycle/Category.d.ts.map +1 -1
  270. package/lib/components/LifeCycle/Category.js +53 -36
  271. package/lib/components/LifeCycle/Category.js.map +1 -1
  272. package/lib/components/LifeCycle/LifeCycle.d.ts +8 -4
  273. package/lib/components/LifeCycle/LifeCycle.d.ts.map +1 -1
  274. package/lib/components/LifeCycle/LifeCycle.js +113 -19
  275. package/lib/components/LifeCycle/LifeCycle.js.map +1 -1
  276. package/lib/components/LifeCycle/LifeCycle.test-ids.d.ts +6 -0
  277. package/lib/components/LifeCycle/LifeCycle.test-ids.d.ts.map +1 -0
  278. package/lib/components/LifeCycle/LifeCycle.test-ids.js +10 -0
  279. package/lib/components/LifeCycle/LifeCycle.test-ids.js.map +1 -0
  280. package/lib/components/LifeCycle/LifeCycle.types.d.ts +713 -58
  281. package/lib/components/LifeCycle/LifeCycle.types.d.ts.map +1 -1
  282. package/lib/components/LifeCycle/LifeCycle.types.js +71 -61
  283. package/lib/components/LifeCycle/LifeCycle.types.js.map +1 -1
  284. package/lib/components/LifeCycle/LifeCycleContext.d.ts +16 -4
  285. package/lib/components/LifeCycle/LifeCycleContext.d.ts.map +1 -1
  286. package/lib/components/LifeCycle/LifeCycleContext.js +7 -1
  287. package/lib/components/LifeCycle/LifeCycleContext.js.map +1 -1
  288. package/lib/components/LifeCycle/LifeCycleDragDropList.d.ts +21 -0
  289. package/lib/components/LifeCycle/LifeCycleDragDropList.d.ts.map +1 -0
  290. package/lib/components/LifeCycle/LifeCycleDragDropList.js +298 -0
  291. package/lib/components/LifeCycle/LifeCycleDragDropList.js.map +1 -0
  292. package/lib/components/LifeCycle/LifeCycleList.d.ts +8 -6
  293. package/lib/components/LifeCycle/LifeCycleList.d.ts.map +1 -1
  294. package/lib/components/LifeCycle/LifeCycleList.js +20 -30
  295. package/lib/components/LifeCycle/LifeCycleList.js.map +1 -1
  296. package/lib/components/LifeCycle/Stage.d.ts +12 -7
  297. package/lib/components/LifeCycle/Stage.d.ts.map +1 -1
  298. package/lib/components/LifeCycle/Stage.js +87 -72
  299. package/lib/components/LifeCycle/Stage.js.map +1 -1
  300. package/lib/components/LifeCycle/Step.d.ts +21 -14
  301. package/lib/components/LifeCycle/Step.d.ts.map +1 -1
  302. package/lib/components/LifeCycle/Step.js +75 -51
  303. package/lib/components/LifeCycle/Step.js.map +1 -1
  304. package/lib/components/LifeCycle/Task.d.ts +18 -7
  305. package/lib/components/LifeCycle/Task.d.ts.map +1 -1
  306. package/lib/components/LifeCycle/Task.js +119 -55
  307. package/lib/components/LifeCycle/Task.js.map +1 -1
  308. package/lib/components/LifeCycle/index.d.ts +2 -1
  309. package/lib/components/LifeCycle/index.d.ts.map +1 -1
  310. package/lib/components/LifeCycle/index.js +1 -0
  311. package/lib/components/LifeCycle/index.js.map +1 -1
  312. package/lib/components/LifeCycle/utils.d.ts +14 -0
  313. package/lib/components/LifeCycle/utils.d.ts.map +1 -0
  314. package/lib/components/LifeCycle/utils.js +250 -0
  315. package/lib/components/LifeCycle/utils.js.map +1 -0
  316. package/lib/components/MobileBuildSummary/MobileBuildSummary.d.ts +2 -3
  317. package/lib/components/MobileBuildSummary/MobileBuildSummary.d.ts.map +1 -1
  318. package/lib/components/MobileBuildSummary/MobileBuildSummary.js.map +1 -1
  319. package/lib/components/ObjectSelect/ObjectPicker.d.ts +2 -2
  320. package/lib/components/ObjectSelect/ObjectPicker.d.ts.map +1 -1
  321. package/lib/components/ObjectSelect/ObjectPicker.js.map +1 -1
  322. package/lib/components/PageTemplates/GalleryPage.d.ts +2 -2
  323. package/lib/components/PageTemplates/GalleryPage.d.ts.map +1 -1
  324. package/lib/components/PageTemplates/GalleryPage.js.map +1 -1
  325. package/lib/components/PageTemplates/PageTemplates.d.ts +5 -5
  326. package/lib/components/PageTemplates/PageTemplates.d.ts.map +1 -1
  327. package/lib/components/PageTemplates/PageTemplates.js.map +1 -1
  328. package/lib/components/PageTemplates/ShowcasePage.d.ts +2 -2
  329. package/lib/components/PageTemplates/ShowcasePage.d.ts.map +1 -1
  330. package/lib/components/PageTemplates/ShowcasePage.js.map +1 -1
  331. package/lib/components/RuleSelect/RuleSelect.js +3 -3
  332. package/lib/components/RuleSelect/RuleSelect.js.map +1 -1
  333. package/lib/components/Workbench/Workbench.d.ts +2 -3
  334. package/lib/components/Workbench/Workbench.d.ts.map +1 -1
  335. package/lib/components/Workbench/Workbench.js.map +1 -1
  336. package/lib/components/Workbench/Workbench.styles.d.ts +2 -2
  337. package/lib/components/Workbench/Workbench.styles.d.ts.map +1 -1
  338. package/lib/index.d.ts +4 -2
  339. package/lib/index.d.ts.map +1 -1
  340. package/lib/index.js +4 -2
  341. package/lib/index.js.map +1 -1
  342. package/lib/{components/FieldReference → utils}/typeIconMapping.d.ts +8 -0
  343. package/lib/utils/typeIconMapping.d.ts.map +1 -0
  344. package/lib/{components/FieldReference → utils}/typeIconMapping.js +15 -3
  345. package/lib/utils/typeIconMapping.js.map +1 -0
  346. package/package.json +16 -14
  347. package/lib/components/FieldReference/typeIconMapping.d.ts.map +0 -1
  348. package/lib/components/FieldReference/typeIconMapping.js.map +0 -1
  349. package/lib/components/FlowModeller/AddNode.d.ts +0 -18
  350. package/lib/components/FlowModeller/AddNode.d.ts.map +0 -1
  351. package/lib/components/FlowModeller/AddNode.js +0 -86
  352. package/lib/components/FlowModeller/AddNode.js.map +0 -1
  353. package/lib/components/FlowModeller/Connector.d.ts +0 -6
  354. package/lib/components/FlowModeller/Connector.d.ts.map +0 -1
  355. package/lib/components/FlowModeller/Connector.js +0 -69
  356. package/lib/components/FlowModeller/Connector.js.map +0 -1
  357. package/lib/components/FlowModeller/DeletePopover.d.ts +0 -19
  358. package/lib/components/FlowModeller/DeletePopover.d.ts.map +0 -1
  359. package/lib/components/FlowModeller/DeletePopover.js +0 -136
  360. package/lib/components/FlowModeller/DeletePopover.js.map +0 -1
  361. package/lib/components/FlowModeller/FlowModeller.d.ts +0 -5
  362. package/lib/components/FlowModeller/FlowModeller.d.ts.map +0 -1
  363. package/lib/components/FlowModeller/FlowModeller.js +0 -317
  364. package/lib/components/FlowModeller/FlowModeller.js.map +0 -1
  365. package/lib/components/FlowModeller/FlowModeller.types.d.ts +0 -27
  366. package/lib/components/FlowModeller/FlowModeller.types.d.ts.map +0 -1
  367. package/lib/components/FlowModeller/FlowModeller.types.js +0 -2
  368. package/lib/components/FlowModeller/FlowModeller.types.js.map +0 -1
  369. package/lib/components/FlowModeller/FlowModellerContext.d.ts +0 -10
  370. package/lib/components/FlowModeller/FlowModellerContext.d.ts.map +0 -1
  371. package/lib/components/FlowModeller/FlowModellerContext.js +0 -8
  372. package/lib/components/FlowModeller/FlowModellerContext.js.map +0 -1
  373. package/lib/components/FlowModeller/Node/Node.types.d.ts +0 -75
  374. package/lib/components/FlowModeller/Node/Node.types.d.ts.map +0 -1
  375. package/lib/components/FlowModeller/Node/Node.types.js +0 -27
  376. package/lib/components/FlowModeller/Node/Node.types.js.map +0 -1
  377. package/lib/components/FlowModeller/Node/NodeTemplate.styles.d.ts +0 -20
  378. package/lib/components/FlowModeller/Node/NodeTemplate.styles.d.ts.map +0 -1
  379. package/lib/components/FlowModeller/Node/NodeTemplate.styles.js +0 -151
  380. package/lib/components/FlowModeller/Node/NodeTemplate.styles.js.map +0 -1
  381. package/lib/components/FlowModeller/Node/NodeTemplates.d.ts +0 -6
  382. package/lib/components/FlowModeller/Node/NodeTemplates.d.ts.map +0 -1
  383. package/lib/components/FlowModeller/Node/NodeTemplates.js +0 -69
  384. package/lib/components/FlowModeller/Node/NodeTemplates.js.map +0 -1
  385. package/lib/components/FlowModeller/Node.d.ts +0 -5
  386. package/lib/components/FlowModeller/Node.d.ts.map +0 -1
  387. package/lib/components/FlowModeller/Node.js +0 -22
  388. package/lib/components/FlowModeller/Node.js.map +0 -1
  389. package/lib/components/FlowModeller/Renderer/Renderer.d.ts +0 -5
  390. package/lib/components/FlowModeller/Renderer/Renderer.d.ts.map +0 -1
  391. package/lib/components/FlowModeller/Renderer/Renderer.js +0 -48
  392. package/lib/components/FlowModeller/Renderer/Renderer.js.map +0 -1
  393. package/lib/components/FlowModeller/Renderer/Renderer.types.d.ts +0 -18
  394. package/lib/components/FlowModeller/Renderer/Renderer.types.d.ts.map +0 -1
  395. package/lib/components/FlowModeller/Renderer/Renderer.types.js +0 -2
  396. package/lib/components/FlowModeller/Renderer/Renderer.types.js.map +0 -1
  397. package/lib/components/FlowModeller/Renderer/Utils/Graph.d.ts +0 -59
  398. package/lib/components/FlowModeller/Renderer/Utils/Graph.d.ts.map +0 -1
  399. package/lib/components/FlowModeller/Renderer/Utils/Graph.js +0 -258
  400. package/lib/components/FlowModeller/Renderer/Utils/Graph.js.map +0 -1
  401. package/lib/components/FlowModeller/Renderer/Utils/GraphLayout.d.ts +0 -36
  402. package/lib/components/FlowModeller/Renderer/Utils/GraphLayout.d.ts.map +0 -1
  403. package/lib/components/FlowModeller/Renderer/Utils/GraphLayout.js +0 -120
  404. package/lib/components/FlowModeller/Renderer/Utils/GraphLayout.js.map +0 -1
  405. package/lib/components/FlowModeller/Renderer/Utils/GraphTraversal.d.ts +0 -28
  406. package/lib/components/FlowModeller/Renderer/Utils/GraphTraversal.d.ts.map +0 -1
  407. package/lib/components/FlowModeller/Renderer/Utils/GraphTraversal.js +0 -172
  408. package/lib/components/FlowModeller/Renderer/Utils/GraphTraversal.js.map +0 -1
  409. package/lib/components/FlowModeller/Utils/addNodeUtils.d.ts +0 -18
  410. package/lib/components/FlowModeller/Utils/addNodeUtils.d.ts.map +0 -1
  411. package/lib/components/FlowModeller/Utils/addNodeUtils.js +0 -141
  412. package/lib/components/FlowModeller/Utils/addNodeUtils.js.map +0 -1
  413. package/lib/components/FlowModeller/Utils/deleteNodeUtils.d.ts +0 -30
  414. package/lib/components/FlowModeller/Utils/deleteNodeUtils.d.ts.map +0 -1
  415. package/lib/components/FlowModeller/Utils/deleteNodeUtils.js +0 -81
  416. package/lib/components/FlowModeller/Utils/deleteNodeUtils.js.map +0 -1
  417. package/lib/components/FlowModeller/helper.d.ts +0 -39
  418. package/lib/components/FlowModeller/helper.d.ts.map +0 -1
  419. package/lib/components/FlowModeller/helper.js +0 -198
  420. package/lib/components/FlowModeller/helper.js.map +0 -1
  421. package/lib/components/FlowModeller/index.d.ts +0 -20
  422. package/lib/components/FlowModeller/index.d.ts.map +0 -1
  423. package/lib/components/FlowModeller/index.js +0 -12
  424. package/lib/components/FlowModeller/index.js.map +0 -1
  425. package/lib/components/IconTile/IconTile.styles.d.ts +0 -7
  426. package/lib/components/IconTile/IconTile.styles.d.ts.map +0 -1
  427. package/lib/components/IconTile/IconTile.styles.js +0 -68
  428. package/lib/components/IconTile/IconTile.styles.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"RuleConnector.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleConnector.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,iBAAiB,GAAsB,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACxD,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,MAAM,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,gBAAgB,EAAC,QAAQ,SAAG,CAAC;AAC9F,CAAC,CAAC;AAEF,eAAe,iBAAiB,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RuleConnectorTile: FC<IconTileProps> = ({ size }) => {\n return <IconTile name='plug' category='rule' size={size} label='Connector rule' inverted />;\n};\n\nexport default RuleConnectorTile;\n"]}
1
+ {"version":3,"file":"RuleConnector.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleConnector.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,iBAAiB,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACtE,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,MAAM,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,gBAAgB,EAAC,QAAQ,SAAG,CAAC;AAC9F,CAAC,CAAC;AAEF,eAAe,iBAAiB,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RuleConnectorTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='plug' category='rule' size={size} label='Connector rule' inverted />;\n};\n\nexport default RuleConnectorTile;\n"]}
@@ -1,5 +1,5 @@
1
1
  import type { FC } from 'react';
2
2
  import type { IconTileProps } from '../IconTile.types';
3
- declare const RuleDataPageTile: FC<IconTileProps>;
3
+ declare const RuleDataPageTile: FC<Pick<IconTileProps, 'size'>>;
4
4
  export default RuleDataPageTile;
5
5
  //# sourceMappingURL=RuleDataPage.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RuleDataPage.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleDataPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,gBAAgB,EAAE,EAAE,CAAC,aAAa,CAIvC,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"RuleDataPage.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleDataPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,gBAAgB,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAIrD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"RuleDataPage.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleDataPage.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,gBAAgB,GAAsB,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACvD,OAAO,CACL,KAAC,QAAQ,IAAC,IAAI,EAAC,iBAAiB,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,gBAAgB,EAAC,QAAQ,SAAG,CAChG,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,gBAAgB,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RuleDataPageTile: FC<IconTileProps> = ({ size }) => {\n return (\n <IconTile name='database-search' category='rule' size={size} label='Data page rule' inverted />\n );\n};\n\nexport default RuleDataPageTile;\n"]}
1
+ {"version":3,"file":"RuleDataPage.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleDataPage.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,gBAAgB,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACrE,OAAO,CACL,KAAC,QAAQ,IAAC,IAAI,EAAC,iBAAiB,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,gBAAgB,EAAC,QAAQ,SAAG,CAChG,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,gBAAgB,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RuleDataPageTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return (\n <IconTile name='database-search' category='rule' size={size} label='Data page rule' inverted />\n );\n};\n\nexport default RuleDataPageTile;\n"]}
@@ -1,5 +1,5 @@
1
1
  import type { FC } from 'react';
2
2
  import type { IconTileProps } from '../IconTile.types';
3
- declare const RuleFieldTile: FC<IconTileProps>;
3
+ declare const RuleFieldTile: FC<Pick<IconTileProps, 'size'>>;
4
4
  export default RuleFieldTile;
5
5
  //# sourceMappingURL=RuleField.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RuleField.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,aAAa,EAAE,EAAE,CAAC,aAAa,CAEpC,CAAC;AAEF,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"RuleField.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,aAAa,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAElD,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"RuleField.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleField.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,aAAa,GAAsB,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACpD,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,cAAc,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,YAAY,EAAC,QAAQ,SAAG,CAAC;AAClG,CAAC,CAAC;AAEF,eAAe,aAAa,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RuleFieldTile: FC<IconTileProps> = ({ size }) => {\n return <IconTile name='field-cursor' category='rule' size={size} label='Field rule' inverted />;\n};\n\nexport default RuleFieldTile;\n"]}
1
+ {"version":3,"file":"RuleField.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleField.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,aAAa,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IAClE,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,cAAc,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,YAAY,EAAC,QAAQ,SAAG,CAAC;AAClG,CAAC,CAAC;AAEF,eAAe,aAAa,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RuleFieldTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='field-cursor' category='rule' size={size} label='Field rule' inverted />;\n};\n\nexport default RuleFieldTile;\n"]}
@@ -1,5 +1,5 @@
1
1
  import type { FC } from 'react';
2
2
  import type { IconTileProps } from '../IconTile.types';
3
- declare const RuleInsightTile: FC<IconTileProps>;
3
+ declare const RuleInsightTile: FC<Pick<IconTileProps, 'size'>>;
4
4
  export default RuleInsightTile;
5
5
  //# sourceMappingURL=RuleInsight.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RuleInsight.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleInsight.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,aAAa,CAItC,CAAC;AAEF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"RuleInsight.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleInsight.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAIpD,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"RuleInsight.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleInsight.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,eAAe,GAAsB,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACtD,OAAO,CACL,KAAC,QAAQ,IAAC,IAAI,EAAC,kBAAkB,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,cAAc,EAAC,QAAQ,SAAG,CAC/F,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,eAAe,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RuleInsightTile: FC<IconTileProps> = ({ size }) => {\n return (\n <IconTile name='search-analytics' category='rule' size={size} label='Insight rule' inverted />\n );\n};\n\nexport default RuleInsightTile;\n"]}
1
+ {"version":3,"file":"RuleInsight.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleInsight.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,eAAe,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACpE,OAAO,CACL,KAAC,QAAQ,IAAC,IAAI,EAAC,kBAAkB,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,cAAc,EAAC,QAAQ,SAAG,CAC/F,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,eAAe,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RuleInsightTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return (\n <IconTile name='search-analytics' category='rule' size={size} label='Insight rule' inverted />\n );\n};\n\nexport default RuleInsightTile;\n"]}
@@ -1,5 +1,5 @@
1
1
  import type { FC } from 'react';
2
2
  import type { IconTileProps } from '../IconTile.types';
3
- declare const RuleIntegrationSystemTile: FC<IconTileProps>;
3
+ declare const RuleIntegrationSystemTile: FC<Pick<IconTileProps, 'size'>>;
4
4
  export default RuleIntegrationSystemTile;
5
5
  //# sourceMappingURL=RuleIntegrationSystem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RuleIntegrationSystem.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleIntegrationSystem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,yBAAyB,EAAE,EAAE,CAAC,aAAa,CAUhD,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
1
+ {"version":3,"file":"RuleIntegrationSystem.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleIntegrationSystem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,yBAAyB,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAU9D,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"RuleIntegrationSystem.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleIntegrationSystem.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,yBAAyB,GAAsB,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IAChE,OAAO,CACL,KAAC,QAAQ,IACP,IAAI,EAAC,YAAY,EACjB,QAAQ,EAAC,MAAM,EACf,IAAI,EAAE,IAAI,EACV,KAAK,EAAC,yBAAyB,EAC/B,QAAQ,SACR,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,yBAAyB,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RuleIntegrationSystemTile: FC<IconTileProps> = ({ size }) => {\n return (\n <IconTile\n name='disc-stack'\n category='rule'\n size={size}\n label='Integration system rule'\n inverted\n />\n );\n};\n\nexport default RuleIntegrationSystemTile;\n"]}
1
+ {"version":3,"file":"RuleIntegrationSystem.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleIntegrationSystem.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,yBAAyB,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IAC9E,OAAO,CACL,KAAC,QAAQ,IACP,IAAI,EAAC,YAAY,EACjB,QAAQ,EAAC,MAAM,EACf,IAAI,EAAE,IAAI,EACV,KAAK,EAAC,yBAAyB,EAC/B,QAAQ,SACR,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,yBAAyB,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RuleIntegrationSystemTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return (\n <IconTile\n name='disc-stack'\n category='rule'\n size={size}\n label='Integration system rule'\n inverted\n />\n );\n};\n\nexport default RuleIntegrationSystemTile;\n"]}
@@ -1,5 +1,5 @@
1
1
  import type { FC } from 'react';
2
2
  import type { IconTileProps } from '../IconTile.types';
3
- declare const RuleLiveDataTile: FC<IconTileProps>;
3
+ declare const RuleLiveDataTile: FC<Pick<IconTileProps, 'size'>>;
4
4
  export default RuleLiveDataTile;
5
5
  //# sourceMappingURL=RuleLiveData.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RuleLiveData.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleLiveData.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,gBAAgB,EAAE,EAAE,CAAC,aAAa,CAEvC,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"RuleLiveData.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleLiveData.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,gBAAgB,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAErD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"RuleLiveData.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleLiveData.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,gBAAgB,GAAsB,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACvD,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,YAAY,EAAC,QAAQ,EAAC,MAAM,EAAC,KAAK,EAAC,gBAAgB,EAAC,IAAI,EAAE,IAAI,GAAI,CAAC;AAC3F,CAAC,CAAC;AAEF,eAAe,gBAAgB,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RuleLiveDataTile: FC<IconTileProps> = ({ size }) => {\n return <IconTile name='table-bolt' category='rule' label='Live data rule' size={size} />;\n};\n\nexport default RuleLiveDataTile;\n"]}
1
+ {"version":3,"file":"RuleLiveData.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleLiveData.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,gBAAgB,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACrE,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,YAAY,EAAC,QAAQ,EAAC,MAAM,EAAC,KAAK,EAAC,gBAAgB,EAAC,IAAI,EAAE,IAAI,GAAI,CAAC;AAC3F,CAAC,CAAC;AAEF,eAAe,gBAAgB,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RuleLiveDataTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='table-bolt' category='rule' label='Live data rule' size={size} />;\n};\n\nexport default RuleLiveDataTile;\n"]}
@@ -1,5 +1,5 @@
1
1
  import type { FC } from 'react';
2
2
  import type { IconTileProps } from '../IconTile.types';
3
- declare const RuleParagraphTile: FC<IconTileProps>;
3
+ declare const RuleParagraphTile: FC<Pick<IconTileProps, 'size'>>;
4
4
  export default RuleParagraphTile;
5
5
  //# sourceMappingURL=RuleParagraph.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RuleParagraph.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleParagraph.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,iBAAiB,EAAE,EAAE,CAAC,aAAa,CAIxC,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"RuleParagraph.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleParagraph.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,iBAAiB,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAItD,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"RuleParagraph.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleParagraph.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,iBAAiB,GAAsB,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACxD,OAAO,CACL,KAAC,QAAQ,IAAC,IAAI,EAAC,eAAe,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,gBAAgB,EAAC,QAAQ,SAAG,CAC9F,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,iBAAiB,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RuleParagraphTile: FC<IconTileProps> = ({ size }) => {\n return (\n <IconTile name='filetype-text' category='rule' size={size} label='Paragraph rule' inverted />\n );\n};\n\nexport default RuleParagraphTile;\n"]}
1
+ {"version":3,"file":"RuleParagraph.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleParagraph.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,iBAAiB,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACtE,OAAO,CACL,KAAC,QAAQ,IAAC,IAAI,EAAC,eAAe,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,gBAAgB,EAAC,QAAQ,SAAG,CAC9F,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,iBAAiB,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RuleParagraphTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return (\n <IconTile name='filetype-text' category='rule' size={size} label='Paragraph rule' inverted />\n );\n};\n\nexport default RuleParagraphTile;\n"]}
@@ -1,5 +1,5 @@
1
1
  import type { FC } from 'react';
2
2
  import type { IconTileProps } from '../IconTile.types';
3
- declare const RulePermissionTile: FC<IconTileProps>;
3
+ declare const RulePermissionTile: FC<Pick<IconTileProps, 'size'>>;
4
4
  export default RulePermissionTile;
5
5
  //# sourceMappingURL=RulePermission.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RulePermission.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RulePermission.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,kBAAkB,EAAE,EAAE,CAAC,aAAa,CAEzC,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"RulePermission.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RulePermission.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,kBAAkB,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAEvD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"RulePermission.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RulePermission.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,kBAAkB,GAAsB,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACzD,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,QAAQ,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,iBAAiB,EAAC,QAAQ,SAAG,CAAC;AACjG,CAAC,CAAC;AAEF,eAAe,kBAAkB,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RulePermissionTile: FC<IconTileProps> = ({ size }) => {\n return <IconTile name='shield' category='rule' size={size} label='Permission rule' inverted />;\n};\n\nexport default RulePermissionTile;\n"]}
1
+ {"version":3,"file":"RulePermission.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RulePermission.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,kBAAkB,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACvE,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,QAAQ,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,iBAAiB,EAAC,QAAQ,SAAG,CAAC;AACjG,CAAC,CAAC;AAEF,eAAe,kBAAkB,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RulePermissionTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='shield' category='rule' size={size} label='Permission rule' inverted />;\n};\n\nexport default RulePermissionTile;\n"]}
@@ -1,5 +1,5 @@
1
1
  import type { FC } from 'react';
2
2
  import type { IconTileProps } from '../IconTile.types';
3
- declare const RulePersonaTile: FC<IconTileProps>;
3
+ declare const RulePersonaTile: FC<Pick<IconTileProps, 'size'>>;
4
4
  export default RulePersonaTile;
5
5
  //# sourceMappingURL=RulePersona.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RulePersona.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RulePersona.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,aAAa,CAEtC,CAAC;AAEF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"RulePersona.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RulePersona.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAEpD,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"RulePersona.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RulePersona.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,eAAe,GAAsB,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACtD,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,MAAM,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,cAAc,GAAG,CAAC;AACnF,CAAC,CAAC;AAEF,eAAe,eAAe,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RulePersonaTile: FC<IconTileProps> = ({ size }) => {\n return <IconTile name='user' category='rule' size={size} label='Persona rule' />;\n};\n\nexport default RulePersonaTile;\n"]}
1
+ {"version":3,"file":"RulePersona.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RulePersona.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,eAAe,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACpE,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,MAAM,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,cAAc,GAAG,CAAC;AACnF,CAAC,CAAC;AAEF,eAAe,eAAe,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RulePersonaTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='user' category='rule' size={size} label='Persona rule' />;\n};\n\nexport default RulePersonaTile;\n"]}
@@ -1,5 +1,5 @@
1
1
  import type { FC } from 'react';
2
2
  import type { IconTileProps } from '../IconTile.types';
3
- declare const RulePortalTile: FC<IconTileProps>;
3
+ declare const RulePortalTile: FC<Pick<IconTileProps, 'size'>>;
4
4
  export default RulePortalTile;
5
5
  //# sourceMappingURL=RulePortal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RulePortal.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RulePortal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,cAAc,EAAE,EAAE,CAAC,aAAa,CAErC,CAAC;AAEF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"RulePortal.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RulePortal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,cAAc,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAEnD,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"RulePortal.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RulePortal.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,cAAc,GAAsB,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACrD,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,cAAc,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,aAAa,EAAC,QAAQ,SAAG,CAAC;AACnG,CAAC,CAAC;AAEF,eAAe,cAAc,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RulePortalTile: FC<IconTileProps> = ({ size }) => {\n return <IconTile name='multi-device' category='rule' size={size} label='Portal rule' inverted />;\n};\n\nexport default RulePortalTile;\n"]}
1
+ {"version":3,"file":"RulePortal.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RulePortal.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,cAAc,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACnE,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,cAAc,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,aAAa,EAAC,QAAQ,SAAG,CAAC;AACnG,CAAC,CAAC;AAEF,eAAe,cAAc,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst RulePortalTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='multi-device' category='rule' size={size} label='Portal rule' inverted />;\n};\n\nexport default RulePortalTile;\n"]}
@@ -1,5 +1,5 @@
1
1
  import type { FC } from 'react';
2
2
  import type { IconTileProps } from '../IconTile.types';
3
- export declare const RuleRecordTile: FC<IconTileProps>;
3
+ export declare const RuleRecordTile: FC<Pick<IconTileProps, 'size'>>;
4
4
  export default RuleRecordTile;
5
5
  //# sourceMappingURL=RuleRecord.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RuleRecord.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleRecord.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,aAAa,CAU5C,CAAC;AAEF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"RuleRecord.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleRecord.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAU1D,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"RuleRecord.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleRecord.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,CAAC,MAAM,cAAc,GAAsB,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IAC5D,OAAO,CACL,KAAC,QAAQ,IACP,IAAI,EAAC,yBAAyB,EAC9B,QAAQ,EAAC,MAAM,EACf,IAAI,EAAE,IAAI,EACV,KAAK,EAAC,aAAa,EACnB,QAAQ,SACR,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,cAAc,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nexport const RuleRecordTile: FC<IconTileProps> = ({ size }) => {\n return (\n <IconTile\n name='dataviz-table-with-bars'\n category='rule'\n size={size}\n label='Record rule'\n inverted\n />\n );\n};\n\nexport default RuleRecordTile;\n"]}
1
+ {"version":3,"file":"RuleRecord.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleRecord.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,CAAC,MAAM,cAAc,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IAC1E,OAAO,CACL,KAAC,QAAQ,IACP,IAAI,EAAC,yBAAyB,EAC9B,QAAQ,EAAC,MAAM,EACf,IAAI,EAAE,IAAI,EACV,KAAK,EAAC,aAAa,EACnB,QAAQ,SACR,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,cAAc,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nexport const RuleRecordTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return (\n <IconTile\n name='dataviz-table-with-bars'\n category='rule'\n size={size}\n label='Record rule'\n inverted\n />\n );\n};\n\nexport default RuleRecordTile;\n"]}
@@ -1,5 +1,5 @@
1
1
  import type { FC } from 'react';
2
2
  import type { IconTileProps } from '../IconTile.types';
3
- export declare const RuleSystemTile: FC<IconTileProps>;
3
+ export declare const RuleSystemTile: FC<Pick<IconTileProps, 'size'>>;
4
4
  export default RuleSystemTile;
5
5
  //# sourceMappingURL=RuleSystem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RuleSystem.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleSystem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,aAAa,CAE5C,CAAC;AAEF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"RuleSystem.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleSystem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAE1D,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"RuleSystem.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleSystem.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,CAAC,MAAM,cAAc,GAAsB,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IAC5D,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,MAAM,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,aAAa,EAAC,QAAQ,SAAG,CAAC;AAC3F,CAAC,CAAC;AAEF,eAAe,cAAc,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nexport const RuleSystemTile: FC<IconTileProps> = ({ size }) => {\n return <IconTile name='code' category='rule' size={size} label='System rule' inverted />;\n};\n\nexport default RuleSystemTile;\n"]}
1
+ {"version":3,"file":"RuleSystem.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleSystem.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,CAAC,MAAM,cAAc,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IAC1E,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,MAAM,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,aAAa,EAAC,QAAQ,SAAG,CAAC;AAC3F,CAAC,CAAC;AAEF,eAAe,cAAc,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nexport const RuleSystemTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='code' category='rule' size={size} label='System rule' inverted />;\n};\n\nexport default RuleSystemTile;\n"]}
@@ -1,5 +1,5 @@
1
1
  import type { FC } from 'react';
2
2
  import type { IconTileProps } from '../IconTile.types';
3
- export declare const RuleViewTile: FC<IconTileProps>;
3
+ export declare const RuleViewTile: FC<Pick<IconTileProps, 'size'>>;
4
4
  export default RuleViewTile;
5
5
  //# sourceMappingURL=RuleView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RuleView.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,aAAa,CAE1C,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"RuleView.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAExD,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"RuleView.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleView.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,CAAC,MAAM,YAAY,GAAsB,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IAC1D,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,WAAW,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,WAAW,EAAC,QAAQ,SAAG,CAAC;AAC9F,CAAC,CAAC;AAEF,eAAe,YAAY,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nexport const RuleViewTile: FC<IconTileProps> = ({ size }) => {\n return <IconTile name='newspaper' category='rule' size={size} label='View rule' inverted />;\n};\n\nexport default RuleViewTile;\n"]}
1
+ {"version":3,"file":"RuleView.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/RuleView.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,CAAC,MAAM,YAAY,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACxE,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,WAAW,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,WAAW,EAAC,QAAQ,SAAG,CAAC;AAC9F,CAAC,CAAC;AAEF,eAAe,YAAY,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nexport const RuleViewTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='newspaper' category='rule' size={size} label='View rule' inverted />;\n};\n\nexport default RuleViewTile;\n"]}
@@ -1,5 +1,5 @@
1
1
  import type { FC } from 'react';
2
2
  import type { IconTileProps } from '../IconTile.types';
3
- declare const TaskTile: FC<IconTileProps>;
3
+ declare const TaskTile: FC<Pick<IconTileProps, 'size'>>;
4
4
  export default TaskTile;
5
5
  //# sourceMappingURL=Task.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Task.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/Task.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CAE/B,CAAC;AAEF,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"Task.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/Task.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,QAAQ,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAE7C,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Task.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/Task.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,QAAQ,GAAsB,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IAC/C,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,eAAe,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,aAAa,GAAG,CAAC;AAC3F,CAAC,CAAC;AAEF,eAAe,QAAQ,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst TaskTile: FC<IconTileProps> = ({ size }) => {\n return <IconTile name='user-document' category='task' size={size} label='Task object' />;\n};\n\nexport default TaskTile;\n"]}
1
+ {"version":3,"file":"Task.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/Task.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,QAAQ,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IAC7D,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,eAAe,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,aAAa,GAAG,CAAC;AAC3F,CAAC,CAAC;AAEF,eAAe,QAAQ,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst TaskTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='user-document' category='task' size={size} label='Task object' />;\n};\n\nexport default TaskTile;\n"]}
@@ -1,5 +1,5 @@
1
1
  import type { FC } from 'react';
2
2
  import type { IconTileProps } from '../IconTile.types';
3
- declare const TaskActionTile: FC<IconTileProps>;
3
+ declare const TaskActionTile: FC<Pick<IconTileProps, 'size'>>;
4
4
  export default TaskActionTile;
5
5
  //# sourceMappingURL=TaskAction.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TaskAction.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/TaskAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,cAAc,EAAE,EAAE,CAAC,aAAa,CAErC,CAAC;AAEF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"TaskAction.d.ts","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/TaskAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,cAAc,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAEnD,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TaskAction.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/TaskAction.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,cAAc,GAAsB,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACrD,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,aAAa,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,aAAa,EAAC,QAAQ,SAAG,CAAC;AAClG,CAAC,CAAC;AAEF,eAAe,cAAc,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst TaskActionTile: FC<IconTileProps> = ({ size }) => {\n return <IconTile name='user-pencil' category='task' size={size} label='Action task' inverted />;\n};\n\nexport default TaskActionTile;\n"]}
1
+ {"version":3,"file":"TaskAction.js","sourceRoot":"","sources":["../../../../src/components/IconTile/Tiles/TaskAction.tsx"],"names":[],"mappings":";AAGA,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,MAAM,cAAc,GAAoC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACnE,OAAO,KAAC,QAAQ,IAAC,IAAI,EAAC,aAAa,EAAC,QAAQ,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAC,aAAa,EAAC,QAAQ,SAAG,CAAC;AAClG,CAAC,CAAC;AAEF,eAAe,cAAc,CAAC","sourcesContent":["import type { FC } from 'react';\n\nimport type { IconTileProps } from '../IconTile.types';\nimport IconTile from '../IconTile';\n\nconst TaskActionTile: FC<Pick<IconTileProps, 'size'>> = ({ size }) => {\n return <IconTile name='user-pencil' category='task' size={size} label='Action task' inverted />;\n};\n\nexport default TaskActionTile;\n"]}
@@ -0,0 +1,11 @@
1
+ import type { Category } from './IconTile.types';
2
+ interface ColorInfo {
3
+ bg: string;
4
+ fg: string;
5
+ invertBg: string;
6
+ invertFg: string;
7
+ }
8
+ type IconTileColors = Record<Category, ColorInfo>;
9
+ export declare const tileColors: IconTileColors;
10
+ export {};
11
+ //# sourceMappingURL=iconUtils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"iconUtils.d.ts","sourceRoot":"","sources":["../../../src/components/IconTile/iconUtils.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEjD,UAAU,SAAS;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,KAAK,cAAc,GAAG,MAAM,CAAC,QAAQ,EAAE,SAAS,CAAC,CAAC;AAGlD,eAAO,MAAM,UAAU,EAAE,cAqCxB,CAAC"}
@@ -0,0 +1,41 @@
1
+ import { WorkTheme as Theme } from '@pega/cosmos-react-core';
2
+ // eslint-disable-next-line import/prefer-default-export
3
+ export const tileColors = {
4
+ rule: {
5
+ bg: Theme.base.colors.slate.dark,
6
+ fg: Theme.base.colors.white,
7
+ invertBg: '#D2D5D9',
8
+ invertFg: Theme.base.colors.slate.dark
9
+ },
10
+ case: {
11
+ bg: Theme.base.colors.blue.medium,
12
+ fg: Theme.base.colors.white,
13
+ invertBg: '#CDE1F4',
14
+ invertFg: Theme.base.colors.blue.medium
15
+ },
16
+ task: {
17
+ bg: Theme.base.colors.green.dark,
18
+ fg: Theme.base.colors.white,
19
+ invertBg: '#C4DBCC',
20
+ invertFg: Theme.base.colors.green.dark
21
+ },
22
+ logic: {
23
+ bg: Theme.base.colors.orange.medium,
24
+ fg: Theme.base.colors.white,
25
+ invertBg: '#FED7BF',
26
+ invertFg: '#DB5201'
27
+ },
28
+ automation: {
29
+ bg: '#F4C500',
30
+ fg: '#6C5700',
31
+ invertBg: '#FCF0BF',
32
+ invertFg: '#6C5700'
33
+ },
34
+ ai: {
35
+ bg: Theme.base.colors.purple.dark,
36
+ fg: Theme.base.colors.white,
37
+ invertBg: '#D9C7F0',
38
+ invertFg: Theme.base.colors.purple.dark
39
+ }
40
+ };
41
+ //# sourceMappingURL=iconUtils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"iconUtils.js","sourceRoot":"","sources":["../../../src/components/IconTile/iconUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,IAAI,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAa7D,wDAAwD;AACxD,MAAM,CAAC,MAAM,UAAU,GAAmB;IACxC,IAAI,EAAE;QACJ,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI;QAChC,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK;QAC3B,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI;KACvC;IACD,IAAI,EAAE;QACJ,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM;QACjC,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK;QAC3B,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM;KACxC;IACD,IAAI,EAAE;QACJ,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI;QAChC,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK;QAC3B,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI;KACvC;IACD,KAAK,EAAE;QACL,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM;QACnC,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK;QAC3B,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,SAAS;KACpB;IACD,UAAU,EAAE;QACV,EAAE,EAAE,SAAS;QACb,EAAE,EAAE,SAAS;QACb,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,SAAS;KACpB;IACD,EAAE,EAAE;QACF,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI;QACjC,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK;QAC3B,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI;KACxC;CACF,CAAC","sourcesContent":["import { WorkTheme as Theme } from '@pega/cosmos-react-core';\n\nimport type { Category } from './IconTile.types';\n\ninterface ColorInfo {\n bg: string;\n fg: string;\n invertBg: string;\n invertFg: string;\n}\n\ntype IconTileColors = Record<Category, ColorInfo>;\n\n// eslint-disable-next-line import/prefer-default-export\nexport const tileColors: IconTileColors = {\n rule: {\n bg: Theme.base.colors.slate.dark,\n fg: Theme.base.colors.white,\n invertBg: '#D2D5D9',\n invertFg: Theme.base.colors.slate.dark\n },\n case: {\n bg: Theme.base.colors.blue.medium,\n fg: Theme.base.colors.white,\n invertBg: '#CDE1F4',\n invertFg: Theme.base.colors.blue.medium\n },\n task: {\n bg: Theme.base.colors.green.dark,\n fg: Theme.base.colors.white,\n invertBg: '#C4DBCC',\n invertFg: Theme.base.colors.green.dark\n },\n logic: {\n bg: Theme.base.colors.orange.medium,\n fg: Theme.base.colors.white,\n invertBg: '#FED7BF',\n invertFg: '#DB5201'\n },\n automation: {\n bg: '#F4C500',\n fg: '#6C5700',\n invertBg: '#FCF0BF',\n invertFg: '#6C5700'\n },\n ai: {\n bg: Theme.base.colors.purple.dark,\n fg: Theme.base.colors.white,\n invertBg: '#D9C7F0',\n invertFg: Theme.base.colors.purple.dark\n }\n};\n"]}
@@ -1,4 +1,5 @@
1
1
  export { default } from './IconTile';
2
+ export type { IconTileProps } from './IconTile.types';
2
3
  export { default as AiTile } from './Tiles/Ai';
3
4
  export { default as AutomationTile } from './Tiles/Automation';
4
5
  export { default as AutomationAppendTile } from './Tiles/AutomationAppend';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/IconTile/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,YAAY,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/IconTile/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,YAAY,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACtD,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,YAAY,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/IconTile/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,YAAY,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC","sourcesContent":["export { default } from './IconTile';\nexport { default as AiTile } from './Tiles/Ai';\nexport { default as AutomationTile } from './Tiles/Automation';\nexport { default as AutomationAppendTile } from './Tiles/AutomationAppend';\nexport { default as AutomationCallTile } from './Tiles/AutomationCall';\nexport { default as AutomationForEachTile } from './Tiles/AutomationForEach';\nexport { default as AutomationReturnTile } from './Tiles/AutomationReturn';\nexport { default as AutomationSetTile } from './Tiles/AutomationSet';\nexport { default as CaseTile } from './Tiles/Case';\nexport { default as CaseGoToTile } from './Tiles/CaseGoTo';\nexport { default as CaseProcessTile } from './Tiles/CaseProcess';\nexport { default as CaseSlaTile } from './Tiles/CaseSla';\nexport { default as CaseStageTile } from './Tiles/CaseStage';\nexport { default as CaseWaitTile } from './Tiles/CaseWait';\nexport { default as LogicDecisionStepTile } from './Tiles/LogicDecisionStep';\nexport { default as LogicFunctionTile } from './Tiles/LogicFunction';\nexport { default as LogicValidationTile } from './Tiles/LogicValidation';\nexport { default as LogicWhenTile } from './Tiles/LogicWhen';\nexport { default as RuleAuthenticateTile } from './Tiles/RuleAuthenticate';\nexport { default as RuleConfigurationTile } from './Tiles/RuleConfiguration';\nexport { default as RuleConnectorTile } from './Tiles/RuleConnector';\nexport { default as RuleDataPageTile } from './Tiles/RuleDataPage';\nexport { default as RuleFieldTile } from './Tiles/RuleField';\nexport { default as RuleInsightTile } from './Tiles/RuleInsight';\nexport { default as RuleIntegrationSystemTile } from './Tiles/RuleIntegrationSystem';\nexport { default as RuleLiveDataTile } from './Tiles/RuleLiveData';\nexport { default as RuleParagraphTile } from './Tiles/RuleParagraph';\nexport { default as RulePermissionTile } from './Tiles/RulePermission';\nexport { default as RulePersonaTile } from './Tiles/RulePersona';\nexport { default as RulePortalTile } from './Tiles/RulePortal';\nexport { default as RuleRecordTile } from './Tiles/RuleRecord';\nexport { default as RuleSystemTile } from './Tiles/RuleSystem';\nexport { default as RuleViewTile } from './Tiles/RuleView';\nexport { default as TaskTile } from './Tiles/Task';\nexport { default as TaskActionTile } from './Tiles/TaskAction';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/IconTile/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,YAAY,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC","sourcesContent":["export { default } from './IconTile';\nexport type { IconTileProps } from './IconTile.types';\nexport { default as AiTile } from './Tiles/Ai';\nexport { default as AutomationTile } from './Tiles/Automation';\nexport { default as AutomationAppendTile } from './Tiles/AutomationAppend';\nexport { default as AutomationCallTile } from './Tiles/AutomationCall';\nexport { default as AutomationForEachTile } from './Tiles/AutomationForEach';\nexport { default as AutomationReturnTile } from './Tiles/AutomationReturn';\nexport { default as AutomationSetTile } from './Tiles/AutomationSet';\nexport { default as CaseTile } from './Tiles/Case';\nexport { default as CaseGoToTile } from './Tiles/CaseGoTo';\nexport { default as CaseProcessTile } from './Tiles/CaseProcess';\nexport { default as CaseSlaTile } from './Tiles/CaseSla';\nexport { default as CaseStageTile } from './Tiles/CaseStage';\nexport { default as CaseWaitTile } from './Tiles/CaseWait';\nexport { default as LogicDecisionStepTile } from './Tiles/LogicDecisionStep';\nexport { default as LogicFunctionTile } from './Tiles/LogicFunction';\nexport { default as LogicValidationTile } from './Tiles/LogicValidation';\nexport { default as LogicWhenTile } from './Tiles/LogicWhen';\nexport { default as RuleAuthenticateTile } from './Tiles/RuleAuthenticate';\nexport { default as RuleConfigurationTile } from './Tiles/RuleConfiguration';\nexport { default as RuleConnectorTile } from './Tiles/RuleConnector';\nexport { default as RuleDataPageTile } from './Tiles/RuleDataPage';\nexport { default as RuleFieldTile } from './Tiles/RuleField';\nexport { default as RuleInsightTile } from './Tiles/RuleInsight';\nexport { default as RuleIntegrationSystemTile } from './Tiles/RuleIntegrationSystem';\nexport { default as RuleLiveDataTile } from './Tiles/RuleLiveData';\nexport { default as RuleParagraphTile } from './Tiles/RuleParagraph';\nexport { default as RulePermissionTile } from './Tiles/RulePermission';\nexport { default as RulePersonaTile } from './Tiles/RulePersona';\nexport { default as RulePortalTile } from './Tiles/RulePortal';\nexport { default as RuleRecordTile } from './Tiles/RuleRecord';\nexport { default as RuleSystemTile } from './Tiles/RuleSystem';\nexport { default as RuleViewTile } from './Tiles/RuleView';\nexport { default as TaskTile } from './Tiles/Task';\nexport { default as TaskActionTile } from './Tiles/TaskAction';\n"]}
@@ -1,25 +1,25 @@
1
- import type { FC, Ref } from 'react';
2
- import type { SearchInputProps, ForwardProps, MenuItemProps, PopoverProps } from '@pega/cosmos-react-core';
3
- import type { ColorName } from '../../utils';
1
+ import type { MutableRefObject, Ref } from 'react';
2
+ import type { SearchInputProps, MenuItemProps, PopoverProps, OmitStrict, ForwardRefForwardPropsComponent } from '@pega/cosmos-react-core';
3
+ import type { IconTileProps } from '../IconTile/IconTile.types';
4
4
  export interface LibraryItem extends MenuItemProps {
5
5
  id: string;
6
- type: ItemVisual;
6
+ type: {
7
+ icon: OmitStrict<IconTileProps, 'size'>;
8
+ };
7
9
  items?: LibraryItem[];
8
10
  }
9
- export interface ItemVisual {
10
- color: ColorName;
11
- icon: string;
12
- }
13
11
  export interface ItemLibraryProps<T extends LibraryItem = LibraryItem> {
14
- show: boolean;
15
12
  target: HTMLElement | null;
16
13
  items: T[];
17
14
  onClick?: (libItem: T) => void;
18
15
  ref?: Ref<HTMLDivElement>;
19
16
  placeholder?: SearchInputProps['placeholder'];
20
17
  position?: PopoverProps['placement'];
18
+ onDismiss: () => void;
19
+ /** If true, skip focus on the selected target during unmount */
20
+ skipTargetFocus?: MutableRefObject<boolean>;
21
21
  }
22
22
  export declare const StyledIcon: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
23
- declare const ItemLibrary: FC<ItemLibraryProps & ForwardProps>;
23
+ declare const ItemLibrary: ForwardRefForwardPropsComponent<ItemLibraryProps>;
24
24
  export default ItemLibrary;
25
25
  //# sourceMappingURL=ItemLibrary.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ItemLibrary.d.ts","sourceRoot":"","sources":["../../../src/components/ItemLibrary/ItemLibrary.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAmB,GAAG,EAAiB,MAAM,OAAO,CAAC;AAcrE,OAAO,KAAK,EACV,gBAAgB,EAChB,YAAY,EAEZ,aAAa,EACb,YAAY,EACb,MAAM,yBAAyB,CAAC;AAGjC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,MAAM,WAAW,WAAY,SAAQ,aAAa;IAChD,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,UAAU,CAAC;IACjB,KAAK,CAAC,EAAE,WAAW,EAAE,CAAC;CACvB;AACD,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,SAAS,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd;AACD,MAAM,WAAW,gBAAgB,CAAC,CAAC,SAAS,WAAW,GAAG,WAAW;IACnE,IAAI,EAAE,OAAO,CAAC;IACd,MAAM,EAAE,WAAW,GAAG,IAAI,CAAC;IAC3B,KAAK,EAAE,CAAC,EAAE,CAAC;IACX,OAAO,CAAC,EAAE,CAAC,OAAO,EAAE,CAAC,KAAK,IAAI,CAAC;IAC/B,GAAG,CAAC,EAAE,GAAG,CAAC,cAAc,CAAC,CAAC;IAC1B,WAAW,CAAC,EAAE,gBAAgB,CAAC,aAAa,CAAC,CAAC;IAC9C,QAAQ,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,CAAC;CACtC;AAED,eAAO,MAAM,UAAU,yGAWrB,CAAC;AAIH,QAAA,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,GAAG,YAAY,CA4FnD,CAAC;AAEH,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"ItemLibrary.d.ts","sourceRoot":"","sources":["../../../src/components/ItemLibrary/ItemLibrary.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAmB,gBAAgB,EAAE,GAAG,EAAc,MAAM,OAAO,CAAC;AAIhF,OAAO,KAAK,EACV,gBAAgB,EAEhB,aAAa,EACb,YAAY,EACZ,UAAU,EACV,+BAA+B,EAChC,MAAM,yBAAyB,CAAC;AAmBjC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAEhE,MAAM,WAAW,WAAY,SAAQ,aAAa;IAChD,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE;QACJ,IAAI,EAAE,UAAU,CAAC,aAAa,EAAE,MAAM,CAAC,CAAC;KACzC,CAAC;IACF,KAAK,CAAC,EAAE,WAAW,EAAE,CAAC;CACvB;AACD,MAAM,WAAW,gBAAgB,CAAC,CAAC,SAAS,WAAW,GAAG,WAAW;IACnE,MAAM,EAAE,WAAW,GAAG,IAAI,CAAC;IAC3B,KAAK,EAAE,CAAC,EAAE,CAAC;IACX,OAAO,CAAC,EAAE,CAAC,OAAO,EAAE,CAAC,KAAK,IAAI,CAAC;IAC/B,GAAG,CAAC,EAAE,GAAG,CAAC,cAAc,CAAC,CAAC;IAC1B,WAAW,CAAC,EAAE,gBAAgB,CAAC,aAAa,CAAC,CAAC;IAC9C,QAAQ,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,CAAC;IACrC,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,gEAAgE;IAChE,eAAe,CAAC,EAAE,gBAAgB,CAAC,OAAO,CAAC,CAAC;CAC7C;AAED,eAAO,MAAM,UAAU,yGAerB,CAAC;AAIH,QAAA,MAAM,WAAW,EAAE,+BAA+B,CAAC,gBAAgB,CA8GlE,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,31 +1,40 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { forwardRef, useCallback, useEffect, useMemo, useRef, useState } from 'react';
3
3
  import styled, { css } from 'styled-components';
4
- import { Icon, Menu, menuHelpers, Popover, SearchInput, cap, createStringMatcher, defaultThemeProp, readableColor } from '@pega/cosmos-react-core';
5
- import { colorMap } from '../../utils';
4
+ import { Menu, menuHelpers, Popover, SearchInput, cap, createStringMatcher, defaultThemeProp, Flex } from '@pega/cosmos-react-core';
5
+ import { useConsolidatedRef, useEscape, useOuterEvent, useFocusTrap } from '@pega/cosmos-react-core/lib/hooks';
6
+ import IconTile from '../IconTile';
6
7
  export const StyledIcon = styled.div(({ theme }) => {
8
+ const { base: { 'border-radius': baseRadius }, components: { icon: { 'border-radius-multiplier': borderRadiusMultiplier } } } = theme;
7
9
  return css `
8
10
  min-height: 2rem;
9
11
  min-width: 2rem;
10
- padding: calc(0.5 * ${theme.base.spacing});
11
12
  margin-inline-end: ${theme.base.spacing};
12
- text-align: center;
13
13
  background-color: var(--bg-color);
14
14
  color: var(--fg-color);
15
- border-radius: ${theme.base['border-radius']};
15
+ border-radius: calc(0.5 * ${borderRadiusMultiplier} * ${baseRadius});
16
16
  `;
17
17
  });
18
18
  StyledIcon.defaultProps = defaultThemeProp;
19
- const ItemLibrary = forwardRef(function ItemLibrary({ show, target, items, onClick, placeholder, position = 'bottom-start' }, ref) {
19
+ const ItemLibrary = forwardRef(({ target, items, onClick, placeholder, position = 'bottom-start', onDismiss, skipTargetFocus }, ref) => {
20
+ const dialogRef = useConsolidatedRef(ref);
21
+ const dialogContentRef = useRef(null);
20
22
  const [search, setSearch] = useState('');
21
23
  const searchEleRef = useRef(null);
22
- useEffect(() => {
23
- if (show) {
24
- setSearch('');
25
- searchEleRef?.current?.focus();
26
- }
27
- }, [show, searchEleRef.current]);
28
24
  const searchRegex = useMemo(() => (search ? createStringMatcher(cap(search), 'contains', '') : null), [search]);
25
+ useEscape(() => onDismiss?.());
26
+ useOuterEvent('mousedown', [target, dialogRef], () => onDismiss?.());
27
+ useFocusTrap(dialogRef);
28
+ useEffect(() => {
29
+ searchEleRef.current?.focus();
30
+ return () => {
31
+ if (!skipTargetFocus?.current && document.contains(target)) {
32
+ const timeInMillis = 20;
33
+ // Bug Fix for .focus event in mozilla (https://bugzilla.mozilla.org/show_bug.cgi?id=1220143)
34
+ setTimeout(() => target?.focus(), timeInMillis);
35
+ }
36
+ };
37
+ }, []);
29
38
  const itemsToRender = useMemo(() => {
30
39
  return menuHelpers.mapTree(searchRegex
31
40
  ? menuHelpers.flatten(items).filter(({ primary }) => {
@@ -39,23 +48,22 @@ const ItemLibrary = forwardRef(function ItemLibrary({ show, target, items, onCli
39
48
  const nodeItem = node;
40
49
  return {
41
50
  ...node,
42
- visual: nodeItem.type ? (_jsx(StyledIcon, { id: node.id, style: {
43
- '--bg-color': colorMap[nodeItem.type.color],
44
- '--fg-color': readableColor(colorMap[nodeItem.type.color])
45
- }, children: _jsx(Icon, { name: nodeItem.type.icon }) })) : undefined,
51
+ visual: nodeItem.type ? (_jsx(Flex, { as: StyledIcon, container: { inline: true, alignItems: 'center', justify: 'center' }, id: node.id, children: _jsx(IconTile, { name: nodeItem.type?.icon?.name, category: nodeItem.type?.icon?.category, label: nodeItem.type?.icon?.label, inverted: nodeItem.type?.icon?.inverted }) })) : undefined,
46
52
  count: node.items ? node.items.length : undefined,
47
53
  secondary: node.secondary,
48
54
  selected: selectable ? !!node.selected : undefined
49
55
  };
50
56
  });
51
57
  }, [items, searchRegex]);
52
- const onItemSelect = useCallback((id) => {
58
+ const onItemSelect = useCallback((id, e) => {
53
59
  const selectedNode = menuHelpers.getItem(items, id);
54
60
  if (onClick) {
55
61
  onClick(selectedNode);
62
+ onDismiss?.();
56
63
  }
64
+ e.stopPropagation();
57
65
  }, [onClick]);
58
- return show ? (_jsx(Popover, { show: show, placement: position, target: target, ref: ref, children: _jsx(Menu, { items: itemsToRender, onItemClick: onItemSelect, header: _jsx(SearchInput, { ref: searchEleRef, onSearchChange: setSearch, value: search, searchInputAriaLabel: placeholder, placeholder: placeholder }), focusControlEl: searchEleRef.current || undefined }) })) : null;
66
+ return (_jsx(Popover, { placement: position, target: target, ref: dialogRef, children: _jsx(Menu, { items: itemsToRender, onItemClick: onItemSelect, ref: dialogContentRef, header: _jsx(SearchInput, { ref: searchEleRef, onSearchChange: setSearch, value: search, searchInputAriaLabel: placeholder, placeholder: placeholder }), focusControlEl: searchEleRef.current || undefined }) }));
59
67
  });
60
68
  export default ItemLibrary;
61
69
  //# sourceMappingURL=ItemLibrary.js.map