@pega/cosmos-react-demos 4.0.0-dev.2.0 → 4.0.0-dev.20.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 (1187) hide show
  1. package/jsx/build/AppShell/AppShell.mocks.d.ts +28 -53
  2. package/jsx/build/AppShell/AppShell.mocks.d.ts.map +1 -1
  3. package/jsx/build/AppShell/AppShell.mocks.jsx +260 -376
  4. package/jsx/build/AppShell/AppShell.mocks.jsx.map +1 -1
  5. package/jsx/build/AppShell/AppShell.stories.d.ts +14 -11
  6. package/jsx/build/AppShell/AppShell.stories.d.ts.map +1 -1
  7. package/jsx/build/AppShell/AppShell.stories.jsx +72 -100
  8. package/jsx/build/AppShell/AppShell.stories.jsx.map +1 -1
  9. package/jsx/build/DynamicContentEditor/DynamicContentEditor.stories.d.ts +1 -1
  10. package/jsx/build/ExpressionBuilder/ExpressionBuilder.mocks.d.ts +2 -0
  11. package/jsx/build/ExpressionBuilder/ExpressionBuilder.mocks.d.ts.map +1 -1
  12. package/jsx/build/ExpressionBuilder/ExpressionBuilder.mocks.js +23 -0
  13. package/jsx/build/ExpressionBuilder/ExpressionBuilder.mocks.js.map +1 -1
  14. package/jsx/build/ExpressionBuilder/ExpressionBuilder.stories.d.ts +1 -1
  15. package/jsx/build/ExpressionBuilder/ExpressionBuilder.stories.d.ts.map +1 -1
  16. package/jsx/build/ExpressionBuilder/ExpressionBuilder.stories.jsx +6 -5
  17. package/jsx/build/ExpressionBuilder/ExpressionBuilder.stories.jsx.map +1 -1
  18. package/jsx/build/FlowModeller/FlowModeller.mocks.d.ts.map +1 -1
  19. package/jsx/build/FlowModeller/FlowModeller.mocks.jsx +17 -21
  20. package/jsx/build/FlowModeller/FlowModeller.mocks.jsx.map +1 -1
  21. package/jsx/build/FlowModeller/FlowModeller.stories.d.ts +1 -1
  22. package/jsx/build/FlowModeller/FlowModeller.stories.d.ts.map +1 -1
  23. package/jsx/build/FlowModeller/FlowModeller.stories.jsx +125 -9
  24. package/jsx/build/FlowModeller/FlowModeller.stories.jsx.map +1 -1
  25. package/jsx/build/ItemLibrary/LibraryPicker.stories.d.ts +1 -1
  26. package/jsx/build/LifeCycle/LifeCycle.stories.d.ts +1 -1
  27. package/jsx/build/LifeCycle/LifeCycle.stories.d.ts.map +1 -1
  28. package/jsx/build/LifeCycle/LifeCycle.stories.jsx +43 -3
  29. package/jsx/build/LifeCycle/LifeCycle.stories.jsx.map +1 -1
  30. package/jsx/build/MobileBuildSummary/MobileBuildSummary.mocks.d.ts +1 -0
  31. package/jsx/build/MobileBuildSummary/MobileBuildSummary.mocks.d.ts.map +1 -1
  32. package/jsx/build/MobileBuildSummary/MobileBuildSummary.mocks.js +2 -1
  33. package/jsx/build/MobileBuildSummary/MobileBuildSummary.mocks.js.map +1 -1
  34. package/jsx/build/MobileBuildSummary/MobileBuildSummary.stories.d.ts +1 -1
  35. package/jsx/build/ObjectSelect/ObjectSelect.mocks.d.ts +3 -2
  36. package/jsx/build/ObjectSelect/ObjectSelect.mocks.d.ts.map +1 -1
  37. package/jsx/build/ObjectSelect/ObjectSelect.mocks.jsx +6 -6
  38. package/jsx/build/ObjectSelect/ObjectSelect.mocks.jsx.map +1 -1
  39. package/jsx/build/ObjectSelect/ObjectSelect.stories.d.ts +1 -1
  40. package/jsx/build/ObjectSelect/ObjectSelect.stories.d.ts.map +1 -1
  41. package/jsx/build/ObjectSelect/ObjectSelect.stories.jsx.map +1 -1
  42. package/jsx/build/PageBanner/PageBanner.stories.d.ts +15 -0
  43. package/jsx/build/PageBanner/PageBanner.stories.d.ts.map +1 -0
  44. package/jsx/build/PageBanner/PageBanner.stories.jsx +41 -0
  45. package/jsx/build/PageBanner/PageBanner.stories.jsx.map +1 -0
  46. package/jsx/build/PageTemplates/GalleryPage.mocks.d.ts +0 -2
  47. package/jsx/build/PageTemplates/GalleryPage.mocks.d.ts.map +1 -1
  48. package/jsx/build/PageTemplates/GalleryPage.mocks.jsx +1 -50
  49. package/jsx/build/PageTemplates/GalleryPage.mocks.jsx.map +1 -1
  50. package/jsx/build/PageTemplates/GalleryPage.stories.d.ts +8 -4
  51. package/jsx/build/PageTemplates/GalleryPage.stories.d.ts.map +1 -1
  52. package/jsx/build/PageTemplates/GalleryPage.stories.jsx +32 -31
  53. package/jsx/build/PageTemplates/GalleryPage.stories.jsx.map +1 -1
  54. package/jsx/build/PageTemplates/PageTemplates.mocks.d.ts +0 -1
  55. package/jsx/build/PageTemplates/PageTemplates.mocks.d.ts.map +1 -1
  56. package/jsx/build/PageTemplates/PageTemplates.mocks.jsx +2 -156
  57. package/jsx/build/PageTemplates/PageTemplates.mocks.jsx.map +1 -1
  58. package/jsx/build/PageTemplates/PageTemplates.stories.d.ts +1 -1
  59. package/jsx/build/PageTemplates/PageTemplates.stories.d.ts.map +1 -1
  60. package/jsx/build/PageTemplates/PageTemplates.stories.jsx +6 -7
  61. package/jsx/build/PageTemplates/PageTemplates.stories.jsx.map +1 -1
  62. package/jsx/build/PageTemplates/ShowcasePage.stories.d.ts +17 -0
  63. package/jsx/build/PageTemplates/ShowcasePage.stories.d.ts.map +1 -0
  64. package/jsx/build/PageTemplates/ShowcasePage.stories.jsx +42 -0
  65. package/jsx/build/PageTemplates/ShowcasePage.stories.jsx.map +1 -0
  66. package/jsx/build/Workbench/Workbench.stories.d.ts +1 -1
  67. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.stories.d.ts +1 -1
  68. package/jsx/condition-builder/ConditionBuilder/props.mock.d.ts.map +1 -1
  69. package/jsx/condition-builder/ConditionBuilder/props.mock.js +4 -2
  70. package/jsx/condition-builder/ConditionBuilder/props.mock.js.map +1 -1
  71. package/jsx/condition-builder/ConditionInput/ConditionInput.stories.d.ts +1 -1
  72. package/jsx/condition-builder/PromotedFilters/PromotedFilters.mocks.d.ts.map +1 -1
  73. package/jsx/condition-builder/PromotedFilters/PromotedFilters.mocks.js +53 -1
  74. package/jsx/condition-builder/PromotedFilters/PromotedFilters.mocks.js.map +1 -1
  75. package/jsx/condition-builder/PromotedFilters/PromotedFilters.stories.d.ts +1 -1
  76. package/jsx/core/AIButton/AIButton.mocks.d.ts +22 -0
  77. package/jsx/core/AIButton/AIButton.mocks.d.ts.map +1 -0
  78. package/jsx/core/AIButton/AIButton.mocks.js +136 -0
  79. package/jsx/core/AIButton/AIButton.mocks.js.map +1 -0
  80. package/jsx/core/AIButton/AIButton.stories.d.ts +23 -0
  81. package/jsx/core/AIButton/AIButton.stories.d.ts.map +1 -0
  82. package/jsx/core/AIButton/AIButton.stories.jsx +306 -0
  83. package/jsx/core/AIButton/AIButton.stories.jsx.map +1 -0
  84. package/jsx/core/AdditionalInfo/AdditionalInfo.stories.d.ts +1 -1
  85. package/jsx/core/AppShell/AppShell.mocks.d.ts.map +1 -1
  86. package/jsx/core/AppShell/AppShell.mocks.jsx +4 -19
  87. package/jsx/core/AppShell/AppShell.mocks.jsx.map +1 -1
  88. package/jsx/core/AppShell/AppShell.stories.d.ts +2 -3
  89. package/jsx/core/AppShell/AppShell.stories.d.ts.map +1 -1
  90. package/jsx/core/AppShell/AppShell.stories.jsx +58 -77
  91. package/jsx/core/AppShell/AppShell.stories.jsx.map +1 -1
  92. package/jsx/core/Avatar/Avatar.stories.d.ts +1 -1
  93. package/jsx/core/Backdrop/Backdrop.stories.d.ts +1 -1
  94. package/jsx/core/Backdrop/Backdrop.stories.d.ts.map +1 -1
  95. package/jsx/core/Backdrop/Backdrop.stories.jsx +12 -12
  96. package/jsx/core/Backdrop/Backdrop.stories.jsx.map +1 -1
  97. package/jsx/core/Badges/Alert.stories.d.ts +1 -1
  98. package/jsx/core/Badges/Count.stories.d.ts +1 -1
  99. package/jsx/core/Badges/Count.stories.jsx +1 -1
  100. package/jsx/core/Badges/Count.stories.jsx.map +1 -1
  101. package/jsx/core/Badges/Keyboard.stories.d.ts +1 -1
  102. package/jsx/core/Badges/Keyboard.stories.jsx +1 -1
  103. package/jsx/core/Badges/Keyboard.stories.jsx.map +1 -1
  104. package/jsx/core/Badges/Selection.stories.d.ts +1 -1
  105. package/jsx/core/Badges/Status.stories.d.ts +1 -1
  106. package/jsx/core/Badges/Tag.stories.d.ts +1 -1
  107. package/jsx/core/Banner/Banner.stories.d.ts +9 -5
  108. package/jsx/core/Banner/Banner.stories.d.ts.map +1 -1
  109. package/jsx/core/Banner/Banner.stories.jsx +109 -54
  110. package/jsx/core/Banner/Banner.stories.jsx.map +1 -1
  111. package/jsx/core/Boolean/BooleanDisplay.stories.d.ts +1 -1
  112. package/jsx/core/Breadcrumbs/Breadcrumbs.stories.d.ts +7 -3
  113. package/jsx/core/Breadcrumbs/Breadcrumbs.stories.d.ts.map +1 -1
  114. package/jsx/core/Breadcrumbs/Breadcrumbs.stories.jsx +16 -4
  115. package/jsx/core/Breadcrumbs/Breadcrumbs.stories.jsx.map +1 -1
  116. package/jsx/core/Button/Button.stories.d.ts +1 -2
  117. package/jsx/core/Button/Button.stories.d.ts.map +1 -1
  118. package/jsx/core/Button/Button.stories.jsx +0 -14
  119. package/jsx/core/Button/Button.stories.jsx.map +1 -1
  120. package/jsx/core/Card/Card.stories.d.ts +1 -1
  121. package/jsx/core/Checkbox/Checkbox.stories.d.ts +1 -1
  122. package/jsx/core/Checkbox/Checkbox.stories.d.ts.map +1 -1
  123. package/jsx/core/Checkbox/Checkbox.stories.jsx +3 -1
  124. package/jsx/core/Checkbox/Checkbox.stories.jsx.map +1 -1
  125. package/jsx/core/CheckboxGroup/CheckboxGroup.stories.d.ts +1 -1
  126. package/jsx/core/CheckboxGroup/CheckboxGroup.stories.d.ts.map +1 -1
  127. package/jsx/core/CheckboxGroup/CheckboxGroup.stories.jsx +8 -5
  128. package/jsx/core/CheckboxGroup/CheckboxGroup.stories.jsx.map +1 -1
  129. package/jsx/core/ColorPicker/ColorPicker.stories.d.ts +1 -1
  130. package/jsx/core/ComboBox/ComboBox.stories.d.ts +3 -3
  131. package/jsx/core/ComboBox/ComboBox.stories.d.ts.map +1 -1
  132. package/jsx/core/ComboBox/ComboBox.stories.jsx +17 -9
  133. package/jsx/core/ComboBox/ComboBox.stories.jsx.map +1 -1
  134. package/jsx/core/CompositeInput/CompositeInput.stories.d.ts +1 -1
  135. package/jsx/core/Configuration/Configuration.stories.d.ts +1 -1
  136. package/jsx/core/CreditCard/CreditCard.stories.d.ts +1 -1
  137. package/jsx/core/Currency/Currency.stories.d.ts +2 -2
  138. package/jsx/core/Currency/Currency.stories.d.ts.map +1 -1
  139. package/jsx/core/DangerButton/DangerButton.stories.d.ts +6 -0
  140. package/jsx/core/DangerButton/DangerButton.stories.d.ts.map +1 -0
  141. package/jsx/core/DangerButton/DangerButton.stories.jsx +17 -0
  142. package/jsx/core/DangerButton/DangerButton.stories.jsx.map +1 -0
  143. package/jsx/core/DateTime/DateTime.stories.d.ts +1 -1
  144. package/jsx/core/DateTime/DateTime.stories.d.ts.map +1 -1
  145. package/jsx/core/DateTime/DateTime.stories.jsx +11 -9
  146. package/jsx/core/DateTime/DateTime.stories.jsx.map +1 -1
  147. package/jsx/core/DateTime/DateTimeDisplay.stories.d.ts +1 -1
  148. package/jsx/core/DateTime/DateTimeDisplay.stories.d.ts.map +1 -1
  149. package/jsx/core/DateTime/DateTimeDisplay.stories.jsx +5 -3
  150. package/jsx/core/DateTime/DateTimeDisplay.stories.jsx.map +1 -1
  151. package/jsx/core/DateTime/DateTimePicker.stories.d.ts +1 -1
  152. package/jsx/core/DateTime/DateTimePicker.stories.jsx +1 -1
  153. package/jsx/core/DateTime/DateTimePicker.stories.jsx.map +1 -1
  154. package/jsx/core/Dialog/Dialog.stories.d.ts +3 -2
  155. package/jsx/core/Dialog/Dialog.stories.d.ts.map +1 -1
  156. package/jsx/core/Dialog/Dialog.stories.jsx +9 -73
  157. package/jsx/core/Dialog/Dialog.stories.jsx.map +1 -1
  158. package/jsx/core/Dialog/FormDialog.mocks.d.ts +27 -0
  159. package/jsx/core/Dialog/FormDialog.mocks.d.ts.map +1 -0
  160. package/jsx/core/Dialog/FormDialog.mocks.jsx +194 -0
  161. package/jsx/core/Dialog/FormDialog.mocks.jsx.map +1 -0
  162. package/jsx/core/Dialog/InfoDialog.mocks.d.ts +4 -0
  163. package/jsx/core/Dialog/InfoDialog.mocks.d.ts.map +1 -0
  164. package/jsx/core/Dialog/InfoDialog.mocks.jsx +64 -0
  165. package/jsx/core/Dialog/InfoDialog.mocks.jsx.map +1 -0
  166. package/jsx/core/Drawer/Drawer.stories.d.ts +1 -1
  167. package/jsx/core/Email/EmailDisplay.stories.d.ts +1 -1
  168. package/jsx/core/EmojiPicker/EmojiPicker.stories.d.ts +1 -1
  169. package/jsx/core/EmojiPicker/EmojiPicker.stories.d.ts.map +1 -1
  170. package/jsx/core/EmojiPicker/EmojiPicker.stories.jsx +6 -5
  171. package/jsx/core/EmojiPicker/EmojiPicker.stories.jsx.map +1 -1
  172. package/jsx/core/EmptyState/EmptyState.stories.d.ts +1 -1
  173. package/jsx/core/ErrorState/ErrorState.stories.d.ts +1 -1
  174. package/jsx/core/ExpandCollapse/ExpandCollapse.stories.d.ts +1 -1
  175. package/jsx/core/FieldGroup/FieldGroup.stories.d.ts +6 -1
  176. package/jsx/core/FieldGroup/FieldGroup.stories.d.ts.map +1 -1
  177. package/jsx/core/FieldGroup/FieldGroup.stories.jsx +28 -3
  178. package/jsx/core/FieldGroup/FieldGroup.stories.jsx.map +1 -1
  179. package/jsx/core/FieldGroup/FieldGroupList.mocks.d.ts +1 -1
  180. package/jsx/core/FieldGroup/FieldGroupList.mocks.d.ts.map +1 -1
  181. package/jsx/core/FieldGroup/FieldGroupList.mocks.jsx +6 -1
  182. package/jsx/core/FieldGroup/FieldGroupList.mocks.jsx.map +1 -1
  183. package/jsx/core/FieldGroup/FieldGroupList.stories.d.ts +2 -1
  184. package/jsx/core/FieldGroup/FieldGroupList.stories.d.ts.map +1 -1
  185. package/jsx/core/FieldGroup/FieldGroupList.stories.jsx +43 -11
  186. package/jsx/core/FieldGroup/FieldGroupList.stories.jsx.map +1 -1
  187. package/jsx/core/FieldValueList/FieldValueList.stories.d.ts +1 -1
  188. package/jsx/core/File/FileDisplay.stories.d.ts +1 -1
  189. package/jsx/core/File/FileInput.stories.d.ts +1 -1
  190. package/jsx/core/Flex/FlexContainer.stories.d.ts +1 -1
  191. package/jsx/core/Flex/FlexItem.stories.d.ts +1 -1
  192. package/jsx/core/Form/Form.stories.d.ts +1 -1
  193. package/jsx/core/Form/Form.stories.d.ts.map +1 -1
  194. package/jsx/core/Form/Form.stories.jsx +2 -2
  195. package/jsx/core/Form/Form.stories.jsx.map +1 -1
  196. package/jsx/core/Grid/GridContainer.stories.d.ts +1 -1
  197. package/jsx/core/Grid/GridItem.stories.d.ts +1 -1
  198. package/jsx/core/HTML/HTML.stories.d.ts +1 -1
  199. package/jsx/core/Icon/Icon.stories.d.ts +5 -2
  200. package/jsx/core/Icon/Icon.stories.d.ts.map +1 -1
  201. package/jsx/core/Icon/Icon.stories.jsx +26 -16
  202. package/jsx/core/Icon/Icon.stories.jsx.map +1 -1
  203. package/jsx/core/IconPicker/IconPicker.stories.d.ts +1 -1
  204. package/jsx/core/Image/Image.stories.d.ts +1 -1
  205. package/jsx/core/Input/Input.stories.d.ts +1 -1
  206. package/jsx/core/Label/Label.stories.d.ts +1 -1
  207. package/jsx/core/Lightbox/Lightbox.mocks.d.ts.map +1 -1
  208. package/jsx/core/Lightbox/Lightbox.mocks.js.map +1 -1
  209. package/jsx/core/Lightbox/Lightbox.stories.d.ts +1 -1
  210. package/jsx/core/Link/Link.stories.d.ts +9 -5
  211. package/jsx/core/Link/Link.stories.d.ts.map +1 -1
  212. package/jsx/core/Link/Link.stories.jsx +13 -30
  213. package/jsx/core/Link/Link.stories.jsx.map +1 -1
  214. package/jsx/core/List/CommaSeparatedList.stories.d.ts +1 -1
  215. package/jsx/core/List/OrderedList.stories.d.ts +1 -1
  216. package/jsx/core/List/UnorderedList.stories.d.ts +1 -1
  217. package/jsx/core/ListToolbar/ListToolbar.mocks.d.ts.map +1 -1
  218. package/jsx/core/ListToolbar/ListToolbar.mocks.jsx +47 -52
  219. package/jsx/core/ListToolbar/ListToolbar.mocks.jsx.map +1 -1
  220. package/jsx/core/ListToolbar/ListToolbar.stories.d.ts +2 -3
  221. package/jsx/core/ListToolbar/ListToolbar.stories.d.ts.map +1 -1
  222. package/jsx/core/ListToolbar/ListToolbar.stories.jsx +14 -19
  223. package/jsx/core/ListToolbar/ListToolbar.stories.jsx.map +1 -1
  224. package/jsx/core/LiveLog/LiveLog.mocks.d.ts +5 -0
  225. package/jsx/core/LiveLog/LiveLog.mocks.d.ts.map +1 -0
  226. package/jsx/core/LiveLog/LiveLog.mocks.jsx +47 -0
  227. package/jsx/core/LiveLog/LiveLog.mocks.jsx.map +1 -0
  228. package/jsx/core/LiveLog/LiveLog.stories.d.ts +9 -0
  229. package/jsx/core/LiveLog/LiveLog.stories.d.ts.map +1 -0
  230. package/jsx/core/LiveLog/LiveLog.stories.jsx +19 -0
  231. package/jsx/core/LiveLog/LiveLog.stories.jsx.map +1 -0
  232. package/jsx/core/Location/Location.stories.d.ts +1 -1
  233. package/jsx/core/Location/Location.stories.d.ts.map +1 -1
  234. package/jsx/core/Location/Location.stories.jsx +11 -7
  235. package/jsx/core/Location/Location.stories.jsx.map +1 -1
  236. package/jsx/core/Menu/Menu.mocks.js.map +1 -1
  237. package/jsx/core/Menu/Menu.stories.d.ts +2 -1
  238. package/jsx/core/Menu/Menu.stories.d.ts.map +1 -1
  239. package/jsx/core/Menu/Menu.stories.jsx +33 -0
  240. package/jsx/core/Menu/Menu.stories.jsx.map +1 -1
  241. package/jsx/core/MenuButton/MenuButton.stories.d.ts +3 -2
  242. package/jsx/core/MenuButton/MenuButton.stories.d.ts.map +1 -1
  243. package/jsx/core/MenuButton/MenuButton.stories.jsx +1 -1
  244. package/jsx/core/MenuButton/MenuButton.stories.jsx.map +1 -1
  245. package/jsx/core/MetaList/MetaList.stories.d.ts +1 -1
  246. package/jsx/core/Modal/Modal.mocks.d.ts +1 -1
  247. package/jsx/core/Modal/Modal.mocks.d.ts.map +1 -1
  248. package/jsx/core/Modal/Modal.stories.d.ts +1 -1
  249. package/jsx/core/Modal/Modal.stories.d.ts.map +1 -1
  250. package/jsx/core/Modal/Modal.stories.jsx +5 -6
  251. package/jsx/core/Modal/Modal.stories.jsx.map +1 -1
  252. package/jsx/core/MultiStepForm/MultiStepForm.mocks.d.ts +36 -3
  253. package/jsx/core/MultiStepForm/MultiStepForm.mocks.d.ts.map +1 -1
  254. package/jsx/core/MultiStepForm/MultiStepForm.mocks.jsx +295 -40
  255. package/jsx/core/MultiStepForm/MultiStepForm.mocks.jsx.map +1 -1
  256. package/jsx/core/MultiStepForm/MultiStepForm.stories.d.ts +4 -2
  257. package/jsx/core/MultiStepForm/MultiStepForm.stories.d.ts.map +1 -1
  258. package/jsx/core/MultiStepForm/MultiStepForm.stories.jsx +70 -165
  259. package/jsx/core/MultiStepForm/MultiStepForm.stories.jsx.map +1 -1
  260. package/jsx/core/NoValue/NoValue.stories.d.ts +6 -0
  261. package/jsx/core/NoValue/NoValue.stories.d.ts.map +1 -0
  262. package/jsx/core/NoValue/NoValue.stories.jsx +30 -0
  263. package/jsx/core/NoValue/NoValue.stories.jsx.map +1 -0
  264. package/jsx/core/Number/Number.stories.d.ts +2 -2
  265. package/jsx/core/Number/Number.stories.d.ts.map +1 -1
  266. package/jsx/core/PageTemplates/PageTemplates.stories.d.ts +2 -2
  267. package/jsx/core/PageTemplates/PageTemplates.stories.d.ts.map +1 -1
  268. package/jsx/core/PageTemplates/PageTemplates.stories.jsx +2 -2
  269. package/jsx/core/PageTemplates/PageTemplates.stories.jsx.map +1 -1
  270. package/jsx/core/Pagination/Pagination.stories.d.ts +1 -1
  271. package/jsx/core/Paragraph/ParagraphDisplay.stories.d.ts +1 -1
  272. package/jsx/core/Phone/Phone.stories.d.ts +1 -1
  273. package/jsx/core/Popover/Popover.mocks.d.ts +9 -0
  274. package/jsx/core/Popover/Popover.mocks.d.ts.map +1 -0
  275. package/jsx/core/Popover/Popover.mocks.jsx +114 -0
  276. package/jsx/core/Popover/Popover.mocks.jsx.map +1 -0
  277. package/jsx/core/Popover/Popover.stories.d.ts +7 -1
  278. package/jsx/core/Popover/Popover.stories.d.ts.map +1 -1
  279. package/jsx/core/Popover/Popover.stories.jsx +27 -0
  280. package/jsx/core/Popover/Popover.stories.jsx.map +1 -1
  281. package/jsx/core/Progress/Progress.mocks.d.ts +2 -0
  282. package/jsx/core/Progress/Progress.mocks.d.ts.map +1 -0
  283. package/jsx/core/Progress/Progress.mocks.js +2 -0
  284. package/jsx/core/Progress/Progress.mocks.js.map +1 -0
  285. package/jsx/core/Progress/Progress.stories.d.ts +4 -1
  286. package/jsx/core/Progress/Progress.stories.d.ts.map +1 -1
  287. package/jsx/core/Progress/Progress.stories.jsx +81 -14
  288. package/jsx/core/Progress/Progress.stories.jsx.map +1 -1
  289. package/jsx/core/QRCode/QRCode.stories.d.ts +9 -0
  290. package/jsx/core/QRCode/QRCode.stories.d.ts.map +1 -0
  291. package/jsx/core/QRCode/QRCode.stories.jsx +17 -0
  292. package/jsx/core/QRCode/QRCode.stories.jsx.map +1 -0
  293. package/jsx/core/RadioButton/RadioButton.stories.d.ts +1 -1
  294. package/jsx/core/RadioButton/RadioButton.stories.d.ts.map +1 -1
  295. package/jsx/core/RadioButton/RadioButton.stories.jsx +3 -1
  296. package/jsx/core/RadioButton/RadioButton.stories.jsx.map +1 -1
  297. package/jsx/core/RadioButtonGroup/RadioButtonGroup.stories.d.ts +1 -1
  298. package/jsx/core/RadioButtonGroup/RadioButtonGroup.stories.d.ts.map +1 -1
  299. package/jsx/core/RadioButtonGroup/RadioButtonGroup.stories.jsx +9 -5
  300. package/jsx/core/RadioButtonGroup/RadioButtonGroup.stories.jsx.map +1 -1
  301. package/jsx/core/Rating/Rating.stories.d.ts +1 -1
  302. package/jsx/core/Rating/Rating.stories.d.ts.map +1 -1
  303. package/jsx/core/Rating/Rating.stories.jsx +1 -1
  304. package/jsx/core/Rating/Rating.stories.jsx.map +1 -1
  305. package/jsx/core/SearchInput/SearchInput.stories.d.ts +1 -1
  306. package/jsx/core/SearchInput/SearchInput.stories.jsx +1 -1
  307. package/jsx/core/SearchInput/SearchInput.stories.jsx.map +1 -1
  308. package/jsx/core/Select/Select.stories.d.ts +1 -1
  309. package/jsx/core/Sentiment/Sentiment.stories.d.ts +1 -1
  310. package/jsx/core/SkipLinks/SkipLinks.stories.d.ts +1 -1
  311. package/jsx/core/Slider/Slider.stories.d.ts +2 -2
  312. package/jsx/core/Slider/Slider.stories.d.ts.map +1 -1
  313. package/jsx/core/SummaryItem/SummaryItem.stories.d.ts +2 -2
  314. package/jsx/core/SummaryItem/SummaryItem.stories.d.ts.map +1 -1
  315. package/jsx/core/SummaryList/SummaryList.mocks.d.ts.map +1 -1
  316. package/jsx/core/SummaryList/SummaryList.mocks.jsx +10 -2
  317. package/jsx/core/SummaryList/SummaryList.mocks.jsx.map +1 -1
  318. package/jsx/core/SummaryList/SummaryList.stories.d.ts +1 -1
  319. package/jsx/core/SummaryList/SummaryList.stories.jsx +2 -2
  320. package/jsx/core/SummaryList/SummaryList.stories.jsx.map +1 -1
  321. package/jsx/core/SummaryList/mockUsers.d.ts.map +1 -1
  322. package/jsx/core/SummaryList/mockUsers.js.map +1 -1
  323. package/jsx/core/Switch/Switch.stories.d.ts +1 -1
  324. package/jsx/core/Table/Table.mocks.jsx +1 -1
  325. package/jsx/core/Table/Table.mocks.jsx.map +1 -1
  326. package/jsx/core/Table/Table.stories.d.ts +1 -1
  327. package/jsx/core/Table/Table.stories.jsx.map +1 -1
  328. package/jsx/core/Tabs/Tabs.stories.d.ts +1 -7
  329. package/jsx/core/Tabs/Tabs.stories.d.ts.map +1 -1
  330. package/jsx/core/Tabs/Tabs.stories.jsx +1 -40
  331. package/jsx/core/Tabs/Tabs.stories.jsx.map +1 -1
  332. package/jsx/core/Text/Text.stories.d.ts +1 -1
  333. package/jsx/core/TextArea/TextArea.stories.d.ts +1 -1
  334. package/jsx/core/TextArea/TextArea.stories.jsx +1 -1
  335. package/jsx/core/TextArea/TextArea.stories.jsx.map +1 -1
  336. package/jsx/core/Toaster/Toaster.stories.d.ts +1 -1
  337. package/jsx/core/Tooltip/Tooltip.stories.d.ts +2 -1
  338. package/jsx/core/Tooltip/Tooltip.stories.d.ts.map +1 -1
  339. package/jsx/core/Tooltip/Tooltip.stories.jsx +21 -1
  340. package/jsx/core/Tooltip/Tooltip.stories.jsx.map +1 -1
  341. package/jsx/core/Tooltip/Tooltip.styles.d.ts +2 -0
  342. package/jsx/core/Tooltip/Tooltip.styles.d.ts.map +1 -0
  343. package/jsx/core/Tooltip/Tooltip.styles.js +23 -0
  344. package/jsx/core/Tooltip/Tooltip.styles.js.map +1 -0
  345. package/jsx/core/Tree/Tree.stories.d.ts +2 -2
  346. package/jsx/core/Tree/Tree.stories.d.ts.map +1 -1
  347. package/jsx/core/Tree/Tree.stories.jsx +10 -18
  348. package/jsx/core/Tree/Tree.stories.jsx.map +1 -1
  349. package/jsx/core/URL/URL.stories.d.ts +1 -1
  350. package/jsx/core/URL/URL.stories.jsx +1 -1
  351. package/jsx/core/URL/URL.stories.jsx.map +1 -1
  352. package/jsx/cs/Article/Article.mocks.js +4 -4
  353. package/jsx/cs/Article/Article.mocks.js.map +1 -1
  354. package/jsx/cs/Article/Article.stories.d.ts +14 -3
  355. package/jsx/cs/Article/Article.stories.d.ts.map +1 -1
  356. package/jsx/cs/Article/Article.stories.jsx +167 -92
  357. package/jsx/cs/Article/Article.stories.jsx.map +1 -1
  358. package/jsx/cs/ArticleList/ArticleList.mocks.d.ts +129 -10
  359. package/jsx/cs/ArticleList/ArticleList.mocks.d.ts.map +1 -1
  360. package/jsx/cs/ArticleList/ArticleList.mocks.js +362 -50
  361. package/jsx/cs/ArticleList/ArticleList.mocks.js.map +1 -1
  362. package/jsx/cs/ArticleList/ArticleList.stories.d.ts +11 -3
  363. package/jsx/cs/ArticleList/ArticleList.stories.d.ts.map +1 -1
  364. package/jsx/cs/ArticleList/ArticleList.stories.jsx +243 -92
  365. package/jsx/cs/ArticleList/ArticleList.stories.jsx.map +1 -1
  366. package/jsx/cs/CSAppShell/CSAppShell.mocks.d.ts +18 -1
  367. package/jsx/cs/CSAppShell/CSAppShell.mocks.d.ts.map +1 -1
  368. package/jsx/cs/CSAppShell/CSAppShell.mocks.jsx +143 -10
  369. package/jsx/cs/CSAppShell/CSAppShell.mocks.jsx.map +1 -1
  370. package/jsx/cs/CSAppShell/CSAppShell.stories.d.ts +1 -1
  371. package/jsx/cs/CSAppShell/CSAppShell.stories.d.ts.map +1 -1
  372. package/jsx/cs/CSAppShell/CSAppShell.stories.jsx +9 -37
  373. package/jsx/cs/CSAppShell/CSAppShell.stories.jsx.map +1 -1
  374. package/jsx/cs/CallControlPanel/CallControlPanel.mocks.d.ts +2 -2
  375. package/jsx/cs/CallControlPanel/CallControlPanel.mocks.d.ts.map +1 -1
  376. package/jsx/cs/CallControlPanel/CallControlPanel.stories.d.ts +1 -1
  377. package/jsx/cs/CallControlPanel/CallControlPanel.stories.d.ts.map +1 -1
  378. package/jsx/cs/CallControlPanel/CallControlPanel.stories.jsx +2 -2
  379. package/jsx/cs/CallControlPanel/CallControlPanel.stories.jsx.map +1 -1
  380. package/jsx/cs/DialPad/DialPad.stories.d.ts +1 -1
  381. package/jsx/cs/InteractionNotification/InteractionNotification.stories.d.ts +4 -2
  382. package/jsx/cs/InteractionNotification/InteractionNotification.stories.d.ts.map +1 -1
  383. package/jsx/cs/InteractionNotification/InteractionNotification.stories.jsx +18 -4
  384. package/jsx/cs/InteractionNotification/InteractionNotification.stories.jsx.map +1 -1
  385. package/jsx/cs/InteractionTimer/InteractionTimer.stories.d.ts +2 -1
  386. package/jsx/cs/InteractionTimer/InteractionTimer.stories.d.ts.map +1 -1
  387. package/jsx/cs/InteractionTimer/InteractionTimer.stories.jsx +12 -5
  388. package/jsx/cs/InteractionTimer/InteractionTimer.stories.jsx.map +1 -1
  389. package/jsx/cs/Picker/Picker.stories.d.ts +11 -0
  390. package/jsx/cs/Picker/Picker.stories.d.ts.map +1 -0
  391. package/jsx/cs/Picker/Picker.stories.jsx +64 -0
  392. package/jsx/cs/Picker/Picker.stories.jsx.map +1 -0
  393. package/jsx/cs/TaskManager/TaskManager.stories.d.ts +1 -1
  394. package/jsx/cs/TaskManager/TaskManager.stories.d.ts.map +1 -1
  395. package/jsx/cs/TaskManager/TaskManager.stories.jsx +1 -1
  396. package/jsx/cs/TaskManager/TaskManager.stories.jsx.map +1 -1
  397. package/jsx/dnd/DragDropList/DragDropList.stories.d.ts +1 -1
  398. package/jsx/dnd/StandardDragDropList/Demo.d.ts.map +1 -1
  399. package/jsx/dnd/StandardDragDropList/Demo.jsx +6 -8
  400. package/jsx/dnd/StandardDragDropList/Demo.jsx.map +1 -1
  401. package/jsx/dnd/StandardDragDropList/Popover.d.ts +1 -1
  402. package/jsx/dnd/StandardDragDropList/Popover.d.ts.map +1 -1
  403. package/jsx/dnd/StandardDragDropList/StandardDragDropList.stories.d.ts +1 -1
  404. package/jsx/dnd/StandardDragDropList/mockData.d.ts +2 -2
  405. package/jsx/dnd/StandardDragDropList/mockData.d.ts.map +1 -1
  406. package/jsx/dnd/StandardDragDropList/mockData.js.map +1 -1
  407. package/jsx/rte/DynamicContentEditor/DynamicContentEditor.stories.d.ts +8 -0
  408. package/jsx/rte/DynamicContentEditor/DynamicContentEditor.stories.d.ts.map +1 -0
  409. package/jsx/rte/DynamicContentEditor/DynamicContentEditor.stories.jsx +101 -0
  410. package/jsx/rte/DynamicContentEditor/DynamicContentEditor.stories.jsx.map +1 -0
  411. package/jsx/rte/DynamicContentEditor/FieldSelector.d.ts +11 -0
  412. package/jsx/rte/DynamicContentEditor/FieldSelector.d.ts.map +1 -0
  413. package/jsx/rte/DynamicContentEditor/FieldSelector.jsx +80 -0
  414. package/jsx/rte/DynamicContentEditor/FieldSelector.jsx.map +1 -0
  415. package/jsx/rte/Editor/Editor.mocks.d.ts +41 -27
  416. package/jsx/rte/Editor/Editor.mocks.d.ts.map +1 -1
  417. package/jsx/rte/Editor/Editor.stories.d.ts +1 -1
  418. package/jsx/rte/RichTextEditor/RichTextEditor.stories.d.ts +1 -1
  419. package/jsx/rte/RichTextEditor/RichTextViewer.stories.d.ts +1 -1
  420. package/jsx/social/Chat/Chat.mocks.d.ts +23 -395
  421. package/jsx/social/Chat/Chat.mocks.d.ts.map +1 -1
  422. package/jsx/social/Chat/Chat.mocks.js +568 -585
  423. package/jsx/social/Chat/Chat.mocks.js.map +1 -1
  424. package/jsx/social/Chat/Chat.stories.d.ts +23 -19
  425. package/jsx/social/Chat/Chat.stories.d.ts.map +1 -1
  426. package/jsx/social/Chat/Chat.stories.jsx +220 -301
  427. package/jsx/social/Chat/Chat.stories.jsx.map +1 -1
  428. package/jsx/social/Email/Email.mocks.d.ts +50 -8
  429. package/jsx/social/Email/Email.mocks.d.ts.map +1 -1
  430. package/jsx/social/Email/Email.mocks.jsx +130 -18
  431. package/jsx/social/Email/Email.mocks.jsx.map +1 -1
  432. package/jsx/social/Email/Email.stories.d.ts +11 -1
  433. package/jsx/social/Email/Email.stories.d.ts.map +1 -1
  434. package/jsx/social/Email/Email.stories.jsx +153 -35
  435. package/jsx/social/Email/Email.stories.jsx.map +1 -1
  436. package/jsx/social/Feed/Feed.mocks.d.ts +2 -1
  437. package/jsx/social/Feed/Feed.mocks.d.ts.map +1 -1
  438. package/jsx/social/Feed/Feed.mocks.jsx +4 -2
  439. package/jsx/social/Feed/Feed.mocks.jsx.map +1 -1
  440. package/jsx/social/Feed/Feed.stories.d.ts +1 -1
  441. package/jsx/social/Feed/Feed.stories.d.ts.map +1 -1
  442. package/jsx/social/Feed/Feed.stories.jsx +13 -5
  443. package/jsx/social/Feed/Feed.stories.jsx.map +1 -1
  444. package/jsx/social/Feed/FeedNewPost.stories.d.ts +1 -1
  445. package/jsx/social/Feed/FeedNewPost.stories.d.ts.map +1 -1
  446. package/jsx/social/Feed/FeedNewPost.stories.jsx +2 -2
  447. package/jsx/social/Feed/FeedNewPost.stories.jsx.map +1 -1
  448. package/jsx/social/Feed/FeedPost.stories.d.ts +1 -1
  449. package/jsx/social/Feed/FeedPost.stories.d.ts.map +1 -1
  450. package/jsx/social/Feed/FeedPost.stories.jsx +16 -9
  451. package/jsx/social/Feed/FeedPost.stories.jsx.map +1 -1
  452. package/jsx/social/Feed/FeedReply.stories.d.ts +1 -1
  453. package/jsx/social/Feed/FeedReply.stories.d.ts.map +1 -1
  454. package/jsx/social/Feed/FeedReply.stories.jsx +11 -3
  455. package/jsx/social/Feed/FeedReply.stories.jsx.map +1 -1
  456. package/jsx/social/Feed/FeedReplyInput.stories.d.ts +1 -1
  457. package/jsx/social/Feed/FeedReplyInput.stories.d.ts.map +1 -1
  458. package/jsx/social/Feed/FeedReplyInput.stories.jsx +2 -2
  459. package/jsx/social/Feed/FeedReplyInput.stories.jsx.map +1 -1
  460. package/jsx/tools/Clipboard/Clipboard.mocks.d.ts.map +1 -1
  461. package/jsx/tools/Clipboard/Clipboard.mocks.jsx.map +1 -1
  462. package/jsx/tools/Clipboard/Clipboard.stories.d.ts +1 -1
  463. package/jsx/tools/Clipboard/Clipboard.stories.d.ts.map +1 -1
  464. package/jsx/tools/Clipboard/Clipboard.stories.jsx +12 -14
  465. package/jsx/tools/Clipboard/Clipboard.stories.jsx.map +1 -1
  466. package/jsx/tools/DevTools/DevTools.stories.d.ts +1 -1
  467. package/jsx/tools/DevTools/DevTools.stories.d.ts.map +1 -1
  468. package/jsx/tools/DevTools/DevTools.stories.jsx +2 -4
  469. package/jsx/tools/DevTools/DevTools.stories.jsx.map +1 -1
  470. package/jsx/tools/PreviewShell/PreviewShell.mocks.d.ts +12 -1
  471. package/jsx/tools/PreviewShell/PreviewShell.mocks.d.ts.map +1 -1
  472. package/jsx/tools/PreviewShell/PreviewShell.mocks.jsx +24 -2
  473. package/jsx/tools/PreviewShell/PreviewShell.mocks.jsx.map +1 -1
  474. package/jsx/tools/PreviewShell/PreviewShell.stories.d.ts +5 -3
  475. package/jsx/tools/PreviewShell/PreviewShell.stories.d.ts.map +1 -1
  476. package/jsx/tools/PreviewShell/PreviewShell.stories.jsx +74 -51
  477. package/jsx/tools/PreviewShell/PreviewShell.stories.jsx.map +1 -1
  478. package/jsx/tools/PreviewShell/PreviewShell.styles.d.ts +1 -2
  479. package/jsx/tools/PreviewShell/PreviewShell.styles.d.ts.map +1 -1
  480. package/jsx/tools/PreviewShell/PreviewShell.styles.js +1 -2
  481. package/jsx/tools/PreviewShell/PreviewShell.styles.js.map +1 -1
  482. package/jsx/work/AppAnnouncement/AppAnnouncement.stories.d.ts +1 -1
  483. package/jsx/work/Assignments/Assignments.stories.d.ts +11 -0
  484. package/jsx/work/Assignments/Assignments.stories.d.ts.map +1 -0
  485. package/jsx/work/Assignments/Assignments.stories.jsx +64 -0
  486. package/jsx/work/Assignments/Assignments.stories.jsx.map +1 -0
  487. package/jsx/work/CaseView/Attachments.mocks.d.ts.map +1 -1
  488. package/jsx/work/CaseView/Attachments.mocks.jsx +81 -71
  489. package/jsx/work/CaseView/Attachments.mocks.jsx.map +1 -1
  490. package/jsx/work/CaseView/CaseView.mocks.d.ts +39 -22
  491. package/jsx/work/CaseView/CaseView.mocks.d.ts.map +1 -1
  492. package/jsx/work/CaseView/CaseView.mocks.jsx +258 -85
  493. package/jsx/work/CaseView/CaseView.mocks.jsx.map +1 -1
  494. package/jsx/work/CaseView/CaseView.stories.d.ts +3 -8
  495. package/jsx/work/CaseView/CaseView.stories.d.ts.map +1 -1
  496. package/jsx/work/CaseView/CaseView.stories.jsx +39 -11
  497. package/jsx/work/CaseView/CaseView.stories.jsx.map +1 -1
  498. package/jsx/work/CaseView/Details.mocks.jsx +1 -1
  499. package/jsx/work/CaseView/Details.mocks.jsx.map +1 -1
  500. package/jsx/work/CaseView/FileService.mock.d.ts +2 -2
  501. package/jsx/work/CaseView/FileService.mock.d.ts.map +1 -1
  502. package/jsx/work/CaseView/FileService.mock.jsx +2 -6
  503. package/jsx/work/CaseView/FileService.mock.jsx.map +1 -1
  504. package/jsx/work/ConfigurableLayout/ConfigurableLayout.stories.d.ts +1 -1
  505. package/jsx/work/Confirmation/Confirmation.stories.d.ts +1 -1
  506. package/jsx/work/Confirmation/Confirmation.stories.jsx +1 -1
  507. package/jsx/work/Confirmation/Confirmation.stories.jsx.map +1 -1
  508. package/jsx/work/Details/Details.stories.d.ts +1 -1
  509. package/jsx/work/Details/Details.stories.d.ts.map +1 -1
  510. package/jsx/work/Details/Details.stories.jsx +6 -1
  511. package/jsx/work/Details/Details.stories.jsx.map +1 -1
  512. package/jsx/work/Glimpse/Glimpse.stories.d.ts +2 -7
  513. package/jsx/work/Glimpse/Glimpse.stories.d.ts.map +1 -1
  514. package/jsx/work/Glimpse/Glimpse.stories.jsx +16 -13
  515. package/jsx/work/Glimpse/Glimpse.stories.jsx.map +1 -1
  516. package/jsx/work/IntelligentGuidance/IntelligentGuidance.stories.d.ts +1 -1
  517. package/jsx/work/IntelligentGuidance/IntelligentGuidance.stories.d.ts.map +1 -1
  518. package/jsx/work/IntelligentGuidance/IntelligentGuidance.stories.jsx +89 -12
  519. package/jsx/work/IntelligentGuidance/IntelligentGuidance.stories.jsx.map +1 -1
  520. package/jsx/work/Predictions/Predictions.mocks.d.ts +3 -0
  521. package/jsx/work/Predictions/Predictions.mocks.d.ts.map +1 -0
  522. package/jsx/work/Predictions/Predictions.mocks.jsx +18 -0
  523. package/jsx/work/Predictions/Predictions.mocks.jsx.map +1 -0
  524. package/jsx/work/Predictions/Predictions.stories.d.ts +5 -0
  525. package/jsx/work/Predictions/Predictions.stories.d.ts.map +1 -0
  526. package/jsx/work/Predictions/Predictions.stories.jsx +53 -0
  527. package/jsx/work/Predictions/Predictions.stories.jsx.map +1 -0
  528. package/jsx/work/SearchResults/SearchResults.mocks.d.ts +1 -1
  529. package/jsx/work/SearchResults/SearchResults.mocks.d.ts.map +1 -1
  530. package/jsx/work/SearchResults/SearchResults.stories.d.ts +1 -1
  531. package/jsx/work/SearchResults/SearchResults.stories.d.ts.map +1 -1
  532. package/jsx/work/SearchResults/SearchResults.stories.jsx +20 -7
  533. package/jsx/work/SearchResults/SearchResults.stories.jsx.map +1 -1
  534. package/jsx/work/Stages/Stages.mocks.jsx +6 -6
  535. package/jsx/work/Stages/Stages.mocks.jsx.map +1 -1
  536. package/jsx/work/Stages/Stages.stories.d.ts +1 -1
  537. package/jsx/work/Stages/Stages.stories.d.ts.map +1 -1
  538. package/jsx/work/Stages/Stages.stories.jsx +22 -8
  539. package/jsx/work/Stages/Stages.stories.jsx.map +1 -1
  540. package/jsx/work/Stakeholders/Stakeholders.mocks.d.ts.map +1 -1
  541. package/jsx/work/Stakeholders/Stakeholders.mocks.jsx +6 -2
  542. package/jsx/work/Stakeholders/Stakeholders.mocks.jsx.map +1 -1
  543. package/jsx/work/Stakeholders/Stakeholders.stories.d.ts +1 -1
  544. package/jsx/work/Tags/Tags.stories.d.ts +1 -1
  545. package/jsx/work/Tags/Tags.stories.d.ts.map +1 -1
  546. package/jsx/work/Tags/Tags.stories.jsx +6 -1
  547. package/jsx/work/Tags/Tags.stories.jsx.map +1 -1
  548. package/jsx/work/Tasks/TaskList.stories.d.ts +1 -1
  549. package/jsx/work/Tasks/Tasks.mocks.d.ts +22 -0
  550. package/jsx/work/Tasks/Tasks.mocks.d.ts.map +1 -0
  551. package/jsx/work/Tasks/Tasks.mocks.js +51 -0
  552. package/jsx/work/Tasks/Tasks.mocks.js.map +1 -0
  553. package/jsx/work/Tasks/Tasks.stories.d.ts +6 -4
  554. package/jsx/work/Tasks/Tasks.stories.d.ts.map +1 -1
  555. package/jsx/work/Tasks/Tasks.stories.jsx +41 -73
  556. package/jsx/work/Tasks/Tasks.stories.jsx.map +1 -1
  557. package/jsx/work/Timeline/Timeline.mocks.d.ts.map +1 -1
  558. package/jsx/work/Timeline/Timeline.mocks.jsx +16 -1
  559. package/jsx/work/Timeline/Timeline.mocks.jsx.map +1 -1
  560. package/jsx/work/Timeline/Timeline.stories.d.ts +1 -1
  561. package/jsx/work/Timeline/Timeline.stories.d.ts.map +1 -1
  562. package/jsx/work/Timeline/Timeline.stories.jsx +2 -2
  563. package/jsx/work/Timeline/Timeline.stories.jsx.map +1 -1
  564. package/jsx/wss/AppShell/AppShell.stories.d.ts +1 -1
  565. package/jsx/wss/AppShell/AppShell.stories.d.ts.map +1 -1
  566. package/jsx/wss/AppShell/AppShell.stories.jsx +18 -0
  567. package/jsx/wss/AppShell/AppShell.stories.jsx.map +1 -1
  568. package/jsx/wss/CaseView/CaseView.stories.d.ts +1 -1
  569. package/jsx/wss/CaseView/CaseView.stories.d.ts.map +1 -1
  570. package/jsx/wss/CaseView/CaseView.stories.jsx +8 -2
  571. package/jsx/wss/CaseView/CaseView.stories.jsx.map +1 -1
  572. package/jsx/wss/PageTemplates/PageTemplates.stories.d.ts +1 -1
  573. package/jsx/wss/PageTemplates/PageTemplates.stories.jsx +2 -2
  574. package/jsx/wss/PageTemplates/PageTemplates.stories.jsx.map +1 -1
  575. package/jsx/wss/QuickCreate/QuickCreate.stories.d.ts +1 -1
  576. package/lib/build/AppShell/AppShell.mocks.d.ts +28 -53
  577. package/lib/build/AppShell/AppShell.mocks.d.ts.map +1 -1
  578. package/lib/build/AppShell/AppShell.mocks.js +260 -376
  579. package/lib/build/AppShell/AppShell.mocks.js.map +1 -1
  580. package/lib/build/AppShell/AppShell.stories.d.ts +14 -11
  581. package/lib/build/AppShell/AppShell.stories.d.ts.map +1 -1
  582. package/lib/build/AppShell/AppShell.stories.js +71 -100
  583. package/lib/build/AppShell/AppShell.stories.js.map +1 -1
  584. package/lib/build/DynamicContentEditor/DynamicContentEditor.stories.d.ts +1 -1
  585. package/lib/build/ExpressionBuilder/ExpressionBuilder.mocks.d.ts +2 -0
  586. package/lib/build/ExpressionBuilder/ExpressionBuilder.mocks.d.ts.map +1 -1
  587. package/lib/build/ExpressionBuilder/ExpressionBuilder.mocks.js +23 -1
  588. package/lib/build/ExpressionBuilder/ExpressionBuilder.mocks.js.map +1 -1
  589. package/lib/build/ExpressionBuilder/ExpressionBuilder.stories.d.ts +1 -1
  590. package/lib/build/ExpressionBuilder/ExpressionBuilder.stories.d.ts.map +1 -1
  591. package/lib/build/ExpressionBuilder/ExpressionBuilder.stories.js +6 -5
  592. package/lib/build/ExpressionBuilder/ExpressionBuilder.stories.js.map +1 -1
  593. package/lib/build/FlowModeller/FlowModeller.mocks.d.ts.map +1 -1
  594. package/lib/build/FlowModeller/FlowModeller.mocks.js +1 -1
  595. package/lib/build/FlowModeller/FlowModeller.mocks.js.map +1 -1
  596. package/lib/build/FlowModeller/FlowModeller.stories.d.ts +1 -1
  597. package/lib/build/FlowModeller/FlowModeller.stories.d.ts.map +1 -1
  598. package/lib/build/FlowModeller/FlowModeller.stories.js +119 -9
  599. package/lib/build/FlowModeller/FlowModeller.stories.js.map +1 -1
  600. package/lib/build/ItemLibrary/LibraryPicker.stories.d.ts +1 -1
  601. package/lib/build/LifeCycle/LifeCycle.stories.d.ts +1 -1
  602. package/lib/build/LifeCycle/LifeCycle.stories.d.ts.map +1 -1
  603. package/lib/build/LifeCycle/LifeCycle.stories.js +43 -4
  604. package/lib/build/LifeCycle/LifeCycle.stories.js.map +1 -1
  605. package/lib/build/MobileBuildSummary/MobileBuildSummary.mocks.d.ts +1 -0
  606. package/lib/build/MobileBuildSummary/MobileBuildSummary.mocks.d.ts.map +1 -1
  607. package/lib/build/MobileBuildSummary/MobileBuildSummary.mocks.js +2 -1
  608. package/lib/build/MobileBuildSummary/MobileBuildSummary.mocks.js.map +1 -1
  609. package/lib/build/MobileBuildSummary/MobileBuildSummary.stories.d.ts +1 -1
  610. package/lib/build/ObjectSelect/ObjectSelect.mocks.d.ts +3 -2
  611. package/lib/build/ObjectSelect/ObjectSelect.mocks.d.ts.map +1 -1
  612. package/lib/build/ObjectSelect/ObjectSelect.mocks.js +7 -7
  613. package/lib/build/ObjectSelect/ObjectSelect.mocks.js.map +1 -1
  614. package/lib/build/ObjectSelect/ObjectSelect.stories.d.ts +1 -1
  615. package/lib/build/ObjectSelect/ObjectSelect.stories.d.ts.map +1 -1
  616. package/lib/build/ObjectSelect/ObjectSelect.stories.js +2 -6
  617. package/lib/build/ObjectSelect/ObjectSelect.stories.js.map +1 -1
  618. package/lib/build/PageBanner/PageBanner.stories.d.ts +15 -0
  619. package/lib/build/PageBanner/PageBanner.stories.d.ts.map +1 -0
  620. package/lib/build/PageBanner/PageBanner.stories.js +42 -0
  621. package/lib/build/PageBanner/PageBanner.stories.js.map +1 -0
  622. package/lib/build/PageTemplates/GalleryPage.mocks.d.ts +0 -2
  623. package/lib/build/PageTemplates/GalleryPage.mocks.d.ts.map +1 -1
  624. package/lib/build/PageTemplates/GalleryPage.mocks.js +1 -50
  625. package/lib/build/PageTemplates/GalleryPage.mocks.js.map +1 -1
  626. package/lib/build/PageTemplates/GalleryPage.stories.d.ts +8 -4
  627. package/lib/build/PageTemplates/GalleryPage.stories.d.ts.map +1 -1
  628. package/lib/build/PageTemplates/GalleryPage.stories.js +32 -31
  629. package/lib/build/PageTemplates/GalleryPage.stories.js.map +1 -1
  630. package/lib/build/PageTemplates/PageTemplates.mocks.d.ts +0 -1
  631. package/lib/build/PageTemplates/PageTemplates.mocks.d.ts.map +1 -1
  632. package/lib/build/PageTemplates/PageTemplates.mocks.js +2 -154
  633. package/lib/build/PageTemplates/PageTemplates.mocks.js.map +1 -1
  634. package/lib/build/PageTemplates/PageTemplates.stories.d.ts +1 -1
  635. package/lib/build/PageTemplates/PageTemplates.stories.d.ts.map +1 -1
  636. package/lib/build/PageTemplates/PageTemplates.stories.js +4 -8
  637. package/lib/build/PageTemplates/PageTemplates.stories.js.map +1 -1
  638. package/lib/build/PageTemplates/ShowcasePage.stories.d.ts +17 -0
  639. package/lib/build/PageTemplates/ShowcasePage.stories.d.ts.map +1 -0
  640. package/lib/build/PageTemplates/ShowcasePage.stories.js +43 -0
  641. package/lib/build/PageTemplates/ShowcasePage.stories.js.map +1 -0
  642. package/lib/build/Workbench/Workbench.stories.d.ts +1 -1
  643. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.stories.d.ts +1 -1
  644. package/lib/condition-builder/ConditionBuilder/props.mock.d.ts.map +1 -1
  645. package/lib/condition-builder/ConditionBuilder/props.mock.js +4 -2
  646. package/lib/condition-builder/ConditionBuilder/props.mock.js.map +1 -1
  647. package/lib/condition-builder/ConditionInput/ConditionInput.stories.d.ts +1 -1
  648. package/lib/condition-builder/PromotedFilters/PromotedFilters.mocks.d.ts.map +1 -1
  649. package/lib/condition-builder/PromotedFilters/PromotedFilters.mocks.js +53 -1
  650. package/lib/condition-builder/PromotedFilters/PromotedFilters.mocks.js.map +1 -1
  651. package/lib/condition-builder/PromotedFilters/PromotedFilters.stories.d.ts +1 -1
  652. package/lib/core/AIButton/AIButton.mocks.d.ts +22 -0
  653. package/lib/core/AIButton/AIButton.mocks.d.ts.map +1 -0
  654. package/lib/core/AIButton/AIButton.mocks.js +139 -0
  655. package/lib/core/AIButton/AIButton.mocks.js.map +1 -0
  656. package/lib/core/AIButton/AIButton.stories.d.ts +23 -0
  657. package/lib/core/AIButton/AIButton.stories.d.ts.map +1 -0
  658. package/lib/core/AIButton/AIButton.stories.js +223 -0
  659. package/lib/core/AIButton/AIButton.stories.js.map +1 -0
  660. package/lib/core/AdditionalInfo/AdditionalInfo.stories.d.ts +1 -1
  661. package/lib/core/AppShell/AppShell.mocks.d.ts.map +1 -1
  662. package/lib/core/AppShell/AppShell.mocks.js +4 -19
  663. package/lib/core/AppShell/AppShell.mocks.js.map +1 -1
  664. package/lib/core/AppShell/AppShell.stories.d.ts +2 -3
  665. package/lib/core/AppShell/AppShell.stories.d.ts.map +1 -1
  666. package/lib/core/AppShell/AppShell.stories.js +59 -44
  667. package/lib/core/AppShell/AppShell.stories.js.map +1 -1
  668. package/lib/core/Avatar/Avatar.stories.d.ts +1 -1
  669. package/lib/core/Backdrop/Backdrop.stories.d.ts +1 -1
  670. package/lib/core/Backdrop/Backdrop.stories.d.ts.map +1 -1
  671. package/lib/core/Backdrop/Backdrop.stories.js +2 -2
  672. package/lib/core/Backdrop/Backdrop.stories.js.map +1 -1
  673. package/lib/core/Badges/Alert.stories.d.ts +1 -1
  674. package/lib/core/Badges/Count.stories.d.ts +1 -1
  675. package/lib/core/Badges/Count.stories.js +1 -1
  676. package/lib/core/Badges/Count.stories.js.map +1 -1
  677. package/lib/core/Badges/Keyboard.stories.d.ts +1 -1
  678. package/lib/core/Badges/Keyboard.stories.js +1 -1
  679. package/lib/core/Badges/Keyboard.stories.js.map +1 -1
  680. package/lib/core/Badges/Selection.stories.d.ts +1 -1
  681. package/lib/core/Badges/Status.stories.d.ts +1 -1
  682. package/lib/core/Badges/Tag.stories.d.ts +1 -1
  683. package/lib/core/Banner/Banner.stories.d.ts +9 -5
  684. package/lib/core/Banner/Banner.stories.d.ts.map +1 -1
  685. package/lib/core/Banner/Banner.stories.js +105 -39
  686. package/lib/core/Banner/Banner.stories.js.map +1 -1
  687. package/lib/core/Boolean/BooleanDisplay.stories.d.ts +1 -1
  688. package/lib/core/Breadcrumbs/Breadcrumbs.stories.d.ts +7 -3
  689. package/lib/core/Breadcrumbs/Breadcrumbs.stories.d.ts.map +1 -1
  690. package/lib/core/Breadcrumbs/Breadcrumbs.stories.js +16 -4
  691. package/lib/core/Breadcrumbs/Breadcrumbs.stories.js.map +1 -1
  692. package/lib/core/Button/Button.stories.d.ts +1 -2
  693. package/lib/core/Button/Button.stories.d.ts.map +1 -1
  694. package/lib/core/Button/Button.stories.js +0 -12
  695. package/lib/core/Button/Button.stories.js.map +1 -1
  696. package/lib/core/Card/Card.stories.d.ts +1 -1
  697. package/lib/core/Checkbox/Checkbox.stories.d.ts +1 -1
  698. package/lib/core/Checkbox/Checkbox.stories.d.ts.map +1 -1
  699. package/lib/core/Checkbox/Checkbox.stories.js +3 -1
  700. package/lib/core/Checkbox/Checkbox.stories.js.map +1 -1
  701. package/lib/core/CheckboxGroup/CheckboxGroup.stories.d.ts +1 -1
  702. package/lib/core/CheckboxGroup/CheckboxGroup.stories.d.ts.map +1 -1
  703. package/lib/core/CheckboxGroup/CheckboxGroup.stories.js +8 -5
  704. package/lib/core/CheckboxGroup/CheckboxGroup.stories.js.map +1 -1
  705. package/lib/core/ColorPicker/ColorPicker.stories.d.ts +1 -1
  706. package/lib/core/ComboBox/ComboBox.stories.d.ts +3 -3
  707. package/lib/core/ComboBox/ComboBox.stories.d.ts.map +1 -1
  708. package/lib/core/ComboBox/ComboBox.stories.js +17 -9
  709. package/lib/core/ComboBox/ComboBox.stories.js.map +1 -1
  710. package/lib/core/CompositeInput/CompositeInput.stories.d.ts +1 -1
  711. package/lib/core/Configuration/Configuration.stories.d.ts +1 -1
  712. package/lib/core/CreditCard/CreditCard.stories.d.ts +1 -1
  713. package/lib/core/Currency/Currency.stories.d.ts +2 -2
  714. package/lib/core/Currency/Currency.stories.d.ts.map +1 -1
  715. package/lib/core/DangerButton/DangerButton.stories.d.ts +6 -0
  716. package/lib/core/DangerButton/DangerButton.stories.d.ts.map +1 -0
  717. package/lib/core/DangerButton/DangerButton.stories.js +18 -0
  718. package/lib/core/DangerButton/DangerButton.stories.js.map +1 -0
  719. package/lib/core/DateTime/DateTime.stories.d.ts +1 -1
  720. package/lib/core/DateTime/DateTime.stories.d.ts.map +1 -1
  721. package/lib/core/DateTime/DateTime.stories.js +11 -10
  722. package/lib/core/DateTime/DateTime.stories.js.map +1 -1
  723. package/lib/core/DateTime/DateTimeDisplay.stories.d.ts +1 -1
  724. package/lib/core/DateTime/DateTimeDisplay.stories.d.ts.map +1 -1
  725. package/lib/core/DateTime/DateTimeDisplay.stories.js +5 -3
  726. package/lib/core/DateTime/DateTimeDisplay.stories.js.map +1 -1
  727. package/lib/core/DateTime/DateTimePicker.stories.d.ts +1 -1
  728. package/lib/core/DateTime/DateTimePicker.stories.js +1 -1
  729. package/lib/core/DateTime/DateTimePicker.stories.js.map +1 -1
  730. package/lib/core/Dialog/Dialog.stories.d.ts +3 -2
  731. package/lib/core/Dialog/Dialog.stories.d.ts.map +1 -1
  732. package/lib/core/Dialog/Dialog.stories.js +10 -41
  733. package/lib/core/Dialog/Dialog.stories.js.map +1 -1
  734. package/lib/core/Dialog/FormDialog.mocks.d.ts +27 -0
  735. package/lib/core/Dialog/FormDialog.mocks.d.ts.map +1 -0
  736. package/lib/core/Dialog/FormDialog.mocks.js +188 -0
  737. package/lib/core/Dialog/FormDialog.mocks.js.map +1 -0
  738. package/lib/core/Dialog/InfoDialog.mocks.d.ts +4 -0
  739. package/lib/core/Dialog/InfoDialog.mocks.d.ts.map +1 -0
  740. package/lib/core/Dialog/InfoDialog.mocks.js +41 -0
  741. package/lib/core/Dialog/InfoDialog.mocks.js.map +1 -0
  742. package/lib/core/Drawer/Drawer.stories.d.ts +1 -1
  743. package/lib/core/Email/EmailDisplay.stories.d.ts +1 -1
  744. package/lib/core/EmojiPicker/EmojiPicker.stories.d.ts +1 -1
  745. package/lib/core/EmojiPicker/EmojiPicker.stories.d.ts.map +1 -1
  746. package/lib/core/EmojiPicker/EmojiPicker.stories.js +6 -5
  747. package/lib/core/EmojiPicker/EmojiPicker.stories.js.map +1 -1
  748. package/lib/core/EmptyState/EmptyState.stories.d.ts +1 -1
  749. package/lib/core/ErrorState/ErrorState.stories.d.ts +1 -1
  750. package/lib/core/ExpandCollapse/ExpandCollapse.stories.d.ts +1 -1
  751. package/lib/core/FieldGroup/FieldGroup.stories.d.ts +6 -1
  752. package/lib/core/FieldGroup/FieldGroup.stories.d.ts.map +1 -1
  753. package/lib/core/FieldGroup/FieldGroup.stories.js +27 -2
  754. package/lib/core/FieldGroup/FieldGroup.stories.js.map +1 -1
  755. package/lib/core/FieldGroup/FieldGroupList.mocks.d.ts +1 -1
  756. package/lib/core/FieldGroup/FieldGroupList.mocks.d.ts.map +1 -1
  757. package/lib/core/FieldGroup/FieldGroupList.mocks.js +6 -1
  758. package/lib/core/FieldGroup/FieldGroupList.mocks.js.map +1 -1
  759. package/lib/core/FieldGroup/FieldGroupList.stories.d.ts +2 -1
  760. package/lib/core/FieldGroup/FieldGroupList.stories.d.ts.map +1 -1
  761. package/lib/core/FieldGroup/FieldGroupList.stories.js +43 -11
  762. package/lib/core/FieldGroup/FieldGroupList.stories.js.map +1 -1
  763. package/lib/core/FieldValueList/FieldValueList.stories.d.ts +1 -1
  764. package/lib/core/File/FileDisplay.stories.d.ts +1 -1
  765. package/lib/core/File/FileInput.stories.d.ts +1 -1
  766. package/lib/core/Flex/FlexContainer.stories.d.ts +1 -1
  767. package/lib/core/Flex/FlexItem.stories.d.ts +1 -1
  768. package/lib/core/Form/Form.stories.d.ts +1 -1
  769. package/lib/core/Form/Form.stories.d.ts.map +1 -1
  770. package/lib/core/Form/Form.stories.js +2 -2
  771. package/lib/core/Form/Form.stories.js.map +1 -1
  772. package/lib/core/Grid/GridContainer.stories.d.ts +1 -1
  773. package/lib/core/Grid/GridItem.stories.d.ts +1 -1
  774. package/lib/core/HTML/HTML.stories.d.ts +1 -1
  775. package/lib/core/Icon/Icon.stories.d.ts +5 -2
  776. package/lib/core/Icon/Icon.stories.d.ts.map +1 -1
  777. package/lib/core/Icon/Icon.stories.js +16 -8
  778. package/lib/core/Icon/Icon.stories.js.map +1 -1
  779. package/lib/core/IconPicker/IconPicker.stories.d.ts +1 -1
  780. package/lib/core/Image/Image.stories.d.ts +1 -1
  781. package/lib/core/Input/Input.stories.d.ts +1 -1
  782. package/lib/core/Label/Label.stories.d.ts +1 -1
  783. package/lib/core/Lightbox/Lightbox.mocks.d.ts.map +1 -1
  784. package/lib/core/Lightbox/Lightbox.mocks.js +0 -8
  785. package/lib/core/Lightbox/Lightbox.mocks.js.map +1 -1
  786. package/lib/core/Lightbox/Lightbox.stories.d.ts +1 -1
  787. package/lib/core/Link/Link.stories.d.ts +9 -5
  788. package/lib/core/Link/Link.stories.d.ts.map +1 -1
  789. package/lib/core/Link/Link.stories.js +6 -9
  790. package/lib/core/Link/Link.stories.js.map +1 -1
  791. package/lib/core/List/CommaSeparatedList.stories.d.ts +1 -1
  792. package/lib/core/List/OrderedList.stories.d.ts +1 -1
  793. package/lib/core/List/UnorderedList.stories.d.ts +1 -1
  794. package/lib/core/ListToolbar/ListToolbar.mocks.d.ts.map +1 -1
  795. package/lib/core/ListToolbar/ListToolbar.mocks.js +26 -33
  796. package/lib/core/ListToolbar/ListToolbar.mocks.js.map +1 -1
  797. package/lib/core/ListToolbar/ListToolbar.stories.d.ts +2 -3
  798. package/lib/core/ListToolbar/ListToolbar.stories.d.ts.map +1 -1
  799. package/lib/core/ListToolbar/ListToolbar.stories.js +23 -20
  800. package/lib/core/ListToolbar/ListToolbar.stories.js.map +1 -1
  801. package/lib/core/LiveLog/LiveLog.mocks.d.ts +5 -0
  802. package/lib/core/LiveLog/LiveLog.mocks.d.ts.map +1 -0
  803. package/lib/core/LiveLog/LiveLog.mocks.js +29 -0
  804. package/lib/core/LiveLog/LiveLog.mocks.js.map +1 -0
  805. package/lib/core/LiveLog/LiveLog.stories.d.ts +9 -0
  806. package/lib/core/LiveLog/LiveLog.stories.d.ts.map +1 -0
  807. package/lib/core/LiveLog/LiveLog.stories.js +20 -0
  808. package/lib/core/LiveLog/LiveLog.stories.js.map +1 -0
  809. package/lib/core/Location/Location.stories.d.ts +1 -1
  810. package/lib/core/Location/Location.stories.d.ts.map +1 -1
  811. package/lib/core/Location/Location.stories.js +11 -7
  812. package/lib/core/Location/Location.stories.js.map +1 -1
  813. package/lib/core/Menu/Menu.mocks.js.map +1 -1
  814. package/lib/core/Menu/Menu.stories.d.ts +2 -1
  815. package/lib/core/Menu/Menu.stories.d.ts.map +1 -1
  816. package/lib/core/Menu/Menu.stories.js +27 -0
  817. package/lib/core/Menu/Menu.stories.js.map +1 -1
  818. package/lib/core/MenuButton/MenuButton.stories.d.ts +3 -2
  819. package/lib/core/MenuButton/MenuButton.stories.d.ts.map +1 -1
  820. package/lib/core/MenuButton/MenuButton.stories.js +1 -1
  821. package/lib/core/MenuButton/MenuButton.stories.js.map +1 -1
  822. package/lib/core/MetaList/MetaList.stories.d.ts +1 -1
  823. package/lib/core/Modal/Modal.mocks.d.ts +1 -1
  824. package/lib/core/Modal/Modal.mocks.d.ts.map +1 -1
  825. package/lib/core/Modal/Modal.stories.d.ts +1 -1
  826. package/lib/core/Modal/Modal.stories.d.ts.map +1 -1
  827. package/lib/core/Modal/Modal.stories.js +7 -6
  828. package/lib/core/Modal/Modal.stories.js.map +1 -1
  829. package/lib/core/MultiStepForm/MultiStepForm.mocks.d.ts +36 -3
  830. package/lib/core/MultiStepForm/MultiStepForm.mocks.d.ts.map +1 -1
  831. package/lib/core/MultiStepForm/MultiStepForm.mocks.js +269 -31
  832. package/lib/core/MultiStepForm/MultiStepForm.mocks.js.map +1 -1
  833. package/lib/core/MultiStepForm/MultiStepForm.stories.d.ts +4 -2
  834. package/lib/core/MultiStepForm/MultiStepForm.stories.d.ts.map +1 -1
  835. package/lib/core/MultiStepForm/MultiStepForm.stories.js +65 -163
  836. package/lib/core/MultiStepForm/MultiStepForm.stories.js.map +1 -1
  837. package/lib/core/NoValue/NoValue.stories.d.ts +6 -0
  838. package/lib/core/NoValue/NoValue.stories.d.ts.map +1 -0
  839. package/lib/core/NoValue/NoValue.stories.js +29 -0
  840. package/lib/core/NoValue/NoValue.stories.js.map +1 -0
  841. package/lib/core/Number/Number.stories.d.ts +2 -2
  842. package/lib/core/Number/Number.stories.d.ts.map +1 -1
  843. package/lib/core/PageTemplates/PageTemplates.stories.d.ts +2 -2
  844. package/lib/core/PageTemplates/PageTemplates.stories.d.ts.map +1 -1
  845. package/lib/core/PageTemplates/PageTemplates.stories.js +2 -2
  846. package/lib/core/PageTemplates/PageTemplates.stories.js.map +1 -1
  847. package/lib/core/Pagination/Pagination.stories.d.ts +1 -1
  848. package/lib/core/Paragraph/ParagraphDisplay.stories.d.ts +1 -1
  849. package/lib/core/Phone/Phone.stories.d.ts +1 -1
  850. package/lib/core/Popover/Popover.mocks.d.ts +9 -0
  851. package/lib/core/Popover/Popover.mocks.d.ts.map +1 -0
  852. package/lib/core/Popover/Popover.mocks.js +105 -0
  853. package/lib/core/Popover/Popover.mocks.js.map +1 -0
  854. package/lib/core/Popover/Popover.stories.d.ts +7 -1
  855. package/lib/core/Popover/Popover.stories.d.ts.map +1 -1
  856. package/lib/core/Popover/Popover.stories.js +27 -0
  857. package/lib/core/Popover/Popover.stories.js.map +1 -1
  858. package/lib/core/Progress/Progress.mocks.d.ts +2 -0
  859. package/lib/core/Progress/Progress.mocks.d.ts.map +1 -0
  860. package/lib/core/Progress/Progress.mocks.js +2 -0
  861. package/lib/core/Progress/Progress.mocks.js.map +1 -0
  862. package/lib/core/Progress/Progress.stories.d.ts +4 -1
  863. package/lib/core/Progress/Progress.stories.d.ts.map +1 -1
  864. package/lib/core/Progress/Progress.stories.js +66 -3
  865. package/lib/core/Progress/Progress.stories.js.map +1 -1
  866. package/lib/core/QRCode/QRCode.stories.d.ts +9 -0
  867. package/lib/core/QRCode/QRCode.stories.d.ts.map +1 -0
  868. package/lib/core/QRCode/QRCode.stories.js +18 -0
  869. package/lib/core/QRCode/QRCode.stories.js.map +1 -0
  870. package/lib/core/RadioButton/RadioButton.stories.d.ts +1 -1
  871. package/lib/core/RadioButton/RadioButton.stories.d.ts.map +1 -1
  872. package/lib/core/RadioButton/RadioButton.stories.js +3 -1
  873. package/lib/core/RadioButton/RadioButton.stories.js.map +1 -1
  874. package/lib/core/RadioButtonGroup/RadioButtonGroup.stories.d.ts +1 -1
  875. package/lib/core/RadioButtonGroup/RadioButtonGroup.stories.d.ts.map +1 -1
  876. package/lib/core/RadioButtonGroup/RadioButtonGroup.stories.js +9 -5
  877. package/lib/core/RadioButtonGroup/RadioButtonGroup.stories.js.map +1 -1
  878. package/lib/core/Rating/Rating.stories.d.ts +1 -1
  879. package/lib/core/Rating/Rating.stories.d.ts.map +1 -1
  880. package/lib/core/Rating/Rating.stories.js +1 -1
  881. package/lib/core/Rating/Rating.stories.js.map +1 -1
  882. package/lib/core/SearchInput/SearchInput.stories.d.ts +1 -1
  883. package/lib/core/SearchInput/SearchInput.stories.js +1 -1
  884. package/lib/core/SearchInput/SearchInput.stories.js.map +1 -1
  885. package/lib/core/Select/Select.stories.d.ts +1 -1
  886. package/lib/core/Sentiment/Sentiment.stories.d.ts +1 -1
  887. package/lib/core/SkipLinks/SkipLinks.stories.d.ts +1 -1
  888. package/lib/core/Slider/Slider.stories.d.ts +2 -2
  889. package/lib/core/Slider/Slider.stories.d.ts.map +1 -1
  890. package/lib/core/SummaryItem/SummaryItem.stories.d.ts +2 -2
  891. package/lib/core/SummaryItem/SummaryItem.stories.d.ts.map +1 -1
  892. package/lib/core/SummaryList/SummaryList.mocks.d.ts.map +1 -1
  893. package/lib/core/SummaryList/SummaryList.mocks.js +11 -2
  894. package/lib/core/SummaryList/SummaryList.mocks.js.map +1 -1
  895. package/lib/core/SummaryList/SummaryList.stories.d.ts +1 -1
  896. package/lib/core/SummaryList/SummaryList.stories.js +2 -2
  897. package/lib/core/SummaryList/SummaryList.stories.js.map +1 -1
  898. package/lib/core/SummaryList/mockUsers.d.ts.map +1 -1
  899. package/lib/core/SummaryList/mockUsers.js +2 -0
  900. package/lib/core/SummaryList/mockUsers.js.map +1 -1
  901. package/lib/core/Switch/Switch.stories.d.ts +1 -1
  902. package/lib/core/Table/Table.mocks.js +1 -1
  903. package/lib/core/Table/Table.mocks.js.map +1 -1
  904. package/lib/core/Table/Table.stories.d.ts +1 -1
  905. package/lib/core/Table/Table.stories.js.map +1 -1
  906. package/lib/core/Tabs/Tabs.stories.d.ts +1 -7
  907. package/lib/core/Tabs/Tabs.stories.d.ts.map +1 -1
  908. package/lib/core/Tabs/Tabs.stories.js +1 -31
  909. package/lib/core/Tabs/Tabs.stories.js.map +1 -1
  910. package/lib/core/Text/Text.stories.d.ts +1 -1
  911. package/lib/core/TextArea/TextArea.stories.d.ts +1 -1
  912. package/lib/core/TextArea/TextArea.stories.js +1 -1
  913. package/lib/core/TextArea/TextArea.stories.js.map +1 -1
  914. package/lib/core/Toaster/Toaster.stories.d.ts +1 -1
  915. package/lib/core/Tooltip/Tooltip.stories.d.ts +2 -1
  916. package/lib/core/Tooltip/Tooltip.stories.d.ts.map +1 -1
  917. package/lib/core/Tooltip/Tooltip.stories.js +9 -1
  918. package/lib/core/Tooltip/Tooltip.stories.js.map +1 -1
  919. package/lib/core/Tooltip/Tooltip.styles.d.ts +2 -0
  920. package/lib/core/Tooltip/Tooltip.styles.d.ts.map +1 -0
  921. package/lib/core/Tooltip/Tooltip.styles.js +23 -0
  922. package/lib/core/Tooltip/Tooltip.styles.js.map +1 -0
  923. package/lib/core/Tree/Tree.stories.d.ts +2 -2
  924. package/lib/core/Tree/Tree.stories.d.ts.map +1 -1
  925. package/lib/core/Tree/Tree.stories.js +10 -20
  926. package/lib/core/Tree/Tree.stories.js.map +1 -1
  927. package/lib/core/URL/URL.stories.d.ts +1 -1
  928. package/lib/core/URL/URL.stories.js +1 -1
  929. package/lib/core/URL/URL.stories.js.map +1 -1
  930. package/lib/cs/Article/Article.mocks.js +4 -4
  931. package/lib/cs/Article/Article.mocks.js.map +1 -1
  932. package/lib/cs/Article/Article.stories.d.ts +14 -3
  933. package/lib/cs/Article/Article.stories.d.ts.map +1 -1
  934. package/lib/cs/Article/Article.stories.js +168 -53
  935. package/lib/cs/Article/Article.stories.js.map +1 -1
  936. package/lib/cs/ArticleList/ArticleList.mocks.d.ts +129 -10
  937. package/lib/cs/ArticleList/ArticleList.mocks.d.ts.map +1 -1
  938. package/lib/cs/ArticleList/ArticleList.mocks.js +362 -50
  939. package/lib/cs/ArticleList/ArticleList.mocks.js.map +1 -1
  940. package/lib/cs/ArticleList/ArticleList.stories.d.ts +11 -3
  941. package/lib/cs/ArticleList/ArticleList.stories.d.ts.map +1 -1
  942. package/lib/cs/ArticleList/ArticleList.stories.js +245 -68
  943. package/lib/cs/ArticleList/ArticleList.stories.js.map +1 -1
  944. package/lib/cs/CSAppShell/CSAppShell.mocks.d.ts +18 -1
  945. package/lib/cs/CSAppShell/CSAppShell.mocks.d.ts.map +1 -1
  946. package/lib/cs/CSAppShell/CSAppShell.mocks.js +124 -19
  947. package/lib/cs/CSAppShell/CSAppShell.mocks.js.map +1 -1
  948. package/lib/cs/CSAppShell/CSAppShell.stories.d.ts +1 -1
  949. package/lib/cs/CSAppShell/CSAppShell.stories.d.ts.map +1 -1
  950. package/lib/cs/CSAppShell/CSAppShell.stories.js +10 -21
  951. package/lib/cs/CSAppShell/CSAppShell.stories.js.map +1 -1
  952. package/lib/cs/CallControlPanel/CallControlPanel.mocks.d.ts +2 -2
  953. package/lib/cs/CallControlPanel/CallControlPanel.mocks.d.ts.map +1 -1
  954. package/lib/cs/CallControlPanel/CallControlPanel.stories.d.ts +1 -1
  955. package/lib/cs/CallControlPanel/CallControlPanel.stories.d.ts.map +1 -1
  956. package/lib/cs/CallControlPanel/CallControlPanel.stories.js +2 -2
  957. package/lib/cs/CallControlPanel/CallControlPanel.stories.js.map +1 -1
  958. package/lib/cs/DialPad/DialPad.stories.d.ts +1 -1
  959. package/lib/cs/InteractionNotification/InteractionNotification.stories.d.ts +4 -2
  960. package/lib/cs/InteractionNotification/InteractionNotification.stories.d.ts.map +1 -1
  961. package/lib/cs/InteractionNotification/InteractionNotification.stories.js +18 -4
  962. package/lib/cs/InteractionNotification/InteractionNotification.stories.js.map +1 -1
  963. package/lib/cs/InteractionTimer/InteractionTimer.stories.d.ts +2 -1
  964. package/lib/cs/InteractionTimer/InteractionTimer.stories.d.ts.map +1 -1
  965. package/lib/cs/InteractionTimer/InteractionTimer.stories.js +12 -5
  966. package/lib/cs/InteractionTimer/InteractionTimer.stories.js.map +1 -1
  967. package/lib/cs/Picker/Picker.stories.d.ts +11 -0
  968. package/lib/cs/Picker/Picker.stories.d.ts.map +1 -0
  969. package/lib/cs/Picker/Picker.stories.js +56 -0
  970. package/lib/cs/Picker/Picker.stories.js.map +1 -0
  971. package/lib/cs/TaskManager/TaskManager.stories.d.ts +1 -1
  972. package/lib/cs/TaskManager/TaskManager.stories.d.ts.map +1 -1
  973. package/lib/cs/TaskManager/TaskManager.stories.js +3 -3
  974. package/lib/cs/TaskManager/TaskManager.stories.js.map +1 -1
  975. package/lib/dnd/DragDropList/DragDropList.stories.d.ts +1 -1
  976. package/lib/dnd/StandardDragDropList/Demo.d.ts.map +1 -1
  977. package/lib/dnd/StandardDragDropList/Demo.js +1 -1
  978. package/lib/dnd/StandardDragDropList/Demo.js.map +1 -1
  979. package/lib/dnd/StandardDragDropList/Popover.d.ts +1 -1
  980. package/lib/dnd/StandardDragDropList/Popover.d.ts.map +1 -1
  981. package/lib/dnd/StandardDragDropList/StandardDragDropList.stories.d.ts +1 -1
  982. package/lib/dnd/StandardDragDropList/mockData.d.ts +2 -2
  983. package/lib/dnd/StandardDragDropList/mockData.d.ts.map +1 -1
  984. package/lib/dnd/StandardDragDropList/mockData.js.map +1 -1
  985. package/lib/rte/DynamicContentEditor/DynamicContentEditor.stories.d.ts +8 -0
  986. package/lib/rte/DynamicContentEditor/DynamicContentEditor.stories.d.ts.map +1 -0
  987. package/lib/rte/DynamicContentEditor/DynamicContentEditor.stories.js +85 -0
  988. package/lib/rte/DynamicContentEditor/DynamicContentEditor.stories.js.map +1 -0
  989. package/lib/rte/DynamicContentEditor/FieldSelector.d.ts +14 -0
  990. package/lib/rte/DynamicContentEditor/FieldSelector.d.ts.map +1 -0
  991. package/lib/rte/DynamicContentEditor/FieldSelector.js +81 -0
  992. package/lib/rte/DynamicContentEditor/FieldSelector.js.map +1 -0
  993. package/lib/rte/Editor/Editor.mocks.d.ts +41 -27
  994. package/lib/rte/Editor/Editor.mocks.d.ts.map +1 -1
  995. package/lib/rte/Editor/Editor.stories.d.ts +1 -1
  996. package/lib/rte/RichTextEditor/RichTextEditor.stories.d.ts +1 -1
  997. package/lib/rte/RichTextEditor/RichTextViewer.stories.d.ts +1 -1
  998. package/lib/social/Chat/Chat.mocks.d.ts +23 -395
  999. package/lib/social/Chat/Chat.mocks.d.ts.map +1 -1
  1000. package/lib/social/Chat/Chat.mocks.js +568 -585
  1001. package/lib/social/Chat/Chat.mocks.js.map +1 -1
  1002. package/lib/social/Chat/Chat.stories.d.ts +25 -27
  1003. package/lib/social/Chat/Chat.stories.d.ts.map +1 -1
  1004. package/lib/social/Chat/Chat.stories.js +217 -247
  1005. package/lib/social/Chat/Chat.stories.js.map +1 -1
  1006. package/lib/social/Email/Email.mocks.d.ts +50 -8
  1007. package/lib/social/Email/Email.mocks.d.ts.map +1 -1
  1008. package/lib/social/Email/Email.mocks.js +131 -19
  1009. package/lib/social/Email/Email.mocks.js.map +1 -1
  1010. package/lib/social/Email/Email.stories.d.ts +11 -1
  1011. package/lib/social/Email/Email.stories.d.ts.map +1 -1
  1012. package/lib/social/Email/Email.stories.js +160 -38
  1013. package/lib/social/Email/Email.stories.js.map +1 -1
  1014. package/lib/social/Feed/Feed.mocks.d.ts +2 -1
  1015. package/lib/social/Feed/Feed.mocks.d.ts.map +1 -1
  1016. package/lib/social/Feed/Feed.mocks.js +5 -3
  1017. package/lib/social/Feed/Feed.mocks.js.map +1 -1
  1018. package/lib/social/Feed/Feed.stories.d.ts +1 -1
  1019. package/lib/social/Feed/Feed.stories.d.ts.map +1 -1
  1020. package/lib/social/Feed/Feed.stories.js +13 -5
  1021. package/lib/social/Feed/Feed.stories.js.map +1 -1
  1022. package/lib/social/Feed/FeedNewPost.stories.d.ts +1 -1
  1023. package/lib/social/Feed/FeedNewPost.stories.d.ts.map +1 -1
  1024. package/lib/social/Feed/FeedNewPost.stories.js +2 -2
  1025. package/lib/social/Feed/FeedNewPost.stories.js.map +1 -1
  1026. package/lib/social/Feed/FeedPost.stories.d.ts +1 -1
  1027. package/lib/social/Feed/FeedPost.stories.d.ts.map +1 -1
  1028. package/lib/social/Feed/FeedPost.stories.js +16 -7
  1029. package/lib/social/Feed/FeedPost.stories.js.map +1 -1
  1030. package/lib/social/Feed/FeedReply.stories.d.ts +1 -1
  1031. package/lib/social/Feed/FeedReply.stories.d.ts.map +1 -1
  1032. package/lib/social/Feed/FeedReply.stories.js +11 -3
  1033. package/lib/social/Feed/FeedReply.stories.js.map +1 -1
  1034. package/lib/social/Feed/FeedReplyInput.stories.d.ts +1 -1
  1035. package/lib/social/Feed/FeedReplyInput.stories.d.ts.map +1 -1
  1036. package/lib/social/Feed/FeedReplyInput.stories.js +2 -2
  1037. package/lib/social/Feed/FeedReplyInput.stories.js.map +1 -1
  1038. package/lib/tools/Clipboard/Clipboard.mocks.d.ts.map +1 -1
  1039. package/lib/tools/Clipboard/Clipboard.mocks.js +0 -1
  1040. package/lib/tools/Clipboard/Clipboard.mocks.js.map +1 -1
  1041. package/lib/tools/Clipboard/Clipboard.stories.d.ts +1 -1
  1042. package/lib/tools/Clipboard/Clipboard.stories.d.ts.map +1 -1
  1043. package/lib/tools/Clipboard/Clipboard.stories.js +13 -17
  1044. package/lib/tools/Clipboard/Clipboard.stories.js.map +1 -1
  1045. package/lib/tools/DevTools/DevTools.stories.d.ts +1 -1
  1046. package/lib/tools/DevTools/DevTools.stories.d.ts.map +1 -1
  1047. package/lib/tools/DevTools/DevTools.stories.js +2 -4
  1048. package/lib/tools/DevTools/DevTools.stories.js.map +1 -1
  1049. package/lib/tools/PreviewShell/PreviewShell.mocks.d.ts +12 -1
  1050. package/lib/tools/PreviewShell/PreviewShell.mocks.d.ts.map +1 -1
  1051. package/lib/tools/PreviewShell/PreviewShell.mocks.js +22 -2
  1052. package/lib/tools/PreviewShell/PreviewShell.mocks.js.map +1 -1
  1053. package/lib/tools/PreviewShell/PreviewShell.stories.d.ts +5 -3
  1054. package/lib/tools/PreviewShell/PreviewShell.stories.d.ts.map +1 -1
  1055. package/lib/tools/PreviewShell/PreviewShell.stories.js +70 -51
  1056. package/lib/tools/PreviewShell/PreviewShell.stories.js.map +1 -1
  1057. package/lib/tools/PreviewShell/PreviewShell.styles.d.ts +1 -2
  1058. package/lib/tools/PreviewShell/PreviewShell.styles.d.ts.map +1 -1
  1059. package/lib/tools/PreviewShell/PreviewShell.styles.js +1 -2
  1060. package/lib/tools/PreviewShell/PreviewShell.styles.js.map +1 -1
  1061. package/lib/work/AppAnnouncement/AppAnnouncement.stories.d.ts +1 -1
  1062. package/lib/work/Assignments/Assignments.stories.d.ts +11 -0
  1063. package/lib/work/Assignments/Assignments.stories.d.ts.map +1 -0
  1064. package/lib/work/Assignments/Assignments.stories.js +63 -0
  1065. package/lib/work/Assignments/Assignments.stories.js.map +1 -0
  1066. package/lib/work/CaseView/Attachments.mocks.d.ts.map +1 -1
  1067. package/lib/work/CaseView/Attachments.mocks.js +96 -80
  1068. package/lib/work/CaseView/Attachments.mocks.js.map +1 -1
  1069. package/lib/work/CaseView/CaseView.mocks.d.ts +39 -22
  1070. package/lib/work/CaseView/CaseView.mocks.d.ts.map +1 -1
  1071. package/lib/work/CaseView/CaseView.mocks.js +241 -103
  1072. package/lib/work/CaseView/CaseView.mocks.js.map +1 -1
  1073. package/lib/work/CaseView/CaseView.stories.d.ts +3 -8
  1074. package/lib/work/CaseView/CaseView.stories.d.ts.map +1 -1
  1075. package/lib/work/CaseView/CaseView.stories.js +39 -11
  1076. package/lib/work/CaseView/CaseView.stories.js.map +1 -1
  1077. package/lib/work/CaseView/Details.mocks.js +1 -1
  1078. package/lib/work/CaseView/Details.mocks.js.map +1 -1
  1079. package/lib/work/CaseView/FileService.mock.d.ts +2 -2
  1080. package/lib/work/CaseView/FileService.mock.d.ts.map +1 -1
  1081. package/lib/work/CaseView/FileService.mock.js +2 -6
  1082. package/lib/work/CaseView/FileService.mock.js.map +1 -1
  1083. package/lib/work/ConfigurableLayout/ConfigurableLayout.stories.d.ts +1 -1
  1084. package/lib/work/Confirmation/Confirmation.stories.d.ts +1 -1
  1085. package/lib/work/Confirmation/Confirmation.stories.js +1 -1
  1086. package/lib/work/Confirmation/Confirmation.stories.js.map +1 -1
  1087. package/lib/work/Details/Details.stories.d.ts +1 -1
  1088. package/lib/work/Details/Details.stories.d.ts.map +1 -1
  1089. package/lib/work/Details/Details.stories.js +6 -1
  1090. package/lib/work/Details/Details.stories.js.map +1 -1
  1091. package/lib/work/Glimpse/Glimpse.stories.d.ts +2 -7
  1092. package/lib/work/Glimpse/Glimpse.stories.d.ts.map +1 -1
  1093. package/lib/work/Glimpse/Glimpse.stories.js +12 -14
  1094. package/lib/work/Glimpse/Glimpse.stories.js.map +1 -1
  1095. package/lib/work/IntelligentGuidance/IntelligentGuidance.stories.d.ts +1 -1
  1096. package/lib/work/IntelligentGuidance/IntelligentGuidance.stories.d.ts.map +1 -1
  1097. package/lib/work/IntelligentGuidance/IntelligentGuidance.stories.js +89 -12
  1098. package/lib/work/IntelligentGuidance/IntelligentGuidance.stories.js.map +1 -1
  1099. package/lib/work/Predictions/Predictions.mocks.d.ts +3 -0
  1100. package/lib/work/Predictions/Predictions.mocks.d.ts.map +1 -0
  1101. package/lib/work/Predictions/Predictions.mocks.js +6 -0
  1102. package/lib/work/Predictions/Predictions.mocks.js.map +1 -0
  1103. package/lib/work/Predictions/Predictions.stories.d.ts +5 -0
  1104. package/lib/work/Predictions/Predictions.stories.d.ts.map +1 -0
  1105. package/lib/work/Predictions/Predictions.stories.js +54 -0
  1106. package/lib/work/Predictions/Predictions.stories.js.map +1 -0
  1107. package/lib/work/SearchResults/SearchResults.mocks.d.ts +1 -1
  1108. package/lib/work/SearchResults/SearchResults.mocks.d.ts.map +1 -1
  1109. package/lib/work/SearchResults/SearchResults.stories.d.ts +1 -1
  1110. package/lib/work/SearchResults/SearchResults.stories.d.ts.map +1 -1
  1111. package/lib/work/SearchResults/SearchResults.stories.js +20 -7
  1112. package/lib/work/SearchResults/SearchResults.stories.js.map +1 -1
  1113. package/lib/work/Stages/Stages.mocks.js +6 -6
  1114. package/lib/work/Stages/Stages.mocks.js.map +1 -1
  1115. package/lib/work/Stages/Stages.stories.d.ts +1 -1
  1116. package/lib/work/Stages/Stages.stories.d.ts.map +1 -1
  1117. package/lib/work/Stages/Stages.stories.js +22 -8
  1118. package/lib/work/Stages/Stages.stories.js.map +1 -1
  1119. package/lib/work/Stakeholders/Stakeholders.mocks.d.ts.map +1 -1
  1120. package/lib/work/Stakeholders/Stakeholders.mocks.js +4 -2
  1121. package/lib/work/Stakeholders/Stakeholders.mocks.js.map +1 -1
  1122. package/lib/work/Stakeholders/Stakeholders.stories.d.ts +1 -1
  1123. package/lib/work/Tags/Tags.stories.d.ts +1 -1
  1124. package/lib/work/Tags/Tags.stories.d.ts.map +1 -1
  1125. package/lib/work/Tags/Tags.stories.js +7 -1
  1126. package/lib/work/Tags/Tags.stories.js.map +1 -1
  1127. package/lib/work/Tasks/TaskList.stories.d.ts +1 -1
  1128. package/lib/work/Tasks/Tasks.mocks.d.ts +22 -0
  1129. package/lib/work/Tasks/Tasks.mocks.d.ts.map +1 -0
  1130. package/lib/work/Tasks/Tasks.mocks.js +51 -0
  1131. package/lib/work/Tasks/Tasks.mocks.js.map +1 -0
  1132. package/lib/work/Tasks/Tasks.stories.d.ts +6 -4
  1133. package/lib/work/Tasks/Tasks.stories.d.ts.map +1 -1
  1134. package/lib/work/Tasks/Tasks.stories.js +40 -54
  1135. package/lib/work/Tasks/Tasks.stories.js.map +1 -1
  1136. package/lib/work/Timeline/Timeline.mocks.d.ts.map +1 -1
  1137. package/lib/work/Timeline/Timeline.mocks.js +16 -1
  1138. package/lib/work/Timeline/Timeline.mocks.js.map +1 -1
  1139. package/lib/work/Timeline/Timeline.stories.d.ts +1 -1
  1140. package/lib/work/Timeline/Timeline.stories.d.ts.map +1 -1
  1141. package/lib/work/Timeline/Timeline.stories.js +2 -2
  1142. package/lib/work/Timeline/Timeline.stories.js.map +1 -1
  1143. package/lib/wss/AppShell/AppShell.stories.d.ts +1 -1
  1144. package/lib/wss/AppShell/AppShell.stories.d.ts.map +1 -1
  1145. package/lib/wss/AppShell/AppShell.stories.js +18 -1
  1146. package/lib/wss/AppShell/AppShell.stories.js.map +1 -1
  1147. package/lib/wss/CaseView/CaseView.stories.d.ts +1 -1
  1148. package/lib/wss/CaseView/CaseView.stories.d.ts.map +1 -1
  1149. package/lib/wss/CaseView/CaseView.stories.js +5 -3
  1150. package/lib/wss/CaseView/CaseView.stories.js.map +1 -1
  1151. package/lib/wss/PageTemplates/PageTemplates.stories.d.ts +1 -1
  1152. package/lib/wss/PageTemplates/PageTemplates.stories.js +2 -2
  1153. package/lib/wss/PageTemplates/PageTemplates.stories.js.map +1 -1
  1154. package/lib/wss/QuickCreate/QuickCreate.stories.d.ts +1 -1
  1155. package/package.json +24 -21
  1156. package/jsx/build/AppHeader/AppHeader.stories.d.ts +0 -13
  1157. package/jsx/build/AppHeader/AppHeader.stories.d.ts.map +0 -1
  1158. package/jsx/build/AppHeader/AppHeader.stories.jsx +0 -153
  1159. package/jsx/build/AppHeader/AppHeader.stories.jsx.map +0 -1
  1160. package/jsx/social/Chat/RepeatingView.mocks.d.ts +0 -14
  1161. package/jsx/social/Chat/RepeatingView.mocks.d.ts.map +0 -1
  1162. package/jsx/social/Chat/RepeatingView.mocks.js +0 -11
  1163. package/jsx/social/Chat/RepeatingView.mocks.js.map +0 -1
  1164. package/jsx/social/Chat/RepeatingView.stories.d.ts +0 -9
  1165. package/jsx/social/Chat/RepeatingView.stories.d.ts.map +0 -1
  1166. package/jsx/social/Chat/RepeatingView.stories.jsx +0 -60
  1167. package/jsx/social/Chat/RepeatingView.stories.jsx.map +0 -1
  1168. package/jsx/social/Chat/RepeatingView.styles.d.ts +0 -2
  1169. package/jsx/social/Chat/RepeatingView.styles.d.ts.map +0 -1
  1170. package/jsx/social/Chat/RepeatingView.styles.js +0 -22
  1171. package/jsx/social/Chat/RepeatingView.styles.js.map +0 -1
  1172. package/lib/build/AppHeader/AppHeader.stories.d.ts +0 -13
  1173. package/lib/build/AppHeader/AppHeader.stories.d.ts.map +0 -1
  1174. package/lib/build/AppHeader/AppHeader.stories.js +0 -152
  1175. package/lib/build/AppHeader/AppHeader.stories.js.map +0 -1
  1176. package/lib/social/Chat/RepeatingView.mocks.d.ts +0 -14
  1177. package/lib/social/Chat/RepeatingView.mocks.d.ts.map +0 -1
  1178. package/lib/social/Chat/RepeatingView.mocks.js +0 -11
  1179. package/lib/social/Chat/RepeatingView.mocks.js.map +0 -1
  1180. package/lib/social/Chat/RepeatingView.stories.d.ts +0 -9
  1181. package/lib/social/Chat/RepeatingView.stories.d.ts.map +0 -1
  1182. package/lib/social/Chat/RepeatingView.stories.js +0 -59
  1183. package/lib/social/Chat/RepeatingView.stories.js.map +0 -1
  1184. package/lib/social/Chat/RepeatingView.styles.d.ts +0 -2
  1185. package/lib/social/Chat/RepeatingView.styles.d.ts.map +0 -1
  1186. package/lib/social/Chat/RepeatingView.styles.js +0 -22
  1187. package/lib/social/Chat/RepeatingView.styles.js.map +0 -1
