@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,127 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { action } from '@storybook/addon-actions';
3
+ import { createUID, range, Status } from '@pega/cosmos-react-core';
4
+ import { AppShell, GalleryPage } from '@pega/cosmos-react-build';
5
+ export default {
6
+ title: 'Build/GalleryPage',
7
+ component: GalleryPage,
8
+ parameters: {
9
+ layout: 'fullscreen'
10
+ }
11
+ };
12
+ const appHeader = {
13
+ brand: {
14
+ name: 'AppStudioX'
15
+ },
16
+ utils: {
17
+ avatar: { name: 'Alan' },
18
+ search: {
19
+ placeholder: 'Search anything, anywhere…'
20
+ },
21
+ branchName: 'test',
22
+ actions: [
23
+ {
24
+ primary: 'Switch branch',
25
+ id: 'switchbranch',
26
+ onClick: () => { }
27
+ },
28
+ {
29
+ primary: 'Create branch',
30
+ id: 'createbranch',
31
+ onClick: () => { }
32
+ }
33
+ ]
34
+ },
35
+ links: [
36
+ {
37
+ id: '1',
38
+ name: 'Applications',
39
+ onClick: () => { }
40
+ },
41
+ {
42
+ id: '2',
43
+ name: 'Shared resources',
44
+ onClick: () => { }
45
+ },
46
+ {
47
+ id: '3',
48
+ name: 'Teams',
49
+ onClick: () => { }
50
+ },
51
+ {
52
+ id: '4',
53
+ name: 'AI & Analytics',
54
+ onClick: () => { }
55
+ },
56
+ {
57
+ id: '5',
58
+ name: 'Deploy',
59
+ onClick: () => { }
60
+ }
61
+ ]
62
+ };
63
+ const getOverviewCardData = () => {
64
+ return range(1, 14).map(num => ({
65
+ id: createUID(),
66
+ title: num % 2 !== 0
67
+ ? `Application ${num}`
68
+ : `Application ${num} with long name to simulate ellipsis`,
69
+ description: num % 2 !== 0
70
+ ? `Description for application with id ${num}`
71
+ : `Long Description for application with id ${num} to simulate ellipsis in the application description in stories`,
72
+ meta: [_jsx(Status, { variant: 'success', children: "in production" }, void 0), '1.0.0'],
73
+ visual: num % 2 !== 0
74
+ ? {
75
+ icon: {
76
+ name: 'phone-in-solid',
77
+ bgColor: '#0ac7c8'
78
+ }
79
+ }
80
+ : {
81
+ image: {
82
+ src: 'https://www.pega.com/sites/default/files/styles/2560/public/media/images/2019-01/pega-logo_0.png',
83
+ alt: 'Image for the card summary'
84
+ }
85
+ }
86
+ }));
87
+ };
88
+ const GalleryPageDemo = ({ args }) => (_jsx(GalleryPage, { heading: args.bannerHeading, description: args.bannerDescription, image: {
89
+ src: 'https://www.pega.com/sites/default/files/styles/2560/public/media/images/2019-01/pega-logo_0.png',
90
+ alt: 'Image for the banner'
91
+ }, items: args.showEmptyState ? [] : getOverviewCardData(), emptyState: {
92
+ heading: args.emptyStateHeading,
93
+ description: args.emptyStateDescription
94
+ }, action: {
95
+ text: 'New application',
96
+ onClick: action('Clicked New application button')
97
+ }, onItemClick: action('Clicked interactive card') }, void 0));
98
+ export const AppShellWithGalleryPage = (args) => {
99
+ return (_jsx(AppShell, { navigation: {
100
+ nodes: [],
101
+ currentNodeId: '1',
102
+ onNodeClick: () => { }
103
+ }, appInfo: {
104
+ text: 'U+ Desk',
105
+ visual: {
106
+ icon: {
107
+ name: 'phone-in-solid',
108
+ bgColor: '#0ac7c8'
109
+ }
110
+ }
111
+ }, appHeader: appHeader, main: _jsx(GalleryPageDemo, { args: args }, void 0), hideNav: true }, void 0));
112
+ };
113
+ AppShellWithGalleryPage.args = {
114
+ bannerHeading: 'Applications',
115
+ bannerDescription: 'Edit or create new applications',
116
+ showEmptyState: false,
117
+ emptyStateHeading: 'Create your first application',
118
+ emptyStateDescription: "You're on your way to creating your first professional application."
119
+ };
120
+ AppShellWithGalleryPage.argTypes = {
121
+ bannerHeading: { control: { type: 'text' } },
122
+ bannerDescription: { control: { type: 'text' } },
123
+ showEmptyState: { control: { type: 'boolean' } },
124
+ emptyStateHeading: { control: { type: 'text' } },
125
+ emptyStateDescription: { control: { type: 'text' } }
126
+ };
127
+ //# sourceMappingURL=GalleryPage.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GalleryPage.stories.js","sourceRoot":"","sources":["../../../src/build/PageTemplates/GalleryPage.stories.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Meta, Story } from '@storybook/react';\nimport { action } from '@storybook/addon-actions';\nimport { FC } from 'react';\n\nimport { createUID, range, Status } from '@pega/cosmos-react-core';\nimport { AppShell, GalleryPage } from '@pega/cosmos-react-build';\n\nexport default {\n title: 'Build/GalleryPage',\n component: GalleryPage,\n parameters: {\n layout: 'fullscreen'\n }\n} as Meta;\n\ninterface GalleryPageArgs {\n bannerHeading: string;\n bannerDescription: string;\n showEmptyState: boolean;\n emptyStateHeading: string;\n emptyStateDescription: string;\n}\n\nconst appHeader = {\n brand: {\n name: 'AppStudioX'\n },\n utils: {\n avatar: { name: 'Alan' },\n search: {\n placeholder: 'Search anything, anywhere…'\n },\n branchName: 'test',\n actions: [\n {\n primary: 'Switch branch',\n id: 'switchbranch',\n onClick: () => {}\n },\n {\n primary: 'Create branch',\n id: 'createbranch',\n onClick: () => {}\n }\n ]\n },\n links: [\n {\n id: '1',\n name: 'Applications',\n onClick: () => {}\n },\n {\n id: '2',\n name: 'Shared resources',\n onClick: () => {}\n },\n {\n id: '3',\n name: 'Teams',\n onClick: () => {}\n },\n {\n id: '4',\n name: 'AI & Analytics',\n onClick: () => {}\n },\n {\n id: '5',\n name: 'Deploy',\n onClick: () => {}\n }\n ]\n};\n\nconst getOverviewCardData = () => {\n return range(1, 14).map(num => ({\n id: createUID(),\n title:\n num % 2 !== 0\n ? `Application ${num}`\n : `Application ${num} with long name to simulate ellipsis`,\n description:\n num % 2 !== 0\n ? `Description for application with id ${num}`\n : `Long Description for application with id ${num} to simulate ellipsis in the application description in stories`,\n meta: [<Status variant='success'>in production</Status>, '1.0.0'],\n visual:\n num % 2 !== 0\n ? {\n icon: {\n name: 'phone-in-solid',\n bgColor: '#0ac7c8'\n }\n }\n : {\n image: {\n src: 'https://www.pega.com/sites/default/files/styles/2560/public/media/images/2019-01/pega-logo_0.png',\n alt: 'Image for the card summary'\n }\n }\n }));\n};\n\nconst GalleryPageDemo: FC<{ args: GalleryPageArgs }> = ({ args }) => (\n <GalleryPage\n heading={args.bannerHeading}\n description={args.bannerDescription}\n image={{\n src: 'https://www.pega.com/sites/default/files/styles/2560/public/media/images/2019-01/pega-logo_0.png',\n alt: 'Image for the banner'\n }}\n items={args.showEmptyState ? [] : getOverviewCardData()}\n emptyState={{\n heading: args.emptyStateHeading,\n description: args.emptyStateDescription\n }}\n action={{\n text: 'New application',\n onClick: action('Clicked New application button')\n }}\n onItemClick={action('Clicked interactive card')}\n />\n);\n\nexport const AppShellWithGalleryPage: Story<GalleryPageArgs> = (args: GalleryPageArgs) => {\n return (\n <AppShell\n navigation={{\n nodes: [],\n currentNodeId: '1',\n onNodeClick: () => {}\n }}\n appInfo={{\n text: 'U+ Desk',\n visual: {\n icon: {\n name: 'phone-in-solid',\n bgColor: '#0ac7c8'\n }\n }\n }}\n appHeader={appHeader}\n main={<GalleryPageDemo args={args} />}\n hideNav\n />\n );\n};\n\nAppShellWithGalleryPage.args = {\n bannerHeading: 'Applications',\n bannerDescription: 'Edit or create new applications',\n showEmptyState: false,\n emptyStateHeading: 'Create your first application',\n emptyStateDescription: \"You're on your way to creating your first professional application.\"\n};\n\nAppShellWithGalleryPage.argTypes = {\n bannerHeading: { control: { type: 'text' } },\n bannerDescription: { control: { type: 'text' } },\n showEmptyState: { control: { type: 'boolean' } },\n emptyStateHeading: { control: { type: 'text' } },\n emptyStateDescription: { control: { type: 'text' } }\n};\n"]}
@@ -0,0 +1,388 @@
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { useState, useMemo, useReducer, useRef, useContext } from 'react';
3
+ import { action } from '@storybook/addon-actions';
4
+ import { Button, Banner, treeHelpers, StandardTree, Configuration, Modal, ModalManagerContext, BuildTheme, Flex, Form, Input, CheckboxGroup, RadioButtonGroup, RadioButton, Checkbox, Select, Option, TextArea, ToasterContext, Text, Actions } from '@pega/cosmos-react-core';
5
+ import { RichTextEditor } from '@pega/cosmos-react-rte';
6
+ import { AppShell, TabbedPage, OneColumnPage } from '@pega/cosmos-react-build';
7
+ import { FileInputDemo } from '@pega/cosmos-react-demos/lib/core/File/FileInput.stories';
8
+ import { TableDemo } from '@pega/cosmos-react-demos/lib/core/Table/Table.stories';
9
+ import { WorkbenchDemo } from '@pega/cosmos-react-demos/lib/build/Workbench/Workbench.stories';
10
+ import { appExplorerMenuList, branchesMenuList, recordMenuList, treeList } from '@pega/cosmos-react-demos/lib/build/AppShell/AppShell.mocks';
11
+ export default {
12
+ title: 'Build/PageTemplates',
13
+ parameters: {
14
+ layout: 'fullscreen'
15
+ }
16
+ };
17
+ // Get initial field properties
18
+ const initFields = () => {
19
+ const common = { value: undefined, status: undefined };
20
+ return [
21
+ {
22
+ ...common,
23
+ name: 'name',
24
+ required: true,
25
+ error: 'Please enter first and last name',
26
+ validator() {
27
+ if (!this.value)
28
+ return false;
29
+ return /^[a-z]+\s[a-z]+$/i.test(this.value);
30
+ }
31
+ },
32
+ {
33
+ ...common,
34
+ name: 'email',
35
+ required: true,
36
+ error: 'Enter a @pega.com address',
37
+ validator() {
38
+ if (!this.value)
39
+ return false;
40
+ return /^\S+@pega\.com$/.test(this.value);
41
+ }
42
+ },
43
+ {
44
+ ...common,
45
+ name: 'notes',
46
+ required: true,
47
+ help: 'See how fast you can type 20 characters go',
48
+ error: 'You need to tell us more than 20 characters',
49
+ validator() {
50
+ if (!this.value)
51
+ return false;
52
+ return this.value.length >= 20;
53
+ }
54
+ }
55
+ ];
56
+ };
57
+ // Handles setting of state for all fields
58
+ const fieldReducer = (fields, { target, type }) => {
59
+ return fields.map(field => {
60
+ if (field.name === target.name) {
61
+ field.value = target.value;
62
+ if (type === 'blur' || field.status === 'error') {
63
+ if ((field.required || field.value) && !field.validator()) {
64
+ field.status = 'error';
65
+ field.info = field.error;
66
+ }
67
+ else {
68
+ field.status = undefined;
69
+ field.info = field.help;
70
+ }
71
+ }
72
+ }
73
+ return field;
74
+ });
75
+ };
76
+ const OneColumnForm = () => {
77
+ const editorRef = useRef(null);
78
+ const [fields, setField] = useReducer(fieldReducer, undefined, initFields);
79
+ const { push } = useContext(ToasterContext);
80
+ const name = fields.find(field => field.name === 'name');
81
+ const email = fields.find(field => field.name === 'email');
82
+ const notes = fields.find(field => field.name === 'notes');
83
+ if (!name || !email || !notes)
84
+ return null;
85
+ const canSubmit = fields.every(field => field.value && field.validator());
86
+ const actions = (_jsxs(_Fragment, { children: [_jsx(Button, { name: 'Cancel', variant: 'secondary', onClick: () => {
87
+ push({ content: 'Form cancelled!' });
88
+ }, children: "Cancel" }, void 0), _jsx(Button, { name: 'Submit', type: 'submit', variant: 'primary', disabled: !canSubmit, children: "Submit" }, void 0)] }, void 0));
89
+ const onImageAdded = (image, id) => {
90
+ const src = URL.createObjectURL(image);
91
+ editorRef.current?.appendImage({ src, alt: image.name }, id);
92
+ };
93
+ return (_jsxs(Form, { actions: actions, onSubmit: (e) => {
94
+ e.preventDefault();
95
+ push({ content: 'Form submitted!' });
96
+ }, style: { maxWidth: '37.5rem' }, children: [_jsx(Text, { variant: 'h4', as: 'h4', children: "Demo Form" }, void 0), _jsxs(Flex, { container: { direction: 'column', gap: 2 }, item: { grow: 1 }, children: [_jsx(Input, { name: 'name', label: 'Name', value: name.value, required: name.required, status: name.status, info: 'some help text here', onChange: (e) => setField({ ...e }), onBlur: (e) => setField({ ...e }), autoComplete: 'off' }, void 0), _jsx(Input, { name: 'email', value: email.value, type: 'email', label: 'Email', required: email.required, status: email.status, info: 'some help text here', onChange: (e) => setField({ ...e }), onBlur: (e) => setField({ ...e }), autoComplete: 'off' }, void 0), _jsx(CheckboxGroup, { name: 'visited', label: 'Places you have worked', children: ['Cambridge', 'Krakow', 'Hyderabad', 'Bangalore'].map(office => (_jsx(Checkbox, { label: office, onChange: (e) => setField({ ...e }) }, office))) }, void 0), _jsx(RadioButtonGroup, { name: 'meetings', label: 'Do you enjoy early morning meetings?', children: ['Yes', "No...no I don't"].map(option => (_jsx(RadioButton, { label: option, onChange: (e) => setField({ ...e }) }, option))) }, void 0), _jsxs(Select, { label: 'What would you like to eat?', info: 'FYI: options are limited', children: [_jsx(Option, { children: "choose meal..." }, void 0), _jsx(Option, { children: "Pizza" }, void 0), _jsx(Option, { children: "Sandwich" }, void 0), _jsx(Option, { children: "Salad" }, void 0)] }, void 0), _jsx(TextArea, { name: 'notes', required: notes.required, label: 'Meeting Notes', status: notes.status, info: notes.info || notes.help, onChange: (e) => setField({ ...e }), onBlur: (e) => setField({ ...e }) }, void 0), _jsx(RichTextEditor, { label: 'Detailed meeting notes', info: 'The rich text editor can be used in forms, comments, and documents', toolbar: [
97
+ 'inline-styling',
98
+ 'headers',
99
+ 'tables',
100
+ 'links',
101
+ 'images',
102
+ 'lists',
103
+ 'cut-copy-paste',
104
+ 'indentation'
105
+ ], onImageAdded: onImageAdded, ref: editorRef }, void 0), _jsx(FileInputDemo, {}, void 0)] }, void 0)] }, void 0));
106
+ };
107
+ const AppShellWithMenuNavigation = (args) => {
108
+ const [currentNodeId, setCurrentNodeId] = useState();
109
+ const [allNodes, setAllNodes] = useState(treeList);
110
+ const onNodeClick = (id) => {
111
+ const clickedNode = treeHelpers.getNode(allNodes, id);
112
+ if (!clickedNode?.nodes) {
113
+ setCurrentNodeId(id);
114
+ return;
115
+ }
116
+ setAllNodes(tree => treeHelpers.mapNode(tree, id, node => {
117
+ return {
118
+ ...node,
119
+ expanded: !node.expanded
120
+ };
121
+ }));
122
+ return (_jsx(StandardTree, { nodes: recordMenuList, onNodeClick: onNodeClick, currentNodeId: currentNodeId }, void 0));
123
+ };
124
+ const appHeader = {
125
+ brand: {
126
+ name: 'AppStudioX'
127
+ },
128
+ utils: {
129
+ avatar: { name: 'Alan' },
130
+ search: {
131
+ placeholder: 'Search anything, anywhere'
132
+ },
133
+ branchName: 'test',
134
+ actions: [
135
+ {
136
+ primary: 'Switch branch',
137
+ id: 'switchbranch',
138
+ onClick: action('Clicked switchbranch')
139
+ },
140
+ {
141
+ primary: 'Create branch',
142
+ id: 'createbranch',
143
+ onClick: action('Clicked createbranch')
144
+ }
145
+ ]
146
+ },
147
+ links: [
148
+ {
149
+ id: '1',
150
+ name: 'Applications',
151
+ onClick: action('Clicked Applications')
152
+ },
153
+ {
154
+ id: '2',
155
+ name: 'Shared resources',
156
+ onClick: action('Clicked Shared resources')
157
+ },
158
+ {
159
+ id: '3',
160
+ name: 'Teams',
161
+ onClick: () => { }
162
+ },
163
+ {
164
+ id: '4',
165
+ name: 'AI & Analytics',
166
+ onClick: action('Clicked AI & Analytics')
167
+ },
168
+ {
169
+ id: '5',
170
+ name: 'Deploy',
171
+ onClick: action('Clicked Deploy')
172
+ }
173
+ ]
174
+ };
175
+ return (_jsx(Configuration, { theme: BuildTheme, children: _jsx(AppShell, { main: args.main, appHeader: appHeader, hideNav: args.hideNavigation, appInfo: {
176
+ text: 'xCompass',
177
+ visual: {
178
+ icon: {
179
+ name: 'compass',
180
+ bgColor: '#20AA50'
181
+ }
182
+ }
183
+ }, navigation: {
184
+ nodes: allNodes,
185
+ currentNodeId,
186
+ onNodeClick
187
+ }, utils: {
188
+ onItemClick: id => {
189
+ if (id === 'explorer') {
190
+ setAllNodes(appExplorerMenuList);
191
+ }
192
+ if (id === 'branches') {
193
+ setAllNodes(branchesMenuList);
194
+ }
195
+ if (id === 'records') {
196
+ setAllNodes(recordMenuList);
197
+ }
198
+ },
199
+ items: [
200
+ {
201
+ label: 'App Explorer',
202
+ id: 'explorer'
203
+ },
204
+ {
205
+ label: 'Branches',
206
+ id: 'branches'
207
+ },
208
+ {
209
+ label: 'Records',
210
+ id: 'records'
211
+ }
212
+ ],
213
+ drawer: {
214
+ onBeforeClose: () => setAllNodes(treeList)
215
+ }
216
+ } }, void 0) }, void 0));
217
+ };
218
+ export const PageTemplatesDemo = (args) => {
219
+ const [currentTabId, setCurrentTabId] = useState('accounts');
220
+ const [content, setContent] = useState(_jsx(_Fragment, { children: _jsx(TableDemo, {}, void 0) }, void 0));
221
+ const { create } = useContext(ModalManagerContext);
222
+ const getPath = () => {
223
+ if (args.showBreadcrumbs) {
224
+ const path = args.pathData;
225
+ return path
226
+ ? path.split(',').map((crumb, i) => {
227
+ // FIXME: https://stackoverflow.com/questions/63616486/property-replaceall-does-not-exist-on-type-string
228
+ return {
229
+ id: crumb,
230
+ primary: crumb,
231
+ href: i < 3 ? `#${crumb.replace(/\s/g, '-')}` : undefined
232
+ };
233
+ })
234
+ : [];
235
+ }
236
+ };
237
+ const actions = args.showActions ? (_jsxs(Flex, { container: true, children: [_jsx(Button, { variant: 'primary', children: "Save" }, void 0), _jsx(Actions, { menuAt: 2, items: [
238
+ {
239
+ id: '1',
240
+ text: 'Page action 1'
241
+ },
242
+ {
243
+ id: '2',
244
+ text: 'Page action 2'
245
+ }
246
+ ] }, void 0)] }, void 0)) : undefined;
247
+ const banners = args.showBanners ? (_jsx(Banner, { id: 'warning-banner', variant: 'warning', messages: ['This is a warning banner. You have been warned!'] }, void 0)) : undefined;
248
+ const mainContent = (_jsx(Flex, { container: true, children: _jsx(OneColumnForm, {}, void 0) }, void 0));
249
+ const modal = () => (_jsx(Configuration, { theme: BuildTheme, children: _jsx(Modal, { heading: 'This is the Modal heading', autoWidth: false, center: true, stretch: false, children: _jsx(Text, { children: "This is the content of the Modal." }, void 0) }, void 0) }, void 0));
250
+ const pageTemplateProps = useMemo(() => {
251
+ const branchName = args.showBranch ? args.branchName : '';
252
+ const status = args.showBranch
253
+ ? {
254
+ type: args.statusVariant,
255
+ label: args.statusLabel
256
+ }
257
+ : undefined;
258
+ return {
259
+ title: args.title,
260
+ actions,
261
+ banners,
262
+ path: getPath(),
263
+ branchName,
264
+ status,
265
+ metadata: [
266
+ { id: '1', name: 'ID', value: 'InterestRate' },
267
+ { id: '2', name: 'Rule type', value: 'Field' },
268
+ {
269
+ id: '3',
270
+ name: 'Scope',
271
+ value: 'O1XPTI-CCompass-Work-MortgageRequest'
272
+ },
273
+ { id: '4', name: 'Application', value: 'XCompass' }
274
+ ],
275
+ additionalInfo: {
276
+ title: 'Interest rate',
277
+ description: 'Interest rate for the savings account',
278
+ fields: [
279
+ {
280
+ id: '1',
281
+ name: 'Id',
282
+ value: 'InterestRate'
283
+ },
284
+ {
285
+ id: '2',
286
+ name: 'Rule type',
287
+ value: 'Field'
288
+ },
289
+ {
290
+ id: '3',
291
+ name: 'Scope',
292
+ value: 'O1XPTI-CCompass-Work-MortgageRequest'
293
+ },
294
+ {
295
+ id: '4',
296
+ name: 'Branch',
297
+ value: 'xCompass (Main)'
298
+ },
299
+ {
300
+ id: '5',
301
+ name: 'Application',
302
+ value: 'XCompass'
303
+ }
304
+ ],
305
+ onEdit: args.showEditButton
306
+ ? (e) => {
307
+ args.onEdit?.(e);
308
+ create(modal);
309
+ }
310
+ : undefined
311
+ }
312
+ };
313
+ }, [args]);
314
+ let demo;
315
+ switch (args.template) {
316
+ case 'one column':
317
+ demo = _jsx(OneColumnPage, { a: mainContent, ...pageTemplateProps }, void 0);
318
+ break;
319
+ case 'tabbed':
320
+ default:
321
+ demo = (_jsx(TabbedPage, { a: content, tabs: {
322
+ tabs: [
323
+ { id: 'accounts', name: 'Accounts' },
324
+ { id: 'form', name: 'Form' },
325
+ { id: 'workbench', name: 'Workbench' }
326
+ ],
327
+ type: 'horizontal',
328
+ currentTabId,
329
+ onTabClick: id => {
330
+ setCurrentTabId(id);
331
+ // eslint-disable-next-line sonarjs/no-nested-switch
332
+ switch (id) {
333
+ case 'form':
334
+ setContent(_jsx(Flex, { container: true, children: _jsx(OneColumnForm, {}, void 0) }, void 0));
335
+ break;
336
+ case 'accounts':
337
+ setContent(_jsx(TableDemo, {}, void 0));
338
+ break;
339
+ case 'workbench':
340
+ setContent(_jsx(WorkbenchDemo, {}, void 0));
341
+ break;
342
+ default:
343
+ }
344
+ }
345
+ }, ...pageTemplateProps }, void 0));
346
+ break;
347
+ }
348
+ return (_jsx(AppShellWithMenuNavigation, { main: demo, hideNavigation: args.hideNavigation }, void 0));
349
+ };
350
+ PageTemplatesDemo.args = {
351
+ template: 'tabbed',
352
+ title: 'Interest rate',
353
+ subTitle: 'Uplus-Data-Integrations',
354
+ hideNavigation: false,
355
+ showBreadcrumbs: true,
356
+ pathData: 'Home,xCompass,Fields',
357
+ showActions: true,
358
+ showBanners: false,
359
+ showBranch: true,
360
+ statusVariant: 'pending',
361
+ statusLabel: 'private change',
362
+ branchName: 'xCompass (Main)',
363
+ showEditButton: true,
364
+ onEdit: action('Clicked edit button in popover')
365
+ };
366
+ PageTemplatesDemo.argTypes = {
367
+ template: {
368
+ options: ['one column', 'tabbed'],
369
+ control: { type: 'select' }
370
+ },
371
+ subTitle: { control: { type: 'text' } },
372
+ title: { control: { type: 'text' } },
373
+ hideNavigation: { control: { type: 'boolean' } },
374
+ showBreadcrumbs: { control: { type: 'boolean' } },
375
+ pathData: { control: { type: 'text' } },
376
+ showActions: { control: { type: 'boolean' } },
377
+ showBanners: { control: { type: 'boolean' } },
378
+ showBranch: { control: { type: 'boolean' } },
379
+ statusVariant: {
380
+ options: ['success', 'urgent', 'warn', 'pending', 'info'],
381
+ control: { type: 'select' }
382
+ },
383
+ statusLabel: { control: { type: 'text' } },
384
+ branchName: { control: { type: 'text' } },
385
+ showEditButton: { control: { type: 'boolean' } },
386
+ onEdit: { table: { disable: true } }
387
+ };
388
+ //# sourceMappingURL=PageTemplates.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PageTemplates.stories.js","sourceRoot":"","sources":["../../../src/build/PageTemplates/PageTemplates.stories.tsx"],"names":[],"mappings":"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","sourcesContent":["// cSpell:words XPTI\nimport { Meta, Story } from '@storybook/react';\nimport {\n useState,\n useMemo,\n FormEvent,\n ChangeEvent,\n FocusEvent,\n useReducer,\n useRef,\n useContext,\n MouseEvent\n} from 'react';\nimport { action } from '@storybook/addon-actions';\n\nimport {\n Button,\n Banner,\n StandardTreeProps,\n treeHelpers,\n StandardTree,\n Configuration,\n Modal,\n ModalManagerContext,\n BuildTheme,\n Flex,\n Form,\n Input,\n CheckboxGroup,\n RadioButtonGroup,\n RadioButton,\n Checkbox,\n Select,\n Option,\n TextArea,\n FormControlProps,\n ToasterContext,\n Text,\n Actions,\n StatusProps,\n PageTemplateProps\n} from '@pega/cosmos-react-core';\nimport { RichTextEditor, RichTextEditorState } from '@pega/cosmos-react-rte';\nimport { AppShell, AppShellProps, TabbedPage, OneColumnPage } from '@pega/cosmos-react-build';\nimport { FileInputDemo } from '@pega/cosmos-react-demos/lib/core/File/FileInput.stories';\nimport { TableDemo } from '@pega/cosmos-react-demos/lib/core/Table/Table.stories';\nimport { WorkbenchDemo } from '@pega/cosmos-react-demos/lib/build/Workbench/Workbench.stories';\nimport {\n appExplorerMenuList,\n branchesMenuList,\n recordMenuList,\n treeList\n} from '@pega/cosmos-react-demos/lib/build/AppShell/AppShell.mocks';\n\nexport default {\n title: 'Build/PageTemplates',\n parameters: {\n layout: 'fullscreen'\n }\n} as Meta;\n\nexport interface PageTemplatesStoryProps extends PageTemplateProps {\n template:\n | 'one column'\n | 'two column'\n | 'three column'\n | 'four column'\n | 'wide narrow'\n | 'narrow wide'\n | 'wide wide narrow'\n | 'narrow wide wide'\n | 'narrow wide narrow'\n | 'tabbed';\n showBreadcrumbs?: boolean;\n pathData?: string;\n showActions?: boolean;\n showBanners?: boolean;\n subTitle?: string;\n showBranch?: boolean;\n branchName?: string;\n statusVariant?: StatusProps['variant'];\n statusLabel: string;\n showEditButton?: boolean;\n onEdit?: (e: MouseEvent<HTMLButtonElement>) => void;\n}\n\ninterface Field extends FormControlProps {\n help?: string;\n error?: string;\n validator: (this: Field) => boolean;\n}\n\ninterface AppShellStory {\n main: AppShellProps['main'];\n hideNavigation?: boolean;\n}\n\n// Get initial field properties\nconst initFields = (): Field[] => {\n const common = { value: undefined, status: undefined };\n return [\n {\n ...common,\n name: 'name',\n required: true,\n error: 'Please enter first and last name',\n validator() {\n if (!this.value) return false;\n return /^[a-z]+\\s[a-z]+$/i.test(this.value);\n }\n },\n {\n ...common,\n name: 'email',\n required: true,\n error: 'Enter a @pega.com address',\n validator() {\n if (!this.value) return false;\n return /^\\S+@pega\\.com$/.test(this.value);\n }\n },\n {\n ...common,\n name: 'notes',\n required: true,\n help: 'See how fast you can type 20 characters go',\n error: 'You need to tell us more than 20 characters',\n validator() {\n if (!this.value) return false;\n return this.value.length >= 20;\n }\n }\n ];\n};\n\n// Handles setting of state for all fields\nconst fieldReducer = (\n fields: Field[],\n {\n target,\n type\n }:\n | ChangeEvent<HTMLInputElement | HTMLTextAreaElement>\n | FocusEvent<HTMLInputElement | HTMLTextAreaElement>\n) => {\n return fields.map(field => {\n if (field.name === target.name) {\n field.value = target.value;\n if (type === 'blur' || field.status === 'error') {\n if ((field.required || field.value) && !field.validator()) {\n field.status = 'error';\n field.info = field.error;\n } else {\n field.status = undefined;\n field.info = field.help;\n }\n }\n }\n return field;\n });\n};\n\nconst OneColumnForm = () => {\n const editorRef = useRef<RichTextEditorState>(null);\n const [fields, setField] = useReducer(fieldReducer, undefined, initFields);\n const { push } = useContext(ToasterContext);\n\n const name = fields.find(field => field.name === 'name');\n const email = fields.find(field => field.name === 'email');\n const notes = fields.find(field => field.name === 'notes');\n\n if (!name || !email || !notes) return null;\n\n const canSubmit = fields.every(field => field.value && field.validator());\n\n const actions = (\n <>\n <Button\n name='Cancel'\n variant='secondary'\n onClick={() => {\n push({ content: 'Form cancelled!' });\n }}\n >\n Cancel\n </Button>\n <Button name='Submit' type='submit' variant='primary' disabled={!canSubmit}>\n Submit\n </Button>\n </>\n );\n\n const onImageAdded = (image: File, id: string) => {\n const src = URL.createObjectURL(image);\n editorRef.current?.appendImage({ src, alt: image.name }, id);\n };\n\n return (\n <Form\n actions={actions}\n onSubmit={(e: FormEvent) => {\n e.preventDefault();\n push({ content: 'Form submitted!' });\n }}\n style={{ maxWidth: '37.5rem' }}\n >\n <Text variant='h4' as='h4'>\n Demo Form\n </Text>\n <Flex container={{ direction: 'column', gap: 2 }} item={{ grow: 1 }}>\n <Input\n name='name'\n label='Name'\n value={name.value}\n required={name.required}\n status={name.status}\n info='some help text here'\n onChange={(e: ChangeEvent<HTMLInputElement>) => setField({ ...e })}\n onBlur={(e: FocusEvent<HTMLInputElement>) => setField({ ...e })}\n autoComplete='off'\n />\n\n <Input\n name='email'\n value={email.value}\n type='email'\n label='Email'\n required={email.required}\n status={email.status}\n info='some help text here'\n onChange={(e: ChangeEvent<HTMLInputElement>) => setField({ ...e })}\n onBlur={(e: FocusEvent<HTMLInputElement>) => setField({ ...e })}\n autoComplete='off'\n />\n\n <CheckboxGroup name='visited' label='Places you have worked'>\n {['Cambridge', 'Krakow', 'Hyderabad', 'Bangalore'].map(office => (\n <Checkbox\n key={office}\n label={office}\n onChange={(e: ChangeEvent<HTMLInputElement>) => setField({ ...e })}\n />\n ))}\n </CheckboxGroup>\n\n <RadioButtonGroup name='meetings' label='Do you enjoy early morning meetings?'>\n {['Yes', \"No...no I don't\"].map(option => (\n <RadioButton\n key={option}\n label={option}\n onChange={(e: ChangeEvent<HTMLInputElement>) => setField({ ...e })}\n />\n ))}\n </RadioButtonGroup>\n\n <Select label='What would you like to eat?' info='FYI: options are limited'>\n <Option>choose meal...</Option>\n <Option>Pizza</Option>\n <Option>Sandwich</Option>\n <Option>Salad</Option>\n </Select>\n\n <TextArea\n name='notes'\n required={notes.required}\n label='Meeting Notes'\n status={notes.status}\n info={notes.info || notes.help}\n onChange={(e: ChangeEvent<HTMLTextAreaElement>) => setField({ ...e })}\n onBlur={(e: FocusEvent<HTMLInputElement>) => setField({ ...e })}\n />\n <RichTextEditor\n label='Detailed meeting notes'\n info='The rich text editor can be used in forms, comments, and documents'\n toolbar={[\n 'inline-styling',\n 'headers',\n 'tables',\n 'links',\n 'images',\n 'lists',\n 'cut-copy-paste',\n 'indentation'\n ]}\n onImageAdded={onImageAdded}\n ref={editorRef}\n />\n\n <FileInputDemo />\n </Flex>\n </Form>\n );\n};\n\nconst AppShellWithMenuNavigation = (args: AppShellStory) => {\n const [currentNodeId, setCurrentNodeId] = useState<string | undefined>();\n const [allNodes, setAllNodes] = useState<StandardTreeProps['nodes']>(treeList);\n\n const onNodeClick = (id: string) => {\n const clickedNode = treeHelpers.getNode(allNodes, id);\n\n if (!clickedNode?.nodes) {\n setCurrentNodeId(id);\n return;\n }\n\n setAllNodes(tree =>\n treeHelpers.mapNode(tree, id, node => {\n return {\n ...node,\n expanded: !node.expanded\n };\n })\n );\n\n return (\n <StandardTree\n nodes={recordMenuList}\n onNodeClick={onNodeClick}\n currentNodeId={currentNodeId}\n />\n );\n };\n\n const appHeader = {\n brand: {\n name: 'AppStudioX'\n },\n utils: {\n avatar: { name: 'Alan' },\n search: {\n placeholder: 'Search anything, anywhere'\n },\n branchName: 'test',\n actions: [\n {\n primary: 'Switch branch',\n id: 'switchbranch',\n onClick: action('Clicked switchbranch')\n },\n {\n primary: 'Create branch',\n id: 'createbranch',\n onClick: action('Clicked createbranch')\n }\n ]\n },\n links: [\n {\n id: '1',\n name: 'Applications',\n onClick: action('Clicked Applications')\n },\n {\n id: '2',\n name: 'Shared resources',\n onClick: action('Clicked Shared resources')\n },\n {\n id: '3',\n name: 'Teams',\n onClick: () => {}\n },\n {\n id: '4',\n name: 'AI & Analytics',\n onClick: action('Clicked AI & Analytics')\n },\n {\n id: '5',\n name: 'Deploy',\n onClick: action('Clicked Deploy')\n }\n ]\n };\n\n return (\n <Configuration theme={BuildTheme}>\n <AppShell\n main={args.main}\n appHeader={appHeader}\n hideNav={args.hideNavigation}\n appInfo={{\n text: 'xCompass',\n visual: {\n icon: {\n name: 'compass',\n bgColor: '#20AA50'\n }\n }\n }}\n navigation={{\n nodes: allNodes,\n currentNodeId,\n onNodeClick\n }}\n utils={{\n onItemClick: id => {\n if (id === 'explorer') {\n setAllNodes(appExplorerMenuList);\n }\n\n if (id === 'branches') {\n setAllNodes(branchesMenuList);\n }\n\n if (id === 'records') {\n setAllNodes(recordMenuList);\n }\n },\n items: [\n {\n label: 'App Explorer',\n id: 'explorer'\n },\n {\n label: 'Branches',\n id: 'branches'\n },\n {\n label: 'Records',\n id: 'records'\n }\n ],\n drawer: {\n onBeforeClose: () => setAllNodes(treeList)\n }\n }}\n />\n </Configuration>\n );\n};\n\nexport const PageTemplatesDemo: Story<PageTemplatesStoryProps & AppShellStory> = (\n args: PageTemplatesStoryProps & AppShellStory\n) => {\n const [currentTabId, setCurrentTabId] = useState('accounts');\n const [content, setContent] = useState(\n <>\n <TableDemo />\n </>\n );\n const { create } = useContext(ModalManagerContext);\n\n const getPath = () => {\n if (args.showBreadcrumbs) {\n const path = args.pathData;\n\n return path\n ? path.split(',').map((crumb: string, i) => {\n // FIXME: https://stackoverflow.com/questions/63616486/property-replaceall-does-not-exist-on-type-string\n return {\n id: crumb,\n primary: crumb,\n href: i < 3 ? `#${(crumb as any).replace(/\\s/g, '-')}` : undefined\n };\n })\n : [];\n }\n };\n\n const actions: PageTemplateProps['actions'] = args.showActions ? (\n <Flex container>\n <Button variant='primary'>Save</Button>\n <Actions\n menuAt={2}\n items={[\n {\n id: '1',\n text: 'Page action 1'\n },\n {\n id: '2',\n text: 'Page action 2'\n }\n ]}\n />\n </Flex>\n ) : undefined;\n\n const banners: PageTemplateProps['banners'] = args.showBanners ? (\n <Banner\n id='warning-banner'\n variant='warning'\n messages={['This is a warning banner. You have been warned!']}\n />\n ) : undefined;\n\n const mainContent = (\n <Flex container>\n <OneColumnForm />\n </Flex>\n );\n\n const modal = () => (\n <Configuration theme={BuildTheme}>\n <Modal heading='This is the Modal heading' autoWidth={false} center stretch={false}>\n <Text>This is the content of the Modal.</Text>\n </Modal>\n </Configuration>\n );\n\n const pageTemplateProps = useMemo(() => {\n const branchName = args.showBranch ? args.branchName : '';\n const status = args.showBranch\n ? {\n type: args.statusVariant,\n label: args.statusLabel\n }\n : undefined;\n\n return {\n title: args.title,\n actions,\n banners,\n path: getPath(),\n branchName,\n status,\n metadata: [\n { id: '1', name: 'ID', value: 'InterestRate' },\n { id: '2', name: 'Rule type', value: 'Field' },\n {\n id: '3',\n name: 'Scope',\n value: 'O1XPTI-CCompass-Work-MortgageRequest'\n },\n { id: '4', name: 'Application', value: 'XCompass' }\n ],\n additionalInfo: {\n title: 'Interest rate',\n description: 'Interest rate for the savings account',\n fields: [\n {\n id: '1',\n name: 'Id',\n value: 'InterestRate'\n },\n {\n id: '2',\n name: 'Rule type',\n value: 'Field'\n },\n {\n id: '3',\n name: 'Scope',\n value: 'O1XPTI-CCompass-Work-MortgageRequest'\n },\n {\n id: '4',\n name: 'Branch',\n value: 'xCompass (Main)'\n },\n {\n id: '5',\n name: 'Application',\n value: 'XCompass'\n }\n ],\n onEdit: args.showEditButton\n ? (e: MouseEvent<HTMLButtonElement>) => {\n args.onEdit?.(e);\n create(modal);\n }\n : undefined\n }\n };\n }, [args]);\n\n let demo;\n\n switch (args.template) {\n case 'one column':\n demo = <OneColumnPage a={mainContent} {...pageTemplateProps} />;\n break;\n case 'tabbed':\n default:\n demo = (\n <TabbedPage\n a={content}\n tabs={{\n tabs: [\n { id: 'accounts', name: 'Accounts' },\n { id: 'form', name: 'Form' },\n { id: 'workbench', name: 'Workbench' }\n ],\n type: 'horizontal',\n currentTabId,\n onTabClick: id => {\n setCurrentTabId(id);\n // eslint-disable-next-line sonarjs/no-nested-switch\n switch (id) {\n case 'form':\n setContent(\n <Flex container>\n <OneColumnForm />\n </Flex>\n );\n break;\n case 'accounts':\n setContent(<TableDemo />);\n break;\n case 'workbench':\n setContent(<WorkbenchDemo />);\n break;\n default:\n }\n }\n }}\n {...pageTemplateProps}\n />\n );\n break;\n }\n\n return (\n <AppShellWithMenuNavigation\n main={demo as AppShellProps['main']}\n hideNavigation={args.hideNavigation}\n />\n );\n};\n\nPageTemplatesDemo.args = {\n template: 'tabbed',\n title: 'Interest rate',\n subTitle: 'Uplus-Data-Integrations',\n hideNavigation: false,\n showBreadcrumbs: true,\n pathData: 'Home,xCompass,Fields',\n showActions: true,\n showBanners: false,\n showBranch: true,\n statusVariant: 'pending',\n statusLabel: 'private change',\n branchName: 'xCompass (Main)',\n showEditButton: true,\n onEdit: action('Clicked edit button in popover')\n};\n\nPageTemplatesDemo.argTypes = {\n template: {\n options: ['one column', 'tabbed'],\n control: { type: 'select' }\n },\n subTitle: { control: { type: 'text' } },\n title: { control: { type: 'text' } },\n hideNavigation: { control: { type: 'boolean' } },\n showBreadcrumbs: { control: { type: 'boolean' } },\n pathData: { control: { type: 'text' } },\n showActions: { control: { type: 'boolean' } },\n showBanners: { control: { type: 'boolean' } },\n showBranch: { control: { type: 'boolean' } },\n statusVariant: {\n options: ['success', 'urgent', 'warn', 'pending', 'info'],\n control: { type: 'select' }\n },\n statusLabel: { control: { type: 'text' } },\n branchName: { control: { type: 'text' } },\n showEditButton: { control: { type: 'boolean' } },\n onEdit: { table: { disable: true } }\n};\n"]}