@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,33 +1,43 @@
1
1
  import type { MouseEvent, Ref } from 'react';
2
2
  import type { Action, StatusProps, NoChildrenProp, BaseProps, FormControlProps } from '@pega/cosmos-react-core';
3
- import type { ColorName } from '../../utils';
4
3
  import type { LibraryItem } from '../ItemLibrary';
5
- export type StageType = 'start' | 'default' | 'default-wait' | 'resolution' | 'alternate' | 'alternate-wait';
6
- export interface StepItemProps {
4
+ import type { VisualStepItemProps } from './Step';
5
+ export type StageType = 'start' | 'default' | 'alternate';
6
+ interface ItemIdentifiers {
7
+ /** The index of the item within its list */
8
+ index?: number;
9
+ /** If true, this item belongs to an alternate lifecycle list */
10
+ alternate?: boolean;
11
+ }
12
+ export interface StepItemProps extends ItemIdentifiers {
7
13
  id: string;
8
14
  label: string;
9
- visual: {
10
- color: ColorName;
11
- icon: string;
12
- label: string;
13
- imgurl: string;
14
- };
15
+ visual: VisualStepItemProps;
15
16
  status: {
16
17
  type?: StatusProps['variant'] | '';
17
18
  label: string;
18
19
  };
19
- error: string;
20
+ error?: string;
20
21
  }
21
- export interface TaskItemProps {
22
+ export interface TaskItemProps extends ItemIdentifiers {
22
23
  id: string;
23
24
  label: string;
24
25
  visual: {
25
- imgurl: string;
26
+ imgSrc: string;
26
27
  };
27
- error: string;
28
+ error?: string;
28
29
  steps: StepItemProps[];
30
+ subIndex?: number;
29
31
  }
30
- export interface StageItemProps {
32
+ export interface CategoryItemProps extends ItemIdentifiers {
33
+ /** Data model should have id of the stage item */
34
+ id: string;
35
+ /** id to map with category items */
36
+ categoryId: string;
37
+ /** Data model should have the categoryData array */
38
+ tasks: TaskItemProps[] | TaskItemProps[][];
39
+ }
40
+ export interface StageItemProps extends ItemIdentifiers {
31
41
  /** Data model should have id of the stage item */
32
42
  id: string;
33
43
  /** Data model should have the stage label */
@@ -36,21 +46,28 @@ export interface StageItemProps {
36
46
  categories: CategoryItemProps[];
37
47
  /** Data model should have the stageType as below */
38
48
  type: StageType;
39
- error: string;
49
+ error?: string;
50
+ transitionType?: 'wait' | 'resolution' | undefined;
40
51
  }
41
- export interface CategoryItemProps {
42
- /** Data model should have id of the stage item */
43
- id: string;
44
- /** id to map with category items */
45
- categoryId: string;
46
- /** Data model should have the categoryData array */
47
- tasks: TaskItemProps[] | TaskItemProps[][];
52
+ export interface LifeCycleActionParam {
53
+ value?: string;
54
+ stage?: StageItemProps;
55
+ task?: TaskItemProps;
56
+ category?: CategoryItemProps;
57
+ step?: StepItemProps;
58
+ type?: 'Stage' | 'Step' | 'Task' | 'Alternate Stage';
59
+ routeTo?: string;
60
+ }
61
+ export interface LifeCycleAction extends Omit<Action, 'onClick'> {
62
+ onClick: (param: LifeCycleActionParam, e: MouseEvent<HTMLButtonElement | HTMLAnchorElement | HTMLInputElement>, menuButtonEl?: HTMLButtonElement) => void;
48
63
  }
49
64
  export interface CategoriesItemProps {
50
65
  label: string;
51
66
  id: string;
52
67
  }
53
68
  export interface StageProps extends Omit<FormControlProps, 'status' | 'id'> {
69
+ /** Label for the region. */
70
+ label?: string;
54
71
  /** Pass an array of Action objects to append button(s) inline with the Input. */
55
72
  actions?: Record<StageType, LifeCycleAction[]> | LifeCycleAction[];
56
73
  /** Callback for Add stage */
@@ -65,55 +82,77 @@ export interface CategoriesProps extends CategoriesItemProps {
65
82
  height?: number;
66
83
  elementId?: string;
67
84
  }
68
- export interface CategoryProps extends BaseProps, NoChildrenProp {
69
- ref?: Ref<HTMLOListElement>;
70
- /** Pass the category items */
71
- item: CategoryItemProps;
72
- /** Enable the title for categories */
73
- showTitle?: boolean;
74
- /** Props of the categoryColumn */
75
- category?: CategoriesProps;
76
- /** Task component prop */
77
- task: TaskProps;
78
- /** Stage data - to be passed in callbacks */
79
- stageItem: StageItemProps;
80
- /** Id for the component */
81
- id: string;
82
- }
83
85
  export interface TaskProps extends Omit<FormControlProps, 'status' | 'id'> {
84
86
  /** Pass an array of Action objects to append button(s) inline with the Input. */
85
87
  actions?: LifeCycleAction[];
86
88
  /** Tooltip for adding items to the task component */
87
- addStepTitle: string;
89
+ addStepTitle?: string;
88
90
  /** Region for adding the task component */
89
- addTask: {
91
+ addTask?: {
90
92
  title: string;
91
93
  showOnce: boolean;
92
94
  onAddTask?: LifeCycleAction['onClick'];
93
95
  };
96
+ /** Callback for adding a step when nodeLibrary is provided. */
94
97
  onAddStep?: (param: LifeCycleActionParam, selectedItem: LibraryItem) => void;
98
+ /** Callback for adding a step when nodeLibrary is not provided. */
99
+ onAddCustomStep?: (param: LifeCycleActionParam) => void;
95
100
  /** callback for Click of a task */
96
101
  onClick?: (param: LifeCycleActionParam, e: MouseEvent) => void;
97
102
  /** Types of Nodes */
98
- nodeLibrary: LibraryItem[];
103
+ nodeLibrary?: LibraryItem[];
104
+ }
105
+ export interface CategoryProps extends BaseProps, NoChildrenProp {
106
+ ref?: Ref<HTMLOListElement | HTMLDivElement>;
107
+ /** Pass the category items */
108
+ item: CategoryItemProps;
109
+ /** Enable the title for categories */
110
+ showTitle?: boolean;
111
+ /** Props of the categoryColumn */
112
+ category?: CategoriesProps;
113
+ /** Task component prop */
114
+ task?: TaskProps;
115
+ /** Stage data - to be passed in callbacks */
116
+ stageItem: StageItemProps;
117
+ /** Id for the component */
118
+ id: string;
99
119
  }
100
120
  export interface StepProps extends Omit<FormControlProps, 'status' | 'id'> {
101
121
  /** Pass an array of Action objects to append button(s) inline with the Input. */
102
122
  actions?: LifeCycleAction[];
123
+ /** If true, step names will wrap rather than truncate. */
124
+ wrap?: boolean;
103
125
  /** callback for Click of a step */
104
126
  onClick?: (param: LifeCycleActionParam, e: MouseEvent) => void;
105
127
  }
106
- export interface LifeCycleActionParam {
107
- value?: string;
108
- stage?: StageItemProps;
109
- task?: TaskItemProps;
110
- category?: CategoryItemProps;
111
- step?: StepItemProps;
112
- type?: 'Stage' | 'Step' | 'Task' | 'Alternate Stage';
113
- routeTo?: string;
128
+ export interface IndexData {
129
+ /** Determines if the item part of an alternate stage. */
130
+ alternate: boolean;
131
+ /** The index of the parent stage to the item, or the item itself. */
132
+ stage?: number;
133
+ /** The index of the parent category to the item. */
134
+ category?: number;
135
+ /** The index of the parent task to the item, or the item itself. */
136
+ task?: number;
137
+ /** The index of the parent stage to the item, or the item itself, if the task is nested within another task. */
138
+ subTask?: number;
139
+ /** The index of the step item. */
140
+ step?: number;
114
141
  }
115
- export interface LifeCycleAction extends Omit<Action, 'onClick'> {
116
- onClick: (param: LifeCycleActionParam, e: MouseEvent<HTMLButtonElement | HTMLAnchorElement | HTMLInputElement>) => void;
142
+ export type LifeCycleDragItemType = 'stage' | 'step' | 'alternate-stage' | 'alternate-step';
143
+ export interface LifeCycleDragDropEvent {
144
+ /** The type of item that was moved. */
145
+ type: 'stage' | 'step';
146
+ /** The indices of the source item. */
147
+ sourceData: IndexData;
148
+ /** The indices of the target location. */
149
+ targetData: IndexData;
150
+ }
151
+ export interface DragDropConfig extends Record<LifeCycleDragItemType, {
152
+ enabled: boolean;
153
+ accept: LifeCycleDragItemType[];
154
+ }> {
155
+ loading?: boolean;
117
156
  }
118
157
  export interface LifeCycleProps extends BaseProps, NoChildrenProp {
119
158
  /** Pass reference to the LifeCycleComponent */
@@ -123,21 +162,27 @@ export interface LifeCycleProps extends BaseProps, NoChildrenProp {
123
162
  /** Array of alternate stages and its contents */
124
163
  alternateItems?: StageItemProps[];
125
164
  /** Props for the task component */
126
- task: TaskProps[];
165
+ task?: TaskProps[];
127
166
  /** Props for the Stage component */
128
- stage: StageProps;
167
+ stage?: StageProps;
129
168
  /** Props for the AlternatStage component */
130
- alternateStage: StageProps;
169
+ alternateStage?: StageProps;
131
170
  /** Props for the Cluster component */
132
- categories: CategoriesProps[];
171
+ categories?: CategoriesProps[];
133
172
  /** Props for the Step component */
134
- step: StepProps[];
173
+ step?: StepProps[];
135
174
  /** Call back function for on AddState */
136
- onAddStage: () => void;
175
+ onAddStage?: () => void;
137
176
  /** Call back function to add alternate stages */
138
- onAddAlternateStage: () => void;
177
+ onAddAlternateStage?: () => void;
139
178
  /** Selected stage or task or step */
140
179
  selectedItemId?: string;
180
+ /** Callback function for updating the items following a drag drop event. */
181
+ onDragDrop?: (event: LifeCycleDragDropEvent) => void;
182
+ /**
183
+ * Configuration to control which item types each lifecycle region can accept, and which types are draggable.
184
+ * */
185
+ dragDropConfig?: DragDropConfig;
141
186
  /** makes component read-only */
142
187
  readOnly?: boolean;
143
188
  }
@@ -150,5 +195,615 @@ export interface StageInfo {
150
195
  headPointed?: boolean;
151
196
  };
152
197
  }
153
- export declare const getStageInfo: (currentType: StageType, prevType: StageType | null, isLastItem: boolean | undefined) => StageInfo;
198
+ export declare const getStageInfo: (currentType: StageType, transitionType: StageItemProps["transitionType"], prevStageItem: StageItemProps, isLastItem?: boolean, theme?: {
199
+ readonly base: {
200
+ readonly colors: {
201
+ readonly white: string;
202
+ readonly black: string;
203
+ readonly gray: {
204
+ readonly "extra-light": string;
205
+ readonly light: string;
206
+ readonly medium: string;
207
+ readonly dark: string;
208
+ readonly "extra-dark": string;
209
+ };
210
+ readonly slate: {
211
+ readonly "extra-light": string;
212
+ readonly light: string;
213
+ readonly medium: string;
214
+ readonly dark: string;
215
+ readonly "extra-dark": string;
216
+ };
217
+ readonly red: {
218
+ readonly "extra-light": string;
219
+ readonly light: string;
220
+ readonly medium: string;
221
+ readonly dark: string;
222
+ readonly "extra-dark": string;
223
+ };
224
+ readonly orange: {
225
+ readonly "extra-light": string;
226
+ readonly light: string;
227
+ readonly medium: string;
228
+ readonly dark: string;
229
+ readonly "extra-dark": string;
230
+ };
231
+ readonly green: {
232
+ readonly "extra-light": string;
233
+ readonly light: string;
234
+ readonly medium: string;
235
+ readonly dark: string;
236
+ readonly "extra-dark": string;
237
+ };
238
+ readonly blue: {
239
+ readonly "extra-light": string;
240
+ readonly light: string;
241
+ readonly medium: string;
242
+ readonly dark: string;
243
+ readonly "extra-dark": string;
244
+ };
245
+ readonly purple: {
246
+ readonly "extra-light": string;
247
+ readonly light: string;
248
+ readonly medium: string;
249
+ readonly dark: string;
250
+ readonly "extra-dark": string;
251
+ };
252
+ readonly yellow: {
253
+ readonly "extra-light": string;
254
+ readonly light: string;
255
+ readonly medium: string;
256
+ readonly dark: string;
257
+ readonly "extra-dark": string;
258
+ };
259
+ };
260
+ readonly palette: {
261
+ readonly ai: string;
262
+ readonly "app-background": string;
263
+ readonly "app-foreground": string;
264
+ readonly "primary-background": string;
265
+ readonly "secondary-background": string;
266
+ readonly "foreground-color": string;
267
+ readonly "brand-primary": string;
268
+ readonly "brand-secondary": string;
269
+ readonly "brand-background": string;
270
+ readonly "brand-foreground": string;
271
+ readonly urgent: string;
272
+ readonly warn: string;
273
+ readonly success: string;
274
+ readonly pending: string;
275
+ readonly info: string;
276
+ readonly interactive: string;
277
+ readonly "border-line": string;
278
+ readonly skeleton: string;
279
+ readonly light: string;
280
+ readonly dark: string;
281
+ readonly "background-color": string;
282
+ };
283
+ readonly "font-family": string;
284
+ readonly "font-size": string;
285
+ readonly "font-scale": string;
286
+ readonly "font-stretch": string;
287
+ readonly "letter-spacing": string;
288
+ readonly "font-weight": {
289
+ readonly bold: number;
290
+ readonly "semi-bold": number;
291
+ readonly normal: number;
292
+ };
293
+ readonly "line-height": string;
294
+ readonly scale: number;
295
+ readonly "border-radius": string;
296
+ readonly spacing: string;
297
+ readonly "hit-area": {
298
+ readonly compact: string;
299
+ readonly "compact-min": string;
300
+ readonly mouse: string;
301
+ readonly "mouse-min": string;
302
+ readonly finger: string;
303
+ readonly "finger-min": string;
304
+ };
305
+ readonly "custom-scrollbar": boolean;
306
+ readonly animation: {
307
+ readonly speed: string;
308
+ readonly timing: {
309
+ readonly ease: string;
310
+ readonly "ease-out": string;
311
+ readonly "ease-in": string;
312
+ };
313
+ };
314
+ readonly transparency: {
315
+ readonly "transparent-1": number;
316
+ readonly "transparent-2": number;
317
+ readonly "transparent-3": number;
318
+ readonly "transparent-4": number;
319
+ readonly "transparent-5": number;
320
+ };
321
+ readonly "disabled-opacity": string;
322
+ readonly shadow: {
323
+ readonly high: string;
324
+ readonly low: string;
325
+ readonly "high-filter": string;
326
+ readonly "low-filter": string;
327
+ readonly focus: string;
328
+ readonly "focus-group": string;
329
+ readonly "focus-group-inset": string;
330
+ readonly "focus-inset": string;
331
+ readonly "focus-solid": string;
332
+ readonly "focus-filter": string;
333
+ };
334
+ readonly "z-index": {
335
+ readonly popover: number;
336
+ readonly drawer: number;
337
+ readonly modal: number;
338
+ readonly alert: number;
339
+ readonly backdrop: number;
340
+ readonly toast: number;
341
+ readonly tooltip: number;
342
+ readonly max: number;
343
+ };
344
+ readonly breakpoints: {
345
+ readonly xs: string;
346
+ readonly sm: string;
347
+ readonly md: string;
348
+ readonly lg: string;
349
+ readonly xl: string;
350
+ };
351
+ readonly "content-width": {
352
+ readonly xs: string;
353
+ readonly sm: string;
354
+ readonly md: string;
355
+ readonly lg: string;
356
+ readonly xl: string;
357
+ };
358
+ readonly "icon-set": string;
359
+ };
360
+ readonly components: {
361
+ readonly "app-shell": {
362
+ readonly nav: {
363
+ readonly background: string;
364
+ readonly "foreground-color": string;
365
+ readonly "background-color": string;
366
+ readonly "border-color": string;
367
+ readonly detached: boolean;
368
+ };
369
+ readonly header: {
370
+ readonly background: string;
371
+ readonly "foreground-color": string;
372
+ readonly "background-color": string;
373
+ readonly "border-color": string;
374
+ };
375
+ };
376
+ readonly "case-view": {
377
+ readonly header: {
378
+ readonly background: string;
379
+ readonly "background-color": string;
380
+ readonly "foreground-color": string;
381
+ };
382
+ readonly summary: {
383
+ readonly detached: boolean;
384
+ };
385
+ readonly utilities: {
386
+ readonly detached: boolean;
387
+ readonly background: string;
388
+ readonly "foreground-color": string;
389
+ };
390
+ readonly assignments: {
391
+ readonly background: string;
392
+ readonly "foreground-color": string;
393
+ readonly detached: boolean;
394
+ };
395
+ readonly stages: {
396
+ readonly status: {
397
+ readonly completed: {
398
+ readonly "foreground-color": string;
399
+ readonly background: string;
400
+ };
401
+ readonly current: {
402
+ readonly "foreground-color": string;
403
+ readonly background: string;
404
+ };
405
+ readonly pending: {
406
+ readonly "foreground-color": string;
407
+ readonly background: string;
408
+ };
409
+ };
410
+ };
411
+ };
412
+ readonly announcement: {
413
+ readonly background: string;
414
+ readonly "foreground-color": string;
415
+ };
416
+ readonly avatar: {
417
+ readonly "background-color": string;
418
+ };
419
+ readonly badges: {
420
+ readonly "font-stretch": string;
421
+ readonly status: {
422
+ readonly success: {
423
+ readonly foreground: string;
424
+ readonly background: string;
425
+ };
426
+ readonly urgent: {
427
+ readonly foreground: string;
428
+ readonly background: string;
429
+ };
430
+ readonly warn: {
431
+ readonly foreground: string;
432
+ readonly background: string;
433
+ };
434
+ readonly pending: {
435
+ readonly foreground: string;
436
+ readonly background: string;
437
+ };
438
+ readonly info: {
439
+ readonly foreground: string;
440
+ readonly background: string;
441
+ };
442
+ };
443
+ readonly tag: {
444
+ readonly foreground: string;
445
+ readonly background: string;
446
+ };
447
+ readonly count: {
448
+ readonly default: {
449
+ readonly foreground: string;
450
+ readonly background: string;
451
+ };
452
+ readonly urgent: {
453
+ readonly foreground: string;
454
+ readonly background: string;
455
+ };
456
+ };
457
+ readonly alert: {
458
+ readonly urgent: {
459
+ readonly background: string;
460
+ };
461
+ readonly success: {
462
+ readonly background: string;
463
+ };
464
+ readonly base: {
465
+ readonly "border-color": string;
466
+ };
467
+ };
468
+ readonly keyboard: {
469
+ readonly "background-color": string;
470
+ readonly "border-color": string;
471
+ };
472
+ };
473
+ readonly banner: {
474
+ readonly "icon-color": string;
475
+ readonly urgent: {
476
+ readonly background: string;
477
+ };
478
+ readonly warning: {
479
+ readonly background: string;
480
+ };
481
+ readonly success: {
482
+ readonly background: string;
483
+ };
484
+ readonly ai: {
485
+ readonly background: string;
486
+ };
487
+ readonly info: {
488
+ readonly background: string;
489
+ };
490
+ };
491
+ readonly button: {
492
+ readonly height: string;
493
+ readonly "border-width": string;
494
+ readonly "border-radius": number;
495
+ readonly color: string;
496
+ readonly "foreground-color": string;
497
+ readonly "secondary-color": string;
498
+ readonly "secondary-fill-style": string;
499
+ readonly "focus-shadow": string;
500
+ readonly padding: string;
501
+ readonly touch: {
502
+ readonly height: string;
503
+ readonly padding: string;
504
+ };
505
+ };
506
+ readonly card: {
507
+ readonly "border-radius": string;
508
+ readonly background: string;
509
+ readonly "foreground-color": string;
510
+ readonly padding: string;
511
+ readonly "border-color": string;
512
+ };
513
+ readonly checkbox: {
514
+ readonly "border-radius": string;
515
+ };
516
+ readonly "field-value-list": {
517
+ readonly inline: {
518
+ readonly detached: boolean;
519
+ };
520
+ };
521
+ readonly details: {
522
+ readonly "field-label": string;
523
+ };
524
+ readonly "form-control": {
525
+ readonly "foreground-color": string;
526
+ readonly "background-color": string;
527
+ readonly "border-color": string;
528
+ readonly "border-width": string;
529
+ readonly "border-radius": number;
530
+ readonly padding: string;
531
+ readonly ":hover": {
532
+ readonly "border-color": string;
533
+ };
534
+ readonly ":active": {
535
+ readonly "border-color": string;
536
+ };
537
+ readonly ":focus": {
538
+ readonly "border-color": string;
539
+ readonly "box-shadow": string;
540
+ };
541
+ readonly ":disabled": {
542
+ readonly "background-color": string;
543
+ readonly "border-color": string;
544
+ };
545
+ readonly ":read-only": {
546
+ readonly "background-color": string;
547
+ readonly "border-color": string;
548
+ };
549
+ };
550
+ readonly "form-field": {
551
+ readonly error: {
552
+ readonly "status-color": string;
553
+ };
554
+ readonly success: {
555
+ readonly "status-color": string;
556
+ };
557
+ readonly warning: {
558
+ readonly "status-color": string;
559
+ };
560
+ readonly pending: {
561
+ readonly "status-color": string;
562
+ };
563
+ };
564
+ readonly input: {
565
+ readonly height: string;
566
+ readonly padding: string;
567
+ readonly "background-color": string;
568
+ readonly "border-color": string;
569
+ readonly "border-width": string;
570
+ readonly "border-radius": string;
571
+ };
572
+ readonly icon: {
573
+ readonly size: {
574
+ readonly s: string;
575
+ readonly m: string;
576
+ readonly l: string;
577
+ };
578
+ readonly "border-radius-multiplier": string;
579
+ };
580
+ readonly "interaction-timer": {
581
+ readonly "notification-indicator": string;
582
+ readonly sla: {
583
+ readonly goal: {
584
+ readonly progress: {
585
+ readonly "primary-color": string;
586
+ readonly "secondary-color": string;
587
+ };
588
+ };
589
+ readonly deadline: {
590
+ readonly progress: {
591
+ readonly "primary-color": string;
592
+ readonly "secondary-color": string;
593
+ };
594
+ };
595
+ readonly "past-deadline": {
596
+ readonly progress: {
597
+ readonly "primary-color": string;
598
+ readonly "secondary-color": string;
599
+ };
600
+ };
601
+ };
602
+ };
603
+ readonly label: {
604
+ readonly color: string;
605
+ readonly "font-size": string;
606
+ readonly "font-weight": string;
607
+ readonly "foreground-color": string;
608
+ };
609
+ readonly link: {
610
+ readonly color: string;
611
+ };
612
+ readonly mark: {
613
+ readonly "background-color": string;
614
+ readonly "font-weight": string;
615
+ };
616
+ readonly progress: {
617
+ readonly "progress-color": string;
618
+ };
619
+ readonly "radio-check": {
620
+ readonly "border-color": string;
621
+ readonly "border-width": string;
622
+ readonly "background-color": string;
623
+ readonly "foreground-color": string;
624
+ readonly label: {
625
+ readonly color: string;
626
+ readonly "font-weight": string;
627
+ };
628
+ readonly size: string;
629
+ readonly "touch-size": string;
630
+ readonly ":checked": {
631
+ readonly "background-color": string;
632
+ readonly "border-color": string;
633
+ };
634
+ };
635
+ readonly "radio-button": {
636
+ readonly "border-radius": string;
637
+ };
638
+ readonly rating: {
639
+ readonly color: string;
640
+ };
641
+ readonly "search-input": {
642
+ readonly "border-radius": number;
643
+ };
644
+ readonly select: {
645
+ readonly height: string;
646
+ readonly padding: string;
647
+ readonly "border-color": string;
648
+ readonly "border-width": string;
649
+ readonly "border-radius": string;
650
+ };
651
+ readonly sentiment: {
652
+ readonly positive: {
653
+ readonly color: string;
654
+ };
655
+ readonly negative: {
656
+ readonly color: string;
657
+ };
658
+ readonly neutral: {
659
+ readonly color: string;
660
+ };
661
+ };
662
+ readonly switch: {
663
+ readonly height: string;
664
+ readonly width: string;
665
+ readonly "touch-height": string;
666
+ readonly "touch-width": string;
667
+ readonly off: {
668
+ readonly color: string;
669
+ };
670
+ readonly on: {
671
+ readonly color: string;
672
+ };
673
+ };
674
+ readonly tabs: {
675
+ readonly detached: boolean;
676
+ };
677
+ readonly table: {
678
+ readonly typography: {
679
+ readonly "font-stretch": string;
680
+ readonly "letter-spacing": string;
681
+ };
682
+ readonly header: {
683
+ readonly "font-size": string;
684
+ readonly "font-weight": string;
685
+ readonly "foreground-color": string;
686
+ readonly "background-color": string;
687
+ readonly "vertical-spacing": number;
688
+ readonly "horizontal-spacing": number;
689
+ readonly "border-width": string;
690
+ readonly "border-color": string;
691
+ };
692
+ readonly "striped-rows": boolean;
693
+ readonly body: {
694
+ readonly "foreground-color": string;
695
+ readonly "background-color": string;
696
+ readonly "secondary-background-color": string;
697
+ readonly "vertical-spacing": number;
698
+ readonly "horizontal-spacing": number;
699
+ readonly "border-width": string;
700
+ readonly "border-color": string;
701
+ };
702
+ readonly border: {
703
+ readonly "horizontal-inner": boolean;
704
+ readonly "horizontal-outer": boolean;
705
+ readonly "vertical-inner": boolean;
706
+ readonly "vertical-outer": boolean;
707
+ };
708
+ readonly spacing: {
709
+ readonly "horizontal-inner": boolean;
710
+ readonly "horizontal-outer": boolean;
711
+ readonly "vertical-inner": boolean;
712
+ readonly "vertical-outer": boolean;
713
+ };
714
+ };
715
+ readonly "task-manager": {
716
+ readonly "task-icon": {
717
+ readonly banner: {
718
+ readonly background: string;
719
+ readonly foreground: string;
720
+ };
721
+ readonly action: {
722
+ readonly background: string;
723
+ readonly foreground: string;
724
+ };
725
+ readonly "task-drawer": {
726
+ readonly background: string;
727
+ readonly foreground: string;
728
+ };
729
+ readonly "wrap-up": {
730
+ readonly background: string;
731
+ readonly foreground: string;
732
+ };
733
+ readonly suggested: {
734
+ readonly background: string;
735
+ readonly foreground: string;
736
+ };
737
+ readonly queued: {
738
+ readonly background: string;
739
+ readonly foreground: string;
740
+ };
741
+ readonly "in-progress": {
742
+ readonly background: string;
743
+ readonly foreground: string;
744
+ };
745
+ readonly resolved: {
746
+ readonly background: string;
747
+ readonly foreground: string;
748
+ };
749
+ };
750
+ };
751
+ readonly text: {
752
+ readonly primary: {
753
+ readonly "font-size": string;
754
+ readonly "font-weight": string;
755
+ readonly "font-family": string;
756
+ };
757
+ readonly secondary: {
758
+ readonly "font-size": string;
759
+ readonly "font-weight": string;
760
+ readonly "font-family": string;
761
+ };
762
+ readonly h1: {
763
+ readonly "font-size": string;
764
+ readonly "font-weight": string;
765
+ readonly "font-family": string;
766
+ };
767
+ readonly h2: {
768
+ readonly "font-size": string;
769
+ readonly "font-weight": string;
770
+ readonly "font-family": string;
771
+ };
772
+ readonly h3: {
773
+ readonly "font-size": string;
774
+ readonly "font-weight": string;
775
+ readonly "font-family": string;
776
+ };
777
+ readonly h4: {
778
+ readonly "font-size": string;
779
+ readonly "font-weight": string;
780
+ readonly "font-family": string;
781
+ };
782
+ readonly h5: {
783
+ readonly "font-size": string;
784
+ readonly "font-weight": string;
785
+ readonly "font-family": string;
786
+ };
787
+ readonly h6: {
788
+ readonly "font-size": string;
789
+ readonly "font-weight": string;
790
+ readonly "font-family": string;
791
+ };
792
+ readonly "brand-primary": {
793
+ readonly "font-family": string;
794
+ readonly "font-size": string;
795
+ readonly "font-weight": string;
796
+ };
797
+ };
798
+ readonly "text-area": {
799
+ readonly "min-height": string;
800
+ readonly padding: string;
801
+ };
802
+ readonly tooltip: {
803
+ readonly "foreground-color": string;
804
+ readonly "background-color": string;
805
+ };
806
+ };
807
+ }) => StageInfo;
808
+ export {};
154
809
  //# sourceMappingURL=LifeCycle.types.d.ts.map