@pega/cosmos-react-demos 3.0.0-dev.4.1 → 3.0.0-dev.4.2

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 (497) hide show
  1. package/jsx/build/AppShell/AppShell.mocks.d.ts +17 -0
  2. package/jsx/build/AppShell/AppShell.mocks.d.ts.map +1 -1
  3. package/jsx/build/AppShell/AppShell.mocks.js +15 -0
  4. package/jsx/build/AppShell/AppShell.mocks.js.map +1 -1
  5. package/jsx/build/AppShell/AppShell.stories.d.ts +2 -0
  6. package/jsx/build/AppShell/AppShell.stories.d.ts.map +1 -1
  7. package/jsx/build/AppShell/AppShell.stories.jsx +2 -17
  8. package/jsx/build/AppShell/AppShell.stories.jsx.map +1 -1
  9. package/jsx/build/DynamicContentEditor/DynamicContentEditor.stories.d.ts.map +1 -1
  10. package/jsx/build/DynamicContentEditor/DynamicContentEditor.stories.jsx +2 -1
  11. package/jsx/build/DynamicContentEditor/DynamicContentEditor.stories.jsx.map +1 -1
  12. package/jsx/build/FlowModeller/FlowModeller.mocks.d.ts +19 -2
  13. package/jsx/build/FlowModeller/FlowModeller.mocks.d.ts.map +1 -1
  14. package/jsx/build/FlowModeller/{FlowModeller.mocks.js → FlowModeller.mocks.jsx} +71 -7
  15. package/jsx/build/FlowModeller/FlowModeller.mocks.jsx.map +1 -0
  16. package/jsx/build/FlowModeller/FlowModeller.stories.d.ts +2 -7
  17. package/jsx/build/FlowModeller/FlowModeller.stories.d.ts.map +1 -1
  18. package/jsx/build/FlowModeller/FlowModeller.stories.jsx +14 -100
  19. package/jsx/build/FlowModeller/FlowModeller.stories.jsx.map +1 -1
  20. package/jsx/build/FlowModeller/FlowModeller.styles.d.ts +2 -0
  21. package/jsx/build/FlowModeller/FlowModeller.styles.d.ts.map +1 -0
  22. package/jsx/build/FlowModeller/FlowModeller.styles.js +8 -0
  23. package/jsx/build/FlowModeller/FlowModeller.styles.js.map +1 -0
  24. package/jsx/build/ItemLibrary/LibraryPicker.stories.d.ts +2 -5
  25. package/jsx/build/ItemLibrary/LibraryPicker.stories.d.ts.map +1 -1
  26. package/jsx/build/ItemLibrary/LibraryPicker.stories.jsx.map +1 -1
  27. package/jsx/build/LifeCycle/LifeCycle.stories.d.ts +2 -4
  28. package/jsx/build/LifeCycle/LifeCycle.stories.d.ts.map +1 -1
  29. package/jsx/build/LifeCycle/LifeCycle.stories.jsx.map +1 -1
  30. package/jsx/build/ObjectSelect/ObjectSelect.mocks.d.ts +24 -0
  31. package/jsx/build/ObjectSelect/ObjectSelect.mocks.d.ts.map +1 -1
  32. package/jsx/build/ObjectSelect/ObjectSelect.mocks.jsx +315 -0
  33. package/jsx/build/ObjectSelect/ObjectSelect.mocks.jsx.map +1 -0
  34. package/jsx/build/ObjectSelect/ObjectSelect.stories.d.ts +2 -7
  35. package/jsx/build/ObjectSelect/ObjectSelect.stories.d.ts.map +1 -1
  36. package/jsx/build/ObjectSelect/ObjectSelect.stories.jsx +5 -180
  37. package/jsx/build/ObjectSelect/ObjectSelect.stories.jsx.map +1 -1
  38. package/jsx/build/PageTemplates/GalleryPage.mocks.d.ts +45 -0
  39. package/jsx/build/PageTemplates/GalleryPage.mocks.d.ts.map +1 -0
  40. package/jsx/build/PageTemplates/GalleryPage.mocks.jsx +78 -0
  41. package/jsx/build/PageTemplates/GalleryPage.mocks.jsx.map +1 -0
  42. package/jsx/build/PageTemplates/GalleryPage.stories.d.ts +1 -0
  43. package/jsx/build/PageTemplates/GalleryPage.stories.d.ts.map +1 -1
  44. package/jsx/build/PageTemplates/GalleryPage.stories.jsx +3 -79
  45. package/jsx/build/PageTemplates/GalleryPage.stories.jsx.map +1 -1
  46. package/jsx/build/PageTemplates/PageTemplates.mocks.d.ts +11 -0
  47. package/jsx/build/PageTemplates/PageTemplates.mocks.d.ts.map +1 -0
  48. package/jsx/build/PageTemplates/PageTemplates.mocks.jsx +129 -0
  49. package/jsx/build/PageTemplates/PageTemplates.mocks.jsx.map +1 -0
  50. package/jsx/build/PageTemplates/PageTemplates.stories.d.ts +1 -0
  51. package/jsx/build/PageTemplates/PageTemplates.stories.d.ts.map +1 -1
  52. package/jsx/build/PageTemplates/PageTemplates.stories.jsx +4 -129
  53. package/jsx/build/PageTemplates/PageTemplates.stories.jsx.map +1 -1
  54. package/jsx/build/Workbench/Workbench.stories.d.ts.map +1 -1
  55. package/jsx/build/Workbench/Workbench.stories.jsx +1 -9
  56. package/jsx/build/Workbench/Workbench.stories.jsx.map +1 -1
  57. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.mocks.d.ts +3 -0
  58. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.mocks.d.ts.map +1 -0
  59. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.mocks.js +13 -0
  60. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.mocks.js.map +1 -0
  61. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.stories.d.ts +16 -8
  62. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.stories.d.ts.map +1 -1
  63. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.stories.jsx +59 -56
  64. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.stories.jsx.map +1 -1
  65. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.styles.d.ts +5 -0
  66. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.styles.d.ts.map +1 -0
  67. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.styles.js +15 -0
  68. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.styles.js.map +1 -0
  69. package/jsx/core/Button/Button.stories.jsx +6 -6
  70. package/jsx/core/Button/Button.stories.jsx.map +1 -1
  71. package/jsx/core/ColorPicker/ColorPicker.stories.d.ts.map +1 -1
  72. package/jsx/core/ColorPicker/ColorPicker.stories.jsx +2 -10
  73. package/jsx/core/ColorPicker/ColorPicker.stories.jsx.map +1 -1
  74. package/jsx/core/ColorPicker/ColorPicker.styles.d.ts +4 -0
  75. package/jsx/core/ColorPicker/ColorPicker.styles.d.ts.map +1 -0
  76. package/jsx/core/ColorPicker/ColorPicker.styles.js +11 -0
  77. package/jsx/core/ColorPicker/ColorPicker.styles.js.map +1 -0
  78. package/jsx/core/Configuration/Configuration.mocks.d.ts +7 -0
  79. package/jsx/core/Configuration/Configuration.mocks.d.ts.map +1 -0
  80. package/jsx/core/Configuration/Configuration.mocks.jsx +9 -0
  81. package/jsx/core/Configuration/Configuration.mocks.jsx.map +1 -0
  82. package/jsx/core/Configuration/Configuration.stories.d.ts.map +1 -1
  83. package/jsx/core/Configuration/Configuration.stories.jsx +2 -18
  84. package/jsx/core/Configuration/Configuration.stories.jsx.map +1 -1
  85. package/jsx/core/Configuration/Configuration.styles.d.ts +6 -0
  86. package/jsx/core/Configuration/Configuration.styles.d.ts.map +1 -0
  87. package/jsx/core/Configuration/Configuration.styles.js +12 -0
  88. package/jsx/core/Configuration/Configuration.styles.js.map +1 -0
  89. package/jsx/core/DateTime/DateTime.stories.d.ts.map +1 -1
  90. package/jsx/core/DateTime/DateTime.stories.jsx +1 -0
  91. package/jsx/core/DateTime/DateTime.stories.jsx.map +1 -1
  92. package/jsx/core/FieldGroup/FieldGroupList.mocks.d.ts +4 -0
  93. package/jsx/core/FieldGroup/FieldGroupList.mocks.d.ts.map +1 -1
  94. package/jsx/core/FieldGroup/FieldGroupList.mocks.jsx +69 -1
  95. package/jsx/core/FieldGroup/FieldGroupList.mocks.jsx.map +1 -1
  96. package/jsx/core/FieldGroup/FieldGroupList.stories.d.ts.map +1 -1
  97. package/jsx/core/FieldGroup/FieldGroupList.stories.jsx +2 -70
  98. package/jsx/core/FieldGroup/FieldGroupList.stories.jsx.map +1 -1
  99. package/jsx/core/HTML/HTML.stories.d.ts.map +1 -1
  100. package/jsx/core/HTML/HTML.stories.jsx +1 -1
  101. package/jsx/core/HTML/HTML.stories.jsx.map +1 -1
  102. package/jsx/core/Icon/Icon.stories.d.ts.map +1 -1
  103. package/jsx/core/Icon/Icon.stories.jsx +5 -27
  104. package/jsx/core/Icon/Icon.stories.jsx.map +1 -1
  105. package/jsx/core/Icon/Icon.styles.d.ts +4 -0
  106. package/jsx/core/Icon/Icon.styles.d.ts.map +1 -0
  107. package/jsx/core/Icon/Icon.styles.js +25 -0
  108. package/jsx/core/Icon/Icon.styles.js.map +1 -0
  109. package/jsx/core/IconPicker/IconPicker.stories.jsx +1 -1
  110. package/jsx/core/IconPicker/IconPicker.stories.jsx.map +1 -1
  111. package/jsx/core/Link/Link.stories.d.ts +1 -11
  112. package/jsx/core/Link/Link.stories.d.ts.map +1 -1
  113. package/jsx/core/Link/Link.stories.jsx.map +1 -1
  114. package/jsx/core/Number/Number.stories.d.ts.map +1 -1
  115. package/jsx/core/Number/Number.stories.jsx +2 -0
  116. package/jsx/core/Number/Number.stories.jsx.map +1 -1
  117. package/jsx/core/PageTemplates/PageTemplates.stories.d.ts.map +1 -1
  118. package/jsx/core/PageTemplates/PageTemplates.stories.jsx +1 -11
  119. package/jsx/core/PageTemplates/PageTemplates.stories.jsx.map +1 -1
  120. package/jsx/core/PageTemplates/PageTemplates.styles.d.ts +1 -0
  121. package/jsx/core/PageTemplates/PageTemplates.styles.d.ts.map +1 -1
  122. package/jsx/core/PageTemplates/PageTemplates.styles.js +9 -0
  123. package/jsx/core/PageTemplates/PageTemplates.styles.js.map +1 -1
  124. package/jsx/core/Tooltip/Tooltip.stories.d.ts +2 -5
  125. package/jsx/core/Tooltip/Tooltip.stories.d.ts.map +1 -1
  126. package/jsx/core/Tooltip/Tooltip.stories.jsx.map +1 -1
  127. package/jsx/core/Tree/Tree.stories.d.ts.map +1 -1
  128. package/jsx/core/Tree/Tree.stories.jsx +2 -2
  129. package/jsx/core/Tree/Tree.stories.jsx.map +1 -1
  130. package/jsx/cs/Article/Article.stories.d.ts +2 -10
  131. package/jsx/cs/Article/Article.stories.d.ts.map +1 -1
  132. package/jsx/cs/Article/Article.stories.jsx.map +1 -1
  133. package/jsx/cs/ArticleList/ArticleList.stories.d.ts +2 -11
  134. package/jsx/cs/ArticleList/ArticleList.stories.d.ts.map +1 -1
  135. package/jsx/cs/ArticleList/ArticleList.stories.jsx.map +1 -1
  136. package/jsx/cs/CSCaseView/CSAppShell.stories.d.ts +2 -36
  137. package/jsx/cs/CSCaseView/CSAppShell.stories.d.ts.map +1 -1
  138. package/jsx/cs/CSCaseView/CSAppShell.stories.jsx +6 -33
  139. package/jsx/cs/CSCaseView/CSAppShell.stories.jsx.map +1 -1
  140. package/jsx/cs/CSCaseView/CSCaseView.mocks.d.ts +9 -0
  141. package/jsx/cs/CSCaseView/CSCaseView.mocks.d.ts.map +1 -1
  142. package/jsx/cs/CSCaseView/{CSCaseView.mocks.js → CSCaseView.mocks.jsx} +30 -1
  143. package/jsx/cs/CSCaseView/CSCaseView.mocks.jsx.map +1 -0
  144. package/jsx/cs/CallControlPanel/CallControlPanel.stories.d.ts +2 -2
  145. package/jsx/cs/CallControlPanel/CallControlPanel.stories.d.ts.map +1 -1
  146. package/jsx/cs/CallControlPanel/CallControlPanel.stories.jsx +4 -4
  147. package/jsx/cs/CallControlPanel/CallControlPanel.stories.jsx.map +1 -1
  148. package/jsx/cs/IntelligentGuidance/IntelligentGuidance.stories.d.ts +2 -8
  149. package/jsx/cs/IntelligentGuidance/IntelligentGuidance.stories.d.ts.map +1 -1
  150. package/jsx/cs/IntelligentGuidance/IntelligentGuidance.stories.jsx +3 -3
  151. package/jsx/cs/IntelligentGuidance/IntelligentGuidance.stories.jsx.map +1 -1
  152. package/jsx/cs/InteractionNotification/InteractionNotification.stories.d.ts +7 -6
  153. package/jsx/cs/InteractionNotification/InteractionNotification.stories.d.ts.map +1 -1
  154. package/jsx/cs/InteractionNotification/InteractionNotification.stories.jsx +13 -5
  155. package/jsx/cs/InteractionNotification/InteractionNotification.stories.jsx.map +1 -1
  156. package/jsx/cs/InteractionTimer/InteractionTimer.mocks.d.ts +11 -0
  157. package/jsx/cs/InteractionTimer/InteractionTimer.mocks.d.ts.map +1 -0
  158. package/jsx/cs/InteractionTimer/InteractionTimer.mocks.js +29 -0
  159. package/jsx/cs/InteractionTimer/InteractionTimer.mocks.js.map +1 -0
  160. package/jsx/cs/InteractionTimer/InteractionTimer.stories.d.ts +2 -7
  161. package/jsx/cs/InteractionTimer/InteractionTimer.stories.d.ts.map +1 -1
  162. package/jsx/cs/InteractionTimer/InteractionTimer.stories.jsx +6 -30
  163. package/jsx/cs/InteractionTimer/InteractionTimer.stories.jsx.map +1 -1
  164. package/jsx/cs/TaskManager/TaskManager.mocks.d.ts +6 -0
  165. package/jsx/cs/TaskManager/TaskManager.mocks.d.ts.map +1 -1
  166. package/jsx/cs/TaskManager/TaskManager.mocks.js +7 -0
  167. package/jsx/cs/TaskManager/TaskManager.mocks.js.map +1 -1
  168. package/jsx/cs/TaskManager/TaskManager.stories.d.ts +6 -5
  169. package/jsx/cs/TaskManager/TaskManager.stories.d.ts.map +1 -1
  170. package/jsx/cs/TaskManager/TaskManager.stories.jsx +25 -29
  171. package/jsx/cs/TaskManager/TaskManager.stories.jsx.map +1 -1
  172. package/jsx/cs/TaskManager/TaskManager.styles.d.ts +3 -0
  173. package/jsx/cs/TaskManager/TaskManager.styles.d.ts.map +1 -0
  174. package/jsx/cs/TaskManager/TaskManager.styles.js +8 -0
  175. package/jsx/cs/TaskManager/TaskManager.styles.js.map +1 -0
  176. package/jsx/dnd/DragDropList/DragDropList.mocks.d.ts +15 -0
  177. package/jsx/dnd/DragDropList/DragDropList.mocks.d.ts.map +1 -0
  178. package/jsx/dnd/DragDropList/DragDropList.mocks.jsx +33 -0
  179. package/jsx/dnd/DragDropList/DragDropList.mocks.jsx.map +1 -0
  180. package/jsx/dnd/DragDropList/DragDropList.stories.d.ts +8 -9
  181. package/jsx/dnd/DragDropList/DragDropList.stories.d.ts.map +1 -1
  182. package/jsx/dnd/DragDropList/DragDropList.stories.jsx +14 -78
  183. package/jsx/dnd/DragDropList/DragDropList.stories.jsx.map +1 -1
  184. package/jsx/dnd/DragDropList/DragDropList.styles.d.ts +6 -0
  185. package/jsx/dnd/DragDropList/DragDropList.styles.d.ts.map +1 -0
  186. package/jsx/dnd/DragDropList/DragDropList.styles.js +32 -0
  187. package/jsx/dnd/DragDropList/DragDropList.styles.js.map +1 -0
  188. package/jsx/rte/Editor/Editor.mocks.d.ts +6 -0
  189. package/jsx/rte/Editor/Editor.mocks.d.ts.map +1 -0
  190. package/jsx/rte/Editor/Editor.mocks.jsx +20 -0
  191. package/jsx/rte/Editor/Editor.mocks.jsx.map +1 -0
  192. package/jsx/rte/Editor/Editor.stories.d.ts.map +1 -1
  193. package/jsx/rte/Editor/Editor.stories.jsx +1 -19
  194. package/jsx/rte/Editor/Editor.stories.jsx.map +1 -1
  195. package/jsx/rte/RichTextEditor/RichTextEditor.stories.d.ts +2 -3
  196. package/jsx/rte/RichTextEditor/RichTextEditor.stories.d.ts.map +1 -1
  197. package/jsx/rte/RichTextEditor/RichTextEditor.stories.jsx.map +1 -1
  198. package/jsx/social/Chat/RepeatingView.mocks.d.ts +14 -0
  199. package/jsx/social/Chat/RepeatingView.mocks.d.ts.map +1 -0
  200. package/jsx/social/Chat/RepeatingView.mocks.js +11 -0
  201. package/jsx/social/Chat/RepeatingView.mocks.js.map +1 -0
  202. package/jsx/social/Chat/RepeatingView.stories.d.ts +6 -17
  203. package/jsx/social/Chat/RepeatingView.stories.d.ts.map +1 -1
  204. package/jsx/social/Chat/RepeatingView.stories.jsx +16 -46
  205. package/jsx/social/Chat/RepeatingView.stories.jsx.map +1 -1
  206. package/jsx/social/Chat/RepeatingView.styles.d.ts +2 -0
  207. package/jsx/social/Chat/RepeatingView.styles.d.ts.map +1 -0
  208. package/jsx/social/Chat/RepeatingView.styles.js +22 -0
  209. package/jsx/social/Chat/RepeatingView.styles.js.map +1 -0
  210. package/jsx/social/Email/Email.mocks.d.ts +155 -2
  211. package/jsx/social/Email/Email.mocks.d.ts.map +1 -1
  212. package/jsx/social/Email/Email.mocks.jsx +756 -0
  213. package/jsx/social/Email/Email.mocks.jsx.map +1 -0
  214. package/jsx/social/Email/Email.stories.d.ts +14 -14
  215. package/jsx/social/Email/Email.stories.d.ts.map +1 -1
  216. package/jsx/social/Email/Email.stories.jsx +97 -411
  217. package/jsx/social/Email/Email.stories.jsx.map +1 -1
  218. package/jsx/social/Email/Email.styles.d.ts +4 -0
  219. package/jsx/social/Email/Email.styles.d.ts.map +1 -0
  220. package/jsx/social/Email/Email.styles.js +14 -0
  221. package/jsx/social/Email/Email.styles.js.map +1 -0
  222. package/jsx/social/Feed/Feed.stories.d.ts.map +1 -1
  223. package/jsx/social/Feed/Feed.stories.jsx +23 -18
  224. package/jsx/social/Feed/Feed.stories.jsx.map +1 -1
  225. package/jsx/social/Feed/FeedPost.stories.d.ts.map +1 -1
  226. package/jsx/social/Feed/FeedPost.stories.jsx +30 -20
  227. package/jsx/social/Feed/FeedPost.stories.jsx.map +1 -1
  228. package/jsx/social/Feed/FeedReply.stories.d.ts.map +1 -1
  229. package/jsx/social/Feed/FeedReply.stories.jsx +21 -16
  230. package/jsx/social/Feed/FeedReply.stories.jsx.map +1 -1
  231. package/jsx/work/CaseView/MobileCaseView.stories.d.ts +2 -7
  232. package/jsx/work/CaseView/MobileCaseView.stories.d.ts.map +1 -1
  233. package/jsx/work/CaseView/MobileCaseView.stories.jsx.map +1 -1
  234. package/jsx/work/ConfigurableLayout/ConfigurableLayout.mocks.d.ts +45 -0
  235. package/jsx/work/ConfigurableLayout/ConfigurableLayout.mocks.d.ts.map +1 -0
  236. package/jsx/work/ConfigurableLayout/ConfigurableLayout.mocks.jsx +166 -0
  237. package/jsx/work/ConfigurableLayout/ConfigurableLayout.mocks.jsx.map +1 -0
  238. package/jsx/work/ConfigurableLayout/ConfigurableLayout.stories.d.ts +2 -6
  239. package/jsx/work/ConfigurableLayout/ConfigurableLayout.stories.d.ts.map +1 -1
  240. package/jsx/work/ConfigurableLayout/ConfigurableLayout.stories.jsx +2 -174
  241. package/jsx/work/ConfigurableLayout/ConfigurableLayout.stories.jsx.map +1 -1
  242. package/jsx/work/ConfigurableLayout/ConfigurableLayout.styles.d.ts +4 -0
  243. package/jsx/work/ConfigurableLayout/ConfigurableLayout.styles.d.ts.map +1 -0
  244. package/jsx/work/ConfigurableLayout/ConfigurableLayout.styles.js +11 -0
  245. package/jsx/work/ConfigurableLayout/ConfigurableLayout.styles.js.map +1 -0
  246. package/lib/build/AppShell/AppShell.mocks.d.ts +17 -0
  247. package/lib/build/AppShell/AppShell.mocks.d.ts.map +1 -1
  248. package/lib/build/AppShell/AppShell.mocks.js +16 -0
  249. package/lib/build/AppShell/AppShell.mocks.js.map +1 -1
  250. package/lib/build/AppShell/AppShell.stories.d.ts +2 -0
  251. package/lib/build/AppShell/AppShell.stories.d.ts.map +1 -1
  252. package/lib/build/AppShell/AppShell.stories.js +3 -18
  253. package/lib/build/AppShell/AppShell.stories.js.map +1 -1
  254. package/lib/build/DynamicContentEditor/DynamicContentEditor.stories.d.ts.map +1 -1
  255. package/lib/build/DynamicContentEditor/DynamicContentEditor.stories.js +2 -1
  256. package/lib/build/DynamicContentEditor/DynamicContentEditor.stories.js.map +1 -1
  257. package/lib/build/FlowModeller/FlowModeller.mocks.d.ts +19 -2
  258. package/lib/build/FlowModeller/FlowModeller.mocks.d.ts.map +1 -1
  259. package/lib/build/FlowModeller/FlowModeller.mocks.js +58 -6
  260. package/lib/build/FlowModeller/FlowModeller.mocks.js.map +1 -1
  261. package/lib/build/FlowModeller/FlowModeller.stories.d.ts +2 -7
  262. package/lib/build/FlowModeller/FlowModeller.stories.d.ts.map +1 -1
  263. package/lib/build/FlowModeller/FlowModeller.stories.js +15 -90
  264. package/lib/build/FlowModeller/FlowModeller.stories.js.map +1 -1
  265. package/lib/build/FlowModeller/FlowModeller.styles.d.ts +2 -0
  266. package/lib/build/FlowModeller/FlowModeller.styles.d.ts.map +1 -0
  267. package/lib/build/FlowModeller/FlowModeller.styles.js +8 -0
  268. package/lib/build/FlowModeller/FlowModeller.styles.js.map +1 -0
  269. package/lib/build/ItemLibrary/LibraryPicker.stories.d.ts +2 -5
  270. package/lib/build/ItemLibrary/LibraryPicker.stories.d.ts.map +1 -1
  271. package/lib/build/ItemLibrary/LibraryPicker.stories.js.map +1 -1
  272. package/lib/build/LifeCycle/LifeCycle.stories.d.ts +2 -4
  273. package/lib/build/LifeCycle/LifeCycle.stories.d.ts.map +1 -1
  274. package/lib/build/LifeCycle/LifeCycle.stories.js.map +1 -1
  275. package/lib/build/ObjectSelect/ObjectSelect.mocks.d.ts +24 -0
  276. package/lib/build/ObjectSelect/ObjectSelect.mocks.d.ts.map +1 -1
  277. package/lib/build/ObjectSelect/ObjectSelect.mocks.js +136 -0
  278. package/lib/build/ObjectSelect/ObjectSelect.mocks.js.map +1 -1
  279. package/lib/build/ObjectSelect/ObjectSelect.stories.d.ts +2 -7
  280. package/lib/build/ObjectSelect/ObjectSelect.stories.d.ts.map +1 -1
  281. package/lib/build/ObjectSelect/ObjectSelect.stories.js +12 -136
  282. package/lib/build/ObjectSelect/ObjectSelect.stories.js.map +1 -1
  283. package/lib/build/PageTemplates/GalleryPage.mocks.d.ts +45 -0
  284. package/lib/build/PageTemplates/GalleryPage.mocks.d.ts.map +1 -0
  285. package/lib/build/PageTemplates/GalleryPage.mocks.js +79 -0
  286. package/lib/build/PageTemplates/GalleryPage.mocks.js.map +1 -0
  287. package/lib/build/PageTemplates/GalleryPage.stories.d.ts +1 -0
  288. package/lib/build/PageTemplates/GalleryPage.stories.d.ts.map +1 -1
  289. package/lib/build/PageTemplates/GalleryPage.stories.js +3 -79
  290. package/lib/build/PageTemplates/GalleryPage.stories.js.map +1 -1
  291. package/lib/build/PageTemplates/PageTemplates.mocks.d.ts +11 -0
  292. package/lib/build/PageTemplates/PageTemplates.mocks.d.ts.map +1 -0
  293. package/lib/build/PageTemplates/PageTemplates.mocks.js +96 -0
  294. package/lib/build/PageTemplates/PageTemplates.mocks.js.map +1 -0
  295. package/lib/build/PageTemplates/PageTemplates.stories.d.ts +1 -0
  296. package/lib/build/PageTemplates/PageTemplates.stories.d.ts.map +1 -1
  297. package/lib/build/PageTemplates/PageTemplates.stories.js +5 -95
  298. package/lib/build/PageTemplates/PageTemplates.stories.js.map +1 -1
  299. package/lib/build/Workbench/Workbench.stories.d.ts.map +1 -1
  300. package/lib/build/Workbench/Workbench.stories.js +1 -9
  301. package/lib/build/Workbench/Workbench.stories.js.map +1 -1
  302. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.mocks.d.ts +3 -0
  303. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.mocks.d.ts.map +1 -0
  304. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.mocks.js +13 -0
  305. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.mocks.js.map +1 -0
  306. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.stories.d.ts +16 -8
  307. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.stories.d.ts.map +1 -1
  308. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.stories.js +56 -54
  309. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.stories.js.map +1 -1
  310. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.styles.d.ts +5 -0
  311. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.styles.d.ts.map +1 -0
  312. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.styles.js +15 -0
  313. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.styles.js.map +1 -0
  314. package/lib/core/Button/Button.stories.js +2 -2
  315. package/lib/core/Button/Button.stories.js.map +1 -1
  316. package/lib/core/ColorPicker/ColorPicker.stories.d.ts.map +1 -1
  317. package/lib/core/ColorPicker/ColorPicker.stories.js +2 -10
  318. package/lib/core/ColorPicker/ColorPicker.stories.js.map +1 -1
  319. package/lib/core/ColorPicker/ColorPicker.styles.d.ts +4 -0
  320. package/lib/core/ColorPicker/ColorPicker.styles.d.ts.map +1 -0
  321. package/lib/core/ColorPicker/ColorPicker.styles.js +11 -0
  322. package/lib/core/ColorPicker/ColorPicker.styles.js.map +1 -0
  323. package/lib/core/Configuration/Configuration.mocks.d.ts +7 -0
  324. package/lib/core/Configuration/Configuration.mocks.d.ts.map +1 -0
  325. package/lib/core/Configuration/Configuration.mocks.js +6 -0
  326. package/lib/core/Configuration/Configuration.mocks.js.map +1 -0
  327. package/lib/core/Configuration/Configuration.stories.d.ts.map +1 -1
  328. package/lib/core/Configuration/Configuration.stories.js +3 -15
  329. package/lib/core/Configuration/Configuration.stories.js.map +1 -1
  330. package/lib/core/Configuration/Configuration.styles.d.ts +6 -0
  331. package/lib/core/Configuration/Configuration.styles.d.ts.map +1 -0
  332. package/lib/core/Configuration/Configuration.styles.js +12 -0
  333. package/lib/core/Configuration/Configuration.styles.js.map +1 -0
  334. package/lib/core/DateTime/DateTime.stories.d.ts.map +1 -1
  335. package/lib/core/DateTime/DateTime.stories.js +2 -0
  336. package/lib/core/DateTime/DateTime.stories.js.map +1 -1
  337. package/lib/core/FieldGroup/FieldGroupList.mocks.d.ts +4 -0
  338. package/lib/core/FieldGroup/FieldGroupList.mocks.d.ts.map +1 -1
  339. package/lib/core/FieldGroup/FieldGroupList.mocks.js +46 -2
  340. package/lib/core/FieldGroup/FieldGroupList.mocks.js.map +1 -1
  341. package/lib/core/FieldGroup/FieldGroupList.stories.d.ts.map +1 -1
  342. package/lib/core/FieldGroup/FieldGroupList.stories.js +3 -47
  343. package/lib/core/FieldGroup/FieldGroupList.stories.js.map +1 -1
  344. package/lib/core/HTML/HTML.stories.d.ts.map +1 -1
  345. package/lib/core/HTML/HTML.stories.js +1 -1
  346. package/lib/core/HTML/HTML.stories.js.map +1 -1
  347. package/lib/core/Icon/Icon.stories.d.ts.map +1 -1
  348. package/lib/core/Icon/Icon.stories.js +6 -29
  349. package/lib/core/Icon/Icon.stories.js.map +1 -1
  350. package/lib/core/Icon/Icon.styles.d.ts +4 -0
  351. package/lib/core/Icon/Icon.styles.d.ts.map +1 -0
  352. package/lib/core/Icon/Icon.styles.js +25 -0
  353. package/lib/core/Icon/Icon.styles.js.map +1 -0
  354. package/lib/core/IconPicker/IconPicker.stories.js +1 -1
  355. package/lib/core/IconPicker/IconPicker.stories.js.map +1 -1
  356. package/lib/core/Link/Link.stories.d.ts +1 -11
  357. package/lib/core/Link/Link.stories.d.ts.map +1 -1
  358. package/lib/core/Link/Link.stories.js.map +1 -1
  359. package/lib/core/Number/Number.stories.d.ts.map +1 -1
  360. package/lib/core/Number/Number.stories.js +2 -0
  361. package/lib/core/Number/Number.stories.js.map +1 -1
  362. package/lib/core/PageTemplates/PageTemplates.stories.d.ts.map +1 -1
  363. package/lib/core/PageTemplates/PageTemplates.stories.js +1 -11
  364. package/lib/core/PageTemplates/PageTemplates.stories.js.map +1 -1
  365. package/lib/core/PageTemplates/PageTemplates.styles.d.ts +1 -0
  366. package/lib/core/PageTemplates/PageTemplates.styles.d.ts.map +1 -1
  367. package/lib/core/PageTemplates/PageTemplates.styles.js +9 -0
  368. package/lib/core/PageTemplates/PageTemplates.styles.js.map +1 -1
  369. package/lib/core/Tooltip/Tooltip.stories.d.ts +2 -5
  370. package/lib/core/Tooltip/Tooltip.stories.d.ts.map +1 -1
  371. package/lib/core/Tooltip/Tooltip.stories.js.map +1 -1
  372. package/lib/core/Tree/Tree.stories.d.ts.map +1 -1
  373. package/lib/core/Tree/Tree.stories.js +2 -2
  374. package/lib/core/Tree/Tree.stories.js.map +1 -1
  375. package/lib/cs/Article/Article.stories.d.ts +2 -10
  376. package/lib/cs/Article/Article.stories.d.ts.map +1 -1
  377. package/lib/cs/Article/Article.stories.js.map +1 -1
  378. package/lib/cs/ArticleList/ArticleList.stories.d.ts +2 -11
  379. package/lib/cs/ArticleList/ArticleList.stories.d.ts.map +1 -1
  380. package/lib/cs/ArticleList/ArticleList.stories.js.map +1 -1
  381. package/lib/cs/CSCaseView/CSAppShell.stories.d.ts +2 -36
  382. package/lib/cs/CSCaseView/CSAppShell.stories.d.ts.map +1 -1
  383. package/lib/cs/CSCaseView/CSAppShell.stories.js +6 -19
  384. package/lib/cs/CSCaseView/CSAppShell.stories.js.map +1 -1
  385. package/lib/cs/CSCaseView/CSCaseView.mocks.d.ts +9 -0
  386. package/lib/cs/CSCaseView/CSCaseView.mocks.d.ts.map +1 -1
  387. package/lib/cs/CSCaseView/CSCaseView.mocks.js +16 -0
  388. package/lib/cs/CSCaseView/CSCaseView.mocks.js.map +1 -1
  389. package/lib/cs/CallControlPanel/CallControlPanel.stories.d.ts +2 -2
  390. package/lib/cs/CallControlPanel/CallControlPanel.stories.d.ts.map +1 -1
  391. package/lib/cs/CallControlPanel/CallControlPanel.stories.js +4 -4
  392. package/lib/cs/CallControlPanel/CallControlPanel.stories.js.map +1 -1
  393. package/lib/cs/IntelligentGuidance/IntelligentGuidance.stories.d.ts +2 -8
  394. package/lib/cs/IntelligentGuidance/IntelligentGuidance.stories.d.ts.map +1 -1
  395. package/lib/cs/IntelligentGuidance/IntelligentGuidance.stories.js +3 -3
  396. package/lib/cs/IntelligentGuidance/IntelligentGuidance.stories.js.map +1 -1
  397. package/lib/cs/InteractionNotification/InteractionNotification.stories.d.ts +7 -6
  398. package/lib/cs/InteractionNotification/InteractionNotification.stories.d.ts.map +1 -1
  399. package/lib/cs/InteractionNotification/InteractionNotification.stories.js +13 -5
  400. package/lib/cs/InteractionNotification/InteractionNotification.stories.js.map +1 -1
  401. package/lib/cs/InteractionTimer/InteractionTimer.mocks.d.ts +11 -0
  402. package/lib/cs/InteractionTimer/InteractionTimer.mocks.d.ts.map +1 -0
  403. package/lib/cs/InteractionTimer/InteractionTimer.mocks.js +29 -0
  404. package/lib/cs/InteractionTimer/InteractionTimer.mocks.js.map +1 -0
  405. package/lib/cs/InteractionTimer/InteractionTimer.stories.d.ts +2 -7
  406. package/lib/cs/InteractionTimer/InteractionTimer.stories.d.ts.map +1 -1
  407. package/lib/cs/InteractionTimer/InteractionTimer.stories.js +6 -30
  408. package/lib/cs/InteractionTimer/InteractionTimer.stories.js.map +1 -1
  409. package/lib/cs/TaskManager/TaskManager.mocks.d.ts +6 -0
  410. package/lib/cs/TaskManager/TaskManager.mocks.d.ts.map +1 -1
  411. package/lib/cs/TaskManager/TaskManager.mocks.js +7 -0
  412. package/lib/cs/TaskManager/TaskManager.mocks.js.map +1 -1
  413. package/lib/cs/TaskManager/TaskManager.stories.d.ts +6 -5
  414. package/lib/cs/TaskManager/TaskManager.stories.d.ts.map +1 -1
  415. package/lib/cs/TaskManager/TaskManager.stories.js +25 -29
  416. package/lib/cs/TaskManager/TaskManager.stories.js.map +1 -1
  417. package/lib/cs/TaskManager/TaskManager.styles.d.ts +3 -0
  418. package/lib/cs/TaskManager/TaskManager.styles.d.ts.map +1 -0
  419. package/lib/cs/TaskManager/TaskManager.styles.js +8 -0
  420. package/lib/cs/TaskManager/TaskManager.styles.js.map +1 -0
  421. package/lib/dnd/DragDropList/DragDropList.mocks.d.ts +15 -0
  422. package/lib/dnd/DragDropList/DragDropList.mocks.d.ts.map +1 -0
  423. package/lib/dnd/DragDropList/DragDropList.mocks.js +32 -0
  424. package/lib/dnd/DragDropList/DragDropList.mocks.js.map +1 -0
  425. package/lib/dnd/DragDropList/DragDropList.stories.d.ts +8 -9
  426. package/lib/dnd/DragDropList/DragDropList.stories.d.ts.map +1 -1
  427. package/lib/dnd/DragDropList/DragDropList.stories.js +14 -85
  428. package/lib/dnd/DragDropList/DragDropList.stories.js.map +1 -1
  429. package/lib/dnd/DragDropList/DragDropList.styles.d.ts +6 -0
  430. package/lib/dnd/DragDropList/DragDropList.styles.d.ts.map +1 -0
  431. package/lib/dnd/DragDropList/DragDropList.styles.js +32 -0
  432. package/lib/dnd/DragDropList/DragDropList.styles.js.map +1 -0
  433. package/lib/rte/Editor/Editor.mocks.d.ts +6 -0
  434. package/lib/rte/Editor/Editor.mocks.d.ts.map +1 -0
  435. package/lib/rte/Editor/Editor.mocks.js +23 -0
  436. package/lib/rte/Editor/Editor.mocks.js.map +1 -0
  437. package/lib/rte/Editor/Editor.stories.d.ts.map +1 -1
  438. package/lib/rte/Editor/Editor.stories.js +1 -21
  439. package/lib/rte/Editor/Editor.stories.js.map +1 -1
  440. package/lib/rte/RichTextEditor/RichTextEditor.stories.d.ts +2 -3
  441. package/lib/rte/RichTextEditor/RichTextEditor.stories.d.ts.map +1 -1
  442. package/lib/rte/RichTextEditor/RichTextEditor.stories.js.map +1 -1
  443. package/lib/social/Chat/RepeatingView.mocks.d.ts +14 -0
  444. package/lib/social/Chat/RepeatingView.mocks.d.ts.map +1 -0
  445. package/lib/social/Chat/RepeatingView.mocks.js +11 -0
  446. package/lib/social/Chat/RepeatingView.mocks.js.map +1 -0
  447. package/lib/social/Chat/RepeatingView.stories.d.ts +6 -17
  448. package/lib/social/Chat/RepeatingView.stories.d.ts.map +1 -1
  449. package/lib/social/Chat/RepeatingView.stories.js +16 -46
  450. package/lib/social/Chat/RepeatingView.stories.js.map +1 -1
  451. package/lib/social/Chat/RepeatingView.styles.d.ts +2 -0
  452. package/lib/social/Chat/RepeatingView.styles.d.ts.map +1 -0
  453. package/lib/social/Chat/RepeatingView.styles.js +22 -0
  454. package/lib/social/Chat/RepeatingView.styles.js.map +1 -0
  455. package/lib/social/Email/Email.mocks.d.ts +155 -2
  456. package/lib/social/Email/Email.mocks.d.ts.map +1 -1
  457. package/lib/social/Email/Email.mocks.js +361 -0
  458. package/lib/social/Email/Email.mocks.js.map +1 -1
  459. package/lib/social/Email/Email.stories.d.ts +14 -14
  460. package/lib/social/Email/Email.stories.d.ts.map +1 -1
  461. package/lib/social/Email/Email.stories.js +99 -427
  462. package/lib/social/Email/Email.stories.js.map +1 -1
  463. package/lib/social/Email/Email.styles.d.ts +4 -0
  464. package/lib/social/Email/Email.styles.d.ts.map +1 -0
  465. package/lib/social/Email/Email.styles.js +14 -0
  466. package/lib/social/Email/Email.styles.js.map +1 -0
  467. package/lib/social/Feed/Feed.stories.d.ts.map +1 -1
  468. package/lib/social/Feed/Feed.stories.js +23 -18
  469. package/lib/social/Feed/Feed.stories.js.map +1 -1
  470. package/lib/social/Feed/FeedPost.stories.d.ts.map +1 -1
  471. package/lib/social/Feed/FeedPost.stories.js +30 -20
  472. package/lib/social/Feed/FeedPost.stories.js.map +1 -1
  473. package/lib/social/Feed/FeedReply.stories.d.ts.map +1 -1
  474. package/lib/social/Feed/FeedReply.stories.js +21 -16
  475. package/lib/social/Feed/FeedReply.stories.js.map +1 -1
  476. package/lib/work/CaseView/MobileCaseView.stories.d.ts +2 -7
  477. package/lib/work/CaseView/MobileCaseView.stories.d.ts.map +1 -1
  478. package/lib/work/CaseView/MobileCaseView.stories.js.map +1 -1
  479. package/lib/work/ConfigurableLayout/ConfigurableLayout.mocks.d.ts +45 -0
  480. package/lib/work/ConfigurableLayout/ConfigurableLayout.mocks.d.ts.map +1 -0
  481. package/lib/work/ConfigurableLayout/ConfigurableLayout.mocks.js +165 -0
  482. package/lib/work/ConfigurableLayout/ConfigurableLayout.mocks.js.map +1 -0
  483. package/lib/work/ConfigurableLayout/ConfigurableLayout.stories.d.ts +2 -6
  484. package/lib/work/ConfigurableLayout/ConfigurableLayout.stories.d.ts.map +1 -1
  485. package/lib/work/ConfigurableLayout/ConfigurableLayout.stories.js +2 -172
  486. package/lib/work/ConfigurableLayout/ConfigurableLayout.stories.js.map +1 -1
  487. package/lib/work/ConfigurableLayout/ConfigurableLayout.styles.d.ts +4 -0
  488. package/lib/work/ConfigurableLayout/ConfigurableLayout.styles.d.ts.map +1 -0
  489. package/lib/work/ConfigurableLayout/ConfigurableLayout.styles.js +11 -0
  490. package/lib/work/ConfigurableLayout/ConfigurableLayout.styles.js.map +1 -0
  491. package/package.json +9 -10
  492. package/jsx/build/FlowModeller/FlowModeller.mocks.js.map +0 -1
  493. package/jsx/build/ObjectSelect/ObjectSelect.mocks.js +0 -136
  494. package/jsx/build/ObjectSelect/ObjectSelect.mocks.js.map +0 -1
  495. package/jsx/cs/CSCaseView/CSCaseView.mocks.js.map +0 -1
  496. package/jsx/social/Email/Email.mocks.js +0 -395
  497. package/jsx/social/Email/Email.mocks.js.map +0 -1