@@ -1,8 +1,12 @@
1
- import { createContext, useContext, useState } from 'react';
2
- import { AppShellDrawerContext, Banner, Button, Flex, Form, Input, Option, Select } from '@pega/cosmos-react-core';
1
+ import { createContext, useCallback, useContext, useState, useEffect, useMemo } from 'react';
2
+ import { AppShellDrawerContext, Banner, Button, Flex, Form, Input, Option, Select, menuHelpers, CheckboxGroup, Checkbox, ComboBox } from '@pega/cosmos-react-core';
3
3
  import { CTIPanel } from '@pega/cosmos-react-cs';
4
- import { userStatusOptions } from '../CallControlPanel/CallControlPanel.mocks';
4
+ import ChatSettingsPanel from '@pega/cosmos-react-social/lib/components/Chat/ChatSettingsPanel';
5
+ import { AppshellEmailSummaryList, EmailSummaryList } from '@pega/cosmos-react-social';
6
+ import EmailNotificationPanel from '@pega/cosmos-react-social/lib/components/Email/EmailNotificationPanel';
7
+ import { emailSummaryItems } from '../../social/Email/Email.mocks';
5
8
  import { CallControlPanelDemo, ExternalCTIDemo } from '../CallControlPanel/CallControlPanel.stories';
