@pega/cosmos-react-demos 2.0.0 → 2.1.3

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 (1167) hide show
  1. package/jsx/build/AppHeader/AppHeader.stories.d.ts +8 -0
  2. package/jsx/build/AppHeader/AppHeader.stories.d.ts.map +1 -0
  3. package/{lib → jsx}/build/AppHeader/AppHeader.stories.jsx +0 -0
  4. package/{lib → jsx}/build/AppHeader/AppHeader.stories.jsx.map +0 -0
  5. package/jsx/build/AppShell/AppShell.mocks.d.ts +50 -0
  6. package/jsx/build/AppShell/AppShell.mocks.d.ts.map +1 -0
  7. package/jsx/build/AppShell/AppShell.mocks.js +503 -0
  8. package/jsx/build/AppShell/AppShell.mocks.js.map +1 -0
  9. package/jsx/build/AppShell/AppShell.stories.d.ts +12 -0
  10. package/jsx/build/AppShell/AppShell.stories.d.ts.map +1 -0
  11. package/jsx/build/AppShell/AppShell.stories.jsx +194 -0
  12. package/jsx/build/AppShell/AppShell.stories.jsx.map +1 -0
  13. package/jsx/build/FlowModeller/AddNodeUtils.mocks.d.ts +45 -0
  14. package/jsx/build/FlowModeller/AddNodeUtils.mocks.d.ts.map +1 -0
  15. package/jsx/build/FlowModeller/AddNodeUtils.mocks.js +291 -0
  16. package/jsx/build/FlowModeller/AddNodeUtils.mocks.js.map +1 -0
  17. package/jsx/build/FlowModeller/FlowModeller.mocks.d.ts +9 -0
  18. package/jsx/build/FlowModeller/FlowModeller.mocks.d.ts.map +1 -0
  19. package/jsx/build/FlowModeller/FlowModeller.mocks.js +411 -0
  20. package/jsx/build/FlowModeller/FlowModeller.mocks.js.map +1 -0
  21. package/jsx/build/FlowModeller/FlowModeller.stories.d.ts +12 -0
  22. package/jsx/build/FlowModeller/FlowModeller.stories.d.ts.map +1 -0
  23. package/{lib → jsx}/build/FlowModeller/FlowModeller.stories.jsx +0 -0
  24. package/{lib → jsx}/build/FlowModeller/FlowModeller.stories.jsx.map +0 -0
  25. package/jsx/build/LifeCycle/LifeCycle.mocks.d.ts +201 -0
  26. package/jsx/build/LifeCycle/LifeCycle.mocks.d.ts.map +1 -0
  27. package/jsx/build/LifeCycle/LifeCycle.mocks.js +1128 -0
  28. package/jsx/build/LifeCycle/LifeCycle.mocks.js.map +1 -0
  29. package/jsx/build/LifeCycle/LifeCycle.stories.d.ts +11 -0
  30. package/jsx/build/LifeCycle/LifeCycle.stories.d.ts.map +1 -0
  31. package/{lib → jsx}/build/LifeCycle/LifeCycle.stories.jsx +0 -0
  32. package/{lib → jsx}/build/LifeCycle/LifeCycle.stories.jsx.map +0 -0
  33. package/jsx/build/LifeCycle/utils.d.ts +65 -0
  34. package/jsx/build/LifeCycle/utils.d.ts.map +1 -0
  35. package/jsx/build/LifeCycle/utils.js +218 -0
  36. package/jsx/build/LifeCycle/utils.js.map +1 -0
  37. package/jsx/build/PageTemplates/GalleryPage.stories.d.ts +12 -0
  38. package/jsx/build/PageTemplates/GalleryPage.stories.d.ts.map +1 -0
  39. package/{lib → jsx}/build/PageTemplates/GalleryPage.stories.jsx +0 -0
  40. package/{lib → jsx}/build/PageTemplates/GalleryPage.stories.jsx.map +0 -0
  41. package/jsx/build/PageTemplates/PageTemplates.stories.d.ts +26 -0
  42. package/jsx/build/PageTemplates/PageTemplates.stories.d.ts.map +1 -0
  43. package/{lib → jsx}/build/PageTemplates/PageTemplates.stories.jsx +0 -0
  44. package/{lib → jsx}/build/PageTemplates/PageTemplates.stories.jsx.map +0 -0
  45. package/jsx/build/Workbench/Workbench.mocks.d.ts +9 -0
  46. package/jsx/build/Workbench/Workbench.mocks.d.ts.map +1 -0
  47. package/jsx/build/Workbench/Workbench.mocks.js +67 -0
  48. package/jsx/build/Workbench/Workbench.mocks.js.map +1 -0
  49. package/jsx/build/Workbench/Workbench.stories.d.ts +10 -0
  50. package/jsx/build/Workbench/Workbench.stories.d.ts.map +1 -0
  51. package/{lib → jsx}/build/Workbench/Workbench.stories.jsx +0 -0
  52. package/{lib → jsx}/build/Workbench/Workbench.stories.jsx.map +0 -0
  53. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.stories.d.ts +10 -0
  54. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.stories.d.ts.map +1 -0
  55. package/{lib → jsx}/condition-builder/ConditionBuilder/ConditionBuilder.stories.jsx +0 -0
  56. package/{lib → jsx}/condition-builder/ConditionBuilder/ConditionBuilder.stories.jsx.map +0 -0
  57. package/jsx/condition-builder/ConditionBuilder/props.mock.d.ts +6 -0
  58. package/jsx/condition-builder/ConditionBuilder/props.mock.d.ts.map +1 -0
  59. package/jsx/condition-builder/ConditionBuilder/props.mock.js +113 -0
  60. package/jsx/condition-builder/ConditionBuilder/props.mock.js.map +1 -0
  61. package/jsx/core/AppShell/AppShell.mocks.d.ts +15 -0
  62. package/jsx/core/AppShell/AppShell.mocks.d.ts.map +1 -0
  63. package/{lib → jsx}/core/AppShell/AppShell.mocks.jsx +0 -0
  64. package/{lib → jsx}/core/AppShell/AppShell.mocks.jsx.map +0 -0
  65. package/jsx/core/AppShell/AppShell.stories.d.ts +31 -0
  66. package/jsx/core/AppShell/AppShell.stories.d.ts.map +1 -0
  67. package/{lib → jsx}/core/AppShell/AppShell.stories.jsx +0 -0
  68. package/{lib → jsx}/core/AppShell/AppShell.stories.jsx.map +0 -0
  69. package/jsx/core/AppShell/AppShell.styles.d.ts +2 -0
  70. package/jsx/core/AppShell/AppShell.styles.d.ts.map +1 -0
  71. package/jsx/core/AppShell/AppShell.styles.js +5 -0
  72. package/jsx/core/AppShell/AppShell.styles.js.map +1 -0
  73. package/jsx/core/Avatar/Avatar.stories.d.ts +10 -0
  74. package/jsx/core/Avatar/Avatar.stories.d.ts.map +1 -0
  75. package/jsx/core/Avatar/Avatar.stories.jsx +50 -0
  76. package/jsx/core/Avatar/Avatar.stories.jsx.map +1 -0
  77. package/jsx/core/Backdrop/Backdrop.stories.d.ts +7 -0
  78. package/jsx/core/Backdrop/Backdrop.stories.d.ts.map +1 -0
  79. package/{lib → jsx}/core/Backdrop/Backdrop.stories.jsx +0 -0
  80. package/{lib → jsx}/core/Backdrop/Backdrop.stories.jsx.map +0 -0
  81. package/jsx/core/Badges/Alert.stories.d.ts +6 -0
  82. package/jsx/core/Badges/Alert.stories.d.ts.map +1 -0
  83. package/{lib → jsx}/core/Badges/Alert.stories.jsx +0 -0
  84. package/{lib → jsx}/core/Badges/Alert.stories.jsx.map +0 -0
  85. package/jsx/core/Badges/Count.stories.d.ts +6 -0
  86. package/jsx/core/Badges/Count.stories.d.ts.map +1 -0
  87. package/{lib → jsx}/core/Badges/Count.stories.jsx +0 -0
  88. package/{lib → jsx}/core/Badges/Count.stories.jsx.map +0 -0
  89. package/jsx/core/Badges/Selection.stories.d.ts +6 -0
  90. package/jsx/core/Badges/Selection.stories.d.ts.map +1 -0
  91. package/{lib → jsx}/core/Badges/Selection.stories.jsx +0 -0
  92. package/{lib → jsx}/core/Badges/Selection.stories.jsx.map +0 -0
  93. package/jsx/core/Badges/Status.stories.d.ts +6 -0
  94. package/jsx/core/Badges/Status.stories.d.ts.map +1 -0
  95. package/{lib → jsx}/core/Badges/Status.stories.jsx +0 -0
  96. package/{lib → jsx}/core/Badges/Status.stories.jsx.map +0 -0
  97. package/jsx/core/Badges/Tag.stories.d.ts +6 -0
  98. package/jsx/core/Badges/Tag.stories.d.ts.map +1 -0
  99. package/{lib → jsx}/core/Badges/Tag.stories.jsx +0 -0
  100. package/{lib → jsx}/core/Badges/Tag.stories.jsx.map +0 -0
  101. package/jsx/core/Banner/Banner.mocks.d.ts +18 -0
  102. package/jsx/core/Banner/Banner.mocks.d.ts.map +1 -0
  103. package/jsx/core/Banner/Banner.mocks.jsx +41 -0
  104. package/jsx/core/Banner/Banner.mocks.jsx.map +1 -0
  105. package/jsx/core/Banner/Banner.stories.d.ts +22 -0
  106. package/jsx/core/Banner/Banner.stories.d.ts.map +1 -0
  107. package/jsx/core/Banner/Banner.stories.jsx +87 -0
  108. package/jsx/core/Banner/Banner.stories.jsx.map +1 -0
  109. package/jsx/core/Boolean/BooleanDisplay.stories.d.ts +6 -0
  110. package/jsx/core/Boolean/BooleanDisplay.stories.d.ts.map +1 -0
  111. package/{lib → jsx}/core/Boolean/BooleanDisplay.stories.jsx +0 -0
  112. package/{lib → jsx}/core/Boolean/BooleanDisplay.stories.jsx.map +0 -0
  113. package/jsx/core/Breadcrumbs/Breadcrumbs.stories.d.ts +7 -0
  114. package/jsx/core/Breadcrumbs/Breadcrumbs.stories.d.ts.map +1 -0
  115. package/{lib → jsx}/core/Breadcrumbs/Breadcrumbs.stories.jsx +0 -0
  116. package/{lib → jsx}/core/Breadcrumbs/Breadcrumbs.stories.jsx.map +0 -0
  117. package/jsx/core/Breadcrumbs/Breadcrumbs.styles.d.ts +2 -0
  118. package/jsx/core/Breadcrumbs/Breadcrumbs.styles.d.ts.map +1 -0
  119. package/jsx/core/Breadcrumbs/Breadcrumbs.styles.js +12 -0
  120. package/jsx/core/Breadcrumbs/Breadcrumbs.styles.js.map +1 -0
  121. package/jsx/core/Button/Button.stories.d.ts +12 -0
  122. package/jsx/core/Button/Button.stories.d.ts.map +1 -0
  123. package/jsx/core/Button/Button.stories.jsx +103 -0
  124. package/jsx/core/Button/Button.stories.jsx.map +1 -0
  125. package/jsx/core/Card/Card.stories.d.ts +8 -0
  126. package/jsx/core/Card/Card.stories.d.ts.map +1 -0
  127. package/{lib → jsx}/core/Card/Card.stories.jsx +0 -0
  128. package/{lib → jsx}/core/Card/Card.stories.jsx.map +0 -0
  129. package/jsx/core/Card/Card.styles.d.ts +2 -0
  130. package/jsx/core/Card/Card.styles.d.ts.map +1 -0
  131. package/jsx/core/Card/Card.styles.js +5 -0
  132. package/jsx/core/Card/Card.styles.js.map +1 -0
  133. package/jsx/core/Checkbox/Checkbox.stories.d.ts +7 -0
  134. package/jsx/core/Checkbox/Checkbox.stories.d.ts.map +1 -0
  135. package/{lib → jsx}/core/Checkbox/Checkbox.stories.jsx +0 -0
  136. package/{lib → jsx}/core/Checkbox/Checkbox.stories.jsx.map +0 -0
  137. package/jsx/core/CheckboxGroup/CheckboxGroup.stories.d.ts +7 -0
  138. package/jsx/core/CheckboxGroup/CheckboxGroup.stories.d.ts.map +1 -0
  139. package/{lib → jsx}/core/CheckboxGroup/CheckboxGroup.stories.jsx +0 -0
  140. package/{lib → jsx}/core/CheckboxGroup/CheckboxGroup.stories.jsx.map +0 -0
  141. package/jsx/core/CheckboxGroup/CheckboxGroup.styles.d.ts +4 -0
  142. package/jsx/core/CheckboxGroup/CheckboxGroup.styles.d.ts.map +1 -0
  143. package/jsx/core/CheckboxGroup/CheckboxGroup.styles.js +9 -0
  144. package/jsx/core/CheckboxGroup/CheckboxGroup.styles.js.map +1 -0
  145. package/jsx/core/ColorPicker/ColorPicker.stories.d.ts +8 -0
  146. package/jsx/core/ColorPicker/ColorPicker.stories.d.ts.map +1 -0
  147. package/{lib → jsx}/core/ColorPicker/ColorPicker.stories.jsx +0 -0
  148. package/{lib → jsx}/core/ColorPicker/ColorPicker.stories.jsx.map +0 -0
  149. package/jsx/core/ComboBox/ComboBox.mocks.d.ts +24 -0
  150. package/jsx/core/ComboBox/ComboBox.mocks.d.ts.map +1 -0
  151. package/jsx/core/ComboBox/ComboBox.mocks.js +54 -0
  152. package/jsx/core/ComboBox/ComboBox.mocks.js.map +1 -0
  153. package/jsx/core/ComboBox/ComboBox.stories.d.ts +21 -0
  154. package/jsx/core/ComboBox/ComboBox.stories.d.ts.map +1 -0
  155. package/{lib → jsx}/core/ComboBox/ComboBox.stories.jsx +0 -0
  156. package/{lib → jsx}/core/ComboBox/ComboBox.stories.jsx.map +0 -0
  157. package/jsx/core/Configuration/Configuration.stories.d.ts +10 -0
  158. package/jsx/core/Configuration/Configuration.stories.d.ts.map +1 -0
  159. package/jsx/core/Configuration/Configuration.stories.jsx +125 -0
  160. package/jsx/core/Configuration/Configuration.stories.jsx.map +1 -0
  161. package/jsx/core/Currency/Currency.stories.d.ts +11 -0
  162. package/jsx/core/Currency/Currency.stories.d.ts.map +1 -0
  163. package/{lib → jsx}/core/Currency/Currency.stories.jsx +0 -0
  164. package/{lib → jsx}/core/Currency/Currency.stories.jsx.map +0 -0
  165. package/jsx/core/DateTime/DateTime.stories.d.ts +20 -0
  166. package/jsx/core/DateTime/DateTime.stories.d.ts.map +1 -0
  167. package/{lib → jsx}/core/DateTime/DateTime.stories.jsx +0 -0
  168. package/{lib → jsx}/core/DateTime/DateTime.stories.jsx.map +0 -0
  169. package/jsx/core/DateTime/DateTimeDisplay.stories.d.ts +7 -0
  170. package/jsx/core/DateTime/DateTimeDisplay.stories.d.ts.map +1 -0
  171. package/jsx/core/DateTime/DateTimeDisplay.stories.jsx +47 -0
  172. package/jsx/core/DateTime/DateTimeDisplay.stories.jsx.map +1 -0
  173. package/jsx/core/DateTime/DateTimePicker.stories.d.ts +7 -0
  174. package/jsx/core/DateTime/DateTimePicker.stories.d.ts.map +1 -0
  175. package/{lib → jsx}/core/DateTime/DateTimePicker.stories.jsx +0 -0
  176. package/{lib → jsx}/core/DateTime/DateTimePicker.stories.jsx.map +0 -0
  177. package/jsx/core/Drawer/Drawer.stories.d.ts +7 -0
  178. package/jsx/core/Drawer/Drawer.stories.d.ts.map +1 -0
  179. package/{lib → jsx}/core/Drawer/Drawer.stories.jsx +0 -0
  180. package/{lib → jsx}/core/Drawer/Drawer.stories.jsx.map +0 -0
  181. package/jsx/core/Drawer/Drawer.styles.d.ts +2 -0
  182. package/jsx/core/Drawer/Drawer.styles.d.ts.map +1 -0
  183. package/jsx/core/Drawer/Drawer.styles.js +11 -0
  184. package/jsx/core/Drawer/Drawer.styles.js.map +1 -0
  185. package/jsx/core/Email/EmailDisplay.stories.d.ts +6 -0
  186. package/jsx/core/Email/EmailDisplay.stories.d.ts.map +1 -0
  187. package/{lib → jsx}/core/Email/EmailDisplay.stories.jsx +0 -0
  188. package/{lib → jsx}/core/Email/EmailDisplay.stories.jsx.map +0 -0
  189. package/jsx/core/EmojiPicker/EmojiPicker.stories.d.ts +8 -0
  190. package/jsx/core/EmojiPicker/EmojiPicker.stories.d.ts.map +1 -0
  191. package/{lib → jsx}/core/EmojiPicker/EmojiPicker.stories.jsx +0 -0
  192. package/{lib → jsx}/core/EmojiPicker/EmojiPicker.stories.jsx.map +0 -0
  193. package/jsx/core/EmptyState/EmptyState.stories.d.ts +6 -0
  194. package/jsx/core/EmptyState/EmptyState.stories.d.ts.map +1 -0
  195. package/{lib → jsx}/core/EmptyState/EmptyState.stories.jsx +0 -0
  196. package/{lib → jsx}/core/EmptyState/EmptyState.stories.jsx.map +0 -0
  197. package/jsx/core/ErrorState/ErrorState.stories.d.ts +9 -0
  198. package/jsx/core/ErrorState/ErrorState.stories.d.ts.map +1 -0
  199. package/{lib → jsx}/core/ErrorState/ErrorState.stories.jsx +0 -0
  200. package/{lib → jsx}/core/ErrorState/ErrorState.stories.jsx.map +0 -0
  201. package/jsx/core/ExpandCollapse/ExpandCollapse.stories.d.ts +7 -0
  202. package/jsx/core/ExpandCollapse/ExpandCollapse.stories.d.ts.map +1 -0
  203. package/{lib → jsx}/core/ExpandCollapse/ExpandCollapse.stories.jsx +0 -0
  204. package/{lib → jsx}/core/ExpandCollapse/ExpandCollapse.stories.jsx.map +0 -0
  205. package/jsx/core/ExpandCollapse/ExpandCollapse.styles.d.ts +4 -0
  206. package/jsx/core/ExpandCollapse/ExpandCollapse.styles.d.ts.map +1 -0
  207. package/jsx/core/ExpandCollapse/ExpandCollapse.styles.js +17 -0
  208. package/jsx/core/ExpandCollapse/ExpandCollapse.styles.js.map +1 -0
  209. package/jsx/core/FieldGroup/FieldGroup.stories.d.ts +11 -0
  210. package/jsx/core/FieldGroup/FieldGroup.stories.d.ts.map +1 -0
  211. package/{lib → jsx}/core/FieldGroup/FieldGroup.stories.jsx +0 -0
  212. package/{lib → jsx}/core/FieldGroup/FieldGroup.stories.jsx.map +0 -0
  213. package/jsx/core/FieldGroup/FieldGroupList.mocks.d.ts +21 -0
  214. package/jsx/core/FieldGroup/FieldGroupList.mocks.d.ts.map +1 -0
  215. package/jsx/core/FieldGroup/FieldGroupList.mocks.jsx +36 -0
  216. package/jsx/core/FieldGroup/FieldGroupList.mocks.jsx.map +1 -0
  217. package/jsx/core/FieldGroup/FieldGroupList.stories.d.ts +10 -0
  218. package/jsx/core/FieldGroup/FieldGroupList.stories.d.ts.map +1 -0
  219. package/jsx/core/FieldGroup/FieldGroupList.stories.jsx +150 -0
  220. package/jsx/core/FieldGroup/FieldGroupList.stories.jsx.map +1 -0
  221. package/jsx/core/FieldValueList/FieldValueList.stories.d.ts +10 -0
  222. package/jsx/core/FieldValueList/FieldValueList.stories.d.ts.map +1 -0
  223. package/{lib → jsx}/core/FieldValueList/FieldValueList.stories.jsx +0 -0
  224. package/{lib → jsx}/core/FieldValueList/FieldValueList.stories.jsx.map +0 -0
  225. package/jsx/core/File/FileDisplay.stories.d.ts +20 -0
  226. package/jsx/core/File/FileDisplay.stories.d.ts.map +1 -0
  227. package/jsx/core/File/FileDisplay.stories.jsx +135 -0
  228. package/jsx/core/File/FileDisplay.stories.jsx.map +1 -0
  229. package/jsx/core/File/FileInput.stories.d.ts +9 -0
  230. package/jsx/core/File/FileInput.stories.d.ts.map +1 -0
  231. package/{lib → jsx}/core/File/FileInput.stories.jsx +0 -0
  232. package/{lib → jsx}/core/File/FileInput.stories.jsx.map +0 -0
  233. package/jsx/core/Flex/Flex.styles.d.ts +10 -0
  234. package/jsx/core/Flex/Flex.styles.d.ts.map +1 -0
  235. package/jsx/core/Flex/Flex.styles.js +41 -0
  236. package/jsx/core/Flex/Flex.styles.js.map +1 -0
  237. package/jsx/core/Flex/FlexContainer.stories.d.ts +22 -0
  238. package/jsx/core/Flex/FlexContainer.stories.d.ts.map +1 -0
  239. package/jsx/core/Flex/FlexContainer.stories.jsx +164 -0
  240. package/jsx/core/Flex/FlexContainer.stories.jsx.map +1 -0
  241. package/jsx/core/Flex/FlexItem.stories.d.ts +13 -0
  242. package/jsx/core/Flex/FlexItem.stories.d.ts.map +1 -0
  243. package/jsx/core/Flex/FlexItem.stories.jsx +71 -0
  244. package/jsx/core/Flex/FlexItem.stories.jsx.map +1 -0
  245. package/jsx/core/Form/Form.mocks.d.ts +8 -0
  246. package/jsx/core/Form/Form.mocks.d.ts.map +1 -0
  247. package/jsx/core/Form/Form.mocks.jsx +138 -0
  248. package/jsx/core/Form/Form.mocks.jsx.map +1 -0
  249. package/jsx/core/Form/Form.stories.d.ts +14 -0
  250. package/jsx/core/Form/Form.stories.d.ts.map +1 -0
  251. package/jsx/core/Form/Form.stories.jsx +62 -0
  252. package/jsx/core/Form/Form.stories.jsx.map +1 -0
  253. package/jsx/core/Grid/Grid.styles.d.ts +6 -0
  254. package/jsx/core/Grid/Grid.styles.d.ts.map +1 -0
  255. package/jsx/core/Grid/Grid.styles.js +36 -0
  256. package/jsx/core/Grid/Grid.styles.js.map +1 -0
  257. package/jsx/core/Grid/GridContainer.stories.d.ts +24 -0
  258. package/jsx/core/Grid/GridContainer.stories.d.ts.map +1 -0
  259. package/jsx/core/Grid/GridContainer.stories.jsx +168 -0
  260. package/jsx/core/Grid/GridContainer.stories.jsx.map +1 -0
  261. package/jsx/core/Grid/GridItem.stories.d.ts +13 -0
  262. package/jsx/core/Grid/GridItem.stories.d.ts.map +1 -0
  263. package/jsx/core/Grid/GridItem.stories.jsx +74 -0
  264. package/jsx/core/Grid/GridItem.stories.jsx.map +1 -0
  265. package/jsx/core/Icon/Icon.mocks.d.ts +3 -0
  266. package/jsx/core/Icon/Icon.mocks.d.ts.map +1 -0
  267. package/jsx/core/Icon/Icon.mocks.jsx +9 -0
  268. package/jsx/core/Icon/Icon.mocks.jsx.map +1 -0
  269. package/jsx/core/Icon/Icon.stories.d.ts +9 -0
  270. package/jsx/core/Icon/Icon.stories.d.ts.map +1 -0
  271. package/jsx/core/Icon/Icon.stories.jsx +90 -0
  272. package/jsx/core/Icon/Icon.stories.jsx.map +1 -0
  273. package/jsx/core/IconPicker/IconPicker.stories.d.ts +6 -0
  274. package/jsx/core/IconPicker/IconPicker.stories.d.ts.map +1 -0
  275. package/jsx/core/IconPicker/IconPicker.stories.jsx +38 -0
  276. package/jsx/core/IconPicker/IconPicker.stories.jsx.map +1 -0
  277. package/jsx/core/Image/Image.stories.d.ts +6 -0
  278. package/jsx/core/Image/Image.stories.d.ts.map +1 -0
  279. package/{lib → jsx}/core/Image/Image.stories.jsx +0 -0
  280. package/{lib → jsx}/core/Image/Image.stories.jsx.map +0 -0
  281. package/jsx/core/Input/Input.stories.d.ts +9 -0
  282. package/jsx/core/Input/Input.stories.d.ts.map +1 -0
  283. package/{lib → jsx}/core/Input/Input.stories.jsx +0 -0
  284. package/{lib → jsx}/core/Input/Input.stories.jsx.map +0 -0
  285. package/jsx/core/Label/Label.stories.d.ts +6 -0
  286. package/jsx/core/Label/Label.stories.d.ts.map +1 -0
  287. package/{lib → jsx}/core/Label/Label.stories.jsx +0 -0
  288. package/{lib → jsx}/core/Label/Label.stories.jsx.map +0 -0
  289. package/jsx/core/Lightbox/Lightbox.mocks.d.ts +15 -0
  290. package/jsx/core/Lightbox/Lightbox.mocks.d.ts.map +1 -0
  291. package/jsx/core/Lightbox/Lightbox.mocks.js +59 -0
  292. package/jsx/core/Lightbox/Lightbox.mocks.js.map +1 -0
  293. package/jsx/core/Lightbox/Lightbox.stories.d.ts +10 -0
  294. package/jsx/core/Lightbox/Lightbox.stories.d.ts.map +1 -0
  295. package/jsx/core/Lightbox/Lightbox.stories.jsx +55 -0
  296. package/jsx/core/Lightbox/Lightbox.stories.jsx.map +1 -0
  297. package/jsx/core/Link/Link.stories.d.ts +18 -0
  298. package/jsx/core/Link/Link.stories.d.ts.map +1 -0
  299. package/jsx/core/Link/Link.stories.jsx +49 -0
  300. package/jsx/core/Link/Link.stories.jsx.map +1 -0
  301. package/jsx/core/List/CommaSeparatedList.stories.d.ts +6 -0
  302. package/jsx/core/List/CommaSeparatedList.stories.d.ts.map +1 -0
  303. package/jsx/core/List/CommaSeparatedList.stories.jsx +31 -0
  304. package/jsx/core/List/CommaSeparatedList.stories.jsx.map +1 -0
  305. package/jsx/core/List/OrderedList.stories.d.ts +10 -0
  306. package/jsx/core/List/OrderedList.stories.d.ts.map +1 -0
  307. package/jsx/core/List/OrderedList.stories.jsx +38 -0
  308. package/jsx/core/List/OrderedList.stories.jsx.map +1 -0
  309. package/jsx/core/List/UnorderedList.stories.d.ts +10 -0
  310. package/jsx/core/List/UnorderedList.stories.d.ts.map +1 -0
  311. package/jsx/core/List/UnorderedList.stories.jsx +38 -0
  312. package/jsx/core/List/UnorderedList.stories.jsx.map +1 -0
  313. package/jsx/core/Location/Location.stories.d.ts +12 -0
  314. package/jsx/core/Location/Location.stories.d.ts.map +1 -0
  315. package/{lib → jsx}/core/Location/Location.stories.jsx +0 -0
  316. package/{lib → jsx}/core/Location/Location.stories.jsx.map +0 -0
  317. package/jsx/core/Menu/Menu.mocks.d.ts +4 -0
  318. package/jsx/core/Menu/Menu.mocks.d.ts.map +1 -0
  319. package/jsx/core/Menu/Menu.mocks.js +179 -0
  320. package/jsx/core/Menu/Menu.mocks.js.map +1 -0
  321. package/jsx/core/Menu/Menu.stories.d.ts +16 -0
  322. package/jsx/core/Menu/Menu.stories.d.ts.map +1 -0
  323. package/jsx/core/Menu/Menu.stories.jsx +164 -0
  324. package/jsx/core/Menu/Menu.stories.jsx.map +1 -0
  325. package/jsx/core/Menu/Menu.styles.d.ts +2 -0
  326. package/jsx/core/Menu/Menu.styles.d.ts.map +1 -0
  327. package/jsx/core/Menu/Menu.styles.js +6 -0
  328. package/jsx/core/Menu/Menu.styles.js.map +1 -0
  329. package/jsx/core/MenuButton/MenuButton.stories.d.ts +15 -0
  330. package/jsx/core/MenuButton/MenuButton.stories.d.ts.map +1 -0
  331. package/{lib → jsx}/core/MenuButton/MenuButton.stories.jsx +0 -0
  332. package/{lib → jsx}/core/MenuButton/MenuButton.stories.jsx.map +0 -0
  333. package/jsx/core/MetaList/MetaList.stories.d.ts +9 -0
  334. package/jsx/core/MetaList/MetaList.stories.d.ts.map +1 -0
  335. package/{lib → jsx}/core/MetaList/MetaList.stories.jsx +0 -0
  336. package/{lib → jsx}/core/MetaList/MetaList.stories.jsx.map +0 -0
  337. package/jsx/core/Modal/Modal.mocks.d.ts +4 -0
  338. package/jsx/core/Modal/Modal.mocks.d.ts.map +1 -0
  339. package/jsx/core/Modal/Modal.mocks.jsx +44 -0
  340. package/jsx/core/Modal/Modal.mocks.jsx.map +1 -0
  341. package/jsx/core/Modal/Modal.stories.d.ts +20 -0
  342. package/jsx/core/Modal/Modal.stories.d.ts.map +1 -0
  343. package/{lib → jsx}/core/Modal/Modal.stories.jsx +0 -0
  344. package/{lib → jsx}/core/Modal/Modal.stories.jsx.map +0 -0
  345. package/jsx/core/MultiStep/MultiStep.stories.d.ts +6 -0
  346. package/jsx/core/MultiStep/MultiStep.stories.d.ts.map +1 -0
  347. package/{lib → jsx}/core/MultiStep/MultiStep.stories.jsx +0 -0
  348. package/{lib → jsx}/core/MultiStep/MultiStep.stories.jsx.map +0 -0
  349. package/jsx/core/Number/Number.stories.d.ts +13 -0
  350. package/jsx/core/Number/Number.stories.d.ts.map +1 -0
  351. package/jsx/core/Number/Number.stories.jsx +110 -0
  352. package/jsx/core/Number/Number.stories.jsx.map +1 -0
  353. package/jsx/core/PageTemplates/PageTemplates.mocks.d.ts +3 -0
  354. package/jsx/core/PageTemplates/PageTemplates.mocks.d.ts.map +1 -0
  355. package/jsx/core/PageTemplates/PageTemplates.mocks.js +10 -0
  356. package/jsx/core/PageTemplates/PageTemplates.mocks.js.map +1 -0
  357. package/jsx/core/PageTemplates/PageTemplates.stories.d.ts +31 -0
  358. package/jsx/core/PageTemplates/PageTemplates.stories.d.ts.map +1 -0
  359. package/jsx/core/PageTemplates/PageTemplates.stories.jsx +233 -0
  360. package/jsx/core/PageTemplates/PageTemplates.stories.jsx.map +1 -0
  361. package/jsx/core/PageTemplates/PageTemplates.styles.d.ts +4 -0
  362. package/jsx/core/PageTemplates/PageTemplates.styles.d.ts.map +1 -0
  363. package/jsx/core/PageTemplates/PageTemplates.styles.js +31 -0
  364. package/jsx/core/PageTemplates/PageTemplates.styles.js.map +1 -0
  365. package/jsx/core/Pagination/Pagination.stories.d.ts +6 -0
  366. package/jsx/core/Pagination/Pagination.stories.d.ts.map +1 -0
  367. package/{lib → jsx}/core/Pagination/Pagination.stories.jsx +0 -0
  368. package/{lib → jsx}/core/Pagination/Pagination.stories.jsx.map +0 -0
  369. package/jsx/core/Paragraph/ParagraphDisplay.stories.d.ts +6 -0
  370. package/jsx/core/Paragraph/ParagraphDisplay.stories.d.ts.map +1 -0
  371. package/jsx/core/Paragraph/ParagraphDisplay.stories.jsx +15 -0
  372. package/jsx/core/Paragraph/ParagraphDisplay.stories.jsx.map +1 -0
  373. package/jsx/core/Phone/Phone.stories.d.ts +7 -0
  374. package/jsx/core/Phone/Phone.stories.d.ts.map +1 -0
  375. package/{lib → jsx}/core/Phone/Phone.stories.jsx +0 -0
  376. package/{lib → jsx}/core/Phone/Phone.stories.jsx.map +0 -0
  377. package/jsx/core/Popover/Popover.stories.d.ts +7 -0
  378. package/jsx/core/Popover/Popover.stories.d.ts.map +1 -0
  379. package/jsx/core/Popover/Popover.stories.jsx +182 -0
  380. package/jsx/core/Popover/Popover.stories.jsx.map +1 -0
  381. package/jsx/core/Progress/Progress.stories.d.ts +7 -0
  382. package/jsx/core/Progress/Progress.stories.d.ts.map +1 -0
  383. package/{lib → jsx}/core/Progress/Progress.stories.jsx +0 -0
  384. package/{lib → jsx}/core/Progress/Progress.stories.jsx.map +0 -0
  385. package/jsx/core/Progress/Progress.styles.d.ts +2 -0
  386. package/jsx/core/Progress/Progress.styles.d.ts.map +1 -0
  387. package/jsx/core/Progress/Progress.styles.js +13 -0
  388. package/jsx/core/Progress/Progress.styles.js.map +1 -0
  389. package/jsx/core/RadioButton/RadioButton.stories.d.ts +7 -0
  390. package/jsx/core/RadioButton/RadioButton.stories.d.ts.map +1 -0
  391. package/{lib → jsx}/core/RadioButton/RadioButton.stories.jsx +0 -0
  392. package/{lib → jsx}/core/RadioButton/RadioButton.stories.jsx.map +0 -0
  393. package/jsx/core/RadioButtonGroup/RadioButtonGroup.stories.d.ts +7 -0
  394. package/jsx/core/RadioButtonGroup/RadioButtonGroup.stories.d.ts.map +1 -0
  395. package/{lib → jsx}/core/RadioButtonGroup/RadioButtonGroup.stories.jsx +0 -0
  396. package/{lib → jsx}/core/RadioButtonGroup/RadioButtonGroup.stories.jsx.map +0 -0
  397. package/jsx/core/RadioButtonGroup/RadioButtonGroup.styles.d.ts +4 -0
  398. package/jsx/core/RadioButtonGroup/RadioButtonGroup.styles.d.ts.map +1 -0
  399. package/jsx/core/RadioButtonGroup/RadioButtonGroup.styles.js +9 -0
  400. package/jsx/core/RadioButtonGroup/RadioButtonGroup.styles.js.map +1 -0
  401. package/jsx/core/Rating/Rating.stories.d.ts +9 -0
  402. package/jsx/core/Rating/Rating.stories.d.ts.map +1 -0
  403. package/jsx/core/Rating/Rating.stories.jsx +21 -0
  404. package/jsx/core/Rating/Rating.stories.jsx.map +1 -0
  405. package/jsx/core/SearchInput/SearchInput.stories.d.ts +6 -0
  406. package/jsx/core/SearchInput/SearchInput.stories.d.ts.map +1 -0
  407. package/{lib → jsx}/core/SearchInput/SearchInput.stories.jsx +0 -0
  408. package/{lib → jsx}/core/SearchInput/SearchInput.stories.jsx.map +0 -0
  409. package/jsx/core/Select/Select.stories.d.ts +9 -0
  410. package/jsx/core/Select/Select.stories.d.ts.map +1 -0
  411. package/{lib → jsx}/core/Select/Select.stories.jsx +0 -0
  412. package/{lib → jsx}/core/Select/Select.stories.jsx.map +0 -0
  413. package/jsx/core/Sentiment/Sentiment.stories.d.ts +14 -0
  414. package/jsx/core/Sentiment/Sentiment.stories.d.ts.map +1 -0
  415. package/jsx/core/Sentiment/Sentiment.stories.jsx +39 -0
  416. package/jsx/core/Sentiment/Sentiment.stories.jsx.map +1 -0
  417. package/jsx/core/Slider/Slider.stories.d.ts +11 -0
  418. package/jsx/core/Slider/Slider.stories.d.ts.map +1 -0
  419. package/{lib → jsx}/core/Slider/Slider.stories.jsx +0 -0
  420. package/{lib → jsx}/core/Slider/Slider.stories.jsx.map +0 -0
  421. package/jsx/core/SummaryItem/SummaryItem.stories.d.ts +11 -0
  422. package/jsx/core/SummaryItem/SummaryItem.stories.d.ts.map +1 -0
  423. package/{lib → jsx}/core/SummaryItem/SummaryItem.stories.jsx +0 -0
  424. package/{lib → jsx}/core/SummaryItem/SummaryItem.stories.jsx.map +0 -0
  425. package/jsx/core/SummaryList/SummaryList.mocks.d.ts +32 -0
  426. package/jsx/core/SummaryList/SummaryList.mocks.d.ts.map +1 -0
  427. package/{lib → jsx}/core/SummaryList/SummaryList.mocks.jsx +0 -0
  428. package/{lib → jsx}/core/SummaryList/SummaryList.mocks.jsx.map +0 -0
  429. package/jsx/core/SummaryList/SummaryList.stories.d.ts +13 -0
  430. package/jsx/core/SummaryList/SummaryList.stories.d.ts.map +1 -0
  431. package/jsx/core/SummaryList/SummaryList.stories.jsx +131 -0
  432. package/jsx/core/SummaryList/SummaryList.stories.jsx.map +1 -0
  433. package/jsx/core/Switch/Switch.stories.d.ts +7 -0
  434. package/jsx/core/Switch/Switch.stories.d.ts.map +1 -0
  435. package/{lib → jsx}/core/Switch/Switch.stories.jsx +0 -0
  436. package/{lib → jsx}/core/Switch/Switch.stories.jsx.map +0 -0
  437. package/jsx/core/Switch/Switch.styles.d.ts +2 -0
  438. package/jsx/core/Switch/Switch.styles.d.ts.map +1 -0
  439. package/jsx/core/Switch/Switch.styles.js +13 -0
  440. package/jsx/core/Switch/Switch.styles.js.map +1 -0
  441. package/jsx/core/Table/Table.mocks.d.ts +19 -0
  442. package/jsx/core/Table/Table.mocks.d.ts.map +1 -0
  443. package/{lib → jsx}/core/Table/Table.mocks.jsx +0 -0
  444. package/{lib → jsx}/core/Table/Table.mocks.jsx.map +0 -0
  445. package/jsx/core/Table/Table.stories.d.ts +14 -0
  446. package/jsx/core/Table/Table.stories.d.ts.map +1 -0
  447. package/{lib → jsx}/core/Table/Table.stories.jsx +0 -0
  448. package/{lib → jsx}/core/Table/Table.stories.jsx.map +0 -0
  449. package/jsx/core/Table/Table.styles.d.ts +4 -0
  450. package/jsx/core/Table/Table.styles.d.ts.map +1 -0
  451. package/jsx/core/Table/Table.styles.js +9 -0
  452. package/jsx/core/Table/Table.styles.js.map +1 -0
  453. package/jsx/core/Tabs/Tabs.stories.d.ts +7 -0
  454. package/jsx/core/Tabs/Tabs.stories.d.ts.map +1 -0
  455. package/{lib → jsx}/core/Tabs/Tabs.stories.jsx +0 -0
  456. package/{lib → jsx}/core/Tabs/Tabs.stories.jsx.map +0 -0
  457. package/jsx/core/Text/Text.stories.d.ts +6 -0
  458. package/jsx/core/Text/Text.stories.d.ts.map +1 -0
  459. package/{lib → jsx}/core/Text/Text.stories.jsx +0 -0
  460. package/{lib → jsx}/core/Text/Text.stories.jsx.map +0 -0
  461. package/jsx/core/TextArea/TextArea.stories.d.ts +6 -0
  462. package/jsx/core/TextArea/TextArea.stories.d.ts.map +1 -0
  463. package/{lib → jsx}/core/TextArea/TextArea.stories.jsx +0 -0
  464. package/{lib → jsx}/core/TextArea/TextArea.stories.jsx.map +0 -0
  465. package/jsx/core/Toaster/Toaster.stories.d.ts +6 -0
  466. package/jsx/core/Toaster/Toaster.stories.d.ts.map +1 -0
  467. package/jsx/core/Toaster/Toaster.stories.jsx +22 -0
  468. package/jsx/core/Toaster/Toaster.stories.jsx.map +1 -0
  469. package/jsx/core/Tooltip/Tooltip.stories.d.ts +8 -0
  470. package/jsx/core/Tooltip/Tooltip.stories.d.ts.map +1 -0
  471. package/{lib → jsx}/core/Tooltip/Tooltip.stories.jsx +0 -0
  472. package/{lib → jsx}/core/Tooltip/Tooltip.stories.jsx.map +0 -0
  473. package/jsx/core/Tree/Tree.mocks.d.ts +2 -0
  474. package/jsx/core/Tree/Tree.mocks.d.ts.map +1 -0
  475. package/jsx/core/Tree/Tree.mocks.js +20 -0
  476. package/jsx/core/Tree/Tree.mocks.js.map +1 -0
  477. package/jsx/core/Tree/Tree.stories.d.ts +8 -0
  478. package/jsx/core/Tree/Tree.stories.d.ts.map +1 -0
  479. package/{lib → jsx}/core/Tree/Tree.stories.jsx +0 -0
  480. package/{lib → jsx}/core/Tree/Tree.stories.jsx.map +0 -0
  481. package/jsx/core/Tree/Tree.styles.d.ts +3 -0
  482. package/jsx/core/Tree/Tree.styles.d.ts.map +1 -0
  483. package/jsx/core/Tree/Tree.styles.js +10 -0
  484. package/jsx/core/Tree/Tree.styles.js.map +1 -0
  485. package/jsx/core/URL/URL.stories.d.ts +6 -0
  486. package/jsx/core/URL/URL.stories.d.ts.map +1 -0
  487. package/{lib → jsx}/core/URL/URL.stories.jsx +0 -0
  488. package/{lib → jsx}/core/URL/URL.stories.jsx.map +0 -0
  489. package/jsx/cs/Article/Article.mocks.d.ts +14 -0
  490. package/jsx/cs/Article/Article.mocks.d.ts.map +1 -0
  491. package/jsx/cs/Article/Article.mocks.js +14 -0
  492. package/jsx/cs/Article/Article.mocks.js.map +1 -0
  493. package/jsx/cs/Article/Article.stories.d.ts +15 -0
  494. package/jsx/cs/Article/Article.stories.d.ts.map +1 -0
  495. package/{lib → jsx}/cs/Article/Article.stories.jsx +0 -0
  496. package/{lib → jsx}/cs/Article/Article.stories.jsx.map +0 -0
  497. package/jsx/cs/ArticleList/ArticleList.mocks.d.ts +21 -0
  498. package/jsx/cs/ArticleList/ArticleList.mocks.d.ts.map +1 -0
  499. package/jsx/cs/ArticleList/ArticleList.mocks.js +102 -0
  500. package/jsx/cs/ArticleList/ArticleList.mocks.js.map +1 -0
  501. package/jsx/cs/ArticleList/ArticleList.stories.d.ts +16 -0
  502. package/jsx/cs/ArticleList/ArticleList.stories.d.ts.map +1 -0
  503. package/{lib → jsx}/cs/ArticleList/ArticleList.stories.jsx +0 -0
  504. package/{lib → jsx}/cs/ArticleList/ArticleList.stories.jsx.map +0 -0
  505. package/jsx/cs/CSCaseView/CSAppShell.stories.d.ts +45 -0
  506. package/jsx/cs/CSCaseView/CSAppShell.stories.d.ts.map +1 -0
  507. package/{lib → jsx}/cs/CSCaseView/CSAppShell.stories.jsx +0 -0
  508. package/{lib → jsx}/cs/CSCaseView/CSAppShell.stories.jsx.map +0 -0
  509. package/jsx/cs/CSCaseView/CSCaseView.mocks.d.ts +57 -0
  510. package/jsx/cs/CSCaseView/CSCaseView.mocks.d.ts.map +1 -0
  511. package/jsx/cs/CSCaseView/CSCaseView.mocks.js +224 -0
  512. package/jsx/cs/CSCaseView/CSCaseView.mocks.js.map +1 -0
  513. package/jsx/cs/CallControlPanel/CallControlPanel.mocks.d.ts +16 -0
  514. package/jsx/cs/CallControlPanel/CallControlPanel.mocks.d.ts.map +1 -0
  515. package/jsx/cs/CallControlPanel/CallControlPanel.mocks.js +110 -0
  516. package/jsx/cs/CallControlPanel/CallControlPanel.mocks.js.map +1 -0
  517. package/jsx/cs/CallControlPanel/CallControlPanel.stories.d.ts +13 -0
  518. package/jsx/cs/CallControlPanel/CallControlPanel.stories.d.ts.map +1 -0
  519. package/{lib → jsx}/cs/CallControlPanel/CallControlPanel.stories.jsx +0 -0
  520. package/{lib → jsx}/cs/CallControlPanel/CallControlPanel.stories.jsx.map +0 -0
  521. package/jsx/cs/DialPad/DialPad.stories.d.ts +9 -0
  522. package/jsx/cs/DialPad/DialPad.stories.d.ts.map +1 -0
  523. package/{lib → jsx}/cs/DialPad/DialPad.stories.jsx +0 -0
  524. package/{lib → jsx}/cs/DialPad/DialPad.stories.jsx.map +0 -0
  525. package/jsx/cs/DialPad/DialPadKeyboardData.mock.d.ts +11 -0
  526. package/jsx/cs/DialPad/DialPadKeyboardData.mock.d.ts.map +1 -0
  527. package/jsx/cs/DialPad/DialPadKeyboardData.mock.js +20 -0
  528. package/jsx/cs/DialPad/DialPadKeyboardData.mock.js.map +1 -0
  529. package/jsx/cs/IntelligentGuidance/IntelligentGuidance.stories.d.ts +13 -0
  530. package/jsx/cs/IntelligentGuidance/IntelligentGuidance.stories.d.ts.map +1 -0
  531. package/{lib → jsx}/cs/IntelligentGuidance/IntelligentGuidance.stories.jsx +0 -0
  532. package/{lib → jsx}/cs/IntelligentGuidance/IntelligentGuidance.stories.jsx.map +0 -0
  533. package/jsx/cs/InteractionNotification/InteractionNotification.stories.d.ts +8 -0
  534. package/jsx/cs/InteractionNotification/InteractionNotification.stories.d.ts.map +1 -0
  535. package/{lib → jsx}/cs/InteractionNotification/InteractionNotification.stories.jsx +0 -0
  536. package/{lib → jsx}/cs/InteractionNotification/InteractionNotification.stories.jsx.map +0 -0
  537. package/jsx/cs/InteractionTimer/InteractionTimer.stories.d.ts +14 -0
  538. package/jsx/cs/InteractionTimer/InteractionTimer.stories.d.ts.map +1 -0
  539. package/{lib → jsx}/cs/InteractionTimer/InteractionTimer.stories.jsx +0 -0
  540. package/{lib → jsx}/cs/InteractionTimer/InteractionTimer.stories.jsx.map +0 -0
  541. package/jsx/cs/TaskManager/TaskManager.mocks.d.ts +13 -0
  542. package/jsx/cs/TaskManager/TaskManager.mocks.d.ts.map +1 -0
  543. package/jsx/cs/TaskManager/TaskManager.mocks.js +140 -0
  544. package/jsx/cs/TaskManager/TaskManager.mocks.js.map +1 -0
  545. package/jsx/cs/TaskManager/TaskManager.stories.d.ts +8 -0
  546. package/jsx/cs/TaskManager/TaskManager.stories.d.ts.map +1 -0
  547. package/{lib → jsx}/cs/TaskManager/TaskManager.stories.jsx +0 -0
  548. package/{lib → jsx}/cs/TaskManager/TaskManager.stories.jsx.map +0 -0
  549. package/jsx/dnd/DragDropList/DragDropList.stories.d.ts +11 -0
  550. package/jsx/dnd/DragDropList/DragDropList.stories.d.ts.map +1 -0
  551. package/{lib → jsx}/dnd/DragDropList/DragDropList.stories.jsx +0 -0
  552. package/{lib → jsx}/dnd/DragDropList/DragDropList.stories.jsx.map +0 -0
  553. package/jsx/rte/Editor/Editor.stories.d.ts +11 -0
  554. package/jsx/rte/Editor/Editor.stories.d.ts.map +1 -0
  555. package/jsx/rte/Editor/Editor.stories.jsx +119 -0
  556. package/jsx/rte/Editor/Editor.stories.jsx.map +1 -0
  557. package/jsx/rte/RichTextEditor/RichTextEditor.mocks.d.ts +3 -0
  558. package/jsx/rte/RichTextEditor/RichTextEditor.mocks.d.ts.map +1 -0
  559. package/{lib → jsx}/rte/RichTextEditor/RichTextEditor.mocks.jsx +0 -0
  560. package/{lib → jsx}/rte/RichTextEditor/RichTextEditor.mocks.jsx.map +0 -0
  561. package/jsx/rte/RichTextEditor/RichTextEditor.stories.d.ts +10 -0
  562. package/jsx/rte/RichTextEditor/RichTextEditor.stories.d.ts.map +1 -0
  563. package/jsx/rte/RichTextEditor/RichTextEditor.stories.jsx +145 -0
  564. package/jsx/rte/RichTextEditor/RichTextEditor.stories.jsx.map +1 -0
  565. package/jsx/rte/RichTextEditor/RichTextViewer.stories.d.ts +8 -0
  566. package/jsx/rte/RichTextEditor/RichTextViewer.stories.d.ts.map +1 -0
  567. package/jsx/rte/RichTextEditor/RichTextViewer.stories.jsx +79 -0
  568. package/jsx/rte/RichTextEditor/RichTextViewer.stories.jsx.map +1 -0
  569. package/jsx/social/Chat/Chat.mocks.d.ts +385 -0
  570. package/jsx/social/Chat/Chat.mocks.d.ts.map +1 -0
  571. package/jsx/social/Chat/Chat.mocks.js +648 -0
  572. package/jsx/social/Chat/Chat.mocks.js.map +1 -0
  573. package/jsx/social/Chat/Chat.stories.d.ts +34 -0
  574. package/jsx/social/Chat/Chat.stories.d.ts.map +1 -0
  575. package/jsx/social/Chat/Chat.stories.jsx +490 -0
  576. package/jsx/social/Chat/Chat.stories.jsx.map +1 -0
  577. package/jsx/social/Chat/RepeatingView.stories.d.ts +20 -0
  578. package/jsx/social/Chat/RepeatingView.stories.d.ts.map +1 -0
  579. package/{lib → jsx}/social/Chat/RepeatingView.stories.jsx +0 -0
  580. package/{lib → jsx}/social/Chat/RepeatingView.stories.jsx.map +0 -0
  581. package/jsx/social/Email/Email.mocks.d.ts +87 -0
  582. package/jsx/social/Email/Email.mocks.d.ts.map +1 -0
  583. package/{lib → jsx}/social/Email/Email.mocks.jsx +0 -0
  584. package/{lib → jsx}/social/Email/Email.mocks.jsx.map +0 -0
  585. package/jsx/social/Email/Email.stories.d.ts +28 -0
  586. package/jsx/social/Email/Email.stories.d.ts.map +1 -0
  587. package/{lib → jsx}/social/Email/Email.stories.jsx +0 -0
  588. package/{lib → jsx}/social/Email/Email.stories.jsx.map +0 -0
  589. package/jsx/social/Feed/Feed.mocks.d.ts +52 -0
  590. package/jsx/social/Feed/Feed.mocks.d.ts.map +1 -0
  591. package/{lib → jsx}/social/Feed/Feed.mocks.jsx +0 -0
  592. package/{lib → jsx}/social/Feed/Feed.mocks.jsx.map +0 -0
  593. package/jsx/social/Feed/Feed.stories.d.ts +15 -0
  594. package/jsx/social/Feed/Feed.stories.d.ts.map +1 -0
  595. package/{lib → jsx}/social/Feed/Feed.stories.jsx +0 -0
  596. package/{lib → jsx}/social/Feed/Feed.stories.jsx.map +0 -0
  597. package/jsx/social/Feed/FeedNewPost.stories.d.ts +17 -0
  598. package/jsx/social/Feed/FeedNewPost.stories.d.ts.map +1 -0
  599. package/jsx/social/Feed/FeedNewPost.stories.jsx +80 -0
  600. package/jsx/social/Feed/FeedNewPost.stories.jsx.map +1 -0
  601. package/jsx/social/Feed/FeedPost.stories.d.ts +9 -0
  602. package/jsx/social/Feed/FeedPost.stories.d.ts.map +1 -0
  603. package/jsx/social/Feed/FeedPost.stories.jsx +248 -0
  604. package/jsx/social/Feed/FeedPost.stories.jsx.map +1 -0
  605. package/jsx/social/Feed/FeedReply.stories.d.ts +16 -0
  606. package/jsx/social/Feed/FeedReply.stories.d.ts.map +1 -0
  607. package/{lib → jsx}/social/Feed/FeedReply.stories.jsx +0 -0
  608. package/{lib → jsx}/social/Feed/FeedReply.stories.jsx.map +0 -0
  609. package/jsx/social/Feed/FeedReplyInput.stories.d.ts +15 -0
  610. package/jsx/social/Feed/FeedReplyInput.stories.d.ts.map +1 -0
  611. package/{lib → jsx}/social/Feed/FeedReplyInput.stories.jsx +0 -0
  612. package/{lib → jsx}/social/Feed/FeedReplyInput.stories.jsx.map +0 -0
  613. package/jsx/work/AppAnnouncement/AppAnnouncement.stories.d.ts +6 -0
  614. package/jsx/work/AppAnnouncement/AppAnnouncement.stories.d.ts.map +1 -0
  615. package/jsx/work/AppAnnouncement/AppAnnouncement.stories.jsx +29 -0
  616. package/jsx/work/AppAnnouncement/AppAnnouncement.stories.jsx.map +1 -0
  617. package/jsx/work/CaseView/Attachments.mocks.d.ts +3 -0
  618. package/jsx/work/CaseView/Attachments.mocks.d.ts.map +1 -0
  619. package/{lib → jsx}/work/CaseView/Attachments.mocks.jsx +0 -0
  620. package/{lib → jsx}/work/CaseView/Attachments.mocks.jsx.map +0 -0
  621. package/jsx/work/CaseView/CaseView.mocks.d.ts +11 -0
  622. package/jsx/work/CaseView/CaseView.mocks.d.ts.map +1 -0
  623. package/{lib → jsx}/work/CaseView/CaseView.mocks.jsx +0 -0
  624. package/{lib → jsx}/work/CaseView/CaseView.mocks.jsx.map +0 -0
  625. package/jsx/work/CaseView/CaseView.stories.d.ts +34 -0
  626. package/jsx/work/CaseView/CaseView.stories.d.ts.map +1 -0
  627. package/{lib → jsx}/work/CaseView/CaseView.stories.jsx +0 -0
  628. package/{lib → jsx}/work/CaseView/CaseView.stories.jsx.map +0 -0
  629. package/jsx/work/CaseView/Details.mocks.d.ts +3 -0
  630. package/jsx/work/CaseView/Details.mocks.d.ts.map +1 -0
  631. package/{lib → jsx}/work/CaseView/Details.mocks.jsx +0 -0
  632. package/{lib → jsx}/work/CaseView/Details.mocks.jsx.map +0 -0
  633. package/jsx/work/CaseView/FileService.mock.d.ts +28 -0
  634. package/jsx/work/CaseView/FileService.mock.d.ts.map +1 -0
  635. package/jsx/work/CaseView/FileService.mock.jsx +143 -0
  636. package/jsx/work/CaseView/FileService.mock.jsx.map +1 -0
  637. package/jsx/work/CaseView/MobileCaseView.stories.d.ts +11 -0
  638. package/jsx/work/CaseView/MobileCaseView.stories.d.ts.map +1 -0
  639. package/{lib → jsx}/work/CaseView/MobileCaseView.stories.jsx +0 -0
  640. package/{lib → jsx}/work/CaseView/MobileCaseView.stories.jsx.map +0 -0
  641. package/jsx/work/CaseView/Pulse.mocks.d.ts +6 -0
  642. package/jsx/work/CaseView/Pulse.mocks.d.ts.map +1 -0
  643. package/{lib → jsx}/work/CaseView/Pulse.mocks.jsx +0 -0
  644. package/{lib → jsx}/work/CaseView/Pulse.mocks.jsx.map +0 -0
  645. package/jsx/work/ConfigurableLayout/ConfigurableLayout.stories.d.ts +10 -0
  646. package/jsx/work/ConfigurableLayout/ConfigurableLayout.stories.d.ts.map +1 -0
  647. package/{lib → jsx}/work/ConfigurableLayout/ConfigurableLayout.stories.jsx +0 -0
  648. package/{lib → jsx}/work/ConfigurableLayout/ConfigurableLayout.stories.jsx.map +0 -0
  649. package/jsx/work/Confirmation/Confirmation.stories.d.ts +9 -0
  650. package/jsx/work/Confirmation/Confirmation.stories.d.ts.map +1 -0
  651. package/jsx/work/Confirmation/Confirmation.stories.jsx +28 -0
  652. package/jsx/work/Confirmation/Confirmation.stories.jsx.map +1 -0
  653. package/jsx/work/Confirmation/Confirmation.styles.d.ts +2 -0
  654. package/jsx/work/Confirmation/Confirmation.styles.d.ts.map +1 -0
  655. package/jsx/work/Confirmation/Confirmation.styles.js +7 -0
  656. package/jsx/work/Confirmation/Confirmation.styles.js.map +1 -0
  657. package/jsx/work/Details/Details.stories.d.ts +5 -0
  658. package/jsx/work/Details/Details.stories.d.ts.map +1 -0
  659. package/{lib → jsx}/work/Details/Details.stories.jsx +0 -0
  660. package/{lib → jsx}/work/Details/Details.stories.jsx.map +0 -0
  661. package/jsx/work/Glimpse/Glimpse.stories.d.ts +10 -0
  662. package/jsx/work/Glimpse/Glimpse.stories.d.ts.map +1 -0
  663. package/{lib → jsx}/work/Glimpse/Glimpse.stories.jsx +0 -0
  664. package/{lib → jsx}/work/Glimpse/Glimpse.stories.jsx.map +0 -0
  665. package/jsx/work/SearchResults/SearchResults.mocks.d.ts +8 -0
  666. package/jsx/work/SearchResults/SearchResults.mocks.d.ts.map +1 -0
  667. package/{lib → jsx}/work/SearchResults/SearchResults.mocks.jsx +0 -0
  668. package/{lib → jsx}/work/SearchResults/SearchResults.mocks.jsx.map +0 -0
  669. package/jsx/work/SearchResults/SearchResults.stories.d.ts +8 -0
  670. package/jsx/work/SearchResults/SearchResults.stories.d.ts.map +1 -0
  671. package/jsx/work/SearchResults/SearchResults.stories.jsx +199 -0
  672. package/jsx/work/SearchResults/SearchResults.stories.jsx.map +1 -0
  673. package/jsx/work/SearchResults/SearchResults.styles.d.ts +5 -0
  674. package/jsx/work/SearchResults/SearchResults.styles.d.ts.map +1 -0
  675. package/jsx/work/SearchResults/SearchResults.styles.js +12 -0
  676. package/jsx/work/SearchResults/SearchResults.styles.js.map +1 -0
  677. package/jsx/work/Stages/Stages.stories.d.ts +11 -0
  678. package/jsx/work/Stages/Stages.stories.d.ts.map +1 -0
  679. package/{lib → jsx}/work/Stages/Stages.stories.jsx +0 -0
  680. package/{lib → jsx}/work/Stages/Stages.stories.jsx.map +0 -0
  681. package/jsx/work/Stakeholders/Stakeholders.mocks.d.ts +17 -0
  682. package/jsx/work/Stakeholders/Stakeholders.mocks.d.ts.map +1 -0
  683. package/jsx/work/Stakeholders/Stakeholders.mocks.jsx +32 -0
  684. package/jsx/work/Stakeholders/Stakeholders.mocks.jsx.map +1 -0
  685. package/jsx/work/Stakeholders/Stakeholders.stories.d.ts +6 -0
  686. package/jsx/work/Stakeholders/Stakeholders.stories.d.ts.map +1 -0
  687. package/jsx/work/Stakeholders/Stakeholders.stories.jsx +90 -0
  688. package/jsx/work/Stakeholders/Stakeholders.stories.jsx.map +1 -0
  689. package/jsx/work/Tags/Tags.mocks.d.ts +3 -0
  690. package/jsx/work/Tags/Tags.mocks.d.ts.map +1 -0
  691. package/jsx/work/Tags/Tags.mocks.js +76 -0
  692. package/jsx/work/Tags/Tags.mocks.js.map +1 -0
  693. package/jsx/work/Tags/Tags.stories.d.ts +10 -0
  694. package/jsx/work/Tags/Tags.stories.d.ts.map +1 -0
  695. package/{lib → jsx}/work/Tags/Tags.stories.jsx +0 -0
  696. package/{lib → jsx}/work/Tags/Tags.stories.jsx.map +0 -0
  697. package/jsx/work/Tasks/TaskList.stories.d.ts +5 -0
  698. package/jsx/work/Tasks/TaskList.stories.d.ts.map +1 -0
  699. package/{lib → jsx}/work/Tasks/TaskList.stories.jsx +0 -0
  700. package/{lib → jsx}/work/Tasks/TaskList.stories.jsx.map +0 -0
  701. package/jsx/work/Tasks/Tasks.stories.d.ts +9 -0
  702. package/jsx/work/Tasks/Tasks.stories.d.ts.map +1 -0
  703. package/{lib → jsx}/work/Tasks/Tasks.stories.jsx +0 -0
  704. package/{lib → jsx}/work/Tasks/Tasks.stories.jsx.map +0 -0
  705. package/jsx/work/Timeline/Timeline.mocks.d.ts +3 -0
  706. package/jsx/work/Timeline/Timeline.mocks.d.ts.map +1 -0
  707. package/{lib → jsx}/work/Timeline/Timeline.mocks.jsx +0 -0
  708. package/{lib → jsx}/work/Timeline/Timeline.mocks.jsx.map +0 -0
  709. package/jsx/work/Timeline/Timeline.stories.d.ts +7 -0
  710. package/jsx/work/Timeline/Timeline.stories.d.ts.map +1 -0
  711. package/jsx/work/Timeline/Timeline.stories.jsx +43 -0
  712. package/jsx/work/Timeline/Timeline.stories.jsx.map +1 -0
  713. package/lib/build/AppHeader/AppHeader.stories.js +66 -0
  714. package/lib/build/AppHeader/AppHeader.stories.js.map +1 -0
  715. package/lib/build/AppShell/AppShell.stories.d.ts.map +1 -1
  716. package/lib/build/AppShell/AppShell.stories.js +192 -0
  717. package/lib/build/AppShell/AppShell.stories.js.map +1 -0
  718. package/lib/build/FlowModeller/AddNodeUtils.mocks.js +1 -1
  719. package/lib/build/FlowModeller/AddNodeUtils.mocks.js.map +1 -1
  720. package/lib/build/FlowModeller/FlowModeller.stories.js +197 -0
  721. package/lib/build/FlowModeller/FlowModeller.stories.js.map +1 -0
  722. package/lib/build/LifeCycle/LifeCycle.stories.js +511 -0
  723. package/lib/build/LifeCycle/LifeCycle.stories.js.map +1 -0
  724. package/lib/build/PageTemplates/GalleryPage.stories.js +127 -0
  725. package/lib/build/PageTemplates/GalleryPage.stories.js.map +1 -0
  726. package/lib/build/PageTemplates/PageTemplates.stories.js +388 -0
  727. package/lib/build/PageTemplates/PageTemplates.stories.js.map +1 -0
  728. package/lib/build/Workbench/Workbench.stories.js +114 -0
  729. package/lib/build/Workbench/Workbench.stories.js.map +1 -0
  730. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.stories.js +166 -0
  731. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.stories.js.map +1 -0
  732. package/lib/core/AppShell/AppShell.mocks.js +142 -0
  733. package/lib/core/AppShell/AppShell.mocks.js.map +1 -0
  734. package/lib/core/AppShell/AppShell.stories.d.ts +2 -0
  735. package/lib/core/AppShell/AppShell.stories.d.ts.map +1 -1
  736. package/lib/core/AppShell/AppShell.stories.js +191 -0
  737. package/lib/core/AppShell/AppShell.stories.js.map +1 -0
  738. package/lib/core/Avatar/Avatar.stories.d.ts.map +1 -1
  739. package/lib/core/Avatar/Avatar.stories.js +51 -0
  740. package/lib/core/Avatar/Avatar.stories.js.map +1 -0
  741. package/lib/core/Backdrop/Backdrop.stories.js +26 -0
  742. package/lib/core/Backdrop/Backdrop.stories.js.map +1 -0
  743. package/lib/core/Badges/Alert.stories.js +16 -0
  744. package/lib/core/Badges/Alert.stories.js.map +1 -0
  745. package/lib/core/Badges/Count.stories.js +21 -0
  746. package/lib/core/Badges/Count.stories.js.map +1 -0
  747. package/lib/core/Badges/Selection.stories.js +10 -0
  748. package/lib/core/Badges/Selection.stories.js.map +1 -0
  749. package/lib/core/Badges/Status.stories.js +19 -0
  750. package/lib/core/Badges/Status.stories.js.map +1 -0
  751. package/lib/core/Badges/Tag.stories.js +10 -0
  752. package/lib/core/Badges/Tag.stories.js.map +1 -0
  753. package/lib/core/Banner/Banner.mocks.d.ts +18 -0
  754. package/lib/core/Banner/Banner.mocks.d.ts.map +1 -0
  755. package/lib/core/Banner/Banner.mocks.js +36 -0
  756. package/lib/core/Banner/Banner.mocks.js.map +1 -0
  757. package/lib/core/Banner/Banner.stories.d.ts.map +1 -1
  758. package/lib/core/Banner/Banner.stories.js +81 -0
  759. package/lib/core/Banner/Banner.stories.js.map +1 -0
  760. package/lib/core/Boolean/BooleanDisplay.stories.js +20 -0
  761. package/lib/core/Boolean/BooleanDisplay.stories.js.map +1 -0
  762. package/lib/core/Breadcrumbs/Breadcrumbs.stories.js +28 -0
  763. package/lib/core/Breadcrumbs/Breadcrumbs.stories.js.map +1 -0
  764. package/lib/core/Button/Button.stories.d.ts.map +1 -1
  765. package/lib/core/Button/Button.stories.js +64 -0
  766. package/lib/core/Button/Button.stories.js.map +1 -0
  767. package/lib/core/Card/Card.stories.js +32 -0
  768. package/lib/core/Card/Card.stories.js.map +1 -0
  769. package/lib/core/Checkbox/Checkbox.stories.js +29 -0
  770. package/lib/core/Checkbox/Checkbox.stories.js.map +1 -0
  771. package/lib/core/CheckboxGroup/CheckboxGroup.stories.js +32 -0
  772. package/lib/core/CheckboxGroup/CheckboxGroup.stories.js.map +1 -0
  773. package/lib/core/ColorPicker/ColorPicker.stories.js +76 -0
  774. package/lib/core/ColorPicker/ColorPicker.stories.js.map +1 -0
  775. package/lib/core/ComboBox/ComboBox.stories.d.ts +10 -0
  776. package/lib/core/ComboBox/ComboBox.stories.d.ts.map +1 -1
  777. package/lib/core/ComboBox/ComboBox.stories.js +376 -0
  778. package/lib/core/ComboBox/ComboBox.stories.js.map +1 -0
  779. package/lib/core/Configuration/Configuration.stories.js +75 -0
  780. package/lib/core/Configuration/Configuration.stories.js.map +1 -0
  781. package/lib/core/Currency/Currency.stories.js +66 -0
  782. package/lib/core/Currency/Currency.stories.js.map +1 -0
  783. package/lib/core/DateTime/DateTime.stories.js +128 -0
  784. package/lib/core/DateTime/DateTime.stories.js.map +1 -0
  785. package/lib/core/DateTime/DateTimeDisplay.stories.js +48 -0
  786. package/lib/core/DateTime/DateTimeDisplay.stories.js.map +1 -0
  787. package/lib/core/DateTime/DateTimePicker.stories.js +35 -0
  788. package/lib/core/DateTime/DateTimePicker.stories.js.map +1 -0
  789. package/lib/core/Drawer/Drawer.stories.js +71 -0
  790. package/lib/core/Drawer/Drawer.stories.js.map +1 -0
  791. package/lib/core/Email/EmailDisplay.stories.js +20 -0
  792. package/lib/core/Email/EmailDisplay.stories.js.map +1 -0
  793. package/lib/core/EmojiPicker/EmojiPicker.stories.js +42 -0
  794. package/lib/core/EmojiPicker/EmojiPicker.stories.js.map +1 -0
  795. package/lib/core/EmptyState/EmptyState.stories.js +19 -0
  796. package/lib/core/EmptyState/EmptyState.stories.js.map +1 -0
  797. package/lib/core/ErrorState/ErrorState.stories.js +21 -0
  798. package/lib/core/ErrorState/ErrorState.stories.js.map +1 -0
  799. package/lib/core/ExpandCollapse/ExpandCollapse.stories.js +28 -0
  800. package/lib/core/ExpandCollapse/ExpandCollapse.stories.js.map +1 -0
  801. package/lib/core/ExpandCollapse/ExpandCollapse.styles.d.ts.map +1 -1
  802. package/lib/core/ExpandCollapse/ExpandCollapse.styles.js +5 -0
  803. package/lib/core/ExpandCollapse/ExpandCollapse.styles.js.map +1 -1
  804. package/lib/core/FieldGroup/FieldGroup.stories.js +22 -0
  805. package/lib/core/FieldGroup/FieldGroup.stories.js.map +1 -0
  806. package/lib/core/FieldGroup/FieldGroupList.mocks.d.ts +21 -0
  807. package/lib/core/FieldGroup/FieldGroupList.mocks.d.ts.map +1 -0
  808. package/lib/core/FieldGroup/FieldGroupList.mocks.js +38 -0
  809. package/lib/core/FieldGroup/FieldGroupList.mocks.js.map +1 -0
  810. package/lib/core/FieldGroup/FieldGroupList.stories.d.ts.map +1 -1
  811. package/lib/core/FieldGroup/FieldGroupList.stories.js +106 -0
  812. package/lib/core/FieldGroup/FieldGroupList.stories.js.map +1 -0
  813. package/lib/core/FieldValueList/FieldValueList.stories.js +51 -0
  814. package/lib/core/FieldValueList/FieldValueList.stories.js.map +1 -0
  815. package/lib/core/File/FileDisplay.stories.d.ts +8 -1
  816. package/lib/core/File/FileDisplay.stories.d.ts.map +1 -1
  817. package/lib/core/File/FileDisplay.stories.js +126 -0
  818. package/lib/core/File/FileDisplay.stories.js.map +1 -0
  819. package/lib/core/File/FileInput.stories.js +78 -0
  820. package/lib/core/File/FileInput.stories.js.map +1 -0
  821. package/lib/core/Flex/Flex.styles.d.ts +2 -2
  822. package/lib/core/Flex/Flex.styles.d.ts.map +1 -1
  823. package/lib/core/Flex/Flex.styles.js +17 -17
  824. package/lib/core/Flex/Flex.styles.js.map +1 -1
  825. package/lib/core/Flex/FlexContainer.stories.d.ts +2 -0
  826. package/lib/core/Flex/FlexContainer.stories.d.ts.map +1 -1
  827. package/lib/core/Flex/FlexContainer.stories.js +82 -0
  828. package/lib/core/Flex/FlexContainer.stories.js.map +1 -0
  829. package/lib/core/Flex/FlexItem.stories.js +41 -0
  830. package/lib/core/Flex/FlexItem.stories.js.map +1 -0
  831. package/lib/core/Form/Form.mocks.d.ts +8 -0
  832. package/lib/core/Form/Form.mocks.d.ts.map +1 -0
  833. package/lib/core/Form/Form.mocks.js +97 -0
  834. package/lib/core/Form/Form.mocks.js.map +1 -0
  835. package/lib/core/Form/Form.stories.d.ts +0 -7
  836. package/lib/core/Form/Form.stories.d.ts.map +1 -1
  837. package/lib/core/Form/Form.stories.js +52 -0
  838. package/lib/core/Form/Form.stories.js.map +1 -0
  839. package/lib/core/Grid/Grid.styles.d.ts +2 -2
  840. package/lib/core/Grid/Grid.styles.d.ts.map +1 -1
  841. package/lib/core/Grid/Grid.styles.js +4 -4
  842. package/lib/core/Grid/Grid.styles.js.map +1 -1
  843. package/lib/core/Grid/GridContainer.stories.d.ts +6 -5
  844. package/lib/core/Grid/GridContainer.stories.d.ts.map +1 -1
  845. package/lib/core/Grid/GridContainer.stories.js +115 -0
  846. package/lib/core/Grid/GridContainer.stories.js.map +1 -0
  847. package/lib/core/Grid/GridItem.stories.d.ts +2 -2
  848. package/lib/core/Grid/GridItem.stories.d.ts.map +1 -1
  849. package/lib/core/Grid/GridItem.stories.js +36 -0
  850. package/lib/core/Grid/GridItem.stories.js.map +1 -0
  851. package/lib/core/Icon/Icon.mocks.d.ts +3 -0
  852. package/lib/core/Icon/Icon.mocks.d.ts.map +1 -0
  853. package/lib/core/Icon/Icon.mocks.js +10 -0
  854. package/lib/core/Icon/Icon.mocks.js.map +1 -0
  855. package/lib/core/Icon/Icon.stories.d.ts +1 -0
  856. package/lib/core/Icon/Icon.stories.d.ts.map +1 -1
  857. package/lib/core/Icon/Icon.stories.js +82 -0
  858. package/lib/core/Icon/Icon.stories.js.map +1 -0
  859. package/lib/core/IconPicker/IconPicker.stories.d.ts.map +1 -1
  860. package/lib/core/IconPicker/IconPicker.stories.js +39 -0
  861. package/lib/core/IconPicker/IconPicker.stories.js.map +1 -0
  862. package/lib/core/Image/Image.stories.js +10 -0
  863. package/lib/core/Image/Image.stories.js.map +1 -0
  864. package/lib/core/Input/Input.stories.js +45 -0
  865. package/lib/core/Input/Input.stories.js.map +1 -0
  866. package/lib/core/Label/Label.stories.js +16 -0
  867. package/lib/core/Label/Label.stories.js.map +1 -0
  868. package/lib/core/Lightbox/Lightbox.mocks.d.ts +15 -0
  869. package/lib/core/Lightbox/Lightbox.mocks.d.ts.map +1 -0
  870. package/lib/core/Lightbox/Lightbox.mocks.js +67 -0
  871. package/lib/core/Lightbox/Lightbox.mocks.js.map +1 -0
  872. package/lib/core/Lightbox/Lightbox.stories.d.ts +7 -6
  873. package/lib/core/Lightbox/Lightbox.stories.d.ts.map +1 -1
  874. package/lib/core/Lightbox/Lightbox.stories.js +51 -0
  875. package/lib/core/Lightbox/Lightbox.stories.js.map +1 -0
  876. package/lib/core/Link/Link.stories.d.ts +11 -1
  877. package/lib/core/Link/Link.stories.d.ts.map +1 -1
  878. package/lib/core/Link/Link.stories.js +30 -0
  879. package/lib/core/Link/Link.stories.js.map +1 -0
  880. package/lib/core/List/CommaSeparatedList.stories.d.ts.map +1 -1
  881. package/lib/core/List/CommaSeparatedList.stories.js +32 -0
  882. package/lib/core/List/CommaSeparatedList.stories.js.map +1 -0
  883. package/lib/core/List/OrderedList.stories.d.ts.map +1 -1
  884. package/lib/core/List/OrderedList.stories.js +39 -0
  885. package/lib/core/List/OrderedList.stories.js.map +1 -0
  886. package/lib/core/List/UnorderedList.stories.d.ts.map +1 -1
  887. package/lib/core/List/UnorderedList.stories.js +39 -0
  888. package/lib/core/List/UnorderedList.stories.js.map +1 -0
  889. package/lib/core/Location/Location.stories.js +123 -0
  890. package/lib/core/Location/Location.stories.js.map +1 -0
  891. package/lib/core/Menu/Menu.stories.d.ts +0 -1
  892. package/lib/core/Menu/Menu.stories.d.ts.map +1 -1
  893. package/lib/core/Menu/Menu.stories.js +148 -0
  894. package/lib/core/Menu/Menu.stories.js.map +1 -0
  895. package/lib/core/MenuButton/MenuButton.stories.js +185 -0
  896. package/lib/core/MenuButton/MenuButton.stories.js.map +1 -0
  897. package/lib/core/MetaList/MetaList.stories.js +20 -0
  898. package/lib/core/MetaList/MetaList.stories.js.map +1 -0
  899. package/lib/core/Modal/Modal.mocks.js +36 -0
  900. package/lib/core/Modal/Modal.mocks.js.map +1 -0
  901. package/lib/core/Modal/Modal.stories.js +232 -0
  902. package/lib/core/Modal/Modal.stories.js.map +1 -0
  903. package/lib/core/MultiStep/MultiStep.stories.js +36 -0
  904. package/lib/core/MultiStep/MultiStep.stories.js.map +1 -0
  905. package/lib/core/Number/Number.stories.js +111 -0
  906. package/lib/core/Number/Number.stories.js.map +1 -0
  907. package/lib/core/PageTemplates/PageTemplates.stories.d.ts +5 -2
  908. package/lib/core/PageTemplates/PageTemplates.stories.d.ts.map +1 -1
  909. package/lib/core/PageTemplates/PageTemplates.stories.js +226 -0
  910. package/lib/core/PageTemplates/PageTemplates.stories.js.map +1 -0
  911. package/lib/core/Pagination/Pagination.stories.js +20 -0
  912. package/lib/core/Pagination/Pagination.stories.js.map +1 -0
  913. package/lib/core/Paragraph/ParagraphDisplay.stories.js +16 -0
  914. package/lib/core/Paragraph/ParagraphDisplay.stories.js.map +1 -0
  915. package/lib/core/Phone/Phone.stories.js +43 -0
  916. package/lib/core/Phone/Phone.stories.js.map +1 -0
  917. package/lib/core/Popover/Popover.stories.d.ts +1 -2
  918. package/lib/core/Popover/Popover.stories.d.ts.map +1 -1
  919. package/lib/core/Popover/Popover.stories.js +95 -0
  920. package/lib/core/Popover/Popover.stories.js.map +1 -0
  921. package/lib/core/Progress/Progress.stories.js +64 -0
  922. package/lib/core/Progress/Progress.stories.js.map +1 -0
  923. package/lib/core/RadioButton/RadioButton.stories.js +27 -0
  924. package/lib/core/RadioButton/RadioButton.stories.js.map +1 -0
  925. package/lib/core/RadioButtonGroup/RadioButtonGroup.stories.js +34 -0
  926. package/lib/core/RadioButtonGroup/RadioButtonGroup.stories.js.map +1 -0
  927. package/lib/core/Rating/Rating.stories.d.ts +4 -1
  928. package/lib/core/Rating/Rating.stories.d.ts.map +1 -1
  929. package/lib/core/Rating/Rating.stories.js +22 -0
  930. package/lib/core/Rating/Rating.stories.js.map +1 -0
  931. package/lib/core/SearchInput/SearchInput.stories.js +16 -0
  932. package/lib/core/SearchInput/SearchInput.stories.js.map +1 -0
  933. package/lib/core/Select/Select.stories.js +38 -0
  934. package/lib/core/Select/Select.stories.js.map +1 -0
  935. package/lib/core/Sentiment/Sentiment.stories.d.ts.map +1 -1
  936. package/lib/core/Sentiment/Sentiment.stories.js +40 -0
  937. package/lib/core/Sentiment/Sentiment.stories.js.map +1 -0
  938. package/lib/core/Slider/Slider.stories.js +59 -0
  939. package/lib/core/Slider/Slider.stories.js.map +1 -0
  940. package/lib/core/SummaryItem/SummaryItem.stories.js +32 -0
  941. package/lib/core/SummaryItem/SummaryItem.stories.js.map +1 -0
  942. package/lib/core/SummaryList/SummaryList.mocks.js +34 -0
  943. package/lib/core/SummaryList/SummaryList.mocks.js.map +1 -0
  944. package/lib/core/SummaryList/SummaryList.stories.js +126 -0
  945. package/lib/core/SummaryList/SummaryList.stories.js.map +1 -0
  946. package/lib/core/Switch/Switch.stories.js +25 -0
  947. package/lib/core/Switch/Switch.stories.js.map +1 -0
  948. package/lib/core/Table/Table.mocks.js +30 -0
  949. package/lib/core/Table/Table.mocks.js.map +1 -0
  950. package/lib/core/Table/Table.stories.js +54 -0
  951. package/lib/core/Table/Table.stories.js.map +1 -0
  952. package/lib/core/Tabs/Tabs.stories.js +42 -0
  953. package/lib/core/Tabs/Tabs.stories.js.map +1 -0
  954. package/lib/core/Text/Text.stories.js +21 -0
  955. package/lib/core/Text/Text.stories.js.map +1 -0
  956. package/lib/core/TextArea/TextArea.stories.js +44 -0
  957. package/lib/core/TextArea/TextArea.stories.js.map +1 -0
  958. package/lib/core/Toaster/Toaster.stories.d.ts.map +1 -1
  959. package/lib/core/Toaster/Toaster.stories.js +30 -0
  960. package/lib/core/Toaster/Toaster.stories.js.map +1 -0
  961. package/lib/core/Tooltip/Tooltip.stories.js +11 -0
  962. package/lib/core/Tooltip/Tooltip.stories.js.map +1 -0
  963. package/lib/core/Tree/Tree.mocks.js +2 -0
  964. package/lib/core/Tree/Tree.mocks.js.map +1 -1
  965. package/lib/core/Tree/Tree.stories.js +85 -0
  966. package/lib/core/Tree/Tree.stories.js.map +1 -0
  967. package/lib/core/URL/URL.stories.js +18 -0
  968. package/lib/core/URL/URL.stories.js.map +1 -0
  969. package/lib/cs/Article/Article.stories.js +85 -0
  970. package/lib/cs/Article/Article.stories.js.map +1 -0
  971. package/lib/cs/ArticleList/ArticleList.stories.js +83 -0
  972. package/lib/cs/ArticleList/ArticleList.stories.js.map +1 -0
  973. package/lib/cs/CSCaseView/CSAppShell.stories.js +240 -0
  974. package/lib/cs/CSCaseView/CSAppShell.stories.js.map +1 -0
  975. package/lib/cs/CallControlPanel/CallControlPanel.stories.js +193 -0
  976. package/lib/cs/CallControlPanel/CallControlPanel.stories.js.map +1 -0
  977. package/lib/cs/DialPad/DialPad.stories.js +17 -0
  978. package/lib/cs/DialPad/DialPad.stories.js.map +1 -0
  979. package/lib/cs/IntelligentGuidance/IntelligentGuidance.stories.js +335 -0
  980. package/lib/cs/IntelligentGuidance/IntelligentGuidance.stories.js.map +1 -0
  981. package/lib/cs/InteractionNotification/InteractionNotification.stories.js +31 -0
  982. package/lib/cs/InteractionNotification/InteractionNotification.stories.js.map +1 -0
  983. package/lib/cs/InteractionTimer/InteractionTimer.stories.js +86 -0
  984. package/lib/cs/InteractionTimer/InteractionTimer.stories.js.map +1 -0
  985. package/lib/cs/TaskManager/TaskManager.stories.js +299 -0
  986. package/lib/cs/TaskManager/TaskManager.stories.js.map +1 -0
  987. package/lib/dnd/DragDropList/DragDropList.stories.js +113 -0
  988. package/lib/dnd/DragDropList/DragDropList.stories.js.map +1 -0
  989. package/lib/rte/Editor/Editor.stories.d.ts +11 -0
  990. package/lib/rte/Editor/Editor.stories.d.ts.map +1 -0
  991. package/lib/rte/Editor/Editor.stories.js +100 -0
  992. package/lib/rte/Editor/Editor.stories.js.map +1 -0
  993. package/lib/rte/RichTextEditor/RichTextEditor.mocks.js +36 -0
  994. package/lib/rte/RichTextEditor/RichTextEditor.mocks.js.map +1 -0
  995. package/lib/rte/RichTextEditor/RichTextEditor.stories.js +114 -0
  996. package/lib/rte/RichTextEditor/RichTextEditor.stories.js.map +1 -0
  997. package/lib/rte/RichTextEditor/RichTextViewer.stories.d.ts +1 -0
  998. package/lib/rte/RichTextEditor/RichTextViewer.stories.d.ts.map +1 -1
  999. package/lib/rte/RichTextEditor/RichTextViewer.stories.js +66 -0
  1000. package/lib/rte/RichTextEditor/RichTextViewer.stories.js.map +1 -0
  1001. package/lib/social/Chat/Chat.stories.d.ts +51 -22
  1002. package/lib/social/Chat/Chat.stories.d.ts.map +1 -1
  1003. package/lib/social/Chat/Chat.stories.js +435 -0
  1004. package/lib/social/Chat/Chat.stories.js.map +1 -0
  1005. package/lib/social/Chat/RepeatingView.stories.js +89 -0
  1006. package/lib/social/Chat/RepeatingView.stories.js.map +1 -0
  1007. package/lib/social/Email/Email.mocks.js +350 -0
  1008. package/lib/social/Email/Email.mocks.js.map +1 -0
  1009. package/lib/social/Email/Email.stories.js +845 -0
  1010. package/lib/social/Email/Email.stories.js.map +1 -0
  1011. package/lib/social/Feed/Feed.mocks.js +307 -0
  1012. package/lib/social/Feed/Feed.mocks.js.map +1 -0
  1013. package/lib/social/Feed/Feed.stories.js +145 -0
  1014. package/lib/social/Feed/Feed.stories.js.map +1 -0
  1015. package/lib/social/Feed/FeedNewPost.stories.js +82 -0
  1016. package/lib/social/Feed/FeedNewPost.stories.js.map +1 -0
  1017. package/lib/social/Feed/FeedPost.stories.js +239 -0
  1018. package/lib/social/Feed/FeedPost.stories.js.map +1 -0
  1019. package/lib/social/Feed/FeedReply.stories.js +95 -0
  1020. package/lib/social/Feed/FeedReply.stories.js.map +1 -0
  1021. package/lib/social/Feed/FeedReplyInput.stories.js +60 -0
  1022. package/lib/social/Feed/FeedReplyInput.stories.js.map +1 -0
  1023. package/lib/work/AppAnnouncement/AppAnnouncement.stories.d.ts.map +1 -1
  1024. package/lib/work/AppAnnouncement/AppAnnouncement.stories.js +30 -0
  1025. package/lib/work/AppAnnouncement/AppAnnouncement.stories.js.map +1 -0
  1026. package/lib/work/CaseView/Attachments.mocks.js +373 -0
  1027. package/lib/work/CaseView/Attachments.mocks.js.map +1 -0
  1028. package/lib/work/CaseView/CaseView.mocks.js +116 -0
  1029. package/lib/work/CaseView/CaseView.mocks.js.map +1 -0
  1030. package/lib/work/CaseView/CaseView.stories.js +276 -0
  1031. package/lib/work/CaseView/CaseView.stories.js.map +1 -0
  1032. package/lib/work/CaseView/Details.mocks.js +7 -0
  1033. package/lib/work/CaseView/Details.mocks.js.map +1 -0
  1034. package/lib/work/CaseView/FileService.mock.d.ts.map +1 -1
  1035. package/lib/work/CaseView/FileService.mock.js +162 -0
  1036. package/lib/work/CaseView/FileService.mock.js.map +1 -0
  1037. package/lib/work/CaseView/MobileCaseView.stories.js +28 -0
  1038. package/lib/work/CaseView/MobileCaseView.stories.js.map +1 -0
  1039. package/lib/work/CaseView/Pulse.mocks.js +25 -0
  1040. package/lib/work/CaseView/Pulse.mocks.js.map +1 -0
  1041. package/lib/work/ConfigurableLayout/ConfigurableLayout.stories.js +194 -0
  1042. package/lib/work/ConfigurableLayout/ConfigurableLayout.stories.js.map +1 -0
  1043. package/lib/work/Confirmation/Confirmation.stories.d.ts +1 -1
  1044. package/lib/work/Confirmation/Confirmation.stories.d.ts.map +1 -1
  1045. package/lib/work/Confirmation/Confirmation.stories.js +26 -0
  1046. package/lib/work/Confirmation/Confirmation.stories.js.map +1 -0
  1047. package/lib/work/Confirmation/Confirmation.styles.d.ts +2 -0
  1048. package/lib/work/Confirmation/Confirmation.styles.d.ts.map +1 -0
  1049. package/lib/work/Confirmation/Confirmation.styles.js +7 -0
  1050. package/lib/work/Confirmation/Confirmation.styles.js.map +1 -0
  1051. package/lib/work/Details/Details.stories.js +62 -0
  1052. package/lib/work/Details/Details.stories.js.map +1 -0
  1053. package/lib/work/Glimpse/Glimpse.stories.js +40 -0
  1054. package/lib/work/Glimpse/Glimpse.stories.js.map +1 -0
  1055. package/lib/work/SearchResults/SearchResults.mocks.js +97 -0
  1056. package/lib/work/SearchResults/SearchResults.mocks.js.map +1 -0
  1057. package/lib/work/SearchResults/SearchResults.stories.d.ts.map +1 -1
  1058. package/lib/work/SearchResults/SearchResults.stories.js +192 -0
  1059. package/lib/work/SearchResults/SearchResults.stories.js.map +1 -0
  1060. package/lib/work/SearchResults/SearchResults.styles.d.ts +5 -0
  1061. package/lib/work/SearchResults/SearchResults.styles.d.ts.map +1 -0
  1062. package/lib/work/SearchResults/SearchResults.styles.js +12 -0
  1063. package/lib/work/SearchResults/SearchResults.styles.js.map +1 -0
  1064. package/lib/work/Stages/Stages.stories.js +64 -0
  1065. package/lib/work/Stages/Stages.stories.js.map +1 -0
  1066. package/lib/work/Stakeholders/Stakeholders.mocks.d.ts +22 -0
  1067. package/lib/work/Stakeholders/Stakeholders.mocks.d.ts.map +1 -0
  1068. package/lib/work/Stakeholders/Stakeholders.mocks.js +36 -0
  1069. package/lib/work/Stakeholders/Stakeholders.mocks.js.map +1 -0
  1070. package/lib/work/Stakeholders/Stakeholders.stories.d.ts +2 -5
  1071. package/lib/work/Stakeholders/Stakeholders.stories.d.ts.map +1 -1
  1072. package/lib/work/Stakeholders/Stakeholders.stories.js +111 -0
  1073. package/lib/work/Stakeholders/Stakeholders.stories.js.map +1 -0
  1074. package/lib/work/Tags/Tags.stories.js +62 -0
  1075. package/lib/work/Tags/Tags.stories.js.map +1 -0
  1076. package/lib/work/Tasks/TaskList.stories.js +18 -0
  1077. package/lib/work/Tasks/TaskList.stories.js.map +1 -0
  1078. package/lib/work/Tasks/Tasks.stories.js +80 -0
  1079. package/lib/work/Tasks/Tasks.stories.js.map +1 -0
  1080. package/lib/work/Timeline/Timeline.mocks.js +117 -0
  1081. package/lib/work/Timeline/Timeline.mocks.js.map +1 -0
  1082. package/lib/work/Timeline/Timeline.stories.d.ts.map +1 -1
  1083. package/lib/work/Timeline/Timeline.stories.js +44 -0
  1084. package/lib/work/Timeline/Timeline.stories.js.map +1 -0
  1085. package/package.json +13 -11
  1086. package/lib/build/AppShell/AppShell.stories.jsx +0 -194
  1087. package/lib/build/AppShell/AppShell.stories.jsx.map +0 -1
  1088. package/lib/core/Avatar/Avatar.stories.jsx +0 -50
  1089. package/lib/core/Avatar/Avatar.stories.jsx.map +0 -1
  1090. package/lib/core/Banner/Banner.stories.jsx +0 -125
  1091. package/lib/core/Banner/Banner.stories.jsx.map +0 -1
  1092. package/lib/core/Button/Button.stories.jsx +0 -103
  1093. package/lib/core/Button/Button.stories.jsx.map +0 -1
  1094. package/lib/core/Configuration/Configuration.stories.jsx +0 -125
  1095. package/lib/core/Configuration/Configuration.stories.jsx.map +0 -1
  1096. package/lib/core/DateTime/DateTimeDisplay.stories.jsx +0 -46
  1097. package/lib/core/DateTime/DateTimeDisplay.stories.jsx.map +0 -1
  1098. package/lib/core/FieldGroup/FieldGroupList.stories.jsx +0 -183
  1099. package/lib/core/FieldGroup/FieldGroupList.stories.jsx.map +0 -1
  1100. package/lib/core/File/FileDisplay.stories.jsx +0 -100
  1101. package/lib/core/File/FileDisplay.stories.jsx.map +0 -1
  1102. package/lib/core/Flex/FlexContainer.stories.jsx +0 -151
  1103. package/lib/core/Flex/FlexContainer.stories.jsx.map +0 -1
  1104. package/lib/core/Flex/FlexItem.stories.jsx +0 -71
  1105. package/lib/core/Flex/FlexItem.stories.jsx.map +0 -1
  1106. package/lib/core/Form/Form.stories.jsx +0 -196
  1107. package/lib/core/Form/Form.stories.jsx.map +0 -1
  1108. package/lib/core/Grid/GridContainer.stories.jsx +0 -161
  1109. package/lib/core/Grid/GridContainer.stories.jsx.map +0 -1
  1110. package/lib/core/Grid/GridItem.stories.jsx +0 -74
  1111. package/lib/core/Grid/GridItem.stories.jsx.map +0 -1
  1112. package/lib/core/Icon/Icon.stories.jsx +0 -84
  1113. package/lib/core/Icon/Icon.stories.jsx.map +0 -1
  1114. package/lib/core/IconPicker/IconPicker.stories.jsx +0 -39
  1115. package/lib/core/IconPicker/IconPicker.stories.jsx.map +0 -1
  1116. package/lib/core/Lightbox/Lightbox.stories.jsx +0 -106
  1117. package/lib/core/Lightbox/Lightbox.stories.jsx.map +0 -1
  1118. package/lib/core/Link/Link.stories.jsx +0 -32
  1119. package/lib/core/Link/Link.stories.jsx.map +0 -1
  1120. package/lib/core/List/CommaSeparatedList.stories.jsx +0 -33
  1121. package/lib/core/List/CommaSeparatedList.stories.jsx.map +0 -1
  1122. package/lib/core/List/OrderedList.stories.jsx +0 -38
  1123. package/lib/core/List/OrderedList.stories.jsx.map +0 -1
  1124. package/lib/core/List/UnorderedList.stories.jsx +0 -38
  1125. package/lib/core/List/UnorderedList.stories.jsx.map +0 -1
  1126. package/lib/core/Menu/Menu.stories.jsx +0 -166
  1127. package/lib/core/Menu/Menu.stories.jsx.map +0 -1
  1128. package/lib/core/Modal/Modal.mocks.jsx +0 -44
  1129. package/lib/core/Modal/Modal.mocks.jsx.map +0 -1
  1130. package/lib/core/Number/Number.stories.jsx +0 -110
  1131. package/lib/core/Number/Number.stories.jsx.map +0 -1
  1132. package/lib/core/PageTemplates/PageTemplates.stories.jsx +0 -233
  1133. package/lib/core/PageTemplates/PageTemplates.stories.jsx.map +0 -1
  1134. package/lib/core/Paragraph/ParagraphDisplay.stories.jsx +0 -12
  1135. package/lib/core/Paragraph/ParagraphDisplay.stories.jsx.map +0 -1
  1136. package/lib/core/Popover/Popover.stories.jsx +0 -184
  1137. package/lib/core/Popover/Popover.stories.jsx.map +0 -1
  1138. package/lib/core/Rating/Rating.stories.jsx +0 -21
  1139. package/lib/core/Rating/Rating.stories.jsx.map +0 -1
  1140. package/lib/core/Sentiment/Sentiment.stories.jsx +0 -39
  1141. package/lib/core/Sentiment/Sentiment.stories.jsx.map +0 -1
  1142. package/lib/core/SummaryList/SummaryList.stories.jsx +0 -131
  1143. package/lib/core/SummaryList/SummaryList.stories.jsx.map +0 -1
  1144. package/lib/core/Toaster/Toaster.stories.jsx +0 -17
  1145. package/lib/core/Toaster/Toaster.stories.jsx.map +0 -1
  1146. package/lib/rte/RichTextEditor/RichTextEditor.stories.jsx +0 -145
  1147. package/lib/rte/RichTextEditor/RichTextEditor.stories.jsx.map +0 -1
  1148. package/lib/rte/RichTextEditor/RichTextViewer.stories.jsx +0 -62
  1149. package/lib/rte/RichTextEditor/RichTextViewer.stories.jsx.map +0 -1
  1150. package/lib/social/Chat/Chat.stories.jsx +0 -537
  1151. package/lib/social/Chat/Chat.stories.jsx.map +0 -1
  1152. package/lib/social/Feed/FeedNewPost.stories.jsx +0 -80
  1153. package/lib/social/Feed/FeedNewPost.stories.jsx.map +0 -1
  1154. package/lib/social/Feed/FeedPost.stories.jsx +0 -248
  1155. package/lib/social/Feed/FeedPost.stories.jsx.map +0 -1
  1156. package/lib/work/AppAnnouncement/AppAnnouncement.stories.jsx +0 -30
  1157. package/lib/work/AppAnnouncement/AppAnnouncement.stories.jsx.map +0 -1
  1158. package/lib/work/CaseView/FileService.mock.jsx +0 -139
  1159. package/lib/work/CaseView/FileService.mock.jsx.map +0 -1
  1160. package/lib/work/Confirmation/Confirmation.stories.jsx +0 -17
  1161. package/lib/work/Confirmation/Confirmation.stories.jsx.map +0 -1
  1162. package/lib/work/SearchResults/SearchResults.stories.jsx +0 -205
  1163. package/lib/work/SearchResults/SearchResults.stories.jsx.map +0 -1
  1164. package/lib/work/Stakeholders/Stakeholders.stories.jsx +0 -118
  1165. package/lib/work/Stakeholders/Stakeholders.stories.jsx.map +0 -1
  1166. package/lib/work/Timeline/Timeline.stories.jsx +0 -43
  1167. package/lib/work/Timeline/Timeline.stories.jsx.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Chat.mocks.js","sourceRoot":"","sources":["../../../src/social/Chat/Chat.mocks.ts"],"names":[],"mappings":"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","sourcesContent":["export const ChatMockData = {\n transcripts: [\n {\n id: 'botTranscripts',\n title: 'Bot',\n earlierTranscripts: true,\n data: [\n {\n id: '2499167349',\n type: 'transcript',\n timeStamp: '01:20 PM',\n variant: 'bot',\n message: 'Hello… This is bot. How can I help you? Please select your category. ',\n ariaLabel:\n 'Bot said Hello… This is bot. How can I help you? Please select your category. at 01:20 PM'\n },\n {\n id: '414918079',\n type: 'transcript',\n timeStamp: '01:21 PM',\n variant: 'user',\n message: 'Policy details',\n avatarInfo: {\n name: 'Sara Davis'\n },\n messagePrivacy: {\n privacy: 'PUBLIC TWEET'\n },\n ariaLabel: 'Sara Davis said Policy details at 01:21 PM via Public Tweet'\n },\n {\n id: '4750473261',\n type: 'transcript',\n timeStamp: '01:22 PM',\n variant: 'bot',\n message: 'Please select what would you like to know about your policy. 😃😃',\n ariaLabel:\n 'Bot said Please select what would you like to know about your policy. at 01:22 PM'\n },\n {\n id: '925521127',\n type: 'transcript',\n timeStamp: '01:23 PM',\n variant: 'user',\n message: 'Policy terms and conditions',\n messagePrivacy: {\n privacy: 'PUBLIC TWEET'\n },\n avatarInfo: {\n name: 'Sara Davis'\n },\n ariaLabel: 'Sara Davis said Policy terms and conditions at 01:23 PM'\n }\n ]\n },\n {\n id: 'preChatTranscript',\n title: 'Questionnaire',\n earlierTranscripts: false,\n data: [\n {\n id: '1457969897',\n type: 'transcript',\n timeStamp: '01:23 PM',\n variant: 'question',\n message: 'Could you please enter your query',\n ariaLabel: 'Customer was asked for Could you please enter your query at 01:23 PM'\n },\n {\n id: '4633052071',\n type: 'transcript',\n timeStamp: '01:23 PM',\n variant: 'user',\n message: 'I would like to know my policy terms and conditions',\n avatarInfo: {\n name: 'Sara Davis'\n },\n ariaLabel:\n 'Sara Davis said I would like to know my policy terms and conditions at 01:23 PM'\n },\n {\n id: '3105885518',\n type: 'transcript',\n timeStamp: '01:23 PM',\n variant: 'question',\n message: 'Could you please select the policy',\n ariaLabel: 'Customer was asked for Could you please select the policy at 01:23 PM'\n },\n {\n id: '3008407298',\n type: 'transcript',\n timeStamp: '01:23 PM',\n variant: 'user',\n message: 'Insurance policy - 5545456668555',\n messagePrivacy: {\n privacy: 'PUBLIC TWEET'\n },\n avatarInfo: {\n name: 'Sara Davis'\n },\n ariaLabel:\n 'Sara Davis said Insurance policy - 5545456668555 at 01:23 PM via Public Tweet'\n },\n {\n id: '4700050925',\n type: 'system',\n message: 'Chat escalated to live agent',\n timeStamp: '01:23 PM'\n },\n {\n id: '3608004939',\n type: 'system',\n message: 'Agent Fred joined the chat',\n timeStamp: '01:24 PM'\n }\n ]\n },\n {\n id: 'csrTranscript',\n earlierTranscripts: false,\n title: 'Transcripts: Agent Fred and Jim',\n data: [\n {\n id: '4713954822',\n type: 'transcript',\n timeStamp: '01:24 PM',\n messagePrivacy: {\n privacy: 'PUBLIC TWEET'\n },\n variant: 'user',\n message: 'Hello, Welcome to U-Plus. How can I help you?',\n avatarInfo: {\n name: 'Jim'\n },\n ariaLabel:\n 'Jim said Hello, Welcome to U-Plus. How can I help you? at 01:24 PM via Public Tweet'\n },\n {\n id: '2582654831',\n type: 'transcript',\n timeStamp: '01:25 PM',\n variant: 'user',\n message: 'Hi, I would like to know my policy terms and condition',\n avatarInfo: {\n name: 'Sara Davis'\n },\n ariaLabel:\n 'Sara Davis said Hi, I would like to know my policy terms and condition at 01:25 PM'\n },\n {\n id: '4422603601',\n type: 'transcript',\n timeStamp: '01:26 PM',\n messagePrivacy: {\n privacy: 'PUBLIC TWEET'\n },\n variant: 'user',\n message: 'You can refer this article to know more',\n avatarInfo: {\n name: 'Jim'\n },\n ariaLabel:\n 'Jim said You can refer this article to know more at 01:26 PM via Public Tweet'\n },\n {\n id: '973978246',\n type: 'system',\n message: 'Customer opened knowledge article',\n timeStamp: '01:26 PM'\n },\n {\n id: '44764769',\n type: 'transcript',\n timeStamp: '01:26 PM',\n variant: 'user',\n message: 'Also I would like to know my policy validity',\n avatarInfo: {\n name: 'Sara Davis'\n },\n ariaLabel: 'Sara Davis said Also I would like to know my policy validity at 01:26 PM'\n },\n {\n id: '1052005901',\n type: 'transcript',\n timeStamp: '01:27 PM',\n variant: 'user',\n message: 'Is that fine if I can transfer your chat to serve better? ',\n avatarInfo: {\n name: 'Jim'\n },\n ariaLabel:\n 'Jim said Is that fine if I can transfer your chat to serve better? at 01:27 PM'\n },\n {\n id: '474082342',\n type: 'transcript',\n timeStamp: '01:27 PM',\n variant: 'user',\n message: 'Yeah Sure',\n avatarInfo: {\n name: 'Sara Davis'\n },\n ariaLabel: 'Sara Davis said Yeah Sure at 01:27 PM'\n },\n {\n id: '2128368768',\n type: 'system',\n message: 'Chat has been transferred',\n timeStamp: '01:27 PM'\n }\n ]\n }\n ],\n participants: {\n transcriptUser1: {\n avatarInfo: {\n name: 'Jim'\n }\n },\n transcriptUser2: {\n avatarInfo: {\n name: 'Fred'\n }\n },\n sender: {\n variant: 'sender',\n direction: 'out',\n avatarInfo: {\n name: 'John Brown'\n }\n },\n sender2: {\n variant: 'sender',\n direction: 'out'\n },\n receiver: {\n variant: 'receiver',\n direction: 'in',\n avatarInfo: {\n name: 'Sara Davis'\n }\n },\n other: {\n variant: 'other',\n direction: 'in',\n avatarInfo: {\n name: 'Pegasystems',\n imageSrc: 'https://www.pega.com/sites/default/files/media/images/2018-12/Pega.com-og.png'\n }\n }\n },\n chatMessages: [\n {\n id: '4276065002',\n type: 'system',\n message: 'John brown has joined',\n timeStamp: '01:44 PM'\n },\n {\n id: '88365643',\n type: 'message',\n variant: 'sender',\n direction: 'out',\n avatarInfo: {\n name: 'John Brown'\n },\n message: 'Hi, Welcome to u-plus. How can I help you ?',\n timeStamp: '1:44 PM',\n status: 'Opened',\n attachments: [\n {\n id: '2499167340',\n name: 'Location',\n icon: 'document',\n meta: 'PNG 0.1 MB',\n thumbnail:\n 'https://pegasystems.github.io/uplus-wss/health_provider/img/secondary-options.jpg'\n },\n {\n id: '2499167341',\n name: 'FAQ with detailed terms and conditions of the policy',\n icon: 'document-pdf',\n meta: 'PDF 0.7 MB'\n }\n ],\n ariaLabel:\n 'John Brown said Hi, Welcome to u-plus. How can I help you ? at 1:44 PM with 2 attachments'\n },\n {\n id: '3245595973',\n type: 'message',\n variant: 'sender',\n direction: 'out',\n avatarInfo: {\n name: 'John Brown'\n },\n message: 'You may also reach us via',\n timeStamp: '1:45 PM',\n pagePushLinks: [\n {\n id: '2499167349',\n href: 'https://collaborate.pega.com/',\n thumbnail:\n 'https://community.pega.com/sites/default/files/styles/480/public/media/images/2020-02/AskExpert.png?itok=ef2MVbOV',\n title: 'Ask the expert'\n }\n ],\n ariaLabel: 'John Brown said You may also reach us via at 1:45 PM with 1 link'\n },\n {\n id: '3865379335',\n type: 'message',\n variant: 'receiver',\n messagePrivacy: 'PUBLIC TWEET',\n direction: 'in',\n avatarInfo: {\n name: 'Sara Davis'\n },\n message: 'Hi, I would like to know the validity of my policy',\n ariaLabel:\n 'Sara Davis said Hi, I would like to know the validity of my policy via Public Tweet'\n },\n {\n id: '777315059',\n type: 'message',\n variant: 'receiver',\n messagePrivacy: 'PUBLIC TWEET',\n direction: 'in',\n avatarInfo: {\n name: 'Sara Davis'\n },\n message: 'Could you please help',\n timeStamp: '1:45 PM',\n ariaLabel: 'Sara Davis said Could you please help at 1:45 PM via Public Tweet'\n },\n {\n id: '4001121034',\n type: 'system',\n message: 'Pegasystems has joined'\n },\n {\n id: '779591083',\n type: 'message',\n variant: 'other',\n direction: 'in',\n avatarInfo: {\n name: 'Pegasystems',\n imageSrc: 'https://www.pega.com/sites/default/files/media/images/2018-12/Pega.com-og.png'\n },\n message: 'Great, our CSR will help you with that',\n timeStamp: '1:46 PM',\n status: 'Delivered',\n ariaLabel: 'Pegasystems said Great, our CSR will help you with that at 1:46 PM'\n },\n {\n id: '2683629622',\n type: 'message',\n variant: 'sender',\n messagePrivacy: 'PUBLIC REPLY',\n direction: 'out',\n avatarInfo: {\n name: 'John Brown'\n },\n message: 'Sure',\n timeStamp: '1:48 PM',\n status: 'Delivered',\n ariaLabel: 'John Brown said Sure at 1:48 PM via Public Tweet'\n },\n {\n id: '2748689942',\n type: 'message',\n variant: 'other',\n direction: 'in',\n avatarInfo: {\n name: 'Pegasystems',\n imageSrc: 'https://www.pega.com/sites/default/files/media/images/2018-12/Pega.com-og.png'\n },\n message: ' Carry on',\n timeStamp: '1:49 PM',\n attachments: [\n {\n id: '2499167343',\n name: 'Departments mapping',\n icon: 'document-doc',\n meta: 'PDF 0.1 MB'\n }\n ],\n ariaLabel: 'Pegasystems said Carry on at 1:49 PM with 1 attachment'\n },\n {\n id: '4110947991',\n type: 'message',\n variant: 'other',\n direction: 'in',\n messagePrivacy: 'PUBLIC REPLY',\n avatarInfo: {\n name: 'Pegasystems',\n imageSrc: 'https://www.pega.com/sites/default/files/media/images/2018-12/Pega.com-og.png'\n },\n message: ' Refer these documents for more FAQ',\n timeStamp: '1:49 PM',\n attachments: [\n {\n id: '2499167345',\n name: 'FAQ with detailed terms and conditions of the policy',\n icon: 'document-doc',\n meta: 'PDF 0.7 MB'\n },\n {\n id: '2499167346',\n name: 'Privacy policy',\n icon: 'document-doc',\n meta: 'WORD 0.1 MB'\n }\n ],\n ariaLabel:\n 'Pegasystems said Refer these documents for more FAQ at 1:49 PM with 2 attachments via Public Tweet'\n },\n {\n id: '2549273884',\n type: 'system',\n message: 'Pegasystems has left'\n },\n {\n id: '3375453344',\n type: 'message',\n variant: 'sender',\n messagePrivacy: 'PUBLIC REPLY',\n direction: 'out',\n avatarInfo: {\n name: 'John Brown'\n },\n message: 'Could you please help me with your account num',\n timeStamp: '1:50 PM',\n attachments: [\n {\n id: '2499167347',\n name: 'Security policy',\n icon: 'document-pdf',\n meta: 'PDF 6.1 MB'\n }\n ],\n ariaLabel:\n 'John Brown said Could you please help me with your account num at 1:50 PM with 1 attachment via Public Tweet'\n },\n {\n id: '1868448522',\n type: 'message',\n variant: 'receiver',\n direction: 'in',\n avatarInfo: {\n name: 'Sara Davis'\n },\n message: 'Yeah, sure please give me a second',\n ariaLabel: 'Sara Davis said Yeah, sure please give me a second '\n },\n {\n id: '1295058543',\n type: 'message',\n variant: 'receiver',\n direction: 'in',\n avatarInfo: {\n name: 'Sara Davis'\n },\n message: '5588-8899-45-89',\n timeStamp: '1:50 PM',\n attachments: [\n {\n id: '2499167348',\n name: 'Vehicle insurance',\n icon: 'document-doc',\n meta: 'WORD 1.1 MB'\n }\n ],\n ariaLabel: 'Sara Davis said 5588-8899-45-89 at 1:50 PM with 1 attachment'\n },\n {\n id: '2690247642',\n type: 'message',\n variant: 'sender',\n direction: 'out',\n avatarInfo: {\n name: 'John Brown'\n },\n message: 'Let me pick your details',\n status: 'Delivered',\n ariaLabel: 'John Brown said Let me pick your details '\n },\n {\n id: '1208949065',\n type: 'message',\n variant: 'sender',\n direction: 'out',\n avatarInfo: {\n name: 'John Brown'\n },\n message: 'Can I please transfer your chat request to concerned department please ?',\n timeStamp: '1:51 PM',\n ariaLabel:\n 'John Brown said Can I please transfer your chat request to concerned department please ? at 1:51 PM'\n },\n {\n id: '4302656892',\n type: 'message',\n variant: 'receiver',\n direction: 'in',\n avatarInfo: {\n name: 'Sara Davis'\n },\n message: 'Sure',\n timeStamp: '1:51 PM',\n ariaLabel: 'Sara Davis said Sure at 1:51 PM'\n },\n {\n id: '658052414',\n type: 'message',\n variant: 'sender',\n direction: 'out',\n avatarInfo: {\n name: 'John Brown'\n },\n message: 'Please give me a moment',\n timeStamp: '1:51 PM',\n ariaLabel: 'John Brown said Please give me a moment at 1:51 PM'\n },\n {\n id: '719933419',\n type: 'system',\n message: 'Mike has joined'\n },\n {\n id: '679831597',\n type: 'message',\n variant: 'sender',\n direction: 'out',\n message:\n 'Hi Sara. This is Mike. John has discussed with me. I will be helping you out with the required details',\n timeStamp: '1:51 PM',\n ariaLabel:\n 'You said Hi Sara. This is Mike. John has discussed with me. I will be helping you out with the required details at 1:51 PM'\n },\n {\n id: '2785439809',\n type: 'system',\n message: 'John brown has left'\n },\n {\n id: '85859690',\n type: 'message',\n variant: 'sender',\n direction: 'out',\n message: 'Ok, your insurance is valid until Dec 21, 2020 11:00 AM',\n timeStamp: '1:52 PM',\n ariaLabel: 'You said Ok, your insurance is valid until Dec 21, 2020 11:00 AM at 1:52 PM'\n },\n {\n id: '2484793043',\n type: 'message',\n variant: 'receiver',\n direction: 'in',\n avatarInfo: {\n name: 'Sara Davis'\n },\n message: 'Thanks',\n timeStamp: '1:52 PM',\n ariaLabel: 'Sara Davis said Thanks at 1:52 PM'\n },\n {\n id: '352967030',\n type: 'message',\n variant: 'sender',\n direction: 'out',\n message: 'Is there anything I can help you with',\n timeStamp: '1:52 PM',\n ariaLabel: 'You said Is there anything I can help you with at 1:52 PM'\n },\n {\n id: '3432757116',\n type: 'message',\n variant: 'receiver',\n direction: 'in',\n avatarInfo: {\n name: 'Sara Davis'\n },\n message: 'I am good.😃',\n timeStamp: '1:53 PM',\n ariaLabel: 'Sara Davis said I am good 😃. at 1:53 PM'\n },\n {\n id: '2432461831',\n type: 'message',\n variant: 'sender',\n direction: 'out',\n message: 'Thanks for contacting us, have a great day',\n timeStamp: '1:53 PM',\n ariaLabel: 'You said Thanks for contacting us, have a great day at 1:53 PM'\n },\n {\n id: '2965626280',\n type: 'system',\n message: 'Chat has been ended'\n }\n ],\n defaultAttachments: [\n {\n id: '4455774588',\n name: '03/2020 statement.pdf'\n },\n {\n id: '44557745889',\n name: 'Policy T&C.pdf'\n }\n ],\n suggestedReplies: [\n {\n id: 'suggested_reply_1',\n message: 'Hello, Good morning Sara. How can I help you today',\n confidence: 94\n },\n {\n id: 'suggested_reply_2',\n message:\n 'Sorry to hear that. I will surely help you resolve the issue. Can you please provide the policy id, so that I can get more details',\n confidence: 75\n }\n ],\n phrasesDisplayNames: [\n 'Account > Account balance',\n 'Agreement > End of a case/interaction',\n 'Agreement > Mid interaction',\n 'Apologize > Apologize - ask customer to',\n 'Apologize > Thanks for patience',\n 'Ask for transfer > Agent not available',\n 'Ask for transfer > Agent not available - call back',\n 'Ask for transfer > Agent not available - stall',\n 'Account > Account balance',\n 'Agreement > End of a case/interaction',\n 'Agreement > Mid interaction',\n 'Apologize > Apologize - ask customer to',\n 'Apologize > Thanks for patience',\n 'Ask for transfer > Agent not available',\n 'Ask for transfer > Agent not available - call back',\n 'Ask for transfer > Agent not available - stall',\n 'Account > Account balance'\n ],\n phrasesMessages: [\n 'Ms. Sara J Connor your account balance is $5226.32',\n 'My pleasure! Is there anything else I can do for you today?',\n 'You are welcome!',\n \"Ms.Connor. We do not respond to that kind of language. I'm doing my best to help you. Please be civil.\",\n 'Thanks for your patience. I am working on your request. I will be with you shortly.',\n 'It looks like the agent we were looking to transfer you to will not be available. One moment please while I see whether someone else can assist.',\n \"The agent I was looking to transfer you to isn't available. Would it be possible for us to call you when a specialist is available?\",\n 'It looks like the agent we were looking to transfer you to will not be available. One moment please while I see whether someone else can assist.',\n 'Ms. Sara J Connor your account balance is $5226.32',\n 'My pleasure! Is there anything else I can do for you today?',\n 'You are welcome!',\n \"Ms.Connor. We do not respond to that kind of language. I'm doing my best to help you. Please be civil.\",\n 'Thanks for your patience. I am working on your request. I will be with you shortly.',\n 'It looks like the agent we were looking to transfer you to will not be available. One moment please while I see whether someone else can assist.',\n \"The agent I was looking to transfer you to isn't available. Would it be possible for us to call you when a specialist is available?\",\n 'It looks like the agent we were looking to transfer you to will not be available. One moment please while I see whether someone else can assist.',\n 'Ms. Sara J Connor your account balance is $5226.32'\n ]\n};\n"]}