@@ -1,5 +1,7 @@
1
- import { FieldValueListProps } from '@pega/cosmos-react-core';
2
- import { EmailComposerProps, EntityListProps } from '@pega/cosmos-react-social';
1
+ import { FC, Ref, RefObject } from 'react';
2
+ import { FieldValueListProps, SentimentProps } from '@pega/cosmos-react-core';
3
+ import { ModalManagerContextValue, ModalMethods } from '@pega/cosmos-react-core/lib/components/Modal/Modal.types';
4
+ import { EmailComposerProps, EmailProps, EmailUser, EntityListProps } from '@pega/cosmos-react-social';
3
5
  export declare const emailBodyContent = "<div>Hi, <br /> <br /><div>Can you please change my address in the SSN.</div> <br /> <br />Regards, <br />Sara Davis </div>";
4
6
  export declare const emailAttachments: EmailComposerProps['attachments'];
5
7
  export declare const participants: EmailComposerProps['participants'];
@@ -100,4 +102,155 @@ export declare const topicListMock: ({
100
102
  value?: undefined;
101
103
  };
102
104
  })[];
105
+ export declare const handleExternalEntry: (filterValue: string) => boolean;
106
+ export declare const templates: {
107
+ id: string;
108
+ title: string;
109
+ }[];
110
+ export declare const baseComposerProps: EmailComposerProps;
111
+ export declare enum LaunchAction {
112
+ REPLY = 0,
113
+ REPLYALL = 1,
114
+ SUGGESTION = 2,
115
+ FORWARD = 3
116
+ }
117
+ export declare const composerModals: {
118
+ [key: string]: {
119
+ dismissModal: () => void;
120
+ unMountModal: () => void;
121
+ updateModal: ModalMethods['update'];
122
+ composerRef: Ref<HTMLDivElement>;
123
+ };
124
+ };
125
+ export declare const getCompositeId: (id: string, launchAction: LaunchAction) => string;
126
+ export declare const handleComposerCancel: (compositeID: string) => void;
127
+ export declare const ComposerModalComponent: FC<{
128
+ compositeId: string;
129
+ composerProps: EmailComposerProps;
130
+ composerRef: RefObject<HTMLDivElement>;
131
+ progress: EmailComposerProps['progress'];
132
+ }>;
133
+ export declare const launchEmailComposer: (id: string, launchAction: LaunchAction, composerProps: EmailComposerProps, create: ModalManagerContextValue['create']) => void;
134
+ export declare const emailActions: EmailProps['actions'];
135
+ export declare const emailDemoActions: (create: ModalManagerContextValue['create'], subject: EmailProps['subject'], onTemplateChange: EmailComposerProps['onTemplateChange']) => JSX.Element;
136
+ export declare const mockEmails: {
137
+ 'Sara Davis': {
138
+ fullName: string;
139
+ shortName: string;
140
+ emailAddress: string;
141
+ };
142
+ 'John Brown': {
143
+ fullName: string;
144
+ shortName: string;
145
+ emailAddress: string;
146
+ };
147
+ 'Hugh Phillips': {
148
+ fullName: string;
149
+ shortName: string;
150
+ emailAddress: string;
151
+ };
152
+ 'Laura Stevens': {
153
+ fullName: string;
154
+ shortName: string;
155
+ emailAddress: string;
156
+ avatarProps: {
157
+ icon: string;
158
+ };
159
+ };
160
+ 'Joe Stevens': {
161
+ fullName: string;
162
+ shortName: string;
163
+ emailAddress: string;
164
+ };
165
+ 'Adam Gillchrist': {
166
+ fullName: string;
167
+ shortName: string;
168
+ emailAddress: string;
169
+ };
170
+ 'John Paul': {
171
+ fullName: string;
172
+ shortName: string;
173
+ emailAddress: string;
174
+ };
175
+ 'Oran Jacob': {
176
+ fullName: string;
177
+ shortName: string;
178
+ emailAddress: string;
179
+ };
180
+ 'Tyson Mike': {
181
+ fullName: string;
182
+ shortName: string;
183
+ emailAddress: string;
184
+ };
185
+ 'John Cent': {
186
+ fullName: string;
187
+ shortName: string;
188
+ emailAddress: string;
189
+ };
190
+ 'Mystery Rey': {
191
+ fullName: string;
192
+ shortName: string;
193
+ emailAddress: string;
194
+ };
195
+ 'Anton, Randy': {
196
+ fullName: string;
197
+ shortName: string;
198
+ emailAddress: string;
199
+ };
200
+ };
201
+ export declare const mockSuggestedReplies: {
202
+ id: string;
203
+ title: string;
204
+ content: string;
205
+ }[];
206
+ export declare const mockEmailBodyTemplates: {
207
+ id: string;
208
+ title: string;
209
+ content: string;
210
+ }[];
211
+ export declare const generateEmailConversationParticipants: (emails: EmailProps[], fields?: string[] | undefined) => EmailUser[];
212
+ export declare const sentiment: SentimentProps;
213
+ export declare const emailSummaryItems: ({
214
+ id: string;
215
+ activeParticipants: {
216
+ shortName: string;
217
+ fullName: string;
218
+ emailAddress: string;
219
+ }[];
220
+ message: string;
221
+ timeStamp: Date;
222
+ topic: string;
223
+ sentiment: SentimentProps;
224
+ active: boolean;
225
+ urgency: number;
226
+ unreadEmailCount: number;
227
+ } | {
228
+ id: string;
229
+ activeParticipants: {
230
+ shortName: string;
231
+ fullName: string;
232
+ emailAddress: string;
233
+ }[];
234
+ message: string;
235
+ timeStamp: Date;
236
+ topic: string;
237
+ sentiment: SentimentProps;
238
+ urgency: number;
239
+ unreadEmailCount: number;
240
+ active?: undefined;
241
+ } | {
242
+ id: string;
243
+ activeParticipants: {
244
+ shortName: string;
245
+ fullName: string;
246
+ emailAddress: string;
247
+ }[];
248
+ message: string;
249
+ timeStamp: Date;
250
+ topic: string;
251
+ sentiment: SentimentProps;
252
+ urgency: number;
253
+ active?: undefined;
254
+ unreadEmailCount?: undefined;
255
+ })[];
103
256
  //# sourceMappingURL=Email.mocks.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Email.mocks.d.ts","sourceRoot":"","sources":["../../../src/social/Email/Email.mocks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAa,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAE3F,eAAO,MAAM,gBAAgB,gIACkG,CAAC;AAEhI,eAAO,MAAM,gBAAgB,EAAE,kBAAkB,CAAC,aAAa,CAS9D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAAkB,CAAC,cAAc,CAgC3D,CAAC;AAEF,eAAO,MAAM,cAAc,UAEiC,CAAC;AAC7D,eAAO,MAAM,cAAc,UAEiC,CAAC;AAC7D,eAAO,MAAM,eAAe,UAEgC,CAAC;AAE7D,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,SAAS,CAsLzD,CAAC;AAEF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8GzB,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,mBAAmB,CAAC,QAAQ,CAarE,CAAC;AAEF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;IAgCzB,CAAC"}
1
+ {"version":3,"file":"Email.mocks.d.ts","sourceRoot":"","sources":["../../../src/social/Email/Email.mocks.tsx"],"names":[],"mappings":"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"}