9
+ import { userStatusOptions } from '../CallControlPanel/CallControlPanel.mocks';
6
10
  export const CallLoginForm = ({ ctiLinkOptions, onLogin, onCancel }) => {
7
11
  const [agentId, setAgentId] = useState('');
8
12
  const [password, setPassword] = useState('');
@@ -21,7 +25,7 @@ export const CallLoginForm = ({ ctiLinkOptions, onLogin, onCancel }) => {
21
25
  Login
22
26
  </Button>
23
27
  </>);
24
- return (<Form actions={actions} banners={errorMessage ? <Banner id='error' variant='urgent' messages={[errorMessage]}/> : undefined}>
28
+ return (<Form actions={actions} banners={errorMessage ? <Banner variant='urgent' messages={[errorMessage]}/> : undefined}>
25
29
  <Select required label='CTI link' onChange={e => setCTILinkId(e.target.value)}>
26
30
  {Object.entries(ctiLinkOptions).map(([id, label]) => (<Option value={id}>{label}</Option>))}
27
31
  </Select>
@@ -40,7 +44,7 @@ export const CTIControlPanel = () => {
40
44
  const [callPanelVisible, setCallPanelVisible] = useState(false);
41
45
  const { type, draggable, applyAppStyling } = useContext(CTIControlPanelContext);
42
46
  const { openDrawer, closeDrawer } = useContext(AppShellDrawerContext);
43
- const drawerView = (<Flex container={{ direction: 'column', gap: 2, pad: 2 }} item={{ grow: 1 }}>
47
+ const drawerView = (<Flex container={{ direction: 'column', gap: 2, pad: 2 }}>
44
48
  <CallLoginForm ctiLinkOptions={{
45
49
  valid: 'It will be accepted',
46
50
  invalid: 'This will raise an error'
@@ -54,8 +58,7 @@ export const CTIControlPanel = () => {
54
58
  }} onCancel={closeDrawer}/>
55
59
  </Flex>);
56
60
  const drawerHeader = 'Pega Call Log In';
57
- return (<>
58
- <CTIPanel visible={callPanelVisible} status={agentStatus} onClick={() => {
61
+ return (<CTIPanel visible={callPanelVisible} status={agentStatus} onClick={() => {
59
62
  if (agentStatus.status === 'logout')
60
63
  openDrawer({
61
64
  drawerHeader,
@@ -65,13 +68,12 @@ export const CTIControlPanel = () => {
65
68
  else
66
69
  setCallPanelVisible(prev => !prev);
67
70
  }}>
68
- {type === 'internal' ? (<CallControlPanelDemo heading='Agent' status={agentStatus.id} onStatusChange={status => {
71
+ {type === 'internal' ? (<CallControlPanelDemo heading='Agent' status={agentStatus.id} onStatusChange={status => {
69
72
  setAgentStatus(status);
70
73
  if (status.status === 'logout')
71
74
  setCallPanelVisible(false);
72
75
  }} isDraggable={draggable} showStatus visible={callPanelVisible}/>) : (<ExternalCTIDemo heading='External CTI' isDraggable={draggable} showStatus visible={callPanelVisible} applyAppStyling={applyAppStyling}/>)}
73
- </CTIPanel>
74
- </>);
76
+ </CTIPanel>);
75
77
  };
76
78
  export const AppShellMockData = {
77
79
  notifications: [
@@ -296,4 +298,135 @@ export const AppShellMockData = {
296
298
  ]
297
299
  }
298
300
  };
301
+ export const statuses = [
302
+ { id: 'available', primary: 'Available', selected: false },
303
+ {
304
+ id: 'temporarilyUnavailable',
305
+ primary: 'Temporarily unavailable',
306
+ items: [
307
+ { id: 'quick_break', primary: 'Quick break', selected: false },
308
+ { id: 'personal_work', primary: 'Personal work', selected: false },
309
+ { id: 'in_a_meeting', primary: 'In a meeting', selected: false }
310
+ ]
311
+ },
312
+ { id: 'unavailable', primary: 'Unavailable', selected: false }
313
+ ];
314
+ export const ChatSettingsPanelMock = () => {
315
+ const { openDrawer, closeDrawer } = useContext(AppShellDrawerContext);
316
+ const [chatAlias, setChatAlias] = useState('');
317
+ const [queues, setQueues] = useState([
318
+ { id: 'Billing', checked: false },
319
+ { id: 'General', checked: false },
320
+ { id: 'Technical', checked: false }
321
+ ]);
322
+ const [items, setItems] = useState(() => {
323
+ return menuHelpers.mapTree(statuses, item => ({
324
+ ...item,
325
+ selected: item.items ? undefined : !!item.selected
326
+ }));
327
+ });
328
+ const selected = useMemo(() => menuHelpers.getSelected(items)[0], [items]);
329
+ const selectItem = useCallback((id) => {
330
+ setItems(cur => menuHelpers.selectItem(cur, id, 'single-select'));
331
+ }, []);
332
+ const formActions = (<>
333
+ <Button name='Cancel' variant='secondary' onClick={closeDrawer}>
334
+ Cancel
335
+ </Button>
336
+ <Button name='Submit' variant='primary' onClick={closeDrawer}>
337
+ Submit
338
+ </Button>
339
+ </>);
340
+ const chatSettings = useMemo(() => (<Flex container={{ direction: 'column', gap: 2, pad: 2 }} item={{ grow: 1 }}>
341
+ <Form actions={formActions}>
342
+ <Flex container={{ direction: 'column', pad: 0.5 }}>
343
+ <Input label='Chat alias' value={chatAlias} onChange={(e) => {
344
+ setChatAlias(e.target.value);
345
+ }}/>
346
+ </Flex>
347
+ <Flex container={{ direction: 'column', pad: 1 }}>
348
+ <CheckboxGroup label='Joined queues' name='queueslist' labelHidden={false}>
349
+ {queues.map(({ id, checked }) => (<Checkbox label={id} id={id} name={id} checked={checked} onChange={e => setQueues(queues.map(queue => {
350
+ if (queue.id === id) {
351
+ return {
352
+ ...queue,
353
+ checked: e.target.checked
354
+ };
355
+ }
356
+ return queue;
357
+ }))}/>))}
358
+ </CheckboxGroup>
359
+ </Flex>
360
+ <Flex container={{ direction: 'column', pad: 0.5 }}>
361
+ <ComboBox label='Status' mode='single-select' required selected={selected
362
+ ? {
363
+ items: {
364
+ id: selected?.id,
365
+ text: selected?.primary
366
+ }
367
+ }
368
+ : undefined} menu={{
369
+ items,
370
+ variant: 'drill-down',
371
+ onItemClick: selectItem
372
+ }}/>
373
+ </Flex>
374
+ </Form>
375
+ </Flex>), [items]);
376
+ const drawerHeader = 'Chat settings';
377
+ const drawerContent = {
378
+ drawerHeader,
379
+ drawerView: chatSettings,
380
+ name: drawerHeader
381
+ };
382
+ useEffect(() => {
383
+ if (selected)
384
+ openDrawer(drawerContent);
385
+ }, [selected]);
386
+ return (<ChatSettingsPanel label={drawerHeader} status={menuHelpers.getParentItem(items, selected?.id)?.id === 'temporarilyUnavailable'
387
+ ? menuHelpers.getParentItem(items, selected?.id)?.id
388
+ : selected?.id} onClick={() => openDrawer(drawerContent)}/>);
389
+ };
390
+ const EmailNotifications = () => {
391
+ const { closeDrawer } = useContext(AppShellDrawerContext);
392
+ const [sortOptions, setSortOptions] = useState([
393
+ { id: 'Most recent', primary: 'Most recent', selected: true },
394
+ { id: 'Most urgent', primary: 'Most urgent', selected: false },
395
+ { id: 'All unread', primary: 'All unread', selected: false }
396
+ ]);
397
+ const selected = menuHelpers.getSelected(sortOptions)[0];
398
+ const selectItem = (id) => {
399
+ setSortOptions(cur => menuHelpers.selectItem(cur, id, 'single-select'));
400
+ };
401
+ return (<Flex container={{ direction: 'column', gap: 2 }} item={{ grow: 1 }}>
402
+ <Flex container={{ justify: 'center', pad: [1, 0, 0] }}>
403
+ <Button onClick={closeDrawer}>Get next email</Button>
404
+ </Flex>
405
+ <Flex container={{ direction: 'column', pad: [0, 2] }}>
406
+ <ComboBox label='Sorted by' mode='single-select' selected={selected
407
+ ? {
408
+ items: {
409
+ id: selected?.id,
410
+ text: selected?.primary
411
+ }
412
+ }
413
+ : undefined} menu={{
414
+ items: sortOptions,
415
+ onItemClick: selectItem
416
+ }}/>
417
+ </Flex>
418
+
419
+ <EmailSummaryList items={emailSummaryItems} as={AppshellEmailSummaryList} onItemClick={closeDrawer} emptyMessage='No emails' selectable={false}/>
420
+ </Flex>);
421
+ };
422
+ export const EmailNotificationPanelMock = () => {
423
+ const { openDrawer } = useContext(AppShellDrawerContext);
424
+ const drawerHeader = 'My open emails';
425
+ const drawerContent = {
426
+ drawerHeader,
427
+ drawerView: <EmailNotifications />,
428
+ name: drawerHeader
429
+ };
430
+ return (<EmailNotificationPanel count={15} label={drawerHeader} onClick={() => openDrawer(drawerContent)}/>);
431
+ };
299
432
  //# sourceMappingURL=CSAppShell.mocks.jsx.map
@@ -1 +1 @@
1
- {"version":3,"file":"CSAppShell.mocks.jsx","sourceRoot":"","sources":["../../../src/cs/CSAppShell/CSAppShell.mocks.tsx"],"names":[],"mappings":"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","sourcesContent":["import { ChangeEvent, createContext, FunctionComponent, useContext, useState } from 'react';\n\nimport {\n AppShellDrawerContext,\n Banner,\n Button,\n Flex,\n Form,\n Input,\n Option,\n Select\n} from '@pega/cosmos-react-core';\nimport { type UserAvailabilityStatusOption, CTIPanel } from '@pega/cosmos-react-cs';\n\nimport { userStatusOptions } from '../CallControlPanel/CallControlPanel.mocks';\nimport {\n CallControlPanelDemo,\n ExternalCTIDemo\n} from '../CallControlPanel/CallControlPanel.stories';\n\nexport type LoginError = string;\n\nexport interface LoginFormProps {\n ctiLinkOptions: { [key: string]: string };\n onLogin: (\n ctiLinkId: keyof LoginFormProps['ctiLinkOptions'],\n agentId: string,\n password: string\n ) => Promise<LoginError | undefined>;\n onCancel: () => void;\n}\n\nexport const CallLoginForm: FunctionComponent<LoginFormProps> = ({\n ctiLinkOptions,\n onLogin,\n onCancel\n}: LoginFormProps) => {\n const [agentId, setAgentId] = useState<string>('');\n const [password, setPassword] = useState<string>('');\n const [extension, setExtension] = useState<string>('');\n const [ctiLinkId, setCTILinkId] = useState<string>(Object.keys(ctiLinkOptions)[0]);\n const [errorMessage, setErrorMessage] = useState<string>();\n\n const canSubmit = agentId && password && ctiLinkId && extension;\n\n const actions = (\n <>\n <Button key='cancel' name='cancel' variant='secondary' onClick={onCancel}>\n Cancel\n </Button>\n <Button\n key='submit'\n name='submit'\n type='submit'\n variant='primary'\n disabled={!canSubmit}\n onClick={(e: MouseEvent) => {\n e.preventDefault();\n onLogin(ctiLinkId!, agentId, password).then(setErrorMessage);\n }}\n >\n Login\n </Button>\n </>\n );\n\n return (\n <Form\n actions={actions}\n banners={\n errorMessage ? <Banner id='error' variant='urgent' messages={[errorMessage]} /> : undefined\n }\n >\n <Select required label='CTI link' onChange={e => setCTILinkId(e.target.value)}>\n {Object.entries(ctiLinkOptions).map(([id, label]) => (\n <Option value={id}>{label}</Option>\n ))}\n </Select>\n <Input\n required\n label='Agent ID'\n value={agentId}\n onChange={(e: ChangeEvent<HTMLInputElement>) => setAgentId(e.target.value)}\n />\n <Input\n type='password'\n required\n label='Password'\n value={password}\n onChange={(e: ChangeEvent<HTMLInputElement>) => setPassword(e.target.value)}\n />\n <Input\n required\n label='Extension'\n value={extension}\n onChange={(e: ChangeEvent<HTMLInputElement>) => setExtension(e.target.value)}\n />\n </Form>\n );\n};\n\nexport const CTIControlPanelContext = createContext<{\n type: 'internal' | 'external';\n draggable?: boolean;\n applyAppStyling: boolean;\n}>({\n type: 'internal',\n draggable: true,\n applyAppStyling: false\n});\n\nexport const CTIControlPanel: FunctionComponent = () => {\n const [agentStatus, setAgentStatus] = useState<UserAvailabilityStatusOption>(\n userStatusOptions[0] as UserAvailabilityStatusOption\n );\n const [callPanelVisible, setCallPanelVisible] = useState(false);\n const { type, draggable, applyAppStyling } = useContext(CTIControlPanelContext);\n const { openDrawer, closeDrawer } = useContext(AppShellDrawerContext);\n\n const drawerView = (\n <Flex container={{ direction: 'column', gap: 2, pad: 2 }} item={{ grow: 1 }}>\n <CallLoginForm\n ctiLinkOptions={{\n valid: 'It will be accepted',\n invalid: 'This will raise an error'\n }}\n onLogin={ctiLink => {\n if (ctiLink === 'invalid') return Promise.resolve('Login incorrect');\n setAgentStatus(userStatusOptions[0]);\n setCallPanelVisible(true);\n closeDrawer();\n return Promise.resolve(undefined);\n }}\n onCancel={closeDrawer}\n />\n </Flex>\n );\n const drawerHeader = 'Pega Call Log In';\n\n return (\n <>\n <CTIPanel\n visible={callPanelVisible}\n status={agentStatus}\n onClick={() => {\n if (agentStatus.status === 'logout')\n openDrawer({\n drawerHeader,\n drawerView,\n name: drawerHeader\n });\n else setCallPanelVisible(prev => !prev);\n }}\n >\n {type === 'internal' ? (\n <CallControlPanelDemo\n heading='Agent'\n status={agentStatus.id}\n onStatusChange={status => {\n setAgentStatus(status);\n if (status.status === 'logout') setCallPanelVisible(false);\n }}\n isDraggable={draggable}\n showStatus\n visible={callPanelVisible}\n />\n ) : (\n <ExternalCTIDemo\n heading='External CTI'\n isDraggable={draggable}\n showStatus\n visible={callPanelVisible}\n applyAppStyling={applyAppStyling}\n />\n )}\n </CTIPanel>\n </>\n );\n};\n\nexport const AppShellMockData = {\n notifications: [\n {\n id: '123',\n primary:\n \"Dean Thomas mentioned your team in a bug 'Button does not initiate onClick event handler'.\",\n secondary: 'BUG-12345',\n visual: 'Dean Thomas',\n unread: true\n },\n {\n id: '456',\n primary: \"Seth DeAngelo mentioned your team in a bug 'Text variant h1 renders as h3 in DOM'.\",\n visual: 'Seth DeAngelo',\n secondary: 'BUG-12345',\n unread: true\n },\n {\n id: '789',\n primary:\n \"Janet Moore mentioned your team in a bug 'Tree expanded state does not match the state that was set on the component'.\",\n secondary: 'BUG-12345',\n visual: 'Janet Moore',\n unread: true\n },\n {\n id: '000',\n primary: 'You have been awarded Employee of the Month! Congratulations!',\n secondary: '',\n visual: 'Cindy Turner',\n unread: true\n }\n ],\n recents: [\n {\n id: '123',\n primary: \"BUG-12345: 'Button does not initiate onClick event handler'.\",\n secondary: 'BUG-12345'\n },\n {\n id: '456',\n primary: \"BUG-54321: 'Text variant h1 renders as h3 in DOM'.\",\n secondary: 'BUG-00000'\n },\n {\n id: '789',\n primary:\n \"BUG-00000: 'Tree expanded state does not match the state that was set on the component'.\",\n secondary: 'BUG-00000'\n },\n {\n id: '111',\n primary: \"BUG-12345: 'Button does not initiate onClick event handler'.\",\n secondary: 'BUG-12345'\n },\n {\n id: '222',\n primary: \"BUG-54321: 'Text variant h1 renders as h3 in DOM'.\",\n secondary: 'BUG-00000'\n },\n {\n id: '333',\n primary:\n \"BUG-00000: 'Tree expanded state does not match the state that was set on the component'.\",\n secondary: 'BUG-00000'\n },\n {\n id: '444',\n primary: \"BUG-12345: 'Button does not initiate onClick event handler'.\",\n secondary: 'BUG-12345'\n },\n {\n id: '555',\n primary: \"BUG-54321: 'Text variant h1 renders as h3 in DOM'.\",\n secondary: 'BUG-00000'\n },\n {\n id: '666',\n primary:\n \"BUG-00000: 'Tree expanded state does not match the state that was set on the component'.\",\n secondary: 'BUG-00000'\n }\n ],\n 'Phone interaction': {\n caseId: 'Customer',\n heading: 'Ginger Ventura',\n primaryFields: [\n {\n id: '0',\n name: 'Lifetime value',\n value: 'Gold'\n },\n {\n id: '1',\n name: 'Interaction type',\n value: 'Phone'\n },\n {\n id: '2',\n name: 'Churn risk',\n value: 'Low'\n },\n {\n id: '3',\n name: 'Status',\n value: 'Open'\n }\n ],\n secondaryFields: [\n {\n id: '0',\n name: 'Status',\n value: 'Verified'\n },\n {\n id: '1',\n name: 'Web login',\n value: 'Today'\n },\n {\n id: '2',\n name: 'Customer since',\n value: 'July 2018'\n },\n {\n id: '3',\n name: 'Address',\n value: '2213b Gormand street'\n }\n ]\n },\n 'Chat interaction': {\n caseId: 'Customer',\n heading: 'Sara Davis',\n primaryFields: [\n {\n id: '0',\n name: 'Lifetime value',\n value: 'Silver'\n },\n {\n id: '1',\n name: 'Interaction type',\n value: 'Chat'\n },\n {\n id: '2',\n name: 'Churn risk',\n value: 'High'\n },\n {\n id: '3',\n name: 'Status',\n value: 'Open'\n }\n ],\n secondaryFields: [\n {\n id: '0',\n name: 'Status',\n value: 'Verified'\n },\n {\n id: '1',\n name: 'Web login',\n value: 'Today'\n },\n {\n id: '2',\n name: 'Customer since',\n value: 'March 2005'\n },\n {\n id: '3',\n name: 'Address',\n value: '340 River'\n }\n ]\n },\n 'Mail interaction': {\n caseId: 'Customer',\n heading: 'John Brown',\n primaryFields: [\n {\n id: '0',\n name: 'Lifetime value',\n value: 'Bronze'\n },\n {\n id: '1',\n name: 'Interaction type',\n value: 'Mail'\n },\n {\n id: '2',\n name: 'Churn risk',\n value: 'Medium'\n },\n {\n id: '3',\n name: 'Status',\n value: 'Open'\n }\n ],\n secondaryFields: [\n {\n id: '0',\n name: 'Status',\n value: 'Verified'\n },\n {\n id: '1',\n name: 'Web login',\n value: 'Today'\n },\n {\n id: '2',\n name: 'Customer since',\n value: 'March 1995'\n },\n {\n id: '3',\n name: 'Address',\n value: '340 River'\n }\n ]\n }\n};\n"]}
1
+ {"version":3,"file":"CSAppShell.mocks.jsx","sourceRoot":"","sources":["../../../src/cs/CSAppShell/CSAppShell.mocks.tsx"],"names":[],"mappings":"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","sourcesContent":["import {\n ChangeEvent,\n createContext,\n FunctionComponent,\n MouseEvent,\n useCallback,\n useContext,\n useState,\n useEffect,\n useMemo\n} from 'react';\n\nimport {\n AppShellDrawerContext,\n Banner,\n Button,\n Flex,\n Form,\n Input,\n Option,\n Select,\n MenuProps,\n menuHelpers,\n MenuItemProps,\n CheckboxGroup,\n Checkbox,\n ComboBox\n} from '@pega/cosmos-react-core';\nimport { type UserAvailabilityStatusOption, CTIPanel } from '@pega/cosmos-react-cs';\nimport ChatSettingsPanel from '@pega/cosmos-react-social/lib/components/Chat/ChatSettingsPanel';\nimport { UserAvailability } from '@pega/cosmos-react-social/lib/components/Chat/Chat.types';\nimport { AppshellEmailSummaryList, EmailSummaryList } from '@pega/cosmos-react-social';\nimport EmailNotificationPanel from '@pega/cosmos-react-social/lib/components/Email/EmailNotificationPanel';\n\nimport { emailSummaryItems } from '../../social/Email/Email.mocks';\nimport {\n CallControlPanelDemo,\n ExternalCTIDemo\n} from '../CallControlPanel/CallControlPanel.stories';\nimport { userStatusOptions } from '../CallControlPanel/CallControlPanel.mocks';\n\nexport type LoginError = string;\n\nexport interface LoginFormProps {\n ctiLinkOptions: { [key: string]: string };\n onLogin: (\n ctiLinkId: keyof LoginFormProps['ctiLinkOptions'],\n agentId: string,\n password: string\n ) => Promise<LoginError | undefined>;\n onCancel: () => void;\n}\n\nexport const CallLoginForm: FunctionComponent<LoginFormProps> = ({\n ctiLinkOptions,\n onLogin,\n onCancel\n}: LoginFormProps) => {\n const [agentId, setAgentId] = useState<string>('');\n const [password, setPassword] = useState<string>('');\n const [extension, setExtension] = useState<string>('');\n const [ctiLinkId, setCTILinkId] = useState<string>(Object.keys(ctiLinkOptions)[0]);\n const [errorMessage, setErrorMessage] = useState<string>();\n\n const canSubmit = agentId && password && ctiLinkId && extension;\n\n const actions = (\n <>\n <Button key='cancel' name='cancel' variant='secondary' onClick={onCancel}>\n Cancel\n </Button>\n <Button\n key='submit'\n name='submit'\n type='submit'\n variant='primary'\n disabled={!canSubmit}\n onClick={(e: MouseEvent) => {\n e.preventDefault();\n onLogin(ctiLinkId!, agentId, password).then(setErrorMessage);\n }}\n >\n Login\n </Button>\n </>\n );\n\n return (\n <Form\n actions={actions}\n banners={errorMessage ? <Banner variant='urgent' messages={[errorMessage]} /> : undefined}\n >\n <Select required label='CTI link' onChange={e => setCTILinkId(e.target.value)}>\n {Object.entries(ctiLinkOptions).map(([id, label]) => (\n <Option value={id}>{label}</Option>\n ))}\n </Select>\n <Input\n required\n label='Agent ID'\n value={agentId}\n onChange={(e: ChangeEvent<HTMLInputElement>) => setAgentId(e.target.value)}\n />\n <Input\n type='password'\n required\n label='Password'\n value={password}\n onChange={(e: ChangeEvent<HTMLInputElement>) => setPassword(e.target.value)}\n />\n <Input\n required\n label='Extension'\n value={extension}\n onChange={(e: ChangeEvent<HTMLInputElement>) => setExtension(e.target.value)}\n />\n </Form>\n );\n};\n\nexport const CTIControlPanelContext = createContext<{\n type: 'internal' | 'external';\n draggable?: boolean;\n applyAppStyling: boolean;\n}>({\n type: 'internal',\n draggable: true,\n applyAppStyling: false\n});\n\nexport const CTIControlPanel: FunctionComponent = () => {\n const [agentStatus, setAgentStatus] = useState<UserAvailabilityStatusOption>(\n userStatusOptions[0] as UserAvailabilityStatusOption\n );\n const [callPanelVisible, setCallPanelVisible] = useState(false);\n const { type, draggable, applyAppStyling } = useContext(CTIControlPanelContext);\n const { openDrawer, closeDrawer } = useContext(AppShellDrawerContext);\n\n const drawerView = (\n <Flex container={{ direction: 'column', gap: 2, pad: 2 }}>\n <CallLoginForm\n ctiLinkOptions={{\n valid: 'It will be accepted',\n invalid: 'This will raise an error'\n }}\n onLogin={ctiLink => {\n if (ctiLink === 'invalid') return Promise.resolve('Login incorrect');\n setAgentStatus(userStatusOptions[0]);\n setCallPanelVisible(true);\n closeDrawer();\n return Promise.resolve(undefined);\n }}\n onCancel={closeDrawer}\n />\n </Flex>\n );\n const drawerHeader = 'Pega Call Log In';\n\n return (\n <CTIPanel\n visible={callPanelVisible}\n status={agentStatus}\n onClick={() => {\n if (agentStatus.status === 'logout')\n openDrawer({\n drawerHeader,\n drawerView,\n name: drawerHeader\n });\n else setCallPanelVisible(prev => !prev);\n }}\n >\n {type === 'internal' ? (\n <CallControlPanelDemo\n heading='Agent'\n status={agentStatus.id}\n onStatusChange={status => {\n setAgentStatus(status);\n if (status.status === 'logout') setCallPanelVisible(false);\n }}\n isDraggable={draggable}\n showStatus\n visible={callPanelVisible}\n />\n ) : (\n <ExternalCTIDemo\n heading='External CTI'\n isDraggable={draggable}\n showStatus\n visible={callPanelVisible}\n applyAppStyling={applyAppStyling}\n />\n )}\n </CTIPanel>\n );\n};\n\nexport const AppShellMockData = {\n notifications: [\n {\n id: '123',\n primary:\n \"Dean Thomas mentioned your team in a bug 'Button does not initiate onClick event handler'.\",\n secondary: 'BUG-12345',\n visual: 'Dean Thomas',\n unread: true\n },\n {\n id: '456',\n primary: \"Seth DeAngelo mentioned your team in a bug 'Text variant h1 renders as h3 in DOM'.\",\n visual: 'Seth DeAngelo',\n secondary: 'BUG-12345',\n unread: true\n },\n {\n id: '789',\n primary:\n \"Janet Moore mentioned your team in a bug 'Tree expanded state does not match the state that was set on the component'.\",\n secondary: 'BUG-12345',\n visual: 'Janet Moore',\n unread: true\n },\n {\n id: '000',\n primary: 'You have been awarded Employee of the Month! Congratulations!',\n secondary: '',\n visual: 'Cindy Turner',\n unread: true\n }\n ],\n recents: [\n {\n id: '123',\n primary: \"BUG-12345: 'Button does not initiate onClick event handler'.\",\n secondary: 'BUG-12345'\n },\n {\n id: '456',\n primary: \"BUG-54321: 'Text variant h1 renders as h3 in DOM'.\",\n secondary: 'BUG-00000'\n },\n {\n id: '789',\n primary:\n \"BUG-00000: 'Tree expanded state does not match the state that was set on the component'.\",\n secondary: 'BUG-00000'\n },\n {\n id: '111',\n primary: \"BUG-12345: 'Button does not initiate onClick event handler'.\",\n secondary: 'BUG-12345'\n },\n {\n id: '222',\n primary: \"BUG-54321: 'Text variant h1 renders as h3 in DOM'.\",\n secondary: 'BUG-00000'\n },\n {\n id: '333',\n primary:\n \"BUG-00000: 'Tree expanded state does not match the state that was set on the component'.\",\n secondary: 'BUG-00000'\n },\n {\n id: '444',\n primary: \"BUG-12345: 'Button does not initiate onClick event handler'.\",\n secondary: 'BUG-12345'\n },\n {\n id: '555',\n primary: \"BUG-54321: 'Text variant h1 renders as h3 in DOM'.\",\n secondary: 'BUG-00000'\n },\n {\n id: '666',\n primary:\n \"BUG-00000: 'Tree expanded state does not match the state that was set on the component'.\",\n secondary: 'BUG-00000'\n }\n ],\n 'Phone interaction': {\n caseId: 'Customer',\n heading: 'Ginger Ventura',\n primaryFields: [\n {\n id: '0',\n name: 'Lifetime value',\n value: 'Gold'\n },\n {\n id: '1',\n name: 'Interaction type',\n value: 'Phone'\n },\n {\n id: '2',\n name: 'Churn risk',\n value: 'Low'\n },\n {\n id: '3',\n name: 'Status',\n value: 'Open'\n }\n ],\n secondaryFields: [\n {\n id: '0',\n name: 'Status',\n value: 'Verified'\n },\n {\n id: '1',\n name: 'Web login',\n value: 'Today'\n },\n {\n id: '2',\n name: 'Customer since',\n value: 'July 2018'\n },\n {\n id: '3',\n name: 'Address',\n value: '2213b Gormand street'\n }\n ]\n },\n 'Chat interaction': {\n caseId: 'Customer',\n heading: 'Sara Davis',\n primaryFields: [\n {\n id: '0',\n name: 'Lifetime value',\n value: 'Silver'\n },\n {\n id: '1',\n name: 'Interaction type',\n value: 'Chat'\n },\n {\n id: '2',\n name: 'Churn risk',\n value: 'High'\n },\n {\n id: '3',\n name: 'Status',\n value: 'Open'\n }\n ],\n secondaryFields: [\n {\n id: '0',\n name: 'Status',\n value: 'Verified'\n },\n {\n id: '1',\n name: 'Web login',\n value: 'Today'\n },\n {\n id: '2',\n name: 'Customer since',\n value: 'March 2005'\n },\n {\n id: '3',\n name: 'Address',\n value: '340 River'\n }\n ]\n },\n 'Mail interaction': {\n caseId: 'Customer',\n heading: 'John Brown',\n primaryFields: [\n {\n id: '0',\n name: 'Lifetime value',\n value: 'Bronze'\n },\n {\n id: '1',\n name: 'Interaction type',\n value: 'Mail'\n },\n {\n id: '2',\n name: 'Churn risk',\n value: 'Medium'\n },\n {\n id: '3',\n name: 'Status',\n value: 'Open'\n }\n ],\n secondaryFields: [\n {\n id: '0',\n name: 'Status',\n value: 'Verified'\n },\n {\n id: '1',\n name: 'Web login',\n value: 'Today'\n },\n {\n id: '2',\n name: 'Customer since',\n value: 'March 1995'\n },\n {\n id: '3',\n name: 'Address',\n value: '340 River'\n }\n ]\n }\n};\n\nexport const statuses = [\n { id: 'available', primary: 'Available', selected: false },\n {\n id: 'temporarilyUnavailable',\n primary: 'Temporarily unavailable',\n items: [\n { id: 'quick_break', primary: 'Quick break', selected: false },\n { id: 'personal_work', primary: 'Personal work', selected: false },\n { id: 'in_a_meeting', primary: 'In a meeting', selected: false }\n ]\n },\n { id: 'unavailable', primary: 'Unavailable', selected: false }\n];\n\nexport const ChatSettingsPanelMock: FunctionComponent = () => {\n const { openDrawer, closeDrawer } = useContext(AppShellDrawerContext);\n\n const [chatAlias, setChatAlias] = useState('');\n const [queues, setQueues] = useState<{ id: string; checked: boolean }[]>([\n { id: 'Billing', checked: false },\n { id: 'General', checked: false },\n { id: 'Technical', checked: false }\n ]);\n\n const [items, setItems] = useState<MenuProps['items']>((): MenuProps['items'] => {\n return menuHelpers.mapTree(statuses, item => ({\n ...item,\n selected: item.items ? undefined : !!item.selected\n }));\n });\n\n const selected = useMemo(() => menuHelpers.getSelected(items)[0], [items]);\n\n const selectItem = useCallback((id: MenuItemProps['id']) => {\n setItems(cur => menuHelpers.selectItem(cur, id, 'single-select'));\n }, []);\n\n const formActions = (\n <>\n <Button name='Cancel' variant='secondary' onClick={closeDrawer}>\n Cancel\n </Button>\n <Button name='Submit' variant='primary' onClick={closeDrawer}>\n Submit\n </Button>\n </>\n );\n\n const chatSettings = useMemo(\n () => (\n <Flex container={{ direction: 'column', gap: 2, pad: 2 }} item={{ grow: 1 }}>\n <Form actions={formActions}>\n <Flex container={{ direction: 'column', pad: 0.5 }}>\n <Input\n label='Chat alias'\n value={chatAlias}\n onChange={(e: ChangeEvent<HTMLInputElement>) => {\n setChatAlias(e.target.value);\n }}\n />\n </Flex>\n <Flex container={{ direction: 'column', pad: 1 }}>\n <CheckboxGroup label='Joined queues' name='queueslist' labelHidden={false}>\n {queues.map(({ id, checked }) => (\n <Checkbox\n label={id}\n id={id}\n name={id}\n checked={checked}\n onChange={e =>\n setQueues(\n queues.map(queue => {\n if (queue.id === id) {\n return {\n ...queue,\n checked: e.target.checked\n };\n }\n return queue;\n })\n )\n }\n />\n ))}\n </CheckboxGroup>\n </Flex>\n <Flex container={{ direction: 'column', pad: 0.5 }}>\n <ComboBox\n label='Status'\n mode='single-select'\n required\n selected={\n selected\n ? {\n items: {\n id: selected?.id,\n text: selected?.primary\n }\n }\n : undefined\n }\n menu={{\n items,\n variant: 'drill-down',\n onItemClick: selectItem\n }}\n />\n </Flex>\n </Form>\n </Flex>\n ),\n [items]\n );\n\n const drawerHeader = 'Chat settings';\n\n const drawerContent = {\n drawerHeader,\n drawerView: chatSettings,\n name: drawerHeader\n };\n\n useEffect(() => {\n if (selected) openDrawer(drawerContent);\n }, [selected]);\n\n return (\n <ChatSettingsPanel\n label={drawerHeader}\n status={\n menuHelpers.getParentItem(items, selected?.id)?.id === 'temporarilyUnavailable'\n ? (menuHelpers.getParentItem(items, selected?.id)?.id as UserAvailability)\n : (selected?.id as UserAvailability)\n }\n onClick={() => openDrawer(drawerContent)}\n />\n );\n};\n\nconst EmailNotifications = () => {\n const { closeDrawer } = useContext(AppShellDrawerContext);\n\n const [sortOptions, setSortOptions] = useState<MenuItemProps[]>([\n { id: 'Most recent', primary: 'Most recent', selected: true },\n { id: 'Most urgent', primary: 'Most urgent', selected: false },\n { id: 'All unread', primary: 'All unread', selected: false }\n ]);\n\n const selected = menuHelpers.getSelected(sortOptions)[0];\n\n const selectItem = (id: MenuItemProps['id']) => {\n setSortOptions(cur => menuHelpers.selectItem(cur, id, 'single-select') as MenuItemProps[]);\n };\n\n return (\n <Flex container={{ direction: 'column', gap: 2 }} item={{ grow: 1 }}>\n <Flex container={{ justify: 'center', pad: [1, 0, 0] }}>\n <Button onClick={closeDrawer}>Get next email</Button>\n </Flex>\n <Flex container={{ direction: 'column', pad: [0, 2] }}>\n <ComboBox\n label='Sorted by'\n mode='single-select'\n selected={\n selected\n ? {\n items: {\n id: selected?.id,\n text: selected?.primary\n }\n }\n : undefined\n }\n menu={{\n items: sortOptions,\n onItemClick: selectItem\n }}\n />\n </Flex>\n\n <EmailSummaryList\n items={emailSummaryItems}\n as={AppshellEmailSummaryList}\n onItemClick={closeDrawer}\n emptyMessage='No emails'\n selectable={false}\n />\n </Flex>\n );\n};\n\nexport const EmailNotificationPanelMock: FunctionComponent = () => {\n const { openDrawer } = useContext(AppShellDrawerContext);\n\n const drawerHeader = 'My open emails';\n\n const drawerContent = {\n drawerHeader,\n drawerView: <EmailNotifications />,\n name: drawerHeader\n };\n\n return (\n <EmailNotificationPanel\n count={15}\n label={drawerHeader}\n onClick={() => openDrawer(drawerContent)}\n />\n );\n};\n"]}
@@ -1,6 +1,6 @@
1
1
  import { Meta, Story } from '@storybook/react';
2
2
  import { InteractionTimerStoryProps } from '../InteractionTimer/InteractionTimer.stories';
3
- declare const _default: Meta<import("@storybook/react").Args>;
3
+ declare const _default: Meta;
4
4
  export default _default;
5
5
  interface CSAppShellProps {
6
6
  isDraggable?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"CSAppShell.stories.d.ts","sourceRoot":"","sources":["../../../src/cs/CSAppShell/CSAppShell.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAwB/C,OAAO,EAEL,0BAA0B,EAC3B,MAAM,8CAA8C,CAAC;;AAMtD,wBAmBU;AAEV,UAAU,eAAe;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,2BAA2B,CAAC,EAAE,0BAA0B,CAAC,kBAAkB,CAAC,CAAC;IAC7E,SAAS,CAAC,EAAE,0BAA0B,CAAC,WAAW,CAAC,CAAC;IACpD,QAAQ,EAAE,UAAU,GAAG,UAAU,CAAC;IAClC,uBAAuB,EAAE,OAAO,CAAC;CAClC;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,eAAe,CA+N7C,CAAC"}
1
+ {"version":3,"file":"CSAppShell.stories.d.ts","sourceRoot":"","sources":["../../../src/cs/CSAppShell/CSAppShell.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAY/C,OAAO,EAEL,0BAA0B,EAC3B,MAAM,8CAA8C,CAAC;;AAYtD,wBAmBU;AAEV,UAAU,eAAe;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,2BAA2B,CAAC,EAAE,0BAA0B,CAAC,kBAAkB,CAAC,CAAC;IAC7E,SAAS,CAAC,EAAE,0BAA0B,CAAC,WAAW,CAAC,CAAC;IACpD,QAAQ,EAAE,UAAU,GAAG,UAAU,CAAC;IAClC,uBAAuB,EAAE,OAAO,CAAC;CAClC;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,eAAe,CA4L7C,CAAC"}
@@ -1,6 +1,5 @@
1
1
  import { useEffect, useState, useMemo } from 'react';
2
- import { action } from '@storybook/addon-actions';
3
- import { createUID, TwoColumnPage, Icon, registerIcon, Button, Form, Flex, Input, Select, Option } from '@pega/cosmos-react-core';
2
+ import { createUID, TwoColumnPage, registerIcon } from '@pega/cosmos-react-core';
4
3
  import * as chatSolidIcon from '@pega/cosmos-react-core/lib/components/Icon/icons/chat-solid.icon';
5
4
  import { CaseViewMock } from '../../work/CaseView/CaseView.mocks';
6
5
  import { AppShellDemo } from '../../core/AppShell/AppShell.stories';
@@ -10,7 +9,7 @@ import { EmailShellDemo } from '../../social/Email/Email.stories';
10
9
  import { StandardChat } from '../../social/Chat/Chat.stories';
11
10
  import { TaskManagerDemo } from '../TaskManager/TaskManager.stories';
12
11
  import { InteractionTimerDemo as InteractionTimerStory } from '../InteractionTimer/InteractionTimer.stories';
13
- import { AppShellMockData, CTIControlPanel, CTIControlPanelContext } from './CSAppShell.mocks';
12
+ import { AppShellMockData, ChatSettingsPanelMock, CTIControlPanel, CTIControlPanelContext, EmailNotificationPanelMock } from './CSAppShell.mocks';
14
13
  registerIcon(chatSolidIcon);
15
14
  export default {
16
15
  title: 'Customer Service/CS App Shell',
@@ -58,11 +57,11 @@ export const CSAppShell = (args) => {
58
57
  }
59
58
  else if (name === 'Chat interaction') {
60
59
  persistentUtilityContent = {
61
- content: <StandardChat chatWidth='100%'/>,
60
+ content: <StandardChat chatHeight='100%' chatWidth='100%'/>,
62
61
  title: 'Chat'
63
62
  };
64
63
  }
65
- setMainContent(<CaseViewMock stages={false} tasks={<TaskManagerDemo verbatimStatus='pending'/>} persistentUtility={persistentUtilityContent} heading={heading}/>);
64
+ setMainContent(<CaseViewMock caseId='C-123' stages={false} tasks={<TaskManagerDemo verbatimStatus='pending'/>} persistentUtility={persistentUtilityContent} heading={heading}/>);
66
65
  }
67
66
  };
68
67
  const setActiveItem = (key) => {
@@ -84,8 +83,9 @@ export const CSAppShell = (args) => {
84
83
  const { primary, secondary, icon, customerName } = createLink;
85
84
  const key = createUID();
86
85
  const createdAt = new Date().getTime();
86
+ const interactionTimerId = createUID();
87
87
  const newCase = {
88
- visual: (<InteractionTimerStory icon={icon} showTimer={args.enableSla} hasNotifications={args.hasInteractionNotifications} meta={args.enableSla ? '0:00' : createLink.meta} interactionType={primary}/>),
88
+ visual: (<InteractionTimerStory id={interactionTimerId} icon={icon} showTimer={args.enableSla} hasNotifications={args.hasInteractionNotifications} meta={args.enableSla ? '0:00' : createLink.meta} interactionType={primary}/>),
89
89
  primary: customerName || 'Unknown customer',
90
90
  secondary,
91
91
  createdAt,
@@ -100,7 +100,8 @@ export const CSAppShell = (args) => {
100
100
  e.stopPropagation();
101
101
  setCases((prevCases = []) => prevCases.filter(caseItem => caseItem.id !== key));
102
102
  setMainContent(home);
103
- }
103
+ },
104
+ 'aria-labelledby': interactionTimerId
104
105
  };
105
106
  setCases((prevCases = []) => [...prevCases, newCase]);
106
107
  setActiveItem(key);
@@ -149,36 +150,7 @@ export const CSAppShell = (args) => {
149
150
  customerName: 'Ginger Ventura'
150
151
  });
151
152
  }, []);
152
- const actions = (<>
153
- <Button name='Cancel' variant='secondary' onClick={(e) => {
154
- action('Click')(`${e.currentTarget.name}:${e.type}`);
155
- }}>
156
- Cancel
157
- </Button>
158
- <Button name='Submit' type='submit' variant='primary'>
159
- Log in
160
- </Button>
161
- </>);
162
- const chatSettings = (<Flex container={{ direction: 'column', gap: 2, pad: 2 }} item={{ grow: 1 }}>
163
- <Form actions={actions}>
164
- <Input name='agentId' label='Agent Id' autoComplete='off'/>
165
-
166
- <Input name='password' type='password' label='Password' autoComplete='off'/>
167
- <Select label='Make me'>
168
- <Option>Available</Option>
169
- <Option>Unavailable</Option>
170
- </Select>
171
- </Form>
172
- </Flex>);
173
- const utils = [
174
- {
175
- name: 'Chat settings',
176
- visual: <Icon name='chat-solid'/>,
177
- drawerView: chatSettings,
178
- drawerHeader: 'Pega Chat Log In'
179
- },
180
- <CTIControlPanel />
181
- ];
153
+ const utils = [<EmailNotificationPanelMock />, <ChatSettingsPanelMock />, <CTIControlPanel />];
182
154
  const appInfo = {
183
155
  href: 'https://www.pega.com/',
184
156
  imageSrc: 'https://www.clipartmax.com/png/middle/345-3454195_account-executive-civilian-pega-logo-png.png',
@@ -1 +1 @@
1
- {"version":3,"file":"CSAppShell.stories.jsx","sourceRoot":"","sources":["../../../src/cs/CSAppShell/CSAppShell.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAc,OAAO,EAAE,MAAM,OAAO,CAAC;AACjE,OAAO,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAGlD,OAAO,EAEL,SAAS,EACT,aAAa,EACb,IAAI,EACJ,YAAY,EACZ,MAAM,EACN,IAAI,EACJ,IAAI,EACJ,KAAK,EACL,MAAM,EACN,MAAM,EACP,MAAM,yBAAyB,CAAC;AACjC,OAAO,KAAK,aAAa,MAAM,mEAAmE,CAAC;AAEnG,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,sCAAsC,CAAC;AACpE,OAAO,EAAE,SAAS,EAAE,MAAM,gCAAgC,CAAC;AAC3D,OAAO,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EACL,oBAAoB,IAAI,qBAAqB,EAE9C,MAAM,8CAA8C,CAAC;AAEtD,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAE/F,YAAY,CAAC,aAAa,CAAC,CAAC;AAE5B,eAAe;IACb,KAAK,EAAE,+BAA+B;IACtC,UAAU,EAAE;QACV,MAAM,EAAE,YAAY;KACrB;IACD,IAAI,EAAE;QACJ,WAAW,EAAE,IAAI;QACjB,2BAA2B,EAAE,IAAI;QACjC,SAAS,EAAE,IAAI;QACf,QAAQ,EAAE,UAAU;QACpB,uBAAuB,EAAE,KAAK;KAC/B;IACD,QAAQ,EAAE;QACR,WAAW,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE;QAC7C,2BAA2B,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE;QAC7D,SAAS,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE;QAC3C,QAAQ,EAAE,EAAE,OAAO,EAAE,CAAC,UAAU,EAAE,UAAU,CAAC,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE;QAClF,uBAAuB,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE;KAC1D;CACM,CAAC;AAUV,MAAM,CAAC,MAAM,UAAU,GAA2B,CAAC,IAAqB,EAAE,EAAE;IAC1E,MAAM,QAAQ,GAAG,gBAAuB,CAAC;IAEzC,MAAM,IAAI,GAAG,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,AAAD,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,AAAD,EAAG,CAAC,CAAC,KAAK,CAAC,qBAAqB,EAAG,CAAC;IAE9F,MAAM,CAAC,WAAW,EAAE,cAAc,CAAC,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC;IACrD,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC;IAC3C,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAAyB,EAAE,CAAC,CAAC;IAC/D,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAAyB;QACzD;YACE,EAAE,EAAE,IAAI;YACR,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,OAAO;YACb,IAAI,EAAE,YAAY;SACnB;KACF,CAAC,CAAC;IAEH,MAAM,cAAc,GAAG,CAAC,IAAY,EAAE,EAAE;QACtC,IAAI,IAAI,EAAE;YACR,MAAM,EAAE,OAAO,EAAE,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC;YAEnC,IAAI,wBAAwB,CAAC;YAC7B,IAAI,IAAI,KAAK,kBAAkB,EAAE;gBAC/B,wBAAwB,GAAG;oBACzB,OAAO,EAAE,CAAC,cAAc,CAAC,eAAe,EAAG;oBAC3C,KAAK,EAAE,OAAO;iBACf,CAAC;aACH;iBAAM,IAAI,IAAI,KAAK,kBAAkB,EAAE;gBACtC,wBAAwB,GAAG;oBACzB,OAAO,EAAE,CAAC,YAAY,CAAC,SAAS,CAAC,MAAM,EAAG;oBAC1C,KAAK,EAAE,MAAM;iBACd,CAAC;aACH;YACD,cAAc,CACZ,CAAC,YAAY,CACX,MAAM,CAAC,CAAC,KAAK,CAAC,CACd,KAAK,CAAC,CAAC,CAAC,eAAe,CAAC,cAAc,CAAC,SAAS,EAAG,CAAC,CACpD,iBAAiB,CAAC,CAAC,wBAAwB,CAAC,CAC5C,OAAO,CAAC,CAAC,OAAO,CAAC,EACjB,CACH,CAAC;SACH;IACH,CAAC,CAAC;IAEF,MAAM,aAAa,GAAG,CAAC,GAAW,EAAE,EAAE;QACpC,QAAQ,CAAC,CAAC,SAAS,GAAG,EAAE,EAAE,EAAE;YAC1B,OAAO,SAAS,CAAC,GAAG,CAAC,QAAQ,CAAC,EAAE;gBAC9B,OAAO,EAAE,GAAG,QAAQ,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,KAAK,GAAG,EAAE,CAAC;YACtD,CAAC,CAAC,CAAC;QACL,CAAC,CAAC,CAAC;QACH,QAAQ,CAAC,CAAC,SAAS,GAAG,EAAE,EAAE,EAAE;YAC1B,OAAO,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;gBAC1B,OAAO;oBACL,GAAG,IAAI;oBACP,MAAM,EAAE,IAAI,CAAC,IAAI,KAAK,GAAG;iBAC1B,CAAC;YACJ,CAAC,CAAC,CAAC;QACL,CAAC,CAAC,CAAC;IACL,CAAC,CAAC;IAEF,MAAM,iBAAiB,GAAG,CAAC,UAM1B,EAAE,EAAE;QACH,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,YAAY,EAAE,GAAG,UAAU,CAAC;QAC9D,MAAM,GAAG,GAAW,SAAS,EAAE,CAAC;QAChC,MAAM,SAAS,GAAG,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE,CAAC;QACvC,MAAM,OAAO,GAAG;YACd,MAAM,EAAE,CACN,CAAC,qBAAqB,CACpB,IAAI,CAAC,CAAC,IAAI,CAAC,CACX,SAAS,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAC1B,gBAAgB,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC,CACnD,IAAI,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,CAChD,eAAe,CAAC,CAAC,OAAO,CAAC,EACzB,CACH;YACD,OAAO,EAAE,YAAY,IAAI,kBAAkB;YAC3C,SAAS;YACT,SAAS;YACT,EAAE,EAAE,GAAG;YACP,MAAM,EAAE,IAAI;YACZ,OAAO,EAAE,GAAG,EAAE;gBACZ,aAAa,CAAC,GAAG,CAAC,CAAC;gBACnB,cAAc,CAAC,OAAO,CAAC,CAAC;YAC1B,CAAC;YACD,SAAS,EAAE,CAAC,CAAM,EAAE,EAAE;gBACpB,aAAa,CAAC,MAAM,CAAC,CAAC;gBACtB,CAAC,CAAC,eAAe,EAAE,CAAC;gBACpB,QAAQ,CAAC,CAAC,SAAS,GAAG,EAAE,EAAE,EAAE,CAAC,SAAS,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,CAAC,QAAQ,CAAC,EAAE,KAAK,GAAG,CAAC,CAAC,CAAC;gBAChF,cAAc,CAAC,IAAI,CAAC,CAAC;YACvB,CAAC;SACF,CAAC;QACF,QAAQ,CAAC,CAAC,SAAS,GAAG,EAAE,EAAE,EAAE,CAAC,CAAC,GAAG,SAAS,EAAE,OAAO,CAAC,CAAC,CAAC;QACtD,aAAa,CAAC,GAAG,CAAC,CAAC;QACnB,SAAS,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;QACtB,cAAc,CAAC,OAAO,CAAC,CAAC;IAC1B,CAAC,CAAC;IAEF,MAAM,WAAW,GAAG;QAClB;YACE,OAAO,EAAE,mBAAmB;YAC5B,SAAS,EAAE,kBAAkB;YAC7B,IAAI,EAAE,aAAa;YACnB,IAAI,EAAE,IAAI;YACV,YAAY,EAAE,gBAAgB;SAC/B;QACD;YACE,OAAO,EAAE,kBAAkB;YAC3B,SAAS,EAAE,aAAa;YACxB,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,IAAI;YACV,YAAY,EAAE,YAAY;SAC3B;QACD;YACE,OAAO,EAAE,kBAAkB;YAC3B,SAAS,EAAE,kBAAkB;YAC7B,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,IAAI;YACV,YAAY,EAAE,YAAY;SAC3B;KACF,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;QACX,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,GAAG,IAAI,CAAC;QAC/B,OAAO;YACL,IAAI,EAAE,OAAO;YACb,IAAI;YACJ,IAAI,EAAE,EAAE;YACR,OAAO,EAAE,GAAG,EAAE;gBACZ,iBAAiB,CAAC,IAAI,CAAC,CAAC;YAC1B,CAAC;SACF,CAAC;IACJ,CAAC,CAAC,CAAC;IAEH,SAAS,CAAC,GAAG,EAAE;QACb,iBAAiB,CAAC;YAChB,OAAO,EAAE,mBAAmB;YAC5B,SAAS,EAAE,kBAAkB;YAC7B,IAAI,EAAE,aAAa;YACnB,IAAI,EAAE,IAAI;YACV,YAAY,EAAE,gBAAgB;SAC/B,CAAC,CAAC;IACL,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,MAAM,OAAO,GAAG,CACd,EACE;MAAA,CAAC,MAAM,CACL,IAAI,CAAC,QAAQ,CACb,OAAO,CAAC,WAAW,CACnB,OAAO,CAAC,CAAC,CAAC,CAAgC,EAAE,EAAE;YAC5C,MAAM,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,aAAa,CAAC,IAAI,IAAI,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC;QACvD,CAAC,CAAC,CAEF;;MACF,EAAE,MAAM,CACR;MAAA,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,SAAS,CACnD;;MACF,EAAE,MAAM,CACV;IAAA,GAAG,CACJ,CAAC;IAEF,MAAM,YAAY,GAAG,CACnB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,CAAC,CAC1E;MAAA,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,OAAO,CAAC,CACrB;QAAA,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,UAAU,CAAC,YAAY,CAAC,KAAK,EAEzD;;QAAA,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,YAAY,CAAC,KAAK,EAC1E;QAAA,CAAC,MAAM,CAAC,KAAK,CAAC,SAAS,CACrB;UAAA,CAAC,MAAM,CAAC,SAAS,EAAE,MAAM,CACzB;UAAA,CAAC,MAAM,CAAC,WAAW,EAAE,MAAM,CAC7B;QAAA,EAAE,MAAM,CACV;MAAA,EAAE,IAAI,CACR;IAAA,EAAE,IAAI,CAAC,CACR,CAAC;IAEF,MAAM,KAAK,GAAG;QACZ;YACE,IAAI,EAAE,eAAe;YACrB,MAAM,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,EAAG;YAClC,UAAU,EAAE,YAAY;YACxB,YAAY,EAAE,kBAAkB;SACjC;QACD,CAAC,eAAe,CAAC,AAAD,EAAG;KACpB,CAAC;IAEF,MAAM,OAAO,GAAG;QACd,IAAI,EAAE,uBAAuB;QAC7B,QAAQ,EACN,gGAAgG;QAClG,YAAY,EAAE,mBAAmB;QACjC,OAAO,EAAE,aAAa;KACvB,CAAC;IAEF,OAAO,CACL,CAAC,sBAAsB,CAAC,QAAQ,CAC9B,KAAK,CAAC,CAAC,OAAO,CACZ,GAAG,EAAE,CAAC,CAAC;YACL,IAAI,EAAE,IAAI,CAAC,QAAQ;YACnB,SAAS,EAAE,IAAI,CAAC,WAAW;YAC3B,eAAe,EAAE,IAAI,CAAC,uBAAuB;SAC9C,CAAC,EACF,CAAC,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,uBAAuB,EAAE,IAAI,CAAC,QAAQ,CAAC,CAChE,CAAC,CAEF;MAAA,CAAC,YAAY,CACX,IAAI,CAAC,CAAC,WAAW,CAAC,CAClB,OAAO,CAAC,CAAC,OAAO,CAAC,CACjB,KAAK,CAAC,CAAC,KAAK,CAAC,CACb,WAAW,CAAC,CAAC,WAAW,CAAC,CACzB,SAAS,CAAC,CAAC,KAAK,CAAC,CACjB,KAAK,CAAC,CAAC,KAAK,CAAC,CACb,WAAW,CAAC,CAAC,CAAC,IAAY,EAAE,EAAE;YAC5B,IAAI,IAAI,KAAK,MAAM,EAAE;gBACnB,cAAc,CAAC,IAAI,CAAC,CAAC;aACtB;YACD,aAAa,CAAC,IAAI,CAAC,CAAC;QACtB,CAAC,CAAC,CACF,mBAAmB,EAEvB;IAAA,EAAE,sBAAsB,CAAC,QAAQ,CAAC,CACnC,CAAC;AACJ,CAAC,CAAC","sourcesContent":["import { useEffect, useState, MouseEvent, useMemo } from 'react';\nimport { action } from '@storybook/addon-actions';\nimport { Meta, Story } from '@storybook/react';\n\nimport {\n AppShellProps,\n createUID,\n TwoColumnPage,\n Icon,\n registerIcon,\n Button,\n Form,\n Flex,\n Input,\n Select,\n Option\n} from '@pega/cosmos-react-core';\nimport * as chatSolidIcon from '@pega/cosmos-react-core/lib/components/Icon/icons/chat-solid.icon';\n\nimport { CaseViewMock } from '../../work/CaseView/CaseView.mocks';\nimport { AppShellDemo } from '../../core/AppShell/AppShell.stories';\nimport { TasksDemo } from '../../work/Tasks/Tasks.stories';\nimport { FeedDemo } from '../../social/Feed/Feed.stories';\nimport { EmailShellDemo } from '../../social/Email/Email.stories';\nimport { StandardChat } from '../../social/Chat/Chat.stories';\nimport { TaskManagerDemo } from '../TaskManager/TaskManager.stories';\nimport {\n InteractionTimerDemo as InteractionTimerStory,\n InteractionTimerStoryProps\n} from '../InteractionTimer/InteractionTimer.stories';\n\nimport { AppShellMockData, CTIControlPanel, CTIControlPanelContext } from './CSAppShell.mocks';\n\nregisterIcon(chatSolidIcon);\n\nexport default {\n title: 'Customer Service/CS App Shell',\n parameters: {\n layout: 'fullscreen'\n },\n args: {\n isDraggable: true,\n hasInteractionNotifications: true,\n enableSla: true,\n ctiPanel: 'internal',\n applyThemeToExternalCTI: false\n },\n argTypes: {\n isDraggable: { control: { type: 'boolean' } },\n hasInteractionNotifications: { control: { type: 'boolean' } },\n enableSla: { control: { type: 'boolean' } },\n ctiPanel: { options: ['internal', 'external'], control: { type: 'inline-radio' } },\n applyThemeToExternalCTI: { control: { type: 'boolean' } }\n }\n} as Meta;\n\ninterface CSAppShellProps {\n isDraggable?: boolean;\n hasInteractionNotifications?: InteractionTimerStoryProps['hasNotifications'];\n enableSla?: InteractionTimerStoryProps['showTimer'];\n ctiPanel: 'internal' | 'external';\n applyThemeToExternalCTI: boolean;\n}\n\nexport const CSAppShell: Story<CSAppShellProps> = (args: CSAppShellProps) => {\n const CaseData = AppShellMockData as any;\n\n const home = <TwoColumnPage a={<FeedDemo />} b={<TasksDemo />} title='Welcome, Sara Davis' />;\n\n const [mainContent, setMainContent] = useState(home);\n const [caseID, setCaseID] = useState(1001);\n const [cases, setCases] = useState<AppShellProps['cases']>([]);\n const [links, setLinks] = useState<AppShellProps['links']>([\n {\n id: '01',\n name: 'Home',\n href: '#home',\n icon: 'home-solid'\n }\n ]);\n\n const renderCaseView = (name: string) => {\n if (name) {\n const { heading } = CaseData[name];\n\n let persistentUtilityContent;\n if (name === 'Mail interaction') {\n persistentUtilityContent = {\n content: <EmailShellDemo hideSuggestions />,\n title: 'Email'\n };\n } else if (name === 'Chat interaction') {\n persistentUtilityContent = {\n content: <StandardChat chatWidth='100%' />,\n title: 'Chat'\n };\n }\n setMainContent(\n <CaseViewMock\n stages={false}\n tasks={<TaskManagerDemo verbatimStatus='pending' />}\n persistentUtility={persistentUtilityContent}\n heading={heading}\n />\n );\n }\n };\n\n const setActiveItem = (key: string) => {\n setCases((prevCases = []) => {\n return prevCases.map(caseItem => {\n return { ...caseItem, active: caseItem.id === key };\n });\n });\n setLinks((prevLinks = []) => {\n return prevLinks.map(link => {\n return {\n ...link,\n active: link.name === key\n };\n });\n });\n };\n\n const createInteraction = (createLink: {\n primary: string;\n secondary?: string;\n icon: string;\n meta: string;\n customerName?: string;\n }) => {\n const { primary, secondary, icon, customerName } = createLink;\n const key: string = createUID();\n const createdAt = new Date().getTime();\n const newCase = {\n visual: (\n <InteractionTimerStory\n icon={icon}\n showTimer={args.enableSla}\n hasNotifications={args.hasInteractionNotifications}\n meta={args.enableSla ? '0:00' : createLink.meta}\n interactionType={primary}\n />\n ),\n primary: customerName || 'Unknown customer',\n secondary,\n createdAt,\n id: key,\n active: true,\n onClick: () => {\n setActiveItem(key);\n renderCaseView(primary);\n },\n onDismiss: (e: any) => {\n setActiveItem('Home');\n e.stopPropagation();\n setCases((prevCases = []) => prevCases.filter(caseItem => caseItem.id !== key));\n setMainContent(home);\n }\n };\n setCases((prevCases = []) => [...prevCases, newCase]);\n setActiveItem(key);\n setCaseID(caseID + 1);\n renderCaseView(primary);\n };\n\n const createLinks = [\n {\n primary: 'Phone interaction',\n secondary: 'Received 20s ago',\n icon: 'phone-solid',\n meta: 'FH',\n customerName: 'Ginger Ventura'\n },\n {\n primary: 'Chat interaction',\n secondary: 'Sent 2h ago',\n icon: 'chat-solid',\n meta: 'SC',\n customerName: 'Sara Davis'\n },\n {\n primary: 'Mail interaction',\n secondary: 'Received 20s ago',\n icon: 'mail-solid',\n meta: 'JB',\n customerName: 'John Brown'\n }\n ].map(item => {\n const { primary, icon } = item;\n return {\n name: primary,\n icon,\n href: '',\n onClick: () => {\n createInteraction(item);\n }\n };\n });\n\n useEffect(() => {\n createInteraction({\n primary: 'Phone interaction',\n secondary: 'Received 20s ago',\n icon: 'phone-solid',\n meta: 'GV',\n customerName: 'Ginger Ventura'\n });\n }, []);\n\n const actions = (\n <>\n <Button\n name='Cancel'\n variant='secondary'\n onClick={(e: MouseEvent<HTMLButtonElement>) => {\n action('Click')(`${e.currentTarget.name}:${e.type}`);\n }}\n >\n Cancel\n </Button>\n <Button name='Submit' type='submit' variant='primary'>\n Log in\n </Button>\n </>\n );\n\n const chatSettings = (\n <Flex container={{ direction: 'column', gap: 2, pad: 2 }} item={{ grow: 1 }}>\n <Form actions={actions}>\n <Input name='agentId' label='Agent Id' autoComplete='off' />\n\n <Input name='password' type='password' label='Password' autoComplete='off' />\n <Select label='Make me'>\n <Option>Available</Option>\n <Option>Unavailable</Option>\n </Select>\n </Form>\n </Flex>\n );\n\n const utils = [\n {\n name: 'Chat settings',\n visual: <Icon name='chat-solid' />,\n drawerView: chatSettings,\n drawerHeader: 'Pega Chat Log In'\n },\n <CTIControlPanel />\n ];\n\n const appInfo = {\n href: 'https://www.pega.com/',\n imageSrc:\n 'https://www.clipartmax.com/png/middle/345-3454195_account-executive-civilian-pega-logo-png.png',\n fullImageSrc: 'Full Image Source',\n appName: 'CS AppShell'\n };\n\n return (\n <CTIControlPanelContext.Provider\n value={useMemo(\n () => ({\n type: args.ctiPanel,\n draggable: args.isDraggable,\n applyAppStyling: args.applyThemeToExternalCTI\n }),\n [args.isDraggable, args.applyThemeToExternalCTI, args.ctiPanel]\n )}\n >\n <AppShellDemo\n main={mainContent}\n appInfo={appInfo}\n cases={cases}\n createLinks={createLinks}\n caseLinks={links}\n utils={utils}\n onLinkClick={(name: string) => {\n if (name === 'Home') {\n setMainContent(home);\n }\n setActiveItem(name);\n }}\n collapsedHoverMenus\n />\n </CTIControlPanelContext.Provider>\n );\n};\n"]}
1
+ {"version":3,"file":"CSAppShell.stories.jsx","sourceRoot":"","sources":["../../../src/cs/CSAppShell/CSAppShell.stories.tsx"],"names":[],"mappings":"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","sourcesContent":["import { useEffect, useState, useMemo } from 'react';\nimport { Meta, Story } from '@storybook/react';\n\nimport { AppShellProps, createUID, TwoColumnPage, registerIcon } from '@pega/cosmos-react-core';\nimport * as chatSolidIcon from '@pega/cosmos-react-core/lib/components/Icon/icons/chat-solid.icon';\n\nimport { CaseViewMock } from '../../work/CaseView/CaseView.mocks';\nimport { AppShellDemo } from '../../core/AppShell/AppShell.stories';\nimport { TasksDemo } from '../../work/Tasks/Tasks.stories';\nimport { FeedDemo } from '../../social/Feed/Feed.stories';\nimport { EmailShellDemo } from '../../social/Email/Email.stories';\nimport { StandardChat } from '../../social/Chat/Chat.stories';\nimport { TaskManagerDemo } from '../TaskManager/TaskManager.stories';\nimport {\n InteractionTimerDemo as InteractionTimerStory,\n InteractionTimerStoryProps\n} from '../InteractionTimer/InteractionTimer.stories';\n\nimport {\n AppShellMockData,\n ChatSettingsPanelMock,\n CTIControlPanel,\n CTIControlPanelContext,\n EmailNotificationPanelMock\n} from './CSAppShell.mocks';\n\nregisterIcon(chatSolidIcon);\n\nexport default {\n title: 'Customer Service/CS App Shell',\n parameters: {\n layout: 'fullscreen'\n },\n args: {\n isDraggable: true,\n hasInteractionNotifications: true,\n enableSla: true,\n ctiPanel: 'internal',\n applyThemeToExternalCTI: false\n },\n argTypes: {\n isDraggable: { control: { type: 'boolean' } },\n hasInteractionNotifications: { control: { type: 'boolean' } },\n enableSla: { control: { type: 'boolean' } },\n ctiPanel: { options: ['internal', 'external'], control: { type: 'inline-radio' } },\n applyThemeToExternalCTI: { control: { type: 'boolean' } }\n }\n} as Meta;\n\ninterface CSAppShellProps {\n isDraggable?: boolean;\n hasInteractionNotifications?: InteractionTimerStoryProps['hasNotifications'];\n enableSla?: InteractionTimerStoryProps['showTimer'];\n ctiPanel: 'internal' | 'external';\n applyThemeToExternalCTI: boolean;\n}\n\nexport const CSAppShell: Story<CSAppShellProps> = (args: CSAppShellProps) => {\n const CaseData = AppShellMockData as any;\n\n const home = <TwoColumnPage a={<FeedDemo />} b={<TasksDemo />} title='Welcome, Sara Davis' />;\n\n const [mainContent, setMainContent] = useState(home);\n const [caseID, setCaseID] = useState(1001);\n const [cases, setCases] = useState<AppShellProps['cases']>([]);\n const [links, setLinks] = useState<AppShellProps['links']>([\n {\n id: '01',\n name: 'Home',\n href: '#home',\n icon: 'home-solid'\n }\n ]);\n\n const renderCaseView = (name: string) => {\n if (name) {\n const { heading } = CaseData[name];\n\n let persistentUtilityContent;\n if (name === 'Mail interaction') {\n persistentUtilityContent = {\n content: <EmailShellDemo hideSuggestions />,\n title: 'Email'\n };\n } else if (name === 'Chat interaction') {\n persistentUtilityContent = {\n content: <StandardChat chatHeight='100%' chatWidth='100%' />,\n title: 'Chat'\n };\n }\n setMainContent(\n <CaseViewMock\n caseId='C-123'\n stages={false}\n tasks={<TaskManagerDemo verbatimStatus='pending' />}\n persistentUtility={persistentUtilityContent}\n heading={heading}\n />\n );\n }\n };\n\n const setActiveItem = (key: string) => {\n setCases((prevCases = []) => {\n return prevCases.map(caseItem => {\n return { ...caseItem, active: caseItem.id === key };\n });\n });\n setLinks((prevLinks = []) => {\n return prevLinks.map(link => {\n return {\n ...link,\n active: link.name === key\n };\n });\n });\n };\n\n const createInteraction = (createLink: {\n primary: string;\n secondary?: string;\n icon: string;\n meta: string;\n customerName?: string;\n }) => {\n const { primary, secondary, icon, customerName } = createLink;\n const key: string = createUID();\n const createdAt = new Date().getTime();\n const interactionTimerId = createUID();\n const newCase = {\n visual: (\n <InteractionTimerStory\n id={interactionTimerId}\n icon={icon}\n showTimer={args.enableSla}\n hasNotifications={args.hasInteractionNotifications}\n meta={args.enableSla ? '0:00' : createLink.meta}\n interactionType={primary}\n />\n ),\n primary: customerName || 'Unknown customer',\n secondary,\n createdAt,\n id: key,\n active: true,\n onClick: () => {\n setActiveItem(key);\n renderCaseView(primary);\n },\n onDismiss: (e: any) => {\n setActiveItem('Home');\n e.stopPropagation();\n setCases((prevCases = []) => prevCases.filter(caseItem => caseItem.id !== key));\n setMainContent(home);\n },\n 'aria-labelledby': interactionTimerId\n };\n setCases((prevCases = []) => [...prevCases, newCase]);\n setActiveItem(key);\n setCaseID(caseID + 1);\n renderCaseView(primary);\n };\n\n const createLinks = [\n {\n primary: 'Phone interaction',\n secondary: 'Received 20s ago',\n icon: 'phone-solid',\n meta: 'FH',\n customerName: 'Ginger Ventura'\n },\n {\n primary: 'Chat interaction',\n secondary: 'Sent 2h ago',\n icon: 'chat-solid',\n meta: 'SC',\n customerName: 'Sara Davis'\n },\n {\n primary: 'Mail interaction',\n secondary: 'Received 20s ago',\n icon: 'mail-solid',\n meta: 'JB',\n customerName: 'John Brown'\n }\n ].map(item => {\n const { primary, icon } = item;\n return {\n name: primary,\n icon,\n href: '',\n onClick: () => {\n createInteraction(item);\n }\n };\n });\n\n useEffect(() => {\n createInteraction({\n primary: 'Phone interaction',\n secondary: 'Received 20s ago',\n icon: 'phone-solid',\n meta: 'GV',\n customerName: 'Ginger Ventura'\n });\n }, []);\n\n const utils = [<EmailNotificationPanelMock />, <ChatSettingsPanelMock />, <CTIControlPanel />];\n\n const appInfo = {\n href: 'https://www.pega.com/',\n imageSrc:\n 'https://www.clipartmax.com/png/middle/345-3454195_account-executive-civilian-pega-logo-png.png',\n fullImageSrc: 'Full Image Source',\n appName: 'CS AppShell'\n };\n\n return (\n <CTIControlPanelContext.Provider\n value={useMemo(\n () => ({\n type: args.ctiPanel,\n draggable: args.isDraggable,\n applyAppStyling: args.applyThemeToExternalCTI\n }),\n [args.isDraggable, args.applyThemeToExternalCTI, args.ctiPanel]\n )}\n >\n <AppShellDemo\n main={mainContent}\n appInfo={appInfo}\n cases={cases}\n createLinks={createLinks}\n caseLinks={links}\n utils={utils}\n onLinkClick={(name: string) => {\n if (name === 'Home') {\n setMainContent(home);\n }\n setActiveItem(name);\n }}\n collapsedHoverMenus\n />\n </CTIControlPanelContext.Provider>\n );\n};\n"]}
@@ -14,8 +14,8 @@ export declare const interactionOptions: {
14
14
  label: string;
15
15
  }[];
16
16
  export declare const userStatusOptions: UserAvailabilityStatusOption[];
17
- declare type StyleVariableName = '--app-bg-color' | '--header-border-color' | '--text-color' | '--msg-border-radius' | '--msg-you-bg-color' | '--msg-you-text-color' | '--msg-me-bg-color' | '--msg-me-text-color' | '--input-height' | '--input-background-color' | '--input-border-color' | '--input-border-width' | '--input-border-radius' | '--input-focus-border-color' | '--input-focus-box-shadow' | '--input-text-color' | '--button-text-color' | '--button-height' | '--button-bg-color' | '--button-border-color' | '--button-border-radius' | '--button-hover-bg-color' | '--footer-bg-color';
18
- export declare type ExternalStyles = Partial<Record<StyleVariableName, string>>;
17
+ type StyleVariableName = '--app-bg-color' | '--header-border-color' | '--text-color' | '--msg-border-radius' | '--msg-you-bg-color' | '--msg-you-text-color' | '--msg-me-bg-color' | '--msg-me-text-color' | '--input-height' | '--input-background-color' | '--input-border-color' | '--input-border-width' | '--input-border-radius' | '--input-focus-border-color' | '--input-focus-box-shadow' | '--input-text-color' | '--button-text-color' | '--button-height' | '--button-bg-color' | '--button-border-color' | '--button-border-radius' | '--button-hover-bg-color' | '--footer-bg-color';
18
+ export type ExternalStyles = Partial<Record<StyleVariableName, string>>;
19
19
  export declare const createExternalIframeContent: (styles?: ExternalStyles | undefined) => string;
20
20
  export {};
21
21
  //# sourceMappingURL=CallControlPanel.mocks.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CallControlPanel.mocks.d.ts","sourceRoot":"","sources":["../../../src/cs/CallControlPanel/CallControlPanel.mocks.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,uBAAuB,CAAC;AAE1E,eAAO,MAAM,YAAY;;;;;GAmExB,CAAC;AAEF,eAAO,MAAM,eAAe;;;GAa3B,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;GAa9B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,4BAA4B,EA4B3D,CAAC;AAEF,aAAK,iBAAiB,GAClB,gBAAgB,GAChB,uBAAuB,GACvB,cAAc,GACd,qBAAqB,GACrB,oBAAoB,GACpB,sBAAsB,GACtB,mBAAmB,GACnB,qBAAqB,GACrB,gBAAgB,GAChB,0BAA0B,GAC1B,sBAAsB,GACtB,sBAAsB,GACtB,uBAAuB,GACvB,4BAA4B,GAC5B,0BAA0B,GAC1B,oBAAoB,GACpB,qBAAqB,GACrB,iBAAiB,GACjB,mBAAmB,GACnB,uBAAuB,GACvB,wBAAwB,GACxB,yBAAyB,GACzB,mBAAmB,CAAC;AAExB,oBAAY,cAAc,GAAG,OAAO,CAAC,MAAM,CAAC,iBAAiB,EAAE,MAAM,CAAC,CAAC,CAAC;AAExE,eAAO,MAAM,2BAA2B,YAAY,cAAc,GAAG,SAAS,WA6H7E,CAAC"}
1
+ {"version":3,"file":"CallControlPanel.mocks.d.ts","sourceRoot":"","sources":["../../../src/cs/CallControlPanel/CallControlPanel.mocks.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,uBAAuB,CAAC;AAE1E,eAAO,MAAM,YAAY;;;;;GAmExB,CAAC;AAEF,eAAO,MAAM,eAAe;;;GAa3B,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;GAa9B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,4BAA4B,EA4B3D,CAAC;AAEF,KAAK,iBAAiB,GAClB,gBAAgB,GAChB,uBAAuB,GACvB,cAAc,GACd,qBAAqB,GACrB,oBAAoB,GACpB,sBAAsB,GACtB,mBAAmB,GACnB,qBAAqB,GACrB,gBAAgB,GAChB,0BAA0B,GAC1B,sBAAsB,GACtB,sBAAsB,GACtB,uBAAuB,GACvB,4BAA4B,GAC5B,0BAA0B,GAC1B,oBAAoB,GACpB,qBAAqB,GACrB,iBAAiB,GACjB,mBAAmB,GACnB,uBAAuB,GACvB,wBAAwB,GACxB,yBAAyB,GACzB,mBAAmB,CAAC;AAExB,MAAM,MAAM,cAAc,GAAG,OAAO,CAAC,MAAM,CAAC,iBAAiB,EAAE,MAAM,CAAC,CAAC,CAAC;AAExE,eAAO,MAAM,2BAA2B,YAAY,cAAc,GAAG,SAAS,WA6H7E,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { Meta, Story } from '@storybook/react';
2
2
  import { UserAvailabilityStatusOption, CallControlPanelProps } from '@pega/cosmos-react-cs';
3
- declare const _default: Meta<import("@storybook/react").Args>;
3
+ declare const _default: Meta;
4
4
  export default _default;
5
5
  interface CallControlPanelStoryProps {
6
6
  heading: string;
@@ -1 +1 @@
1
- {"version":3,"file":"CallControlPanel.stories.d.ts","sourceRoot":"","sources":["../../../src/cs/CallControlPanel/CallControlPanel.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAI/C,OAAO,EAOL,4BAA4B,EAC5B,qBAAqB,EACtB,MAAM,uBAAuB,CAAC;;AAW/B,wBAaU;AAEV,UAAU,0BAA0B;IAClC,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,4BAA4B,CAAC,IAAI,CAAC,CAAC;IAC5C,cAAc,CAAC,EAAE,CAAC,SAAS,EAAE,4BAA4B,KAAK,IAAI,CAAC;IACnE,OAAO,CAAC,EAAE,qBAAqB,CAAC,SAAS,CAAC,CAAC;CAC5C;AAED,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,0BAA0B,CAiRlE,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,0BAA0B,GAAG;IAAE,eAAe,EAAE,OAAO,CAAA;CAAE,CAwE5F,CAAC"}
1
+ {"version":3,"file":"CallControlPanel.stories.d.ts","sourceRoot":"","sources":["../../../src/cs/CallControlPanel/CallControlPanel.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAI/C,OAAO,EAOL,4BAA4B,EAC5B,qBAAqB,EACtB,MAAM,uBAAuB,CAAC;;AAW/B,wBAaU;AAEV,UAAU,0BAA0B;IAClC,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,4BAA4B,CAAC,IAAI,CAAC,CAAC;IAC5C,cAAc,CAAC,EAAE,CAAC,SAAS,EAAE,4BAA4B,KAAK,IAAI,CAAC;IACnE,OAAO,CAAC,EAAE,qBAAqB,CAAC,SAAS,CAAC,CAAC;CAC5C;AAED,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,0BAA0B,CAkRlE,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,0BAA0B,GAAG;IAAE,eAAe,EAAE,OAAO,CAAA;CAAE,CAuE5F,CAAC"}
@@ -229,6 +229,7 @@ export const CallControlPanelDemo = (args) => {
229
229
  onConsultAction,
230
230
  onConferenceAction,
231
231
  transferOptions: transferReasons,
232
+ defaultTransfer: transferReasons[1].id,
232
233
  interactionOptions,
233
234
  onTransferAction: (id, data) => {
234
235
  action('onTransferAction')(id, data);
@@ -305,12 +306,11 @@ export const ExternalCTIDemo = (args) => {
305
306
  }
306
307
  },
307
308
  reasonOptions: transferReasons,
309
+ defaultInteraction: interactionOptions.find(({ id }) => id === '23254324')?.id,
308
310
  interactionOptions,
309
311
  heading: 'Attach interaction to call',
310
312
  ...(error && {
311
313
  message: {
312
- id: 'error',
313
- heading: 'Error',
314
314
  variant: 'urgent',
315
315
  messages: [error]
316
316
  }