@@ -0,0 +1,34 @@
1
+ /// <reference types="react" />
2
+ import { Meta, Story } from '@storybook/react';
3
+ import { MessageProps } from '@pega/cosmos-react-social';
4
+ declare const _default: Meta<import("@storybook/react").Args>;
5
+ export default _default;
6
+ export declare const ChatHeaderDemo: () => JSX.Element;
7
+ export declare const MessageListDemo: () => JSX.Element;
8
+ export declare const MessageDemo: Story<MessageProps>;
9
+ export declare const SystemMessageDemo: () => JSX.Element;
10
+ interface TypeIndicatorDemoProps {
11
+ message?: string;
12
+ }
13
+ export declare const TypeIndicatorDemo: Story<TypeIndicatorDemoProps>;
14
+ export declare const ChatTranscriptsDemo: () => JSX.Element[];
15
+ export declare const TranscriptMessageDemo: () => JSX.Element;
16
+ export declare const SuggestedReplyPickerDemo: () => JSX.Element;
17
+ interface ChatComposerDemoProps {
18
+ maxAttachments?: number;
19
+ }
20
+ export declare const ChatComposerDemo: Story<ChatComposerDemoProps>;
21
+ interface StandardChatProps {
22
+ maxAttachments?: number;
23
+ chatWidth?: string;
24
+ selectedChannel?: string;
25
+ showChatBanner?: boolean;
26
+ disableChat?: boolean;
27
+ simulateConversation?: boolean;
28
+ message?: string;
29
+ placeholder?: string;
30
+ defaultMessage?: string;
31
+ maxLength?: number;
32
+ }
33
+ export declare const StandardChat: Story<StandardChatProps>;
34
+ //# sourceMappingURL=Chat.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Chat.stories.d.ts","sourceRoot":"","sources":["../../../src/social/Chat/Chat.stories.tsx"],"names":[],"mappings":";AAUA,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AA2B/C,OAAO,EASL,YAAY,EAWb,MAAM,2BAA2B,CAAC;;AAMnC,wBAGU;AAGV,eAAO,MAAM,cAAc,mBA4B1B,CAAC;AAIF,eAAO,MAAM,eAAe,mBAiB3B,CAAC;AAIF,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,YAAY,CA2D3C,CAAC;AAcF,eAAO,MAAM,iBAAiB,mBAE7B,CAAC;AAIF,UAAU,sBAAsB;IAC9B,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,sBAAsB,CAE3D,CAAC;AAYF,eAAO,MAAM,mBAAmB,qBAW/B,CAAC;AAIF,eAAO,MAAM,qBAAqB,mBAMjC,CAAC;AAKF,eAAO,MAAM,wBAAwB,mBAuBpC,CAAC;AAKF,UAAU,qBAAqB;IAC7B,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,qBAAqB,CAWzD,CAAC;AAYF,UAAU,iBAAiB;IACzB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,iBAAiB,CAwgBjD,CAAC"}
@@ -0,0 +1,490 @@
1
+ import { useState, useRef, useEffect, useCallback, useMemo } from 'react';
2
+ import { action } from '@storybook/addon-actions';
3
+ import { Button, Icon, registerIcon, Text, MenuButton, Flex, Popover, Link, Status, EmojiContext, createUID, useOuterEvent, TextArea, Select, Option, Menu, useElement, FieldValueList } from '@pega/cosmos-react-core';
4
+ import * as arrowMicroDownIcon from '@pega/cosmos-react-core/lib/components/Icon/icons/arrow-micro-down.icon';
5
+ import * as replyIcon from '@pega/cosmos-react-core/lib/components/Icon/icons/reply.icon';
6
+ import * as replyAllIcon from '@pega/cosmos-react-core/lib/components/Icon/icons/reply-all.icon';
7
+ import * as forwardIcon from '@pega/cosmos-react-core/lib/components/Icon/icons/forward.icon';
8
+ import { Chat, ChatHeader, ChatBody, ChatComposer, ChatTranscript, Message, MessageList, NewMessageSeparatorId, SuggestedReplyPicker, SystemMessage, TranscriptMessage, TypeIndicator } from '@pega/cosmos-react-social';
9
+ import { ChatMockData } from './Chat.mocks';
10
+ registerIcon(forwardIcon, replyIcon, replyAllIcon, arrowMicroDownIcon);
11
+ export default {
12
+ title: 'Social/Chat',
13
+ component: Chat
14
+ };
15
+ export const ChatHeaderDemo = () => {
16
+ const actionsConfig = (<Flex>
17
+ <Button variant='simple' aria-label='Show transcripts'>
18
+ <Flex container={{
19
+ gap: 1,
20
+ alignItems: 'center'
21
+ }}>
22
+ <Icon name='chats'/>
23
+ <Text>Transcripts</Text>
24
+ </Flex>
25
+ </Button>
26
+ <Button variant='simple' icon aria-label='chat info'>
27
+ <Icon name='information'/>
28
+ </Button>
29
+ </Flex>);
30
+ return (<ChatHeader title='Live Chat' icon='chat-solid' aria-label='Chat header' actions={actionsConfig}/>);
31
+ };
32
+ export const MessageListDemo = () => {
33
+ const messages = ChatMockData.chatMessages;
34
+ const [unReadMessageCount, setUnReadMessagesCount] = useState(1);
35
+ return (<Flex container style={{ height: '80vh' }}>
36
+ <MessageList tabIndex={0} messages={messages} unReadMessageCount={unReadMessageCount} onScrollToButtonClick={() => {
37
+ setUnReadMessagesCount(0);
38
+ }}/>
39
+ </Flex>);
40
+ };
41
+ export const MessageDemo = (args) => {
42
+ const attachments = [
43
+ {
44
+ id: '2499167340',
45
+ name: 'Location',
46
+ icon: 'document',
47
+ meta: 'PNG 0.1 MB',
48
+ thumbnail: 'https://pegasystems.github.io/uplus-wss/health_provider/img/secondary-options.jpg'
49
+ },
50
+ {
51
+ id: '2499167341',
52
+ name: 'FAQ with detailed terms and conditions of the policy',
53
+ icon: 'document-pdf',
54
+ meta: 'PDF 0.7 MB'
55
+ }
56
+ ];
57
+ const pagePushLinks = [
58
+ {
59
+ id: '2499167349',
60
+ href: 'https://collaborate.pega.com/',
61
+ thumbnail: 'https://community.pega.com/sites/default/files/styles/480/public/media/images/2020-02/AskExpert.png?itok=ef2MVbOV',
62
+ title: 'Ask the expert'
63
+ }
64
+ ];
65
+ return (<>
66
+
67
+ <Message type='message' attachments={attachments} avatarInfo={{ name: 'John Brown' }} status='Opened' timeStamp='1:44 PM' message='Hi, Welcome to u-plus. How can I help you ?' variant={args.variant} direction={args.direction}/>
68
+ <br />
69
+
70
+ <Message type='message' message='Hi, Welcome to u-plus. How can I help you ?' avatarInfo={{ name: 'John Brown' }} pagePushLinks={pagePushLinks} variant={args.variant} direction={args.direction}/>
71
+ <br />
72
+
73
+ <Message type='message' message='Hi, Welcome to u-plus. How can I help you ?' avatarInfo={{ name: 'John Brown' }} variant={args.variant} direction={args.direction}/>
74
+ </>);
75
+ };
76
+ MessageDemo.args = {
77
+ variant: 'receiver',
78
+ direction: 'in'
79
+ };
80
+ MessageDemo.argTypes = {
81
+ variant: { options: ['receiver', 'sender', 'other'], control: { type: 'select' } },
82
+ direction: { options: ['in', 'out'], control: { type: 'select' } }
83
+ };
84
+ export const SystemMessageDemo = () => (<SystemMessage message='John Brown has joined' timeStamp='10:00 AM'/>);
85
+ export const TypeIndicatorDemo = (args) => {
86
+ return <TypeIndicator avatarInfo={{ name: 'John Brown' }} message={args.message}/>;
87
+ };
88
+ TypeIndicatorDemo.args = {
89
+ message: ''
90
+ };
91
+ TypeIndicatorDemo.argTypes = {
92
+ message: { control: { type: 'text' } }
93
+ };
94
+ export const ChatTranscriptsDemo = () => {
95
+ return ChatMockData.transcripts.map((transcript) => {
96
+ return (<ChatTranscript tabIndex={0} title={transcript.title} key={transcript.id} transcript={transcript.data}/>);
97
+ });
98
+ };
99
+ export const TranscriptMessageDemo = () => (<TranscriptMessage timeStamp='01:20 PM' variant='bot' message='Hello… This is bot. How can I help you? Please select your category.'/>);
100
+ export const SuggestedReplyPickerDemo = () => {
101
+ const suggestedReplies = [
102
+ {
103
+ id: createUID(),
104
+ message: 'Hello, Good morning Sara. How can I help you today',
105
+ confidence: 95
106
+ },
107
+ {
108
+ id: createUID(),
109
+ message: 'Sorry to hear that. I will surely help you resolve the issue. Can you please provide the policy id, so that I can get more details',
110
+ confidence: 75
111
+ }
112
+ ];
113
+ return (<SuggestedReplyPicker replies={suggestedReplies} onSelect={suggestedReply => {
114
+ action(`Suggested reply picked ${suggestedReply.message}`)();
115
+ }} onDismiss={action('Suggested reply dismissed')}/>);
116
+ };
117
+ export const ChatComposerDemo = (args) => (<ChatComposer maxAttachments={args.maxAttachments} attachments={ChatMockData.defaultAttachments} maxLength={256} placeholder='Type here to send message' onSend={() => { }}>
118
+ <MenuButton text='Phrases' menu={{ items: [] }}/>
119
+ <MenuButton text='Page Push' menu={{ items: [] }}/>
120
+ </ChatComposer>);
121
+ ChatComposerDemo.args = {
122
+ maxAttachments: 2
123
+ };
124
+ ChatComposerDemo.argTypes = {
125
+ maxAttachments: { control: { type: 'number' } }
126
+ };
127
+ export const StandardChat = (args) => {
128
+ const ChatMockDataClone = useMemo(() => {
129
+ return JSON.parse(JSON.stringify(ChatMockData));
130
+ }, [ChatMockData]);
131
+ const Channels = {
132
+ label: 'Channel',
133
+ options: {
134
+ LiveChat: {
135
+ title: 'Live chat',
136
+ icon: 'chat-solid'
137
+ },
138
+ Twitter: {
139
+ title: 'Twitter chat',
140
+ icon: 'twitter'
141
+ },
142
+ Facebook: {
143
+ title: 'Facebook messenger',
144
+ icon: 'facebook'
145
+ }
146
+ }
147
+ };
148
+ const { participants, chatMessages: mockChatMessagesJson, transcripts, defaultAttachments, suggestedReplies } = ChatMockDataClone;
149
+ const conversationRatingMessage = {
150
+ id: createUID(),
151
+ variant: 'receiver',
152
+ direction: 'in',
153
+ type: 'message',
154
+ message: (<Flex container={{
155
+ direction: 'column',
156
+ gap: 1
157
+ }}>
158
+ <TextArea placeholder='Please comment…' label='Please comment on our service performance and how we can better serve you. Thank you for your time.'/>
159
+ <Select label='Is the problem resolved?'>
160
+ <Option>Yes</Option>
161
+ <Option>No</Option>
162
+ </Select>
163
+ <Flex container={{
164
+ justify: 'center'
165
+ }}>
166
+ <Button variant='primary'>Submit</Button>
167
+ </Flex>
168
+ </Flex>)
169
+ };
170
+ const mockChatMessages = useMemo(() => {
171
+ return [
172
+ ...mockChatMessagesJson.map(message => {
173
+ const { messagePrivacy, ...restMessageData } = message;
174
+ if (messagePrivacy) {
175
+ restMessageData.messageHeader = {
176
+ content: <span>{messagePrivacy}</span>,
177
+ meta: <Link href='/'>I-12345</Link>
178
+ };
179
+ }
180
+ return restMessageData;
181
+ }),
182
+ conversationRatingMessage
183
+ ];
184
+ }, []);
185
+ const conversationRef = useRef(null);
186
+ const timers = useRef([]);
187
+ useEffect(() => {
188
+ return () => {
189
+ timers.current.forEach(clearTimeout);
190
+ };
191
+ }, []);
192
+ const [showSuggestedReplies, setShowSuggestedReplies] = useState(true);
193
+ const [showTranscripts, setShowTranscripts] = useState(false);
194
+ const [attachments, setAttachments] = useState(defaultAttachments);
195
+ const [unreadMessagesCount, setUnreadMessagesCount] = useState(0);
196
+ const [chatMessages, setChatMessages] = useState(args.simulateConversation ? mockChatMessages.slice(0, 0) : mockChatMessages);
197
+ const onDeleteAttachment = useCallback((name) => {
198
+ setAttachments(prevAttachments => prevAttachments.filter(item => item.name !== name));
199
+ }, [setAttachments]);
200
+ useEffect(() => {
201
+ setAttachments(defaultAttachments.map((item) => {
202
+ return {
203
+ ...item,
204
+ onDelete: onDeleteAttachment
205
+ };
206
+ }));
207
+ }, [defaultAttachments]);
208
+ const appendMessage = (message) => {
209
+ const incrementUnreadMessageCount = conversationRef.current?.isScrolledToLatest();
210
+ setChatMessages(prevChatMessages => {
211
+ const newMockMessage = {
212
+ ...message
213
+ };
214
+ newMockMessage.id = `m-${message.id ? message.id : prevChatMessages.length}`;
215
+ if (!incrementUnreadMessageCount &&
216
+ prevChatMessages.filter(({ id }) => id === NewMessageSeparatorId).length === 0) {
217
+ return [
218
+ ...prevChatMessages,
219
+ {
220
+ id: NewMessageSeparatorId,
221
+ type: 'system',
222
+ message: 'New messages',
223
+ variant: 'primary'
224
+ },
225
+ newMockMessage
226
+ ];
227
+ }
228
+ return [...prevChatMessages, newMockMessage];
229
+ });
230
+ if (!incrementUnreadMessageCount) {
231
+ setUnreadMessagesCount(prevCount => prevCount + 1);
232
+ }
233
+ };
234
+ useEffect(() => {
235
+ if (args.simulateConversation) {
236
+ const timeOutId = setTimeout(() => {
237
+ if (mockChatMessages.length) {
238
+ appendMessage(mockChatMessages.shift());
239
+ }
240
+ }, 1500);
241
+ return () => {
242
+ clearTimeout(timeOutId);
243
+ };
244
+ }
245
+ }, [chatMessages, args.simulateConversation]);
246
+ const [openPopover, setOpenPopover] = useState(false);
247
+ const [popoverRef, setPopoverRef] = useElement();
248
+ const [buttonRef, setButtonRef] = useElement();
249
+ const additionalInfo = {
250
+ title: 'Additional info',
251
+ options: {
252
+ LiveChat: [
253
+ {
254
+ id: '1',
255
+ name: 'Session status',
256
+ value: <Status variant='urgent'>UNAUTHENTICATED</Status>
257
+ },
258
+ {
259
+ id: '2',
260
+ name: 'Profile name',
261
+ value: 'Sara Davis'
262
+ }
263
+ ],
264
+ Twitter: [
265
+ {
266
+ id: '1',
267
+ name: 'Session status',
268
+ value: <Status variant='urgent'>UNAUTHENTICATED</Status>
269
+ },
270
+ {
271
+ id: '2',
272
+ name: 'Twitter handle',
273
+ value: '@Connor'
274
+ },
275
+ {
276
+ id: '3',
277
+ name: 'Followers',
278
+ value: '13,556'
279
+ }
280
+ ],
281
+ Facebook: [
282
+ {
283
+ id: '1',
284
+ name: 'Session status',
285
+ value: <Status variant='urgent'>UNAUTHENTICATED</Status>
286
+ },
287
+ {
288
+ id: '2',
289
+ name: 'Profile name',
290
+ value: 'Sara Davis'
291
+ }
292
+ ]
293
+ }
294
+ };
295
+ useOuterEvent('mousedown', [popoverRef, buttonRef], () => {
296
+ if (openPopover)
297
+ setOpenPopover(false);
298
+ });
299
+ const header = (<ChatHeader title={Channels.options[args.selectedChannel || 'LiveChat'].title} icon={Channels.options[args.selectedChannel || 'LiveChat'].icon} aria-label='Chat header' actions={<Flex>
300
+ <Button variant='simple' onClick={() => setShowTranscripts(!showTranscripts)} aria-label='Show transcripts'>
301
+ <Flex container={{
302
+ gap: 1,
303
+ alignItems: 'center'
304
+ }}>
305
+ <Icon name='chats'/>
306
+ <Text>Transcripts</Text>
307
+ </Flex>
308
+ </Button>
309
+ <Button variant='simple' icon aria-label='chat info' ref={setButtonRef} onClick={() => setOpenPopover(current => !current)}>
310
+ <Icon name='information'/>
311
+ </Button>
312
+ <Popover show={openPopover} target={buttonRef} ref={setPopoverRef} arrow placement='bottom-end'>
313
+ <Flex container={{ direction: 'column', gap: 1, pad: 2 }}>
314
+ <Text variant='h4'>{additionalInfo.title}</Text>
315
+ <FieldValueList variant='inline' fields={additionalInfo.options[args.selectedChannel || 'LiveChat']}/>
316
+ </Flex>
317
+ </Popover>
318
+ <MenuButton text='More actions' icon='more' iconOnly variant='simple' portal menu={{
319
+ items: [
320
+ { primary: 'Transfer', id: 'transcript', onClick: action('Clicked Transfer') },
321
+ { primary: 'End chat', id: 'endChat', onClick: action('Clicked End chat') }
322
+ ]
323
+ }}/>
324
+ </Flex>}/>);
325
+ const [showEarlierTranscripts, setShowEarlierTranscripts] = useState(false);
326
+ const transcriptsContainerRef = useRef(null);
327
+ useOuterEvent('mousedown', [transcriptsContainerRef], () => {
328
+ setShowTranscripts(false);
329
+ });
330
+ const utilityComp = useMemo(() => {
331
+ return showTranscripts ? (<div ref={transcriptsContainerRef}>
332
+ {!showEarlierTranscripts && (<Flex container={{
333
+ direction: 'column',
334
+ alignItems: 'center',
335
+ gap: 1
336
+ }}>
337
+ <Button icon aria-label='Show earlier transcripts' variant='secondary' onClick={() => {
338
+ setShowEarlierTranscripts(!showEarlierTranscripts);
339
+ }}>
340
+ <Icon name='caret-up'/>
341
+ </Button>
342
+ </Flex>)}
343
+ {transcripts
344
+ .sort((transcript) => transcript.earlierTranscripts)
345
+ .filter((transcript) => showEarlierTranscripts ? true : !transcript.earlierTranscripts)
346
+ .map((transcript) => {
347
+ const transcriptData = transcript.data.map((message) => {
348
+ if (message.messagePrivacy) {
349
+ message.transcriptHeader = {
350
+ content: <Status variant='warn'>{message.messagePrivacy.privacy}</Status>,
351
+ meta: <Link href='/'>I-12345</Link>
352
+ };
353
+ }
354
+ return message;
355
+ });
356
+ return (<ChatTranscript tabIndex={0} title={transcript.title} key={transcript.id} transcript={transcriptData}/>);
357
+ })}
358
+ </div>) : undefined;
359
+ }, [showTranscripts, setShowTranscripts, showEarlierTranscripts, setShowEarlierTranscripts]);
360
+ const chatBanner = {
361
+ id: 'warning',
362
+ messages: ['This is a public interaction and any responses will be public and visible'],
363
+ heading: 'Warning',
364
+ variant: 'warning'
365
+ };
366
+ const body = (<ChatBody>
367
+ <MessageList unReadMessageCount={unreadMessagesCount} onScrollToButtonClick={() => {
368
+ const newRandomMessageId = Math.random().toString(36).substr(2, 9);
369
+ setChatMessages(prevChatMessages => prevChatMessages.map(message => {
370
+ if (message.id === NewMessageSeparatorId) {
371
+ message.id = newRandomMessageId;
372
+ }
373
+ return message;
374
+ }));
375
+ const timeOutId = window.setTimeout(() => {
376
+ setChatMessages(prevChatMessages => prevChatMessages.filter(({ id }) => id !== newRandomMessageId));
377
+ timers.current = timers.current.filter(id => id !== timeOutId);
378
+ }, 5000);
379
+ timers.current.push(timeOutId);
380
+ setUnreadMessagesCount(0);
381
+ }} tabIndex={0} ref={conversationRef} messages={[
382
+ ...chatMessages,
383
+ {
384
+ id: 'Pegasystems',
385
+ type: 'typing',
386
+ avatarInfo: {
387
+ name: 'Pegasystems',
388
+ imageSrc: 'https://www.pega.com/sites/default/files/media/images/2018-12/Pega.com-og.png'
389
+ },
390
+ message: args.message,
391
+ ariaLabel: 'Pegasystems is typing'
392
+ }
393
+ ]}/>
394
+ </ChatBody>);
395
+ const chatComposerImperativeHandleRef = useRef(null);
396
+ const [mountPopover, setMountPopover] = useState(false);
397
+ const specialKeysConfig = {
398
+ keys: ['//'],
399
+ onSpecialKey: (e, key) => {
400
+ action(`Event is ${e}`)();
401
+ action(`Typed special key is ${key}`)();
402
+ if (chatComposerImperativeHandleRef.current) {
403
+ setMountPopover(!mountPopover);
404
+ }
405
+ }
406
+ };
407
+ const insertPhrasesMessage = (message) => {
408
+ if (chatComposerImperativeHandleRef.current) {
409
+ chatComposerImperativeHandleRef.current.appendToMessage(message, 'specialKey');
410
+ setMountPopover(false);
411
+ }
412
+ };
413
+ useOuterEvent('mousedown', [chatComposerImperativeHandleRef?.current?.chatComposerRef?.current], () => {
414
+ setMountPopover(false);
415
+ });
416
+ const footer = (<ChatComposer ref={chatComposerImperativeHandleRef} maxAttachments={args.maxAttachments} attachments={attachments} specialKeysConfig={specialKeysConfig} showEmoji disabled={args.disableChat} onAddAttachment={() => {
417
+ setAttachments([
418
+ ...attachments,
419
+ {
420
+ id: `${attachments.length} statement.pdf`,
421
+ name: `${attachments.length} statement.pdf`,
422
+ onDelete: onDeleteAttachment
423
+ }
424
+ ]);
425
+ }} maxLength={args.maxLength} placeholder={args.placeholder} defaultMessage={args.defaultMessage} onSend={message => {
426
+ action(`onAppendMessage: ${message}`)();
427
+ appendMessage({
428
+ ...participants.sender,
429
+ type: 'message',
430
+ message,
431
+ timeStamp: '1:45 PM'
432
+ });
433
+ }}>
434
+ <MenuButton text='Phrases' actions={[]} disabled={args.disableChat}/>
435
+ <MenuButton text='Page push' actions={[]} disabled={args.disableChat}/>
436
+ <Popover show={mountPopover} target={chatComposerImperativeHandleRef?.current?.textAreaRef?.current} placement='top-start'>
437
+ <Menu scrollAt={20} items={ChatMockData.phrasesDisplayNames.map((name, idx) => ({
438
+ primary: name,
439
+ id: idx.toString(),
440
+ onClick: () => insertPhrasesMessage(ChatMockData.phrasesMessages[idx])
441
+ }))}/>
442
+ </Popover>
443
+ </ChatComposer>);
444
+ const suggestedReplyPicker = suggestedReplies.length > 0 && showSuggestedReplies ? (<SuggestedReplyPicker replies={suggestedReplies} onSelect={(suggestedReply) => {
445
+ chatComposerImperativeHandleRef.current?.appendToMessage(suggestedReply.message, 'cursor');
446
+ setShowSuggestedReplies(false);
447
+ }} onDismiss={() => {
448
+ setShowSuggestedReplies(false);
449
+ }}/>) : undefined;
450
+ const fetchGoogleSprite = () => {
451
+ return 'https://unpkg.com/emoji-datasource-google@5.0.1/img/google/sheets-256/64.png';
452
+ };
453
+ return (<EmojiContext.Provider value={{ set: 'google', spriteSrcResolver: fetchGoogleSprite }}>
454
+ <Flex container={{
455
+ justify: 'center'
456
+ }} style={{
457
+ height: 'calc(100vh)',
458
+ width: args.chatWidth || '30rem',
459
+ margin: 'auto'
460
+ }}>
461
+ <Chat utility={utilityComp} header={header} banner={args.showChatBanner ? chatBanner : undefined} body={body} footer={footer} suggestedReplyPicker={suggestedReplyPicker}/>
462
+ </Flex>
463
+ </EmojiContext.Provider>);
464
+ };
465
+ StandardChat.args = {
466
+ maxAttachments: 2,
467
+ selectedChannel: 'LiveChat',
468
+ showChatBanner: true,
469
+ disableChat: false,
470
+ simulateConversation: false,
471
+ message: '',
472
+ placeholder: 'Enter message',
473
+ defaultMessage: 'Greetings! Hope you are having a great time, Please reach out to us for any help, Thanks!',
474
+ maxLength: 280
475
+ };
476
+ StandardChat.argTypes = {
477
+ maxAttachments: { control: { type: 'number' } },
478
+ selectedChannel: { options: ['LiveChat', 'Twitter', 'Facebook'], control: { type: 'select' } },
479
+ showChatBanner: { control: { type: 'boolean' } },
480
+ disableChat: { control: { type: 'boolean' } },
481
+ simulateConversation: { control: { type: 'boolean' } },
482
+ message: { control: { type: 'text' } },
483
+ placeholder: { control: { type: 'text' } },
484
+ defaultMessage: { control: { type: 'text' } },
485
+ maxLength: { control: { type: 'number' } }
486
+ };
487
+ StandardChat.parameters = {
488
+ layout: 'fullscreen'
489
+ };
490
+ //# sourceMappingURL=Chat.stories.jsx.map