@pega/cosmos-react-work 5.0.0-dev.4.8 → 5.0.0-dev.5.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 (333) hide show
  1. package/lib/components/AppAnnouncement/AppAnnouncement.d.ts +23 -0
  2. package/lib/components/AppAnnouncement/AppAnnouncement.d.ts.map +1 -0
  3. package/lib/components/AppAnnouncement/AppAnnouncement.js +93 -0
  4. package/lib/components/AppAnnouncement/AppAnnouncement.js.map +1 -0
  5. package/lib/components/AppAnnouncement/index.d.ts +3 -0
  6. package/lib/components/AppAnnouncement/index.d.ts.map +1 -0
  7. package/lib/components/AppAnnouncement/index.js +2 -0
  8. package/lib/components/AppAnnouncement/index.js.map +1 -0
  9. package/lib/components/Article/Article.d.ts +60 -0
  10. package/lib/components/Article/Article.d.ts.map +1 -0
  11. package/lib/components/Article/Article.js +87 -0
  12. package/lib/components/Article/Article.js.map +1 -0
  13. package/lib/components/Article/ArticleFooter.d.ts +38 -0
  14. package/lib/components/Article/ArticleFooter.d.ts.map +1 -0
  15. package/lib/components/Article/ArticleFooter.js +58 -0
  16. package/lib/components/Article/ArticleFooter.js.map +1 -0
  17. package/lib/components/Article/ArticleMeta.d.ts +13 -0
  18. package/lib/components/Article/ArticleMeta.d.ts.map +1 -0
  19. package/lib/components/Article/ArticleMeta.js +27 -0
  20. package/lib/components/Article/ArticleMeta.js.map +1 -0
  21. package/lib/components/Article/ArticleRating.d.ts +13 -0
  22. package/lib/components/Article/ArticleRating.d.ts.map +1 -0
  23. package/lib/components/Article/ArticleRating.js +43 -0
  24. package/lib/components/Article/ArticleRating.js.map +1 -0
  25. package/lib/components/Article/index.d.ts +7 -0
  26. package/lib/components/Article/index.d.ts.map +1 -0
  27. package/lib/components/Article/index.js +4 -0
  28. package/lib/components/Article/index.js.map +1 -0
  29. package/lib/components/ArticleList/ArticleList.d.ts +6 -0
  30. package/lib/components/ArticleList/ArticleList.d.ts.map +1 -0
  31. package/lib/components/ArticleList/ArticleList.js +132 -0
  32. package/lib/components/ArticleList/ArticleList.js.map +1 -0
  33. package/lib/components/ArticleList/ArticleList.types.d.ts +92 -0
  34. package/lib/components/ArticleList/ArticleList.types.d.ts.map +1 -0
  35. package/lib/components/ArticleList/ArticleList.types.js +2 -0
  36. package/lib/components/ArticleList/ArticleList.types.js.map +1 -0
  37. package/lib/components/ArticleList/ArticleListFilter.d.ts +6 -0
  38. package/lib/components/ArticleList/ArticleListFilter.d.ts.map +1 -0
  39. package/lib/components/ArticleList/ArticleListFilter.js +67 -0
  40. package/lib/components/ArticleList/ArticleListFilter.js.map +1 -0
  41. package/lib/components/ArticleList/ArticleListHeader.d.ts +5 -0
  42. package/lib/components/ArticleList/ArticleListHeader.d.ts.map +1 -0
  43. package/lib/components/ArticleList/ArticleListHeader.js +20 -0
  44. package/lib/components/ArticleList/ArticleListHeader.js.map +1 -0
  45. package/lib/components/ArticleList/ArticleSummary.d.ts +7 -0
  46. package/lib/components/ArticleList/ArticleSummary.d.ts.map +1 -0
  47. package/lib/components/ArticleList/ArticleSummary.js +63 -0
  48. package/lib/components/ArticleList/ArticleSummary.js.map +1 -0
  49. package/lib/components/ArticleList/index.d.ts +6 -0
  50. package/lib/components/ArticleList/index.d.ts.map +1 -0
  51. package/lib/components/ArticleList/index.js +4 -0
  52. package/lib/components/ArticleList/index.js.map +1 -0
  53. package/lib/components/Assignments/Assignments.d.ts +21 -0
  54. package/lib/components/Assignments/Assignments.d.ts.map +1 -0
  55. package/lib/components/Assignments/Assignments.js +20 -0
  56. package/lib/components/Assignments/Assignments.js.map +1 -0
  57. package/lib/components/Assignments/Assignments.styles.d.ts +8 -0
  58. package/lib/components/Assignments/Assignments.styles.d.ts.map +1 -0
  59. package/lib/components/Assignments/Assignments.styles.js +41 -0
  60. package/lib/components/Assignments/Assignments.styles.js.map +1 -0
  61. package/lib/components/Assignments/index.d.ts +2 -0
  62. package/lib/components/Assignments/index.d.ts.map +1 -0
  63. package/lib/components/Assignments/index.js +2 -0
  64. package/lib/components/Assignments/index.js.map +1 -0
  65. package/lib/components/CasePreview/CasePreview.d.ts +27 -0
  66. package/lib/components/CasePreview/CasePreview.d.ts.map +1 -0
  67. package/lib/components/CasePreview/CasePreview.js +82 -0
  68. package/lib/components/CasePreview/CasePreview.js.map +1 -0
  69. package/lib/components/CasePreview/CasePreview.test-ids.d.ts +2 -0
  70. package/lib/components/CasePreview/CasePreview.test-ids.d.ts.map +1 -0
  71. package/lib/components/CasePreview/CasePreview.test-ids.js +3 -0
  72. package/lib/components/CasePreview/CasePreview.test-ids.js.map +1 -0
  73. package/lib/components/CasePreview/index.d.ts +3 -0
  74. package/lib/components/CasePreview/index.d.ts.map +1 -0
  75. package/lib/components/CasePreview/index.js +2 -0
  76. package/lib/components/CasePreview/index.js.map +1 -0
  77. package/lib/components/CaseView/CaseHeader/CaseHeader.d.ts +4 -0
  78. package/lib/components/CaseView/CaseHeader/CaseHeader.d.ts.map +1 -0
  79. package/lib/components/CaseView/CaseHeader/CaseHeader.js +127 -0
  80. package/lib/components/CaseView/CaseHeader/CaseHeader.js.map +1 -0
  81. package/lib/components/CaseView/CaseHeader/Summary.d.ts +6 -0
  82. package/lib/components/CaseView/CaseHeader/Summary.d.ts.map +1 -0
  83. package/lib/components/CaseView/CaseHeader/Summary.js +182 -0
  84. package/lib/components/CaseView/CaseHeader/Summary.js.map +1 -0
  85. package/lib/components/CaseView/CaseSummary.d.ts +4 -0
  86. package/lib/components/CaseView/CaseSummary.d.ts.map +1 -0
  87. package/lib/components/CaseView/CaseSummary.js +18 -0
  88. package/lib/components/CaseView/CaseSummary.js.map +1 -0
  89. package/lib/components/CaseView/CaseSummaryFields.d.ts +6 -0
  90. package/lib/components/CaseView/CaseSummaryFields.d.ts.map +1 -0
  91. package/lib/components/CaseView/CaseSummaryFields.js +18 -0
  92. package/lib/components/CaseView/CaseSummaryFields.js.map +1 -0
  93. package/lib/components/CaseView/CaseView.context.d.ts +5 -0
  94. package/lib/components/CaseView/CaseView.context.d.ts.map +1 -0
  95. package/lib/components/CaseView/CaseView.context.js +5 -0
  96. package/lib/components/CaseView/CaseView.context.js.map +1 -0
  97. package/lib/components/CaseView/CaseView.d.ts +8 -0
  98. package/lib/components/CaseView/CaseView.d.ts.map +1 -0
  99. package/lib/components/CaseView/CaseView.js +421 -0
  100. package/lib/components/CaseView/CaseView.js.map +1 -0
  101. package/lib/components/CaseView/CaseView.styles.d.ts +45 -0
  102. package/lib/components/CaseView/CaseView.styles.d.ts.map +1 -0
  103. package/lib/components/CaseView/CaseView.styles.js +559 -0
  104. package/lib/components/CaseView/CaseView.styles.js.map +1 -0
  105. package/lib/components/CaseView/CaseView.test-ids.d.ts +2 -0
  106. package/lib/components/CaseView/CaseView.test-ids.d.ts.map +1 -0
  107. package/lib/components/CaseView/CaseView.test-ids.js +18 -0
  108. package/lib/components/CaseView/CaseView.test-ids.js.map +1 -0
  109. package/lib/components/CaseView/CaseView.types.d.ts +98 -0
  110. package/lib/components/CaseView/CaseView.types.d.ts.map +1 -0
  111. package/lib/components/CaseView/CaseView.types.js +2 -0
  112. package/lib/components/CaseView/CaseView.types.js.map +1 -0
  113. package/lib/components/CaseView/UtilitiesSummary.d.ts +9 -0
  114. package/lib/components/CaseView/UtilitiesSummary.d.ts.map +1 -0
  115. package/lib/components/CaseView/UtilitiesSummary.js +53 -0
  116. package/lib/components/CaseView/UtilitiesSummary.js.map +1 -0
  117. package/lib/components/CaseView/UtilitySummaryItemDialog.d.ts +9 -0
  118. package/lib/components/CaseView/UtilitySummaryItemDialog.d.ts.map +1 -0
  119. package/lib/components/CaseView/UtilitySummaryItemDialog.js +29 -0
  120. package/lib/components/CaseView/UtilitySummaryItemDialog.js.map +1 -0
  121. package/lib/components/CaseView/index.d.ts +5 -0
  122. package/lib/components/CaseView/index.d.ts.map +1 -0
  123. package/lib/components/CaseView/index.js +4 -0
  124. package/lib/components/CaseView/index.js.map +1 -0
  125. package/lib/components/ConfigurableLayout/ConfigurableLayout.d.ts +4 -0
  126. package/lib/components/ConfigurableLayout/ConfigurableLayout.d.ts.map +1 -0
  127. package/lib/components/ConfigurableLayout/ConfigurableLayout.js +86 -0
  128. package/lib/components/ConfigurableLayout/ConfigurableLayout.js.map +1 -0
  129. package/lib/components/ConfigurableLayout/ConfigurableLayout.types.d.ts +41 -0
  130. package/lib/components/ConfigurableLayout/ConfigurableLayout.types.d.ts.map +1 -0
  131. package/lib/components/ConfigurableLayout/ConfigurableLayout.types.js +2 -0
  132. package/lib/components/ConfigurableLayout/ConfigurableLayout.types.js.map +1 -0
  133. package/lib/components/ConfigurableLayout/LayoutCell.d.ts +6 -0
  134. package/lib/components/ConfigurableLayout/LayoutCell.d.ts.map +1 -0
  135. package/lib/components/ConfigurableLayout/LayoutCell.js +64 -0
  136. package/lib/components/ConfigurableLayout/LayoutCell.js.map +1 -0
  137. package/lib/components/ConfigurableLayout/defaults.d.ts +4 -0
  138. package/lib/components/ConfigurableLayout/defaults.d.ts.map +1 -0
  139. package/lib/components/ConfigurableLayout/defaults.js +4 -0
  140. package/lib/components/ConfigurableLayout/defaults.js.map +1 -0
  141. package/lib/components/ConfigurableLayout/index.d.ts +4 -0
  142. package/lib/components/ConfigurableLayout/index.d.ts.map +1 -0
  143. package/lib/components/ConfigurableLayout/index.js +3 -0
  144. package/lib/components/ConfigurableLayout/index.js.map +1 -0
  145. package/lib/components/ConfigurableLayout/options.d.ts +10 -0
  146. package/lib/components/ConfigurableLayout/options.d.ts.map +1 -0
  147. package/lib/components/ConfigurableLayout/options.js +10 -0
  148. package/lib/components/ConfigurableLayout/options.js.map +1 -0
  149. package/lib/components/ConfigurableLayout/useTrackWrappedRegions.d.ts +7 -0
  150. package/lib/components/ConfigurableLayout/useTrackWrappedRegions.d.ts.map +1 -0
  151. package/lib/components/ConfigurableLayout/useTrackWrappedRegions.js +37 -0
  152. package/lib/components/ConfigurableLayout/useTrackWrappedRegions.js.map +1 -0
  153. package/lib/components/Confirmation/Confirmation.d.ts +19 -0
  154. package/lib/components/Confirmation/Confirmation.d.ts.map +1 -0
  155. package/lib/components/Confirmation/Confirmation.js +29 -0
  156. package/lib/components/Confirmation/Confirmation.js.map +1 -0
  157. package/lib/components/Confirmation/index.d.ts +3 -0
  158. package/lib/components/Confirmation/index.d.ts.map +1 -0
  159. package/lib/components/Confirmation/index.js +2 -0
  160. package/lib/components/Confirmation/index.js.map +1 -0
  161. package/lib/components/Details/Details.d.ts +43 -0
  162. package/lib/components/Details/Details.d.ts.map +1 -0
  163. package/lib/components/Details/Details.js +95 -0
  164. package/lib/components/Details/Details.js.map +1 -0
  165. package/lib/components/Details/Details.styles.d.ts +50 -0
  166. package/lib/components/Details/Details.styles.d.ts.map +1 -0
  167. package/lib/components/Details/Details.styles.js +204 -0
  168. package/lib/components/Details/Details.styles.js.map +1 -0
  169. package/lib/components/Details/Details.test-ids.d.ts +2 -0
  170. package/lib/components/Details/Details.test-ids.d.ts.map +1 -0
  171. package/lib/components/Details/Details.test-ids.js +9 -0
  172. package/lib/components/Details/Details.test-ids.js.map +1 -0
  173. package/lib/components/Details/DetailsContext.d.ts +9 -0
  174. package/lib/components/Details/DetailsContext.d.ts.map +1 -0
  175. package/lib/components/Details/DetailsContext.js +9 -0
  176. package/lib/components/Details/DetailsContext.js.map +1 -0
  177. package/lib/components/Details/index.d.ts +4 -0
  178. package/lib/components/Details/index.d.ts.map +1 -0
  179. package/lib/components/Details/index.js +4 -0
  180. package/lib/components/Details/index.js.map +1 -0
  181. package/lib/components/Glimpse/Glimpse.d.ts +20 -0
  182. package/lib/components/Glimpse/Glimpse.d.ts.map +1 -0
  183. package/lib/components/Glimpse/Glimpse.js +12 -0
  184. package/lib/components/Glimpse/Glimpse.js.map +1 -0
  185. package/lib/components/Glimpse/index.d.ts +3 -0
  186. package/lib/components/Glimpse/index.d.ts.map +1 -0
  187. package/lib/components/Glimpse/index.js +2 -0
  188. package/lib/components/Glimpse/index.js.map +1 -0
  189. package/lib/components/IntelligentGuidance/IntelligentGuidance.d.ts +6 -0
  190. package/lib/components/IntelligentGuidance/IntelligentGuidance.d.ts.map +1 -0
  191. package/lib/components/IntelligentGuidance/IntelligentGuidance.js +83 -0
  192. package/lib/components/IntelligentGuidance/IntelligentGuidance.js.map +1 -0
  193. package/lib/components/IntelligentGuidance/IntelligentGuidance.styles.d.ts +9 -0
  194. package/lib/components/IntelligentGuidance/IntelligentGuidance.styles.d.ts.map +1 -0
  195. package/lib/components/IntelligentGuidance/IntelligentGuidance.styles.js +199 -0
  196. package/lib/components/IntelligentGuidance/IntelligentGuidance.styles.js.map +1 -0
  197. package/lib/components/IntelligentGuidance/IntelligentGuidance.types.d.ts +35 -0
  198. package/lib/components/IntelligentGuidance/IntelligentGuidance.types.d.ts.map +1 -0
  199. package/lib/components/IntelligentGuidance/IntelligentGuidance.types.js +2 -0
  200. package/lib/components/IntelligentGuidance/IntelligentGuidance.types.js.map +1 -0
  201. package/lib/components/IntelligentGuidance/index.d.ts +3 -0
  202. package/lib/components/IntelligentGuidance/index.d.ts.map +1 -0
  203. package/lib/components/IntelligentGuidance/index.js +2 -0
  204. package/lib/components/IntelligentGuidance/index.js.map +1 -0
  205. package/lib/components/Predictions/Predictions.d.ts +6 -0
  206. package/lib/components/Predictions/Predictions.d.ts.map +1 -0
  207. package/lib/components/Predictions/Predictions.js +68 -0
  208. package/lib/components/Predictions/Predictions.js.map +1 -0
  209. package/lib/components/Predictions/Predictions.types.d.ts +23 -0
  210. package/lib/components/Predictions/Predictions.types.d.ts.map +1 -0
  211. package/lib/components/Predictions/Predictions.types.js +2 -0
  212. package/lib/components/Predictions/Predictions.types.js.map +1 -0
  213. package/lib/components/Predictions/index.d.ts +3 -0
  214. package/lib/components/Predictions/index.d.ts.map +1 -0
  215. package/lib/components/Predictions/index.js +2 -0
  216. package/lib/components/Predictions/index.js.map +1 -0
  217. package/lib/components/SearchResults/Filter.d.ts +8 -0
  218. package/lib/components/SearchResults/Filter.d.ts.map +1 -0
  219. package/lib/components/SearchResults/Filter.js +45 -0
  220. package/lib/components/SearchResults/Filter.js.map +1 -0
  221. package/lib/components/SearchResults/SearchResult.d.ts +4 -0
  222. package/lib/components/SearchResults/SearchResult.d.ts.map +1 -0
  223. package/lib/components/SearchResults/SearchResult.js +27 -0
  224. package/lib/components/SearchResults/SearchResult.js.map +1 -0
  225. package/lib/components/SearchResults/SearchResults.d.ts +6 -0
  226. package/lib/components/SearchResults/SearchResults.d.ts.map +1 -0
  227. package/lib/components/SearchResults/SearchResults.js +121 -0
  228. package/lib/components/SearchResults/SearchResults.js.map +1 -0
  229. package/lib/components/SearchResults/SearchResults.styles.d.ts +11 -0
  230. package/lib/components/SearchResults/SearchResults.styles.d.ts.map +1 -0
  231. package/lib/components/SearchResults/SearchResults.styles.js +88 -0
  232. package/lib/components/SearchResults/SearchResults.styles.js.map +1 -0
  233. package/lib/components/SearchResults/SearchResults.types.d.ts +100 -0
  234. package/lib/components/SearchResults/SearchResults.types.d.ts.map +1 -0
  235. package/lib/components/SearchResults/SearchResults.types.js +2 -0
  236. package/lib/components/SearchResults/SearchResults.types.js.map +1 -0
  237. package/lib/components/SearchResults/index.d.ts +3 -0
  238. package/lib/components/SearchResults/index.d.ts.map +1 -0
  239. package/lib/components/SearchResults/index.js +2 -0
  240. package/lib/components/SearchResults/index.js.map +1 -0
  241. package/lib/components/Stages/StageGlimpse.d.ts +8 -0
  242. package/lib/components/Stages/StageGlimpse.d.ts.map +1 -0
  243. package/lib/components/Stages/StageGlimpse.js +11 -0
  244. package/lib/components/Stages/StageGlimpse.js.map +1 -0
  245. package/lib/components/Stages/Stages.d.ts +6 -0
  246. package/lib/components/Stages/Stages.d.ts.map +1 -0
  247. package/lib/components/Stages/Stages.js +107 -0
  248. package/lib/components/Stages/Stages.js.map +1 -0
  249. package/lib/components/Stages/Stages.styles.d.ts +14 -0
  250. package/lib/components/Stages/Stages.styles.d.ts.map +1 -0
  251. package/lib/components/Stages/Stages.styles.js +270 -0
  252. package/lib/components/Stages/Stages.styles.js.map +1 -0
  253. package/lib/components/Stages/Stages.types.d.ts +38 -0
  254. package/lib/components/Stages/Stages.types.d.ts.map +1 -0
  255. package/lib/components/Stages/Stages.types.js +2 -0
  256. package/lib/components/Stages/Stages.types.js.map +1 -0
  257. package/lib/components/Stages/index.d.ts +3 -0
  258. package/lib/components/Stages/index.d.ts.map +1 -0
  259. package/lib/components/Stages/index.js +2 -0
  260. package/lib/components/Stages/index.js.map +1 -0
  261. package/lib/components/Stakeholders/StakeholderForm.d.ts +7 -0
  262. package/lib/components/Stakeholders/StakeholderForm.d.ts.map +1 -0
  263. package/lib/components/Stakeholders/StakeholderForm.js +49 -0
  264. package/lib/components/Stakeholders/StakeholderForm.js.map +1 -0
  265. package/lib/components/Stakeholders/Stakeholders.d.ts +6 -0
  266. package/lib/components/Stakeholders/Stakeholders.d.ts.map +1 -0
  267. package/lib/components/Stakeholders/Stakeholders.js +220 -0
  268. package/lib/components/Stakeholders/Stakeholders.js.map +1 -0
  269. package/lib/components/Stakeholders/Stakeholders.types.d.ts +75 -0
  270. package/lib/components/Stakeholders/Stakeholders.types.d.ts.map +1 -0
  271. package/lib/components/Stakeholders/Stakeholders.types.js +2 -0
  272. package/lib/components/Stakeholders/Stakeholders.types.js.map +1 -0
  273. package/lib/components/Stakeholders/index.d.ts +3 -0
  274. package/lib/components/Stakeholders/index.d.ts.map +1 -0
  275. package/lib/components/Stakeholders/index.js +2 -0
  276. package/lib/components/Stakeholders/index.js.map +1 -0
  277. package/lib/components/Tags/Tags.d.ts +34 -0
  278. package/lib/components/Tags/Tags.d.ts.map +1 -0
  279. package/lib/components/Tags/Tags.js +230 -0
  280. package/lib/components/Tags/Tags.js.map +1 -0
  281. package/lib/components/Tags/index.d.ts +3 -0
  282. package/lib/components/Tags/index.d.ts.map +1 -0
  283. package/lib/components/Tags/index.js +2 -0
  284. package/lib/components/Tags/index.js.map +1 -0
  285. package/lib/components/Tasks/TaskList.d.ts +39 -0
  286. package/lib/components/Tasks/TaskList.d.ts.map +1 -0
  287. package/lib/components/Tasks/TaskList.js +71 -0
  288. package/lib/components/Tasks/TaskList.js.map +1 -0
  289. package/lib/components/Tasks/Tasks.d.ts +29 -0
  290. package/lib/components/Tasks/Tasks.d.ts.map +1 -0
  291. package/lib/components/Tasks/Tasks.js +52 -0
  292. package/lib/components/Tasks/Tasks.js.map +1 -0
  293. package/lib/components/Tasks/Tasks.test-ids.d.ts +4 -0
  294. package/lib/components/Tasks/Tasks.test-ids.d.ts.map +1 -0
  295. package/lib/components/Tasks/Tasks.test-ids.js +5 -0
  296. package/lib/components/Tasks/Tasks.test-ids.js.map +1 -0
  297. package/lib/components/Tasks/index.d.ts +4 -0
  298. package/lib/components/Tasks/index.d.ts.map +1 -0
  299. package/lib/components/Tasks/index.js +4 -0
  300. package/lib/components/Tasks/index.js.map +1 -0
  301. package/lib/components/Timeline/Timeline.d.ts +6 -0
  302. package/lib/components/Timeline/Timeline.d.ts.map +1 -0
  303. package/lib/components/Timeline/Timeline.js +26 -0
  304. package/lib/components/Timeline/Timeline.js.map +1 -0
  305. package/lib/components/Timeline/Timeline.styles.d.ts +21 -0
  306. package/lib/components/Timeline/Timeline.styles.d.ts.map +1 -0
  307. package/lib/components/Timeline/Timeline.styles.js +165 -0
  308. package/lib/components/Timeline/Timeline.styles.js.map +1 -0
  309. package/lib/components/Timeline/Timeline.types.d.ts +66 -0
  310. package/lib/components/Timeline/Timeline.types.d.ts.map +1 -0
  311. package/lib/components/Timeline/Timeline.types.js +2 -0
  312. package/lib/components/Timeline/Timeline.types.js.map +1 -0
  313. package/lib/components/Timeline/TimelineItem.d.ts +13 -0
  314. package/lib/components/Timeline/TimelineItem.d.ts.map +1 -0
  315. package/lib/components/Timeline/TimelineItem.js +33 -0
  316. package/lib/components/Timeline/TimelineItem.js.map +1 -0
  317. package/lib/components/Timeline/TimelineToolbar.d.ts +6 -0
  318. package/lib/components/Timeline/TimelineToolbar.d.ts.map +1 -0
  319. package/lib/components/Timeline/TimelineToolbar.js +68 -0
  320. package/lib/components/Timeline/TimelineToolbar.js.map +1 -0
  321. package/lib/components/Timeline/index.d.ts +4 -0
  322. package/lib/components/Timeline/index.d.ts.map +1 -0
  323. package/lib/components/Timeline/index.js +3 -0
  324. package/lib/components/Timeline/index.js.map +1 -0
  325. package/lib/components/Timeline/utils.d.ts +15 -0
  326. package/lib/components/Timeline/utils.d.ts.map +1 -0
  327. package/lib/components/Timeline/utils.js +75 -0
  328. package/lib/components/Timeline/utils.js.map +1 -0
  329. package/lib/index.d.ts +37 -0
  330. package/lib/index.d.ts.map +1 -0
  331. package/lib/index.js +38 -0
  332. package/lib/index.js.map +1 -0
  333. package/package.json +2 -2
@@ -0,0 +1,9 @@
1
+ export interface DetailsContextValue {
2
+ longestLabelLength?: number;
3
+ setLongestLabelLength?: (val: number) => void;
4
+ mobileView?: boolean;
5
+ depth?: number;
6
+ }
7
+ declare const DetailsContext: import("react").Context<DetailsContextValue>;
8
+ export default DetailsContext;
9
+ //# sourceMappingURL=DetailsContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DetailsContext.d.ts","sourceRoot":"","sources":["../../../src/components/Details/DetailsContext.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,mBAAmB;IAClC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,qBAAqB,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9C,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,QAAA,MAAM,cAAc,8CAKlB,CAAC;AAEH,eAAe,cAAc,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { createContext } from 'react';
2
+ const DetailsContext = createContext({
3
+ longestLabelLength: undefined,
4
+ setLongestLabelLength: () => { },
5
+ mobileView: false,
6
+ depth: 1
7
+ });
8
+ export default DetailsContext;
9
+ //# sourceMappingURL=DetailsContext.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DetailsContext.js","sourceRoot":"","sources":["../../../src/components/Details/DetailsContext.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAStC,MAAM,cAAc,GAAG,aAAa,CAAsB;IACxD,kBAAkB,EAAE,SAAS;IAC7B,qBAAqB,EAAE,GAAG,EAAE,GAAE,CAAC;IAC/B,UAAU,EAAE,KAAK;IACjB,KAAK,EAAE,CAAC;CACT,CAAC,CAAC;AAEH,eAAe,cAAc,CAAC","sourcesContent":["import { createContext } from 'react';\n\nexport interface DetailsContextValue {\n longestLabelLength?: number;\n setLongestLabelLength?: (val: number) => void;\n mobileView?: boolean;\n depth?: number;\n}\n\nconst DetailsContext = createContext<DetailsContextValue>({\n longestLabelLength: undefined,\n setLongestLabelLength: () => {},\n mobileView: false,\n depth: 1\n});\n\nexport default DetailsContext;\n"]}
@@ -0,0 +1,4 @@
1
+ export { default } from './Details';
2
+ export { default as DetailsContext } from './DetailsContext';
3
+ export { StyledFieldValueGroupLabel, StyledDetailList, StyledDetails, StyledHighlightedDetailList } from './Details.styles';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Details/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,OAAO,EACL,0BAA0B,EAC1B,gBAAgB,EAChB,aAAa,EACb,2BAA2B,EAC5B,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,4 @@
1
+ export { default } from './Details';
2
+ export { default as DetailsContext } from './DetailsContext';
3
+ export { StyledFieldValueGroupLabel, StyledDetailList, StyledDetails, StyledHighlightedDetailList } from './Details.styles';
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Details/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,OAAO,EACL,0BAA0B,EAC1B,gBAAgB,EAChB,aAAa,EACb,2BAA2B,EAC5B,MAAM,kBAAkB,CAAC","sourcesContent":["export { default } from './Details';\nexport { default as DetailsContext } from './DetailsContext';\nexport {\n StyledFieldValueGroupLabel,\n StyledDetailList,\n StyledDetails,\n StyledHighlightedDetailList\n} from './Details.styles';\n"]}
@@ -0,0 +1,20 @@
1
+ import { FunctionComponent, MouseEventHandler, Ref } from 'react';
2
+ import { BaseProps, ButtonProps, FieldValueListProps, ForwardProps, InfoDialogProps, NoChildrenProp, OmitStrict } from '@pega/cosmos-react-core';
3
+ type InfoDialogSummaryHeading = Extract<InfoDialogProps['heading'], object>;
4
+ export interface GlimpseProps extends BaseProps, OmitStrict<InfoDialogProps, 'children'>, NoChildrenProp {
5
+ /** The unique id for the operator. */
6
+ id: string;
7
+ /** Primary, secondary and avatar for the glimpse. */
8
+ heading?: InfoDialogSummaryHeading;
9
+ /** The set of field values to render in the list. */
10
+ fields?: FieldValueListProps['fields'];
11
+ /** Ref for the wrapping element. */
12
+ ref?: Ref<HTMLDivElement>;
13
+ /** Callback for click event on View profile button. Passing this will render View profile button */
14
+ onViewProfile?: MouseEventHandler<HTMLButtonElement>;
15
+ /** A URL location to navigate to. Passing an href will render View profile button as a link. */
16
+ href?: ButtonProps['href'];
17
+ }
18
+ declare const Glimpse: FunctionComponent<GlimpseProps & ForwardProps>;
19
+ export default Glimpse;
20
+ //# sourceMappingURL=Glimpse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Glimpse.d.ts","sourceRoot":"","sources":["../../../src/components/Glimpse/Glimpse.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAEjB,iBAAiB,EAEjB,GAAG,EACJ,MAAM,OAAO,CAAC;AAEf,OAAO,EACL,SAAS,EAET,WAAW,EAEX,mBAAmB,EAEnB,YAAY,EAEZ,eAAe,EACf,cAAc,EACd,UAAU,EAEX,MAAM,yBAAyB,CAAC;AAEjC,KAAK,wBAAwB,GAAG,OAAO,CAAC,eAAe,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC,CAAC;AAE5E,MAAM,WAAW,YACf,SAAQ,SAAS,EACf,UAAU,CAAC,eAAe,EAAE,UAAU,CAAC,EACvC,cAAc;IAChB,sCAAsC;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,qDAAqD;IACrD,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC,qDAAqD;IACrD,MAAM,CAAC,EAAE,mBAAmB,CAAC,QAAQ,CAAC,CAAC;IACvC,oCAAoC;IACpC,GAAG,CAAC,EAAE,GAAG,CAAC,cAAc,CAAC,CAAC;IAC1B,oGAAoG;IACpG,aAAa,CAAC,EAAE,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;IACrD,gGAAgG;IAChG,IAAI,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;CAC5B;AAED,QAAA,MAAM,OAAO,EAAE,iBAAiB,CAAC,YAAY,GAAG,YAAY,CA0C1D,CAAC;AAEH,eAAe,OAAO,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ import { Button, FieldValueList, Flex, InfoDialog, useI18n } from '@pega/cosmos-react-core';
4
+ const Glimpse = forwardRef(function Glimpse({ heading, fields = [], target, onDismiss, href, progress, onViewProfile, ...restProps }, ref) {
5
+ const t = useI18n();
6
+ return (_jsx(InfoDialog, { ...restProps, target: target, heading: heading, progress: progress, onDismiss: onDismiss, ref: ref, children: !heading || progress || fields.length || onViewProfile || href ? (_jsxs(Flex, { container: { direction: 'column', alignItems: 'start', gap: 2 }, children: [fields.length > 0 && _jsx(FieldValueList, { fields: fields }), (onViewProfile || href) && (_jsx(Button, { href: href, onClick: (e) => {
7
+ onViewProfile?.(e);
8
+ onDismiss();
9
+ }, children: t('view_profile') }))] })) : null }));
10
+ });
11
+ export default Glimpse;
12
+ //# sourceMappingURL=Glimpse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Glimpse.js","sourceRoot":"","sources":["../../../src/components/Glimpse/Glimpse.tsx"],"names":[],"mappings":";AAAA,OAAO,EACL,UAAU,EAMX,MAAM,OAAO,CAAC;AAEf,OAAO,EAEL,MAAM,EAEN,cAAc,EAEd,IAAI,EAEJ,UAAU,EAIV,OAAO,EACR,MAAM,yBAAyB,CAAC;AAsBjC,MAAM,OAAO,GAAmD,UAAU,CAAC,SAAS,OAAO,CACzF,EACE,OAAO,EACP,MAAM,GAAG,EAAE,EACX,MAAM,EACN,SAAS,EACT,IAAI,EACJ,QAAQ,EACR,aAAa,EACb,GAAG,SAAS,EACkB,EAChC,GAAwB;IAExB,MAAM,CAAC,GAAG,OAAO,EAAE,CAAC;IAEpB,OAAO,CACL,KAAC,UAAU,OACL,SAAS,EACb,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,OAAO,EAChB,QAAQ,EAAE,QAAQ,EAClB,SAAS,EAAE,SAAS,EACpB,GAAG,EAAE,GAAG,YAEP,CAAC,OAAO,IAAI,QAAQ,IAAI,MAAM,CAAC,MAAM,IAAI,aAAa,IAAI,IAAI,CAAC,CAAC,CAAC,CAChE,MAAC,IAAI,IAAC,SAAS,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,UAAU,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,EAAE,aAClE,MAAM,CAAC,MAAM,GAAG,CAAC,IAAI,KAAC,cAAc,IAAC,MAAM,EAAE,MAAM,GAAI,EACvD,CAAC,aAAa,IAAI,IAAI,CAAC,IAAI,CAC1B,KAAC,MAAM,IACL,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,CAAC,CAAgC,EAAE,EAAE;wBAC5C,aAAa,EAAE,CAAC,CAAC,CAAC,CAAC;wBACnB,SAAS,EAAE,CAAC;oBACd,CAAC,YAEA,CAAC,CAAC,cAAc,CAAC,GACX,CACV,IACI,CACR,CAAC,CAAC,CAAC,IAAI,GACG,CACd,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,eAAe,OAAO,CAAC","sourcesContent":["import {\n forwardRef,\n FunctionComponent,\n MouseEvent,\n MouseEventHandler,\n PropsWithoutRef,\n Ref\n} from 'react';\n\nimport {\n BaseProps,\n Button,\n ButtonProps,\n FieldValueList,\n FieldValueListProps,\n Flex,\n ForwardProps,\n InfoDialog,\n InfoDialogProps,\n NoChildrenProp,\n OmitStrict,\n useI18n\n} from '@pega/cosmos-react-core';\n\ntype InfoDialogSummaryHeading = Extract<InfoDialogProps['heading'], object>;\n\nexport interface GlimpseProps\n extends BaseProps,\n OmitStrict<InfoDialogProps, 'children'>,\n NoChildrenProp {\n /** The unique id for the operator. */\n id: string;\n /** Primary, secondary and avatar for the glimpse. */\n heading?: InfoDialogSummaryHeading;\n /** The set of field values to render in the list. */\n fields?: FieldValueListProps['fields'];\n /** Ref for the wrapping element. */\n ref?: Ref<HTMLDivElement>;\n /** Callback for click event on View profile button. Passing this will render View profile button */\n onViewProfile?: MouseEventHandler<HTMLButtonElement>;\n /** A URL location to navigate to. Passing an href will render View profile button as a link. */\n href?: ButtonProps['href'];\n}\n\nconst Glimpse: FunctionComponent<GlimpseProps & ForwardProps> = forwardRef(function Glimpse(\n {\n heading,\n fields = [],\n target,\n onDismiss,\n href,\n progress,\n onViewProfile,\n ...restProps\n }: PropsWithoutRef<GlimpseProps>,\n ref: GlimpseProps['ref']\n) {\n const t = useI18n();\n\n return (\n <InfoDialog\n {...restProps}\n target={target}\n heading={heading}\n progress={progress}\n onDismiss={onDismiss}\n ref={ref}\n >\n {!heading || progress || fields.length || onViewProfile || href ? (\n <Flex container={{ direction: 'column', alignItems: 'start', gap: 2 }}>\n {fields.length > 0 && <FieldValueList fields={fields} />}\n {(onViewProfile || href) && (\n <Button\n href={href}\n onClick={(e: MouseEvent<HTMLButtonElement>) => {\n onViewProfile?.(e);\n onDismiss();\n }}\n >\n {t('view_profile')}\n </Button>\n )}\n </Flex>\n ) : null}\n </InfoDialog>\n );\n});\n\nexport default Glimpse;\n"]}
@@ -0,0 +1,3 @@
1
+ export { default } from './Glimpse';
2
+ export type { GlimpseProps } from './Glimpse';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Glimpse/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { default } from './Glimpse';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Glimpse/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC","sourcesContent":["export { default } from './Glimpse';\nexport type { GlimpseProps } from './Glimpse';\n"]}
@@ -0,0 +1,6 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { ForwardProps } from '@pega/cosmos-react-core';
3
+ import type IntelligentGuidanceProps from './IntelligentGuidance.types';
4
+ declare const IntelligentGuidance: FunctionComponent<IntelligentGuidanceProps & ForwardProps>;
5
+ export default IntelligentGuidance;
6
+ //# sourceMappingURL=IntelligentGuidance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IntelligentGuidance.d.ts","sourceRoot":"","sources":["../../../src/components/IntelligentGuidance/IntelligentGuidance.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,iBAAiB,EAMlB,MAAM,OAAO,CAAC;AAEf,OAAO,EACL,YAAY,EAYb,MAAM,yBAAyB,CAAC;AAQjC,OAAO,KAAK,wBAAwB,MAAM,6BAA6B,CAAC;AAExE,QAAA,MAAM,mBAAmB,EAAE,iBAAiB,CAAC,wBAAwB,GAAG,YAAY,CA8InF,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,83 @@
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef, useLayoutEffect, useRef, useState } from 'react';
3
+ import { Icon, useI18n, useAfterInitialEffect, Text, Tabs, CardHeader, TabPanel, Flex, Count, Actions } from '@pega/cosmos-react-core';
4
+ import { StyledIntelligentGuidanceList, StyledIntelligentGuidance, StyledNew, StyledBorderLine } from './IntelligentGuidance.styles';
5
+ const IntelligentGuidance = forwardRef(function IntelligentGuidance({ items, previousItems, heading, isCollapsed, onExpandCollapse, ...restProps }, ref) {
6
+ const t = useI18n();
7
+ const headerRef = useRef(null);
8
+ const toggleButtonRef = useRef(null);
9
+ const [currentTab, setCurrentTab] = useState('current');
10
+ const listItems = (currentTab === 'current' ? items : previousItems ?? []).map(item => {
11
+ return {
12
+ id: item.id,
13
+ visual: _jsx(Icon, { name: item.icon }),
14
+ primary: (_jsxs(_Fragment, { children: [item.label, item.new && (_jsxs(_Fragment, { children: [_jsx(StyledNew, { children: t('new') }), _jsx(StyledBorderLine, {})] }))] })),
15
+ secondary: _jsx(Text, { variant: 'secondary', children: item.type }),
16
+ contextualLabel: item.label,
17
+ actions: item.onDismiss
18
+ ? [
19
+ {
20
+ text: t('dismiss'),
21
+ id: item.id,
22
+ icon: 'times',
23
+ onClick: (id, e) => {
24
+ e.stopPropagation();
25
+ item.onDismiss?.(id, e);
26
+ }
27
+ }
28
+ ]
29
+ : undefined,
30
+ container: { colGap: 1 },
31
+ role: 'button',
32
+ tabIndex: 0,
33
+ 'aria-label': t('continue_label_a11y', [item.label]),
34
+ onClick: item.onClick,
35
+ onKeyDown: (e) => {
36
+ if (e.key === 'Enter') {
37
+ item.onClick(e);
38
+ }
39
+ }
40
+ };
41
+ });
42
+ const [headerHeight, setHeaderHeight] = useState(0);
43
+ useLayoutEffect(() => {
44
+ if (headerRef.current) {
45
+ setHeaderHeight(headerRef.current?.offsetHeight || 0);
46
+ }
47
+ }, [headerRef.current]);
48
+ // FIXME: This is a hack to get the Tooltip to reset its position when the list is toggled.
49
+ useAfterInitialEffect(() => {
50
+ if (toggleButtonRef.current && toggleButtonRef.current === document.activeElement) {
51
+ toggleButtonRef.current.blur();
52
+ setTimeout(() => {
53
+ toggleButtonRef.current?.focus();
54
+ }, 1000);
55
+ }
56
+ }, [isCollapsed]);
57
+ const intelligentGuidanceList = (_jsx(StyledIntelligentGuidanceList, { items: listItems, noItemsText: t('no_recommendations') }));
58
+ return (_jsxs(StyledIntelligentGuidance, { ...restProps, ref: ref, role: 'region', "aria-live": 'polite', "aria-relevant": 'all', isCollapsed: isCollapsed, hasItems: !!items.length, style: { '--headerHeight': `${headerHeight}px` }, children: [_jsxs(CardHeader, { ref: headerRef, children: [_jsxs(Flex, { container: { alignItems: 'center', gap: 1 }, children: [_jsx(Text, { variant: 'h2', children: heading }), _jsx(Count, { children: items.length + (previousItems?.length ?? 0) })] }), _jsx(Actions, { items: [
59
+ {
60
+ text: t(isCollapsed ? 'expand' : 'collapse'),
61
+ id: 'IntelligentGuidanceButton',
62
+ icon: 'caret-down',
63
+ 'aria-label': isCollapsed
64
+ ? t('expand_noun', [heading])
65
+ : t('collapse_noun', [heading]),
66
+ onClick: onExpandCollapse,
67
+ ref: toggleButtonRef
68
+ }
69
+ ] })] }), previousItems ? (_jsxs(_Fragment, { children: [_jsx(Tabs, { tabs: [
70
+ {
71
+ id: 'current',
72
+ name: t('current'),
73
+ count: items.filter(item => item.new).length || undefined
74
+ },
75
+ {
76
+ id: 'previous',
77
+ name: t('previous'),
78
+ count: previousItems.filter(item => item.new).length || undefined
79
+ }
80
+ ], currentTabId: currentTab, onTabClick: setCurrentTab }), _jsx(TabPanel, { tabId: currentTab, children: intelligentGuidanceList })] })) : (intelligentGuidanceList)] }));
81
+ });
82
+ export default IntelligentGuidance;
83
+ //# sourceMappingURL=IntelligentGuidance.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IntelligentGuidance.js","sourceRoot":"","sources":["../../../src/components/IntelligentGuidance/IntelligentGuidance.tsx"],"names":[],"mappings":"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","sourcesContent":["import {\n CSSProperties,\n forwardRef,\n FunctionComponent,\n KeyboardEvent,\n PropsWithoutRef,\n useLayoutEffect,\n useRef,\n useState\n} from 'react';\n\nimport {\n ForwardProps,\n Icon,\n SummaryListItem,\n useI18n,\n useAfterInitialEffect,\n Text,\n Tabs,\n CardHeader,\n TabPanel,\n Flex,\n Count,\n Actions\n} from '@pega/cosmos-react-core';\n\nimport {\n StyledIntelligentGuidanceList,\n StyledIntelligentGuidance,\n StyledNew,\n StyledBorderLine\n} from './IntelligentGuidance.styles';\nimport type IntelligentGuidanceProps from './IntelligentGuidance.types';\n\nconst IntelligentGuidance: FunctionComponent<IntelligentGuidanceProps & ForwardProps> = forwardRef(\n function IntelligentGuidance(\n {\n items,\n previousItems,\n heading,\n isCollapsed,\n onExpandCollapse,\n ...restProps\n }: PropsWithoutRef<IntelligentGuidanceProps>,\n ref: IntelligentGuidanceProps['ref']\n ) {\n const t = useI18n();\n const headerRef = useRef<HTMLDivElement>(null);\n const toggleButtonRef = useRef<HTMLButtonElement>(null);\n const [currentTab, setCurrentTab] = useState('current');\n\n const listItems: SummaryListItem[] = (\n currentTab === 'current' ? items : previousItems ?? []\n ).map(item => {\n return {\n id: item.id,\n visual: <Icon name={item.icon} />,\n primary: (\n <>\n {item.label}\n {item.new && (\n <>\n <StyledNew>{t('new')}</StyledNew>\n {/* Can remove StyledBorderLine when Firefox supports :has selector. */}\n <StyledBorderLine />\n </>\n )}\n </>\n ),\n secondary: <Text variant='secondary'>{item.type}</Text>,\n contextualLabel: item.label,\n actions: item.onDismiss\n ? [\n {\n text: t('dismiss'),\n id: item.id,\n icon: 'times',\n onClick: (id, e) => {\n e.stopPropagation();\n item.onDismiss?.(id, e);\n }\n }\n ]\n : undefined,\n container: { colGap: 1 },\n role: 'button',\n tabIndex: 0,\n 'aria-label': t('continue_label_a11y', [item.label]),\n onClick: item.onClick,\n onKeyDown: (e: KeyboardEvent) => {\n if (e.key === 'Enter') {\n item.onClick(e);\n }\n }\n };\n });\n\n const [headerHeight, setHeaderHeight] = useState(0);\n\n useLayoutEffect(() => {\n if (headerRef.current) {\n setHeaderHeight(headerRef.current?.offsetHeight || 0);\n }\n }, [headerRef.current]);\n\n // FIXME: This is a hack to get the Tooltip to reset its position when the list is toggled.\n useAfterInitialEffect(() => {\n if (toggleButtonRef.current && toggleButtonRef.current === document.activeElement) {\n toggleButtonRef.current.blur();\n setTimeout(() => {\n toggleButtonRef.current?.focus();\n }, 1000);\n }\n }, [isCollapsed]);\n\n const intelligentGuidanceList = (\n <StyledIntelligentGuidanceList items={listItems} noItemsText={t('no_recommendations')} />\n );\n\n return (\n <StyledIntelligentGuidance\n {...restProps}\n ref={ref}\n role='region'\n aria-live='polite'\n aria-relevant='all'\n isCollapsed={isCollapsed}\n hasItems={!!items.length}\n style={{ '--headerHeight': `${headerHeight}px` } as CSSProperties}\n >\n <CardHeader ref={headerRef}>\n <Flex container={{ alignItems: 'center', gap: 1 }}>\n <Text variant='h2'>{heading}</Text>\n <Count>{items.length + (previousItems?.length ?? 0)}</Count>\n </Flex>\n <Actions\n items={[\n {\n text: t(isCollapsed ? 'expand' : 'collapse'),\n id: 'IntelligentGuidanceButton',\n icon: 'caret-down',\n 'aria-label': isCollapsed\n ? t('expand_noun', [heading])\n : t('collapse_noun', [heading]),\n onClick: onExpandCollapse,\n ref: toggleButtonRef\n }\n ]}\n />\n </CardHeader>\n {previousItems ? (\n <>\n <Tabs\n tabs={[\n {\n id: 'current',\n name: t('current'),\n count: items.filter(item => item.new).length || undefined\n },\n {\n id: 'previous',\n name: t('previous'),\n count: previousItems.filter(item => item.new).length || undefined\n }\n ]}\n currentTabId={currentTab}\n onTabClick={setCurrentTab}\n />\n <TabPanel tabId={currentTab}>{intelligentGuidanceList}</TabPanel>\n </>\n ) : (\n intelligentGuidanceList\n )}\n </StyledIntelligentGuidance>\n );\n }\n);\n\nexport default IntelligentGuidance;\n"]}
@@ -0,0 +1,9 @@
1
+ export declare const StyledNew: import("styled-components").StyledComponent<import("react").FunctionComponent<import("@pega/cosmos-react-core").TextProps & import("@pega/cosmos-react-core").ForwardProps>, import("styled-components").DefaultTheme, {}, never>;
2
+ export declare const StyledBorderLine: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>;
3
+ export declare const StyledIntelligentGuidanceList: import("styled-components").StyledComponent<import("react").FC<import("@pega/cosmos-react-core").SummaryListProps & import("@pega/cosmos-react-core").ForwardProps>, import("styled-components").DefaultTheme, {}, never>;
4
+ export interface StyledIntelligentGuidanceProps {
5
+ isCollapsed: boolean;
6
+ hasItems: boolean;
7
+ }
8
+ export declare const StyledIntelligentGuidance: import("styled-components").StyledComponent<"article", import("styled-components").DefaultTheme, Partial<import("@pega/cosmos-react-core").CardProps> & StyledIntelligentGuidanceProps, never>;
9
+ //# sourceMappingURL=IntelligentGuidance.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IntelligentGuidance.styles.d.ts","sourceRoot":"","sources":["../../../src/components/IntelligentGuidance/IntelligentGuidance.styles.ts"],"names":[],"mappings":"AA2BA,eAAO,MAAM,SAAS,mOAmBpB,CAAC;AAIH,eAAO,MAAM,gBAAgB,0GAe3B,CAAC;AAIH,eAAO,MAAM,6BAA6B,2NA6ExC,CAAC;AAIH,MAAM,WAAW,8BAA8B;IAC7C,WAAW,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,yBAAyB,gMAyFrC,CAAC"}
@@ -0,0 +1,199 @@
1
+ import styled, { css } from 'styled-components';
2
+ import { lighten, readableColor, rgba, transparentize } from 'polished';
3
+ import { defaultThemeProp, StyledButton, StyledCard, StyledFlex, StyledIcon, StyledEmptyState, SummaryList, StyledText, tryCatch, StyledSummaryItem, StyledVisual, readableHue, Text, calculateFontSize, StyledSecondary } from '@pega/cosmos-react-core';
4
+ import { StyledCardHeader } from '@pega/cosmos-react-core/lib/components/Card/CardHeader';
5
+ import { StyledTabs } from '@pega/cosmos-react-core/lib/components/Tabs/Tabs';
6
+ import { StyledTab } from '@pega/cosmos-react-core/lib/components/Tabs/Tab';
7
+ import { StyledCount } from '@pega/cosmos-react-core/lib/components/Badges/Count';
8
+ const itemIconSize = '2rem';
9
+ export const StyledNew = styled(Text)(({ theme }) => {
10
+ const readableBackground = readableHue(theme.base.palette['brand-primary'], theme.base.palette['primary-background']);
11
+ const readableTextColor = readableColor(readableBackground);
12
+ const fontSize = calculateFontSize(theme.base['font-size'], theme.base['font-scale']);
13
+ return css `
14
+ position: absolute;
15
+ inset-block-start: 0;
16
+ inset-inline-start: 0;
17
+ text-transform: uppercase;
18
+ background-color: ${readableBackground};
19
+ color: ${readableTextColor};
20
+ padding-inline: calc(0.75 * ${theme.base.spacing});
21
+ font-size: ${fontSize.xxs};
22
+ font-weight: ${theme.base['font-weight']['semi-bold']};
23
+ `;
24
+ });
25
+ StyledNew.defaultProps = defaultThemeProp;
26
+ export const StyledBorderLine = styled.span(({ theme }) => {
27
+ const readableBackground = readableHue(theme.base.palette['brand-primary'], theme.base.palette['primary-background']);
28
+ return css `
29
+ position: absolute;
30
+ inset-block-start: 0;
31
+ inset-inline-start: 0;
32
+ content: '';
33
+ background-color: ${readableBackground};
34
+ height: 100%;
35
+ width: 0.125rem;
36
+ `;
37
+ });
38
+ StyledBorderLine.defaultProps = defaultThemeProp;
39
+ export const StyledIntelligentGuidanceList = styled(SummaryList)(({ theme }) => {
40
+ const color = theme.base.palette.light;
41
+ const borderColor = tryCatch(() => lighten(0.1, theme.components['app-shell'].nav['background-color']));
42
+ const hoverColor = tryCatch(() => lighten(0.05, theme.components['app-shell'].nav['background-color']));
43
+ const secondaryColor = tryCatch(() => rgba(color, theme.base.transparency['transparent-2']));
44
+ const scrollbarColor = tryCatch(() => rgba(color, theme.base.transparency['transparent-3']));
45
+ return css `
46
+ max-height: min(calc(100vh - var(--headerHeight) - 4ch), 21ch);
47
+ overflow: auto;
48
+
49
+ ::-webkit-scrollbar-thumb {
50
+ box-shadow: inset 0 0 0.125rem 0.25rem ${scrollbarColor};
51
+ }
52
+
53
+ ::-webkit-scrollbar-thumb:hover {
54
+ box-shadow: inset 0 0 0.125rem 0.25rem ${secondaryColor};
55
+ }
56
+
57
+ ${theme.base.animation.timing.ease};
58
+
59
+ ${StyledSummaryItem} {
60
+ position: relative;
61
+ padding: ${theme.base.spacing};
62
+ outline: none;
63
+
64
+ &:not(:first-of-type) {
65
+ border-top: ${theme.components.button['border-width']} solid ${borderColor};
66
+ }
67
+
68
+ ${StyledVisual} ${StyledIcon} {
69
+ width: ${itemIconSize};
70
+ height: ${itemIconSize};
71
+ padding: calc(0.75 * ${theme.base.spacing});
72
+ }
73
+
74
+ ${StyledButton} {
75
+ visibility: hidden;
76
+ }
77
+
78
+ ${StyledSecondary} ${StyledText} {
79
+ color: ${secondaryColor};
80
+ }
81
+
82
+ &:not(:last-child) {
83
+ border-bottom: none;
84
+ }
85
+
86
+ &:hover {
87
+ background-color: ${hoverColor};
88
+ cursor: pointer;
89
+ }
90
+
91
+ &:hover,
92
+ &:focus,
93
+ &:focus-within {
94
+ ${StyledButton} {
95
+ visibility: visible;
96
+ }
97
+ }
98
+ &:enabled:focus,
99
+ &:not([disabled]):focus {
100
+ box-shadow: ${theme.base.shadow['focus-inset']};
101
+ }
102
+ }
103
+
104
+ ${StyledEmptyState} {
105
+ padding-block: ${theme.base.spacing};
106
+ ${StyledIcon}, ${StyledText} {
107
+ color: ${color};
108
+ }
109
+ }
110
+ `;
111
+ });
112
+ StyledIntelligentGuidanceList.defaultProps = defaultThemeProp;
113
+ export const StyledIntelligentGuidance = styled(StyledCard)(({ theme, isCollapsed }) => {
114
+ const color = theme.base.palette.light;
115
+ const borderColor = tryCatch(() => lighten(0.1, theme.components['app-shell'].nav['background-color']));
116
+ const tabPrimaryColor = theme.base.colors.blue.light;
117
+ const lightenedTabColor = tryCatch(() => transparentize(0.3, tabPrimaryColor)) ?? '';
118
+ return css `
119
+ position: fixed;
120
+ inset-inline-start: calc(2 * ${theme.base.spacing} + var(--appshell-horizontal-offset, 0rem));
121
+ transition: inset-inline-start ${theme.base.animation.speed}
122
+ ${theme.base.animation.timing.ease},
123
+ transform calc(4 * ${theme.base.animation.speed}) ${theme.base.animation.timing.ease};
124
+ bottom: 0;
125
+ z-index: ${theme.base['z-index'].popover};
126
+ min-width: 20rem;
127
+ max-width: 20rem;
128
+ color: ${color};
129
+ overflow: hidden;
130
+ box-shadow: ${theme.base.shadow.low};
131
+
132
+ @media (min-width: ${theme.base.breakpoints.lg}) {
133
+ min-width: 23rem;
134
+ max-width: 23rem;
135
+ }
136
+
137
+ ${isCollapsed &&
138
+ css `
139
+ transform: translateY(calc(100% - var(--headerHeight)));
140
+ `}
141
+
142
+ &:not(& &) {
143
+ background-color: ${theme.components['app-shell'].nav['background-color']};
144
+ border-bottom-left-radius: 0;
145
+ border-bottom-right-radius: 0;
146
+ }
147
+ ${StyledCardHeader} {
148
+ & ${StyledButton} {
149
+ transition: transform calc(2 * ${theme.base.animation.speed})
150
+ ${theme.base.animation.timing.ease};
151
+ transform: ${isCollapsed ? 'rotate(-180deg)' : 'rotate(0)'};
152
+ }
153
+
154
+ &:not(${StyledCard} ${StyledCard} > &) {
155
+ padding: ${theme.base.spacing};
156
+ }
157
+
158
+ ${StyledFlex} > ${StyledIcon} {
159
+ width: ${itemIconSize};
160
+ height: ${itemIconSize};
161
+ padding: calc(0.75 * ${theme.base.spacing});
162
+ border-radius: calc(3 * ${theme.base['border-radius']});
163
+ background-color: ${theme.base.palette.success};
164
+ }
165
+ }
166
+
167
+ ${StyledTabs} {
168
+ padding-inline: ${theme.base.spacing};
169
+ border-block: 0.0625rem solid ${borderColor};
170
+ ${StyledTab} {
171
+ flex: 1;
172
+ justify-content: center;
173
+ ${StyledCount} {
174
+ background-color: ${theme.base.palette.urgent};
175
+ }
176
+ span {
177
+ color: ${color};
178
+ }
179
+ ::after {
180
+ background-color: ${lightenedTabColor};
181
+ }
182
+ &[aria-selected='true'] {
183
+ span:not(${StyledCount}) {
184
+ color: ${tabPrimaryColor};
185
+ }
186
+ ::after {
187
+ background-color: ${tabPrimaryColor};
188
+ }
189
+ }
190
+ }
191
+ }
192
+
193
+ ${StyledButton}:enabled:focus {
194
+ box-shadow: ${theme.base.shadow.focus};
195
+ }
196
+ `;
197
+ });
198
+ StyledIntelligentGuidance.defaultProps = defaultThemeProp;
199
+ //# sourceMappingURL=IntelligentGuidance.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IntelligentGuidance.styles.js","sourceRoot":"","sources":["../../../src/components/IntelligentGuidance/IntelligentGuidance.styles.ts"],"names":[],"mappings":"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","sourcesContent":["import styled, { css } from 'styled-components';\nimport { lighten, readableColor, rgba, transparentize } from 'polished';\n\nimport {\n defaultThemeProp,\n StyledButton,\n StyledCard,\n StyledFlex,\n StyledIcon,\n StyledEmptyState,\n SummaryList,\n StyledText,\n tryCatch,\n StyledSummaryItem,\n StyledVisual,\n readableHue,\n Text,\n calculateFontSize,\n StyledSecondary\n} from '@pega/cosmos-react-core';\nimport { StyledCardHeader } from '@pega/cosmos-react-core/lib/components/Card/CardHeader';\nimport { StyledTabs } from '@pega/cosmos-react-core/lib/components/Tabs/Tabs';\nimport { StyledTab } from '@pega/cosmos-react-core/lib/components/Tabs/Tab';\nimport { StyledCount } from '@pega/cosmos-react-core/lib/components/Badges/Count';\n\nconst itemIconSize = '2rem';\n\nexport const StyledNew = styled(Text)(({ theme }) => {\n const readableBackground = readableHue(\n theme.base.palette['brand-primary'],\n theme.base.palette['primary-background']\n );\n const readableTextColor = readableColor(readableBackground);\n const fontSize = calculateFontSize(theme.base['font-size'], theme.base['font-scale']);\n\n return css`\n position: absolute;\n inset-block-start: 0;\n inset-inline-start: 0;\n text-transform: uppercase;\n background-color: ${readableBackground};\n color: ${readableTextColor};\n padding-inline: calc(0.75 * ${theme.base.spacing});\n font-size: ${fontSize.xxs};\n font-weight: ${theme.base['font-weight']['semi-bold']};\n `;\n});\n\nStyledNew.defaultProps = defaultThemeProp;\n\nexport const StyledBorderLine = styled.span(({ theme }) => {\n const readableBackground = readableHue(\n theme.base.palette['brand-primary'],\n theme.base.palette['primary-background']\n );\n\n return css`\n position: absolute;\n inset-block-start: 0;\n inset-inline-start: 0;\n content: '';\n background-color: ${readableBackground};\n height: 100%;\n width: 0.125rem;\n `;\n});\n\nStyledBorderLine.defaultProps = defaultThemeProp;\n\nexport const StyledIntelligentGuidanceList = styled(SummaryList)(({ theme }) => {\n const color = theme.base.palette.light;\n const borderColor = tryCatch(() =>\n lighten(0.1, theme.components['app-shell'].nav['background-color'])\n );\n const hoverColor = tryCatch(() =>\n lighten(0.05, theme.components['app-shell'].nav['background-color'])\n );\n const secondaryColor = tryCatch(() => rgba(color, theme.base.transparency['transparent-2']));\n const scrollbarColor = tryCatch(() => rgba(color, theme.base.transparency['transparent-3']));\n\n return css`\n max-height: min(calc(100vh - var(--headerHeight) - 4ch), 21ch);\n overflow: auto;\n\n ::-webkit-scrollbar-thumb {\n box-shadow: inset 0 0 0.125rem 0.25rem ${scrollbarColor};\n }\n\n ::-webkit-scrollbar-thumb:hover {\n box-shadow: inset 0 0 0.125rem 0.25rem ${secondaryColor};\n }\n\n ${theme.base.animation.timing.ease};\n\n ${StyledSummaryItem} {\n position: relative;\n padding: ${theme.base.spacing};\n outline: none;\n\n &:not(:first-of-type) {\n border-top: ${theme.components.button['border-width']} solid ${borderColor};\n }\n\n ${StyledVisual} ${StyledIcon} {\n width: ${itemIconSize};\n height: ${itemIconSize};\n padding: calc(0.75 * ${theme.base.spacing});\n }\n\n ${StyledButton} {\n visibility: hidden;\n }\n\n ${StyledSecondary} ${StyledText} {\n color: ${secondaryColor};\n }\n\n &:not(:last-child) {\n border-bottom: none;\n }\n\n &:hover {\n background-color: ${hoverColor};\n cursor: pointer;\n }\n\n &:hover,\n &:focus,\n &:focus-within {\n ${StyledButton} {\n visibility: visible;\n }\n }\n &:enabled:focus,\n &:not([disabled]):focus {\n box-shadow: ${theme.base.shadow['focus-inset']};\n }\n }\n\n ${StyledEmptyState} {\n padding-block: ${theme.base.spacing};\n ${StyledIcon}, ${StyledText} {\n color: ${color};\n }\n }\n `;\n});\n\nStyledIntelligentGuidanceList.defaultProps = defaultThemeProp;\n\nexport interface StyledIntelligentGuidanceProps {\n isCollapsed: boolean;\n hasItems: boolean;\n}\n\nexport const StyledIntelligentGuidance = styled(StyledCard)<StyledIntelligentGuidanceProps>(\n ({ theme, isCollapsed }) => {\n const color = theme.base.palette.light;\n const borderColor = tryCatch(() =>\n lighten(0.1, theme.components['app-shell'].nav['background-color'])\n );\n const tabPrimaryColor = theme.base.colors.blue.light;\n const lightenedTabColor = tryCatch(() => transparentize(0.3, tabPrimaryColor)) ?? '';\n\n return css`\n position: fixed;\n inset-inline-start: calc(2 * ${theme.base.spacing} + var(--appshell-horizontal-offset, 0rem));\n transition: inset-inline-start ${theme.base.animation.speed}\n ${theme.base.animation.timing.ease},\n transform calc(4 * ${theme.base.animation.speed}) ${theme.base.animation.timing.ease};\n bottom: 0;\n z-index: ${theme.base['z-index'].popover};\n min-width: 20rem;\n max-width: 20rem;\n color: ${color};\n overflow: hidden;\n box-shadow: ${theme.base.shadow.low};\n\n @media (min-width: ${theme.base.breakpoints.lg}) {\n min-width: 23rem;\n max-width: 23rem;\n }\n\n ${isCollapsed &&\n css`\n transform: translateY(calc(100% - var(--headerHeight)));\n `}\n\n &:not(& &) {\n background-color: ${theme.components['app-shell'].nav['background-color']};\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n }\n ${StyledCardHeader} {\n & ${StyledButton} {\n transition: transform calc(2 * ${theme.base.animation.speed})\n ${theme.base.animation.timing.ease};\n transform: ${isCollapsed ? 'rotate(-180deg)' : 'rotate(0)'};\n }\n\n &:not(${StyledCard} ${StyledCard} > &) {\n padding: ${theme.base.spacing};\n }\n\n ${StyledFlex} > ${StyledIcon} {\n width: ${itemIconSize};\n height: ${itemIconSize};\n padding: calc(0.75 * ${theme.base.spacing});\n border-radius: calc(3 * ${theme.base['border-radius']});\n background-color: ${theme.base.palette.success};\n }\n }\n\n ${StyledTabs} {\n padding-inline: ${theme.base.spacing};\n border-block: 0.0625rem solid ${borderColor};\n ${StyledTab} {\n flex: 1;\n justify-content: center;\n ${StyledCount} {\n background-color: ${theme.base.palette.urgent};\n }\n span {\n color: ${color};\n }\n ::after {\n background-color: ${lightenedTabColor};\n }\n &[aria-selected='true'] {\n span:not(${StyledCount}) {\n color: ${tabPrimaryColor};\n }\n ::after {\n background-color: ${tabPrimaryColor};\n }\n }\n }\n }\n\n ${StyledButton}:enabled:focus {\n box-shadow: ${theme.base.shadow.focus};\n }\n `;\n }\n);\n\nStyledIntelligentGuidance.defaultProps = defaultThemeProp;\n"]}
@@ -0,0 +1,35 @@
1
+ import { MouseEvent, KeyboardEvent, Ref } from 'react';
2
+ import { BaseProps, IconProps, NoChildrenProp } from '@pega/cosmos-react-core';
3
+ export interface IntelligentGuidanceItemProps {
4
+ /** Unique id for item */
5
+ id: string;
6
+ /** The label text of the item. */
7
+ label: string;
8
+ /** Name of the icon (to be selected from default Pega icon set) */
9
+ icon: IconProps['name'];
10
+ /** Represents the type of task */
11
+ type: string;
12
+ /** Click handler for the action button. */
13
+ onClick: (e: MouseEvent | KeyboardEvent) => void;
14
+ /** Dismiss handler for the action button. */
15
+ onDismiss?: (id: IntelligentGuidanceItemProps['id'], e: MouseEvent<HTMLButtonElement | HTMLAnchorElement | HTMLInputElement>) => void;
16
+ /** Flag that indicates if item is new
17
+ * @default false
18
+ */
19
+ new?: boolean;
20
+ }
21
+ export default interface IntelligentGuidanceProps extends BaseProps, NoChildrenProp {
22
+ /** List of guidance items. */
23
+ items: IntelligentGuidanceItemProps[];
24
+ /** List of guidance previous items. */
25
+ previousItems?: IntelligentGuidanceItemProps[];
26
+ /** Header text. */
27
+ heading: string;
28
+ /** Flag that indicates if intelligent guidance is collapsed */
29
+ isCollapsed: boolean;
30
+ /** Callback when expand/collapse button is clicked */
31
+ onExpandCollapse: () => void;
32
+ /** Ref for the wrapping element. */
33
+ ref?: Ref<HTMLDivElement>;
34
+ }
35
+ //# sourceMappingURL=IntelligentGuidance.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IntelligentGuidance.types.d.ts","sourceRoot":"","sources":["../../../src/components/IntelligentGuidance/IntelligentGuidance.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAEvD,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAE/E,MAAM,WAAW,4BAA4B;IAC3C,yBAAyB;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,kCAAkC;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,mEAAmE;IACnE,IAAI,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;IACxB,kCAAkC;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,2CAA2C;IAC3C,OAAO,EAAE,CAAC,CAAC,EAAE,UAAU,GAAG,aAAa,KAAK,IAAI,CAAC;IACjD,6CAA6C;IAC7C,SAAS,CAAC,EAAE,CACV,EAAE,EAAE,4BAA4B,CAAC,IAAI,CAAC,EACtC,CAAC,EAAE,UAAU,CAAC,iBAAiB,GAAG,iBAAiB,GAAG,gBAAgB,CAAC,KACpE,IAAI,CAAC;IACV;;OAEG;IACH,GAAG,CAAC,EAAE,OAAO,CAAC;CACf;AAED,MAAM,CAAC,OAAO,WAAW,wBAAyB,SAAQ,SAAS,EAAE,cAAc;IACjF,8BAA8B;IAC9B,KAAK,EAAE,4BAA4B,EAAE,CAAC;IACtC,uCAAuC;IACvC,aAAa,CAAC,EAAE,4BAA4B,EAAE,CAAC;IAC/C,mBAAmB;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,+DAA+D;IAC/D,WAAW,EAAE,OAAO,CAAC;IACrB,sDAAsD;IACtD,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,oCAAoC;IACpC,GAAG,CAAC,EAAE,GAAG,CAAC,cAAc,CAAC,CAAC;CAC3B"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IntelligentGuidance.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IntelligentGuidance.types.js","sourceRoot":"","sources":["../../../src/components/IntelligentGuidance/IntelligentGuidance.types.ts"],"names":[],"mappings":"","sourcesContent":["import { MouseEvent, KeyboardEvent, Ref } from 'react';\n\nimport { BaseProps, IconProps, NoChildrenProp } from '@pega/cosmos-react-core';\n\nexport interface IntelligentGuidanceItemProps {\n /** Unique id for item */\n id: string;\n /** The label text of the item. */\n label: string;\n /** Name of the icon (to be selected from default Pega icon set) */\n icon: IconProps['name'];\n /** Represents the type of task */\n type: string;\n /** Click handler for the action button. */\n onClick: (e: MouseEvent | KeyboardEvent) => void;\n /** Dismiss handler for the action button. */\n onDismiss?: (\n id: IntelligentGuidanceItemProps['id'],\n e: MouseEvent<HTMLButtonElement | HTMLAnchorElement | HTMLInputElement>\n ) => void;\n /** Flag that indicates if item is new\n * @default false\n */\n new?: boolean;\n}\n\nexport default interface IntelligentGuidanceProps extends BaseProps, NoChildrenProp {\n /** List of guidance items. */\n items: IntelligentGuidanceItemProps[];\n /** List of guidance previous items. */\n previousItems?: IntelligentGuidanceItemProps[];\n /** Header text. */\n heading: string;\n /** Flag that indicates if intelligent guidance is collapsed */\n isCollapsed: boolean;\n /** Callback when expand/collapse button is clicked */\n onExpandCollapse: () => void;\n /** Ref for the wrapping element. */\n ref?: Ref<HTMLDivElement>;\n}\n"]}
@@ -0,0 +1,3 @@
1
+ export { default } from './IntelligentGuidance';
2
+ export type { default as IntelligentGuidanceProps } from './IntelligentGuidance.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/IntelligentGuidance/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAChD,YAAY,EAAE,OAAO,IAAI,wBAAwB,EAAE,MAAM,6BAA6B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { default } from './IntelligentGuidance';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/IntelligentGuidance/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC","sourcesContent":["export { default } from './IntelligentGuidance';\nexport type { default as IntelligentGuidanceProps } from './IntelligentGuidance.types';\n"]}
@@ -0,0 +1,6 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { ForwardProps } from '@pega/cosmos-react-core';
3
+ import PredictionsProps from './Predictions.types';
4
+ declare const Predictions: FunctionComponent<PredictionsProps & ForwardProps>;
5
+ export default Predictions;
6
+ //# sourceMappingURL=Predictions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Predictions.d.ts","sourceRoot":"","sources":["../../../src/components/Predictions/Predictions.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,iBAAiB,EAOlB,MAAM,OAAO,CAAC;AAGf,OAAO,EACL,YAAY,EAab,MAAM,yBAAyB,CAAC;AAIjC,OAAO,gBAAoC,MAAM,qBAAqB,CAAC;AA6FvE,QAAA,MAAM,WAAW,EAAE,iBAAiB,CAAC,gBAAgB,GAAG,YAAY,CAqCnE,CAAC;AAEF,eAAe,WAAW,CAAC"}