@pega/cosmos-react-demos 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (678) hide show
  1. package/LICENSE +185 -0
  2. package/lib/build/AppHeader/AppHeader.stories.d.ts +8 -0
  3. package/lib/build/AppHeader/AppHeader.stories.d.ts.map +1 -0
  4. package/lib/build/AppHeader/AppHeader.stories.jsx +65 -0
  5. package/lib/build/AppHeader/AppHeader.stories.jsx.map +1 -0
  6. package/lib/build/AppShell/AppShell.mocks.d.ts +50 -0
  7. package/lib/build/AppShell/AppShell.mocks.d.ts.map +1 -0
  8. package/lib/build/AppShell/AppShell.mocks.js +503 -0
  9. package/lib/build/AppShell/AppShell.mocks.js.map +1 -0
  10. package/lib/build/AppShell/AppShell.stories.d.ts +12 -0
  11. package/lib/build/AppShell/AppShell.stories.d.ts.map +1 -0
  12. package/lib/build/AppShell/AppShell.stories.jsx +194 -0
  13. package/lib/build/AppShell/AppShell.stories.jsx.map +1 -0
  14. package/lib/build/FlowModeller/AddNodeUtils.mocks.d.ts +45 -0
  15. package/lib/build/FlowModeller/AddNodeUtils.mocks.d.ts.map +1 -0
  16. package/lib/build/FlowModeller/AddNodeUtils.mocks.js +291 -0
  17. package/lib/build/FlowModeller/AddNodeUtils.mocks.js.map +1 -0
  18. package/lib/build/FlowModeller/FlowModeller.mocks.d.ts +9 -0
  19. package/lib/build/FlowModeller/FlowModeller.mocks.d.ts.map +1 -0
  20. package/lib/build/FlowModeller/FlowModeller.mocks.js +411 -0
  21. package/lib/build/FlowModeller/FlowModeller.mocks.js.map +1 -0
  22. package/lib/build/FlowModeller/FlowModeller.stories.d.ts +12 -0
  23. package/lib/build/FlowModeller/FlowModeller.stories.d.ts.map +1 -0
  24. package/lib/build/FlowModeller/FlowModeller.stories.jsx +214 -0
  25. package/lib/build/FlowModeller/FlowModeller.stories.jsx.map +1 -0
  26. package/lib/build/LifeCycle/LifeCycle.mocks.d.ts +201 -0
  27. package/lib/build/LifeCycle/LifeCycle.mocks.d.ts.map +1 -0
  28. package/lib/build/LifeCycle/LifeCycle.mocks.js +1128 -0
  29. package/lib/build/LifeCycle/LifeCycle.mocks.js.map +1 -0
  30. package/lib/build/LifeCycle/LifeCycle.stories.d.ts +11 -0
  31. package/lib/build/LifeCycle/LifeCycle.stories.d.ts.map +1 -0
  32. package/lib/build/LifeCycle/LifeCycle.stories.jsx +491 -0
  33. package/lib/build/LifeCycle/LifeCycle.stories.jsx.map +1 -0
  34. package/lib/build/LifeCycle/utils.d.ts +65 -0
  35. package/lib/build/LifeCycle/utils.d.ts.map +1 -0
  36. package/lib/build/LifeCycle/utils.js +218 -0
  37. package/lib/build/LifeCycle/utils.js.map +1 -0
  38. package/lib/build/PageTemplates/GalleryPage.stories.d.ts +12 -0
  39. package/lib/build/PageTemplates/GalleryPage.stories.d.ts.map +1 -0
  40. package/lib/build/PageTemplates/GalleryPage.stories.jsx +126 -0
  41. package/lib/build/PageTemplates/GalleryPage.stories.jsx.map +1 -0
  42. package/lib/build/PageTemplates/PageTemplates.stories.d.ts +26 -0
  43. package/lib/build/PageTemplates/PageTemplates.stories.d.ts.map +1 -0
  44. package/lib/build/PageTemplates/PageTemplates.stories.jsx +434 -0
  45. package/lib/build/PageTemplates/PageTemplates.stories.jsx.map +1 -0
  46. package/lib/build/Workbench/Workbench.mocks.d.ts +9 -0
  47. package/lib/build/Workbench/Workbench.mocks.d.ts.map +1 -0
  48. package/lib/build/Workbench/Workbench.mocks.js +67 -0
  49. package/lib/build/Workbench/Workbench.mocks.js.map +1 -0
  50. package/lib/build/Workbench/Workbench.stories.d.ts +10 -0
  51. package/lib/build/Workbench/Workbench.stories.d.ts.map +1 -0
  52. package/lib/build/Workbench/Workbench.stories.jsx +124 -0
  53. package/lib/build/Workbench/Workbench.stories.jsx.map +1 -0
  54. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.stories.d.ts +10 -0
  55. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.stories.d.ts.map +1 -0
  56. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.stories.jsx +263 -0
  57. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.stories.jsx.map +1 -0
  58. package/lib/condition-builder/ConditionBuilder/props.mock.d.ts +6 -0
  59. package/lib/condition-builder/ConditionBuilder/props.mock.d.ts.map +1 -0
  60. package/lib/condition-builder/ConditionBuilder/props.mock.js +113 -0
  61. package/lib/condition-builder/ConditionBuilder/props.mock.js.map +1 -0
  62. package/lib/core/AppShell/AppShell.mocks.d.ts +15 -0
  63. package/lib/core/AppShell/AppShell.mocks.d.ts.map +1 -0
  64. package/lib/core/AppShell/AppShell.mocks.jsx +147 -0
  65. package/lib/core/AppShell/AppShell.mocks.jsx.map +1 -0
  66. package/lib/core/AppShell/AppShell.stories.d.ts +31 -0
  67. package/lib/core/AppShell/AppShell.stories.d.ts.map +1 -0
  68. package/lib/core/AppShell/AppShell.stories.jsx +222 -0
  69. package/lib/core/AppShell/AppShell.stories.jsx.map +1 -0
  70. package/lib/core/AppShell/AppShell.styles.d.ts +2 -0
  71. package/lib/core/AppShell/AppShell.styles.d.ts.map +1 -0
  72. package/lib/core/AppShell/AppShell.styles.js +5 -0
  73. package/lib/core/AppShell/AppShell.styles.js.map +1 -0
  74. package/lib/core/Avatar/Avatar.stories.d.ts +10 -0
  75. package/lib/core/Avatar/Avatar.stories.d.ts.map +1 -0
  76. package/lib/core/Avatar/Avatar.stories.jsx +50 -0
  77. package/lib/core/Avatar/Avatar.stories.jsx.map +1 -0
  78. package/lib/core/Backdrop/Backdrop.stories.d.ts +7 -0
  79. package/lib/core/Backdrop/Backdrop.stories.d.ts.map +1 -0
  80. package/lib/core/Backdrop/Backdrop.stories.jsx +43 -0
  81. package/lib/core/Backdrop/Backdrop.stories.jsx.map +1 -0
  82. package/lib/core/Badges/Alert.stories.d.ts +6 -0
  83. package/lib/core/Badges/Alert.stories.d.ts.map +1 -0
  84. package/lib/core/Badges/Alert.stories.jsx +15 -0
  85. package/lib/core/Badges/Alert.stories.jsx.map +1 -0
  86. package/lib/core/Badges/Count.stories.d.ts +6 -0
  87. package/lib/core/Badges/Count.stories.d.ts.map +1 -0
  88. package/lib/core/Badges/Count.stories.jsx +20 -0
  89. package/lib/core/Badges/Count.stories.jsx.map +1 -0
  90. package/lib/core/Badges/Selection.stories.d.ts +6 -0
  91. package/lib/core/Badges/Selection.stories.d.ts.map +1 -0
  92. package/lib/core/Badges/Selection.stories.jsx +9 -0
  93. package/lib/core/Badges/Selection.stories.jsx.map +1 -0
  94. package/lib/core/Badges/Status.stories.d.ts +6 -0
  95. package/lib/core/Badges/Status.stories.d.ts.map +1 -0
  96. package/lib/core/Badges/Status.stories.jsx +18 -0
  97. package/lib/core/Badges/Status.stories.jsx.map +1 -0
  98. package/lib/core/Badges/Tag.stories.d.ts +6 -0
  99. package/lib/core/Badges/Tag.stories.d.ts.map +1 -0
  100. package/lib/core/Badges/Tag.stories.jsx +9 -0
  101. package/lib/core/Badges/Tag.stories.jsx.map +1 -0
  102. package/lib/core/Banner/Banner.stories.d.ts +22 -0
  103. package/lib/core/Banner/Banner.stories.d.ts.map +1 -0
  104. package/lib/core/Banner/Banner.stories.jsx +125 -0
  105. package/lib/core/Banner/Banner.stories.jsx.map +1 -0
  106. package/lib/core/Boolean/BooleanDisplay.stories.d.ts +6 -0
  107. package/lib/core/Boolean/BooleanDisplay.stories.d.ts.map +1 -0
  108. package/lib/core/Boolean/BooleanDisplay.stories.jsx +19 -0
  109. package/lib/core/Boolean/BooleanDisplay.stories.jsx.map +1 -0
  110. package/lib/core/Breadcrumbs/Breadcrumbs.stories.d.ts +7 -0
  111. package/lib/core/Breadcrumbs/Breadcrumbs.stories.d.ts.map +1 -0
  112. package/lib/core/Breadcrumbs/Breadcrumbs.stories.jsx +29 -0
  113. package/lib/core/Breadcrumbs/Breadcrumbs.stories.jsx.map +1 -0
  114. package/lib/core/Breadcrumbs/Breadcrumbs.styles.d.ts +2 -0
  115. package/lib/core/Breadcrumbs/Breadcrumbs.styles.d.ts.map +1 -0
  116. package/lib/core/Breadcrumbs/Breadcrumbs.styles.js +12 -0
  117. package/lib/core/Breadcrumbs/Breadcrumbs.styles.js.map +1 -0
  118. package/lib/core/Button/Button.stories.d.ts +12 -0
  119. package/lib/core/Button/Button.stories.d.ts.map +1 -0
  120. package/lib/core/Button/Button.stories.jsx +103 -0
  121. package/lib/core/Button/Button.stories.jsx.map +1 -0
  122. package/lib/core/Card/Card.stories.d.ts +8 -0
  123. package/lib/core/Card/Card.stories.d.ts.map +1 -0
  124. package/lib/core/Card/Card.stories.jsx +55 -0
  125. package/lib/core/Card/Card.stories.jsx.map +1 -0
  126. package/lib/core/Card/Card.styles.d.ts +2 -0
  127. package/lib/core/Card/Card.styles.d.ts.map +1 -0
  128. package/lib/core/Card/Card.styles.js +5 -0
  129. package/lib/core/Card/Card.styles.js.map +1 -0
  130. package/lib/core/Checkbox/Checkbox.stories.d.ts +7 -0
  131. package/lib/core/Checkbox/Checkbox.stories.d.ts.map +1 -0
  132. package/lib/core/Checkbox/Checkbox.stories.jsx +28 -0
  133. package/lib/core/Checkbox/Checkbox.stories.jsx.map +1 -0
  134. package/lib/core/CheckboxGroup/CheckboxGroup.stories.d.ts +7 -0
  135. package/lib/core/CheckboxGroup/CheckboxGroup.stories.d.ts.map +1 -0
  136. package/lib/core/CheckboxGroup/CheckboxGroup.stories.jsx +60 -0
  137. package/lib/core/CheckboxGroup/CheckboxGroup.stories.jsx.map +1 -0
  138. package/lib/core/CheckboxGroup/CheckboxGroup.styles.d.ts +4 -0
  139. package/lib/core/CheckboxGroup/CheckboxGroup.styles.d.ts.map +1 -0
  140. package/lib/core/CheckboxGroup/CheckboxGroup.styles.js +9 -0
  141. package/lib/core/CheckboxGroup/CheckboxGroup.styles.js.map +1 -0
  142. package/lib/core/ColorPicker/ColorPicker.stories.d.ts +8 -0
  143. package/lib/core/ColorPicker/ColorPicker.stories.d.ts.map +1 -0
  144. package/lib/core/ColorPicker/ColorPicker.stories.jsx +91 -0
  145. package/lib/core/ColorPicker/ColorPicker.stories.jsx.map +1 -0
  146. package/lib/core/ComboBox/ComboBox.mocks.d.ts +24 -0
  147. package/lib/core/ComboBox/ComboBox.mocks.d.ts.map +1 -0
  148. package/lib/core/ComboBox/ComboBox.mocks.js +54 -0
  149. package/lib/core/ComboBox/ComboBox.mocks.js.map +1 -0
  150. package/lib/core/ComboBox/ComboBox.stories.d.ts +21 -0
  151. package/lib/core/ComboBox/ComboBox.stories.d.ts.map +1 -0
  152. package/lib/core/ComboBox/ComboBox.stories.jsx +323 -0
  153. package/lib/core/ComboBox/ComboBox.stories.jsx.map +1 -0
  154. package/lib/core/Configuration/Configuration.stories.d.ts +10 -0
  155. package/lib/core/Configuration/Configuration.stories.d.ts.map +1 -0
  156. package/lib/core/Configuration/Configuration.stories.jsx +125 -0
  157. package/lib/core/Configuration/Configuration.stories.jsx.map +1 -0
  158. package/lib/core/Currency/Currency.stories.d.ts +11 -0
  159. package/lib/core/Currency/Currency.stories.d.ts.map +1 -0
  160. package/lib/core/Currency/Currency.stories.jsx +65 -0
  161. package/lib/core/Currency/Currency.stories.jsx.map +1 -0
  162. package/lib/core/DateTime/DateTime.stories.d.ts +20 -0
  163. package/lib/core/DateTime/DateTime.stories.d.ts.map +1 -0
  164. package/lib/core/DateTime/DateTime.stories.jsx +127 -0
  165. package/lib/core/DateTime/DateTime.stories.jsx.map +1 -0
  166. package/lib/core/DateTime/DateTimeDisplay.stories.d.ts +7 -0
  167. package/lib/core/DateTime/DateTimeDisplay.stories.d.ts.map +1 -0
  168. package/lib/core/DateTime/DateTimeDisplay.stories.jsx +46 -0
  169. package/lib/core/DateTime/DateTimeDisplay.stories.jsx.map +1 -0
  170. package/lib/core/DateTime/DateTimePicker.stories.d.ts +7 -0
  171. package/lib/core/DateTime/DateTimePicker.stories.d.ts.map +1 -0
  172. package/lib/core/DateTime/DateTimePicker.stories.jsx +34 -0
  173. package/lib/core/DateTime/DateTimePicker.stories.jsx.map +1 -0
  174. package/lib/core/Drawer/Drawer.stories.d.ts +7 -0
  175. package/lib/core/Drawer/Drawer.stories.d.ts.map +1 -0
  176. package/lib/core/Drawer/Drawer.stories.jsx +98 -0
  177. package/lib/core/Drawer/Drawer.stories.jsx.map +1 -0
  178. package/lib/core/Drawer/Drawer.styles.d.ts +2 -0
  179. package/lib/core/Drawer/Drawer.styles.d.ts.map +1 -0
  180. package/lib/core/Drawer/Drawer.styles.js +11 -0
  181. package/lib/core/Drawer/Drawer.styles.js.map +1 -0
  182. package/lib/core/Email/EmailDisplay.stories.d.ts +6 -0
  183. package/lib/core/Email/EmailDisplay.stories.d.ts.map +1 -0
  184. package/lib/core/Email/EmailDisplay.stories.jsx +19 -0
  185. package/lib/core/Email/EmailDisplay.stories.jsx.map +1 -0
  186. package/lib/core/EmojiPicker/EmojiPicker.stories.d.ts +8 -0
  187. package/lib/core/EmojiPicker/EmojiPicker.stories.d.ts.map +1 -0
  188. package/lib/core/EmojiPicker/EmojiPicker.stories.jsx +52 -0
  189. package/lib/core/EmojiPicker/EmojiPicker.stories.jsx.map +1 -0
  190. package/lib/core/EmptyState/EmptyState.stories.d.ts +6 -0
  191. package/lib/core/EmptyState/EmptyState.stories.d.ts.map +1 -0
  192. package/lib/core/EmptyState/EmptyState.stories.jsx +18 -0
  193. package/lib/core/EmptyState/EmptyState.stories.jsx.map +1 -0
  194. package/lib/core/ErrorState/ErrorState.stories.d.ts +9 -0
  195. package/lib/core/ErrorState/ErrorState.stories.d.ts.map +1 -0
  196. package/lib/core/ErrorState/ErrorState.stories.jsx +20 -0
  197. package/lib/core/ErrorState/ErrorState.stories.jsx.map +1 -0
  198. package/lib/core/ExpandCollapse/ExpandCollapse.stories.d.ts +7 -0
  199. package/lib/core/ExpandCollapse/ExpandCollapse.stories.d.ts.map +1 -0
  200. package/lib/core/ExpandCollapse/ExpandCollapse.stories.jsx +73 -0
  201. package/lib/core/ExpandCollapse/ExpandCollapse.stories.jsx.map +1 -0
  202. package/lib/core/ExpandCollapse/ExpandCollapse.styles.d.ts +4 -0
  203. package/lib/core/ExpandCollapse/ExpandCollapse.styles.d.ts.map +1 -0
  204. package/lib/core/ExpandCollapse/ExpandCollapse.styles.js +12 -0
  205. package/lib/core/ExpandCollapse/ExpandCollapse.styles.js.map +1 -0
  206. package/lib/core/FieldGroup/FieldGroup.stories.d.ts +11 -0
  207. package/lib/core/FieldGroup/FieldGroup.stories.d.ts.map +1 -0
  208. package/lib/core/FieldGroup/FieldGroup.stories.jsx +52 -0
  209. package/lib/core/FieldGroup/FieldGroup.stories.jsx.map +1 -0
  210. package/lib/core/FieldGroup/FieldGroupList.stories.d.ts +10 -0
  211. package/lib/core/FieldGroup/FieldGroupList.stories.d.ts.map +1 -0
  212. package/lib/core/FieldGroup/FieldGroupList.stories.jsx +183 -0
  213. package/lib/core/FieldGroup/FieldGroupList.stories.jsx.map +1 -0
  214. package/lib/core/FieldValueList/FieldValueList.stories.d.ts +10 -0
  215. package/lib/core/FieldValueList/FieldValueList.stories.d.ts.map +1 -0
  216. package/lib/core/FieldValueList/FieldValueList.stories.jsx +54 -0
  217. package/lib/core/FieldValueList/FieldValueList.stories.jsx.map +1 -0
  218. package/lib/core/File/FileDisplay.stories.d.ts +13 -0
  219. package/lib/core/File/FileDisplay.stories.d.ts.map +1 -0
  220. package/lib/core/File/FileDisplay.stories.jsx +100 -0
  221. package/lib/core/File/FileDisplay.stories.jsx.map +1 -0
  222. package/lib/core/File/FileInput.stories.d.ts +9 -0
  223. package/lib/core/File/FileInput.stories.d.ts.map +1 -0
  224. package/lib/core/File/FileInput.stories.jsx +76 -0
  225. package/lib/core/File/FileInput.stories.jsx.map +1 -0
  226. package/lib/core/Flex/Flex.styles.d.ts +10 -0
  227. package/lib/core/Flex/Flex.styles.d.ts.map +1 -0
  228. package/lib/core/Flex/Flex.styles.js +41 -0
  229. package/lib/core/Flex/Flex.styles.js.map +1 -0
  230. package/lib/core/Flex/FlexContainer.stories.d.ts +20 -0
  231. package/lib/core/Flex/FlexContainer.stories.d.ts.map +1 -0
  232. package/lib/core/Flex/FlexContainer.stories.jsx +151 -0
  233. package/lib/core/Flex/FlexContainer.stories.jsx.map +1 -0
  234. package/lib/core/Flex/FlexItem.stories.d.ts +13 -0
  235. package/lib/core/Flex/FlexItem.stories.d.ts.map +1 -0
  236. package/lib/core/Flex/FlexItem.stories.jsx +71 -0
  237. package/lib/core/Flex/FlexItem.stories.jsx.map +1 -0
  238. package/lib/core/Form/Form.stories.d.ts +21 -0
  239. package/lib/core/Form/Form.stories.d.ts.map +1 -0
  240. package/lib/core/Form/Form.stories.jsx +196 -0
  241. package/lib/core/Form/Form.stories.jsx.map +1 -0
  242. package/lib/core/Grid/Grid.styles.d.ts +6 -0
  243. package/lib/core/Grid/Grid.styles.d.ts.map +1 -0
  244. package/lib/core/Grid/Grid.styles.js +36 -0
  245. package/lib/core/Grid/Grid.styles.js.map +1 -0
  246. package/lib/core/Grid/GridContainer.stories.d.ts +23 -0
  247. package/lib/core/Grid/GridContainer.stories.d.ts.map +1 -0
  248. package/lib/core/Grid/GridContainer.stories.jsx +161 -0
  249. package/lib/core/Grid/GridContainer.stories.jsx.map +1 -0
  250. package/lib/core/Grid/GridItem.stories.d.ts +13 -0
  251. package/lib/core/Grid/GridItem.stories.d.ts.map +1 -0
  252. package/lib/core/Grid/GridItem.stories.jsx +74 -0
  253. package/lib/core/Grid/GridItem.stories.jsx.map +1 -0
  254. package/lib/core/Icon/Icon.stories.d.ts +8 -0
  255. package/lib/core/Icon/Icon.stories.d.ts.map +1 -0
  256. package/lib/core/Icon/Icon.stories.jsx +84 -0
  257. package/lib/core/Icon/Icon.stories.jsx.map +1 -0
  258. package/lib/core/IconPicker/IconPicker.stories.d.ts +6 -0
  259. package/lib/core/IconPicker/IconPicker.stories.d.ts.map +1 -0
  260. package/lib/core/IconPicker/IconPicker.stories.jsx +39 -0
  261. package/lib/core/IconPicker/IconPicker.stories.jsx.map +1 -0
  262. package/lib/core/Image/Image.stories.d.ts +6 -0
  263. package/lib/core/Image/Image.stories.d.ts.map +1 -0
  264. package/lib/core/Image/Image.stories.jsx +9 -0
  265. package/lib/core/Image/Image.stories.jsx.map +1 -0
  266. package/lib/core/Input/Input.stories.d.ts +9 -0
  267. package/lib/core/Input/Input.stories.d.ts.map +1 -0
  268. package/lib/core/Input/Input.stories.jsx +44 -0
  269. package/lib/core/Input/Input.stories.jsx.map +1 -0
  270. package/lib/core/Label/Label.stories.d.ts +6 -0
  271. package/lib/core/Label/Label.stories.d.ts.map +1 -0
  272. package/lib/core/Label/Label.stories.jsx +15 -0
  273. package/lib/core/Label/Label.stories.jsx.map +1 -0
  274. package/lib/core/Lightbox/Lightbox.stories.d.ts +9 -0
  275. package/lib/core/Lightbox/Lightbox.stories.d.ts.map +1 -0
  276. package/lib/core/Lightbox/Lightbox.stories.jsx +106 -0
  277. package/lib/core/Lightbox/Lightbox.stories.jsx.map +1 -0
  278. package/lib/core/Link/Link.stories.d.ts +8 -0
  279. package/lib/core/Link/Link.stories.d.ts.map +1 -0
  280. package/lib/core/Link/Link.stories.jsx +32 -0
  281. package/lib/core/Link/Link.stories.jsx.map +1 -0
  282. package/lib/core/List/CommaSeparatedList.stories.d.ts +6 -0
  283. package/lib/core/List/CommaSeparatedList.stories.d.ts.map +1 -0
  284. package/lib/core/List/CommaSeparatedList.stories.jsx +33 -0
  285. package/lib/core/List/CommaSeparatedList.stories.jsx.map +1 -0
  286. package/lib/core/List/OrderedList.stories.d.ts +10 -0
  287. package/lib/core/List/OrderedList.stories.d.ts.map +1 -0
  288. package/lib/core/List/OrderedList.stories.jsx +38 -0
  289. package/lib/core/List/OrderedList.stories.jsx.map +1 -0
  290. package/lib/core/List/UnorderedList.stories.d.ts +10 -0
  291. package/lib/core/List/UnorderedList.stories.d.ts.map +1 -0
  292. package/lib/core/List/UnorderedList.stories.jsx +38 -0
  293. package/lib/core/List/UnorderedList.stories.jsx.map +1 -0
  294. package/lib/core/Location/Location.stories.d.ts +12 -0
  295. package/lib/core/Location/Location.stories.d.ts.map +1 -0
  296. package/lib/core/Location/Location.stories.jsx +130 -0
  297. package/lib/core/Location/Location.stories.jsx.map +1 -0
  298. package/lib/core/Menu/Menu.mocks.d.ts +4 -0
  299. package/lib/core/Menu/Menu.mocks.d.ts.map +1 -0
  300. package/lib/core/Menu/Menu.mocks.js +179 -0
  301. package/lib/core/Menu/Menu.mocks.js.map +1 -0
  302. package/lib/core/Menu/Menu.stories.d.ts +17 -0
  303. package/lib/core/Menu/Menu.stories.d.ts.map +1 -0
  304. package/lib/core/Menu/Menu.stories.jsx +166 -0
  305. package/lib/core/Menu/Menu.stories.jsx.map +1 -0
  306. package/lib/core/Menu/Menu.styles.d.ts +2 -0
  307. package/lib/core/Menu/Menu.styles.d.ts.map +1 -0
  308. package/lib/core/Menu/Menu.styles.js +6 -0
  309. package/lib/core/Menu/Menu.styles.js.map +1 -0
  310. package/lib/core/MenuButton/MenuButton.stories.d.ts +15 -0
  311. package/lib/core/MenuButton/MenuButton.stories.d.ts.map +1 -0
  312. package/lib/core/MenuButton/MenuButton.stories.jsx +188 -0
  313. package/lib/core/MenuButton/MenuButton.stories.jsx.map +1 -0
  314. package/lib/core/MetaList/MetaList.stories.d.ts +9 -0
  315. package/lib/core/MetaList/MetaList.stories.d.ts.map +1 -0
  316. package/lib/core/MetaList/MetaList.stories.jsx +24 -0
  317. package/lib/core/MetaList/MetaList.stories.jsx.map +1 -0
  318. package/lib/core/Modal/Modal.mocks.d.ts +4 -0
  319. package/lib/core/Modal/Modal.mocks.d.ts.map +1 -0
  320. package/lib/core/Modal/Modal.mocks.jsx +44 -0
  321. package/lib/core/Modal/Modal.mocks.jsx.map +1 -0
  322. package/lib/core/Modal/Modal.stories.d.ts +20 -0
  323. package/lib/core/Modal/Modal.stories.d.ts.map +1 -0
  324. package/lib/core/Modal/Modal.stories.jsx +305 -0
  325. package/lib/core/Modal/Modal.stories.jsx.map +1 -0
  326. package/lib/core/MultiStep/MultiStep.stories.d.ts +6 -0
  327. package/lib/core/MultiStep/MultiStep.stories.d.ts.map +1 -0
  328. package/lib/core/MultiStep/MultiStep.stories.jsx +56 -0
  329. package/lib/core/MultiStep/MultiStep.stories.jsx.map +1 -0
  330. package/lib/core/Number/Number.stories.d.ts +13 -0
  331. package/lib/core/Number/Number.stories.d.ts.map +1 -0
  332. package/lib/core/Number/Number.stories.jsx +110 -0
  333. package/lib/core/Number/Number.stories.jsx.map +1 -0
  334. package/lib/core/PageTemplates/PageTemplates.mocks.d.ts +3 -0
  335. package/lib/core/PageTemplates/PageTemplates.mocks.d.ts.map +1 -0
  336. package/lib/core/PageTemplates/PageTemplates.mocks.js +10 -0
  337. package/lib/core/PageTemplates/PageTemplates.mocks.js.map +1 -0
  338. package/lib/core/PageTemplates/PageTemplates.stories.d.ts +28 -0
  339. package/lib/core/PageTemplates/PageTemplates.stories.d.ts.map +1 -0
  340. package/lib/core/PageTemplates/PageTemplates.stories.jsx +233 -0
  341. package/lib/core/PageTemplates/PageTemplates.stories.jsx.map +1 -0
  342. package/lib/core/PageTemplates/PageTemplates.styles.d.ts +4 -0
  343. package/lib/core/PageTemplates/PageTemplates.styles.d.ts.map +1 -0
  344. package/lib/core/PageTemplates/PageTemplates.styles.js +31 -0
  345. package/lib/core/PageTemplates/PageTemplates.styles.js.map +1 -0
  346. package/lib/core/Pagination/Pagination.stories.d.ts +6 -0
  347. package/lib/core/Pagination/Pagination.stories.d.ts.map +1 -0
  348. package/lib/core/Pagination/Pagination.stories.jsx +19 -0
  349. package/lib/core/Pagination/Pagination.stories.jsx.map +1 -0
  350. package/lib/core/Paragraph/ParagraphDisplay.stories.d.ts +6 -0
  351. package/lib/core/Paragraph/ParagraphDisplay.stories.d.ts.map +1 -0
  352. package/lib/core/Paragraph/ParagraphDisplay.stories.jsx +12 -0
  353. package/lib/core/Paragraph/ParagraphDisplay.stories.jsx.map +1 -0
  354. package/lib/core/Phone/Phone.stories.d.ts +7 -0
  355. package/lib/core/Phone/Phone.stories.d.ts.map +1 -0
  356. package/lib/core/Phone/Phone.stories.jsx +42 -0
  357. package/lib/core/Phone/Phone.stories.jsx.map +1 -0
  358. package/lib/core/Popover/Popover.stories.d.ts +8 -0
  359. package/lib/core/Popover/Popover.stories.d.ts.map +1 -0
  360. package/lib/core/Popover/Popover.stories.jsx +184 -0
  361. package/lib/core/Popover/Popover.stories.jsx.map +1 -0
  362. package/lib/core/Progress/Progress.stories.d.ts +7 -0
  363. package/lib/core/Progress/Progress.stories.d.ts.map +1 -0
  364. package/lib/core/Progress/Progress.stories.jsx +71 -0
  365. package/lib/core/Progress/Progress.stories.jsx.map +1 -0
  366. package/lib/core/Progress/Progress.styles.d.ts +2 -0
  367. package/lib/core/Progress/Progress.styles.d.ts.map +1 -0
  368. package/lib/core/Progress/Progress.styles.js +13 -0
  369. package/lib/core/Progress/Progress.styles.js.map +1 -0
  370. package/lib/core/RadioButton/RadioButton.stories.d.ts +7 -0
  371. package/lib/core/RadioButton/RadioButton.stories.d.ts.map +1 -0
  372. package/lib/core/RadioButton/RadioButton.stories.jsx +26 -0
  373. package/lib/core/RadioButton/RadioButton.stories.jsx.map +1 -0
  374. package/lib/core/RadioButtonGroup/RadioButtonGroup.stories.d.ts +7 -0
  375. package/lib/core/RadioButtonGroup/RadioButtonGroup.stories.d.ts.map +1 -0
  376. package/lib/core/RadioButtonGroup/RadioButtonGroup.stories.jsx +62 -0
  377. package/lib/core/RadioButtonGroup/RadioButtonGroup.stories.jsx.map +1 -0
  378. package/lib/core/RadioButtonGroup/RadioButtonGroup.styles.d.ts +4 -0
  379. package/lib/core/RadioButtonGroup/RadioButtonGroup.styles.d.ts.map +1 -0
  380. package/lib/core/RadioButtonGroup/RadioButtonGroup.styles.js +9 -0
  381. package/lib/core/RadioButtonGroup/RadioButtonGroup.styles.js.map +1 -0
  382. package/lib/core/Rating/Rating.stories.d.ts +6 -0
  383. package/lib/core/Rating/Rating.stories.d.ts.map +1 -0
  384. package/lib/core/Rating/Rating.stories.jsx +21 -0
  385. package/lib/core/Rating/Rating.stories.jsx.map +1 -0
  386. package/lib/core/SearchInput/SearchInput.stories.d.ts +6 -0
  387. package/lib/core/SearchInput/SearchInput.stories.d.ts.map +1 -0
  388. package/lib/core/SearchInput/SearchInput.stories.jsx +15 -0
  389. package/lib/core/SearchInput/SearchInput.stories.jsx.map +1 -0
  390. package/lib/core/Select/Select.stories.d.ts +9 -0
  391. package/lib/core/Select/Select.stories.d.ts.map +1 -0
  392. package/lib/core/Select/Select.stories.jsx +42 -0
  393. package/lib/core/Select/Select.stories.jsx.map +1 -0
  394. package/lib/core/Sentiment/Sentiment.stories.d.ts +14 -0
  395. package/lib/core/Sentiment/Sentiment.stories.d.ts.map +1 -0
  396. package/lib/core/Sentiment/Sentiment.stories.jsx +39 -0
  397. package/lib/core/Sentiment/Sentiment.stories.jsx.map +1 -0
  398. package/lib/core/Slider/Slider.stories.d.ts +11 -0
  399. package/lib/core/Slider/Slider.stories.d.ts.map +1 -0
  400. package/lib/core/Slider/Slider.stories.jsx +58 -0
  401. package/lib/core/Slider/Slider.stories.jsx.map +1 -0
  402. package/lib/core/SummaryItem/SummaryItem.stories.d.ts +11 -0
  403. package/lib/core/SummaryItem/SummaryItem.stories.d.ts.map +1 -0
  404. package/lib/core/SummaryItem/SummaryItem.stories.jsx +36 -0
  405. package/lib/core/SummaryItem/SummaryItem.stories.jsx.map +1 -0
  406. package/lib/core/SummaryList/SummaryList.mocks.d.ts +32 -0
  407. package/lib/core/SummaryList/SummaryList.mocks.d.ts.map +1 -0
  408. package/lib/core/SummaryList/SummaryList.mocks.jsx +35 -0
  409. package/lib/core/SummaryList/SummaryList.mocks.jsx.map +1 -0
  410. package/lib/core/SummaryList/SummaryList.stories.d.ts +13 -0
  411. package/lib/core/SummaryList/SummaryList.stories.d.ts.map +1 -0
  412. package/lib/core/SummaryList/SummaryList.stories.jsx +131 -0
  413. package/lib/core/SummaryList/SummaryList.stories.jsx.map +1 -0
  414. package/lib/core/Switch/Switch.stories.d.ts +7 -0
  415. package/lib/core/Switch/Switch.stories.d.ts.map +1 -0
  416. package/lib/core/Switch/Switch.stories.jsx +26 -0
  417. package/lib/core/Switch/Switch.stories.jsx.map +1 -0
  418. package/lib/core/Switch/Switch.styles.d.ts +2 -0
  419. package/lib/core/Switch/Switch.styles.d.ts.map +1 -0
  420. package/lib/core/Switch/Switch.styles.js +13 -0
  421. package/lib/core/Switch/Switch.styles.js.map +1 -0
  422. package/lib/core/Table/Table.mocks.d.ts +19 -0
  423. package/lib/core/Table/Table.mocks.d.ts.map +1 -0
  424. package/lib/core/Table/Table.mocks.jsx +32 -0
  425. package/lib/core/Table/Table.mocks.jsx.map +1 -0
  426. package/lib/core/Table/Table.stories.d.ts +14 -0
  427. package/lib/core/Table/Table.stories.d.ts.map +1 -0
  428. package/lib/core/Table/Table.stories.jsx +58 -0
  429. package/lib/core/Table/Table.stories.jsx.map +1 -0
  430. package/lib/core/Table/Table.styles.d.ts +4 -0
  431. package/lib/core/Table/Table.styles.d.ts.map +1 -0
  432. package/lib/core/Table/Table.styles.js +9 -0
  433. package/lib/core/Table/Table.styles.js.map +1 -0
  434. package/lib/core/Tabs/Tabs.stories.d.ts +7 -0
  435. package/lib/core/Tabs/Tabs.stories.d.ts.map +1 -0
  436. package/lib/core/Tabs/Tabs.stories.jsx +59 -0
  437. package/lib/core/Tabs/Tabs.stories.jsx.map +1 -0
  438. package/lib/core/Text/Text.stories.d.ts +6 -0
  439. package/lib/core/Text/Text.stories.d.ts.map +1 -0
  440. package/lib/core/Text/Text.stories.jsx +22 -0
  441. package/lib/core/Text/Text.stories.jsx.map +1 -0
  442. package/lib/core/TextArea/TextArea.stories.d.ts +6 -0
  443. package/lib/core/TextArea/TextArea.stories.d.ts.map +1 -0
  444. package/lib/core/TextArea/TextArea.stories.jsx +43 -0
  445. package/lib/core/TextArea/TextArea.stories.jsx.map +1 -0
  446. package/lib/core/Toaster/Toaster.stories.d.ts +6 -0
  447. package/lib/core/Toaster/Toaster.stories.d.ts.map +1 -0
  448. package/lib/core/Toaster/Toaster.stories.jsx +17 -0
  449. package/lib/core/Toaster/Toaster.stories.jsx.map +1 -0
  450. package/lib/core/Tooltip/Tooltip.stories.d.ts +8 -0
  451. package/lib/core/Tooltip/Tooltip.stories.d.ts.map +1 -0
  452. package/lib/core/Tooltip/Tooltip.stories.jsx +18 -0
  453. package/lib/core/Tooltip/Tooltip.stories.jsx.map +1 -0
  454. package/lib/core/Tree/Tree.mocks.d.ts +2 -0
  455. package/lib/core/Tree/Tree.mocks.d.ts.map +1 -0
  456. package/lib/core/Tree/Tree.mocks.js +20 -0
  457. package/lib/core/Tree/Tree.mocks.js.map +1 -0
  458. package/lib/core/Tree/Tree.stories.d.ts +8 -0
  459. package/lib/core/Tree/Tree.stories.d.ts.map +1 -0
  460. package/lib/core/Tree/Tree.stories.jsx +89 -0
  461. package/lib/core/Tree/Tree.stories.jsx.map +1 -0
  462. package/lib/core/Tree/Tree.styles.d.ts +3 -0
  463. package/lib/core/Tree/Tree.styles.d.ts.map +1 -0
  464. package/lib/core/Tree/Tree.styles.js +10 -0
  465. package/lib/core/Tree/Tree.styles.js.map +1 -0
  466. package/lib/core/URL/URL.stories.d.ts +6 -0
  467. package/lib/core/URL/URL.stories.d.ts.map +1 -0
  468. package/lib/core/URL/URL.stories.jsx +17 -0
  469. package/lib/core/URL/URL.stories.jsx.map +1 -0
  470. package/lib/cs/Article/Article.mocks.d.ts +14 -0
  471. package/lib/cs/Article/Article.mocks.d.ts.map +1 -0
  472. package/lib/cs/Article/Article.mocks.js +14 -0
  473. package/lib/cs/Article/Article.mocks.js.map +1 -0
  474. package/lib/cs/Article/Article.stories.d.ts +15 -0
  475. package/lib/cs/Article/Article.stories.d.ts.map +1 -0
  476. package/lib/cs/Article/Article.stories.jsx +126 -0
  477. package/lib/cs/Article/Article.stories.jsx.map +1 -0
  478. package/lib/cs/ArticleList/ArticleList.mocks.d.ts +21 -0
  479. package/lib/cs/ArticleList/ArticleList.mocks.d.ts.map +1 -0
  480. package/lib/cs/ArticleList/ArticleList.mocks.js +102 -0
  481. package/lib/cs/ArticleList/ArticleList.mocks.js.map +1 -0
  482. package/lib/cs/ArticleList/ArticleList.stories.d.ts +16 -0
  483. package/lib/cs/ArticleList/ArticleList.stories.d.ts.map +1 -0
  484. package/lib/cs/ArticleList/ArticleList.stories.jsx +110 -0
  485. package/lib/cs/ArticleList/ArticleList.stories.jsx.map +1 -0
  486. package/lib/cs/CSCaseView/CSAppShell.stories.d.ts +45 -0
  487. package/lib/cs/CSCaseView/CSAppShell.stories.d.ts.map +1 -0
  488. package/lib/cs/CSCaseView/CSAppShell.stories.jsx +275 -0
  489. package/lib/cs/CSCaseView/CSAppShell.stories.jsx.map +1 -0
  490. package/lib/cs/CSCaseView/CSCaseView.mocks.d.ts +57 -0
  491. package/lib/cs/CSCaseView/CSCaseView.mocks.d.ts.map +1 -0
  492. package/lib/cs/CSCaseView/CSCaseView.mocks.js +224 -0
  493. package/lib/cs/CSCaseView/CSCaseView.mocks.js.map +1 -0
  494. package/lib/cs/CallControlPanel/CallControlPanel.mocks.d.ts +16 -0
  495. package/lib/cs/CallControlPanel/CallControlPanel.mocks.d.ts.map +1 -0
  496. package/lib/cs/CallControlPanel/CallControlPanel.mocks.js +110 -0
  497. package/lib/cs/CallControlPanel/CallControlPanel.mocks.js.map +1 -0
  498. package/lib/cs/CallControlPanel/CallControlPanel.stories.d.ts +13 -0
  499. package/lib/cs/CallControlPanel/CallControlPanel.stories.d.ts.map +1 -0
  500. package/lib/cs/CallControlPanel/CallControlPanel.stories.jsx +188 -0
  501. package/lib/cs/CallControlPanel/CallControlPanel.stories.jsx.map +1 -0
  502. package/lib/cs/DialPad/DialPad.stories.d.ts +9 -0
  503. package/lib/cs/DialPad/DialPad.stories.d.ts.map +1 -0
  504. package/lib/cs/DialPad/DialPad.stories.jsx +18 -0
  505. package/lib/cs/DialPad/DialPad.stories.jsx.map +1 -0
  506. package/lib/cs/DialPad/DialPadKeyboardData.mock.d.ts +11 -0
  507. package/lib/cs/DialPad/DialPadKeyboardData.mock.d.ts.map +1 -0
  508. package/lib/cs/DialPad/DialPadKeyboardData.mock.js +20 -0
  509. package/lib/cs/DialPad/DialPadKeyboardData.mock.js.map +1 -0
  510. package/lib/cs/IntelligentGuidance/IntelligentGuidance.stories.d.ts +13 -0
  511. package/lib/cs/IntelligentGuidance/IntelligentGuidance.stories.d.ts.map +1 -0
  512. package/lib/cs/IntelligentGuidance/IntelligentGuidance.stories.jsx +356 -0
  513. package/lib/cs/IntelligentGuidance/IntelligentGuidance.stories.jsx.map +1 -0
  514. package/lib/cs/InteractionNotification/InteractionNotification.stories.d.ts +8 -0
  515. package/lib/cs/InteractionNotification/InteractionNotification.stories.d.ts.map +1 -0
  516. package/lib/cs/InteractionNotification/InteractionNotification.stories.jsx +32 -0
  517. package/lib/cs/InteractionNotification/InteractionNotification.stories.jsx.map +1 -0
  518. package/lib/cs/InteractionTimer/InteractionTimer.stories.d.ts +14 -0
  519. package/lib/cs/InteractionTimer/InteractionTimer.stories.d.ts.map +1 -0
  520. package/lib/cs/InteractionTimer/InteractionTimer.stories.jsx +85 -0
  521. package/lib/cs/InteractionTimer/InteractionTimer.stories.jsx.map +1 -0
  522. package/lib/cs/TaskManager/TaskManager.mocks.d.ts +13 -0
  523. package/lib/cs/TaskManager/TaskManager.mocks.d.ts.map +1 -0
  524. package/lib/cs/TaskManager/TaskManager.mocks.js +140 -0
  525. package/lib/cs/TaskManager/TaskManager.mocks.js.map +1 -0
  526. package/lib/cs/TaskManager/TaskManager.stories.d.ts +8 -0
  527. package/lib/cs/TaskManager/TaskManager.stories.d.ts.map +1 -0
  528. package/lib/cs/TaskManager/TaskManager.stories.jsx +314 -0
  529. package/lib/cs/TaskManager/TaskManager.stories.jsx.map +1 -0
  530. package/lib/dnd/DragDropList/DragDropList.stories.d.ts +11 -0
  531. package/lib/dnd/DragDropList/DragDropList.stories.d.ts.map +1 -0
  532. package/lib/dnd/DragDropList/DragDropList.stories.jsx +119 -0
  533. package/lib/dnd/DragDropList/DragDropList.stories.jsx.map +1 -0
  534. package/lib/rte/RichTextEditor/RichTextEditor.mocks.d.ts +3 -0
  535. package/lib/rte/RichTextEditor/RichTextEditor.mocks.d.ts.map +1 -0
  536. package/lib/rte/RichTextEditor/RichTextEditor.mocks.jsx +34 -0
  537. package/lib/rte/RichTextEditor/RichTextEditor.mocks.jsx.map +1 -0
  538. package/lib/rte/RichTextEditor/RichTextEditor.stories.d.ts +10 -0
  539. package/lib/rte/RichTextEditor/RichTextEditor.stories.d.ts.map +1 -0
  540. package/lib/rte/RichTextEditor/RichTextEditor.stories.jsx +145 -0
  541. package/lib/rte/RichTextEditor/RichTextEditor.stories.jsx.map +1 -0
  542. package/lib/rte/RichTextEditor/RichTextViewer.stories.d.ts +7 -0
  543. package/lib/rte/RichTextEditor/RichTextViewer.stories.d.ts.map +1 -0
  544. package/lib/rte/RichTextEditor/RichTextViewer.stories.jsx +62 -0
  545. package/lib/rte/RichTextEditor/RichTextViewer.stories.jsx.map +1 -0
  546. package/lib/social/Chat/Chat.mocks.d.ts +385 -0
  547. package/lib/social/Chat/Chat.mocks.d.ts.map +1 -0
  548. package/lib/social/Chat/Chat.mocks.js +648 -0
  549. package/lib/social/Chat/Chat.mocks.js.map +1 -0
  550. package/lib/social/Chat/Chat.stories.d.ts +25 -0
  551. package/lib/social/Chat/Chat.stories.d.ts.map +1 -0
  552. package/lib/social/Chat/Chat.stories.jsx +537 -0
  553. package/lib/social/Chat/Chat.stories.jsx.map +1 -0
  554. package/lib/social/Chat/RepeatingView.stories.d.ts +20 -0
  555. package/lib/social/Chat/RepeatingView.stories.d.ts.map +1 -0
  556. package/lib/social/Chat/RepeatingView.stories.jsx +90 -0
  557. package/lib/social/Chat/RepeatingView.stories.jsx.map +1 -0
  558. package/lib/social/Email/Email.mocks.d.ts +87 -0
  559. package/lib/social/Email/Email.mocks.d.ts.map +1 -0
  560. package/lib/social/Email/Email.mocks.jsx +349 -0
  561. package/lib/social/Email/Email.mocks.jsx.map +1 -0
  562. package/lib/social/Email/Email.stories.d.ts +28 -0
  563. package/lib/social/Email/Email.stories.d.ts.map +1 -0
  564. package/lib/social/Email/Email.stories.jsx +798 -0
  565. package/lib/social/Email/Email.stories.jsx.map +1 -0
  566. package/lib/social/Feed/Feed.mocks.d.ts +52 -0
  567. package/lib/social/Feed/Feed.mocks.d.ts.map +1 -0
  568. package/lib/social/Feed/Feed.mocks.jsx +315 -0
  569. package/lib/social/Feed/Feed.mocks.jsx.map +1 -0
  570. package/lib/social/Feed/Feed.stories.d.ts +15 -0
  571. package/lib/social/Feed/Feed.stories.d.ts.map +1 -0
  572. package/lib/social/Feed/Feed.stories.jsx +146 -0
  573. package/lib/social/Feed/Feed.stories.jsx.map +1 -0
  574. package/lib/social/Feed/FeedNewPost.stories.d.ts +17 -0
  575. package/lib/social/Feed/FeedNewPost.stories.d.ts.map +1 -0
  576. package/lib/social/Feed/FeedNewPost.stories.jsx +80 -0
  577. package/lib/social/Feed/FeedNewPost.stories.jsx.map +1 -0
  578. package/lib/social/Feed/FeedPost.stories.d.ts +9 -0
  579. package/lib/social/Feed/FeedPost.stories.d.ts.map +1 -0
  580. package/lib/social/Feed/FeedPost.stories.jsx +248 -0
  581. package/lib/social/Feed/FeedPost.stories.jsx.map +1 -0
  582. package/lib/social/Feed/FeedReply.stories.d.ts +16 -0
  583. package/lib/social/Feed/FeedReply.stories.d.ts.map +1 -0
  584. package/lib/social/Feed/FeedReply.stories.jsx +99 -0
  585. package/lib/social/Feed/FeedReply.stories.jsx.map +1 -0
  586. package/lib/social/Feed/FeedReplyInput.stories.d.ts +15 -0
  587. package/lib/social/Feed/FeedReplyInput.stories.d.ts.map +1 -0
  588. package/lib/social/Feed/FeedReplyInput.stories.jsx +59 -0
  589. package/lib/social/Feed/FeedReplyInput.stories.jsx.map +1 -0
  590. package/lib/work/AppAnnouncement/AppAnnouncement.stories.d.ts +6 -0
  591. package/lib/work/AppAnnouncement/AppAnnouncement.stories.d.ts.map +1 -0
  592. package/lib/work/AppAnnouncement/AppAnnouncement.stories.jsx +30 -0
  593. package/lib/work/AppAnnouncement/AppAnnouncement.stories.jsx.map +1 -0
  594. package/lib/work/CaseView/Attachments.mocks.d.ts +3 -0
  595. package/lib/work/CaseView/Attachments.mocks.d.ts.map +1 -0
  596. package/lib/work/CaseView/Attachments.mocks.jsx +388 -0
  597. package/lib/work/CaseView/Attachments.mocks.jsx.map +1 -0
  598. package/lib/work/CaseView/CaseView.mocks.d.ts +11 -0
  599. package/lib/work/CaseView/CaseView.mocks.d.ts.map +1 -0
  600. package/lib/work/CaseView/CaseView.mocks.jsx +126 -0
  601. package/lib/work/CaseView/CaseView.mocks.jsx.map +1 -0
  602. package/lib/work/CaseView/CaseView.stories.d.ts +34 -0
  603. package/lib/work/CaseView/CaseView.stories.d.ts.map +1 -0
  604. package/lib/work/CaseView/CaseView.stories.jsx +264 -0
  605. package/lib/work/CaseView/CaseView.stories.jsx.map +1 -0
  606. package/lib/work/CaseView/Details.mocks.d.ts +3 -0
  607. package/lib/work/CaseView/Details.mocks.d.ts.map +1 -0
  608. package/lib/work/CaseView/Details.mocks.jsx +21 -0
  609. package/lib/work/CaseView/Details.mocks.jsx.map +1 -0
  610. package/lib/work/CaseView/FileService.mock.d.ts +28 -0
  611. package/lib/work/CaseView/FileService.mock.d.ts.map +1 -0
  612. package/lib/work/CaseView/FileService.mock.jsx +139 -0
  613. package/lib/work/CaseView/FileService.mock.jsx.map +1 -0
  614. package/lib/work/CaseView/MobileCaseView.stories.d.ts +11 -0
  615. package/lib/work/CaseView/MobileCaseView.stories.d.ts.map +1 -0
  616. package/lib/work/CaseView/MobileCaseView.stories.jsx +27 -0
  617. package/lib/work/CaseView/MobileCaseView.stories.jsx.map +1 -0
  618. package/lib/work/CaseView/Pulse.mocks.d.ts +6 -0
  619. package/lib/work/CaseView/Pulse.mocks.d.ts.map +1 -0
  620. package/lib/work/CaseView/Pulse.mocks.jsx +35 -0
  621. package/lib/work/CaseView/Pulse.mocks.jsx.map +1 -0
  622. package/lib/work/ConfigurableLayout/ConfigurableLayout.stories.d.ts +10 -0
  623. package/lib/work/ConfigurableLayout/ConfigurableLayout.stories.d.ts.map +1 -0
  624. package/lib/work/ConfigurableLayout/ConfigurableLayout.stories.jsx +195 -0
  625. package/lib/work/ConfigurableLayout/ConfigurableLayout.stories.jsx.map +1 -0
  626. package/lib/work/Confirmation/Confirmation.stories.d.ts +9 -0
  627. package/lib/work/Confirmation/Confirmation.stories.d.ts.map +1 -0
  628. package/lib/work/Confirmation/Confirmation.stories.jsx +17 -0
  629. package/lib/work/Confirmation/Confirmation.stories.jsx.map +1 -0
  630. package/lib/work/Details/Details.stories.d.ts +5 -0
  631. package/lib/work/Details/Details.stories.d.ts.map +1 -0
  632. package/lib/work/Details/Details.stories.jsx +65 -0
  633. package/lib/work/Details/Details.stories.jsx.map +1 -0
  634. package/lib/work/Glimpse/Glimpse.stories.d.ts +10 -0
  635. package/lib/work/Glimpse/Glimpse.stories.d.ts.map +1 -0
  636. package/lib/work/Glimpse/Glimpse.stories.jsx +39 -0
  637. package/lib/work/Glimpse/Glimpse.stories.jsx.map +1 -0
  638. package/lib/work/SearchResults/SearchResults.mocks.d.ts +8 -0
  639. package/lib/work/SearchResults/SearchResults.mocks.d.ts.map +1 -0
  640. package/lib/work/SearchResults/SearchResults.mocks.jsx +96 -0
  641. package/lib/work/SearchResults/SearchResults.mocks.jsx.map +1 -0
  642. package/lib/work/SearchResults/SearchResults.stories.d.ts +8 -0
  643. package/lib/work/SearchResults/SearchResults.stories.d.ts.map +1 -0
  644. package/lib/work/SearchResults/SearchResults.stories.jsx +205 -0
  645. package/lib/work/SearchResults/SearchResults.stories.jsx.map +1 -0
  646. package/lib/work/Stages/Stages.stories.d.ts +11 -0
  647. package/lib/work/Stages/Stages.stories.d.ts.map +1 -0
  648. package/lib/work/Stages/Stages.stories.jsx +65 -0
  649. package/lib/work/Stages/Stages.stories.jsx.map +1 -0
  650. package/lib/work/Stakeholders/Stakeholders.stories.d.ts +9 -0
  651. package/lib/work/Stakeholders/Stakeholders.stories.d.ts.map +1 -0
  652. package/lib/work/Stakeholders/Stakeholders.stories.jsx +118 -0
  653. package/lib/work/Stakeholders/Stakeholders.stories.jsx.map +1 -0
  654. package/lib/work/Tags/Tags.mocks.d.ts +3 -0
  655. package/lib/work/Tags/Tags.mocks.d.ts.map +1 -0
  656. package/lib/work/Tags/Tags.mocks.js +76 -0
  657. package/lib/work/Tags/Tags.mocks.js.map +1 -0
  658. package/lib/work/Tags/Tags.stories.d.ts +10 -0
  659. package/lib/work/Tags/Tags.stories.d.ts.map +1 -0
  660. package/lib/work/Tags/Tags.stories.jsx +61 -0
  661. package/lib/work/Tags/Tags.stories.jsx.map +1 -0
  662. package/lib/work/Tasks/TaskList.stories.d.ts +5 -0
  663. package/lib/work/Tasks/TaskList.stories.d.ts.map +1 -0
  664. package/lib/work/Tasks/TaskList.stories.jsx +17 -0
  665. package/lib/work/Tasks/TaskList.stories.jsx.map +1 -0
  666. package/lib/work/Tasks/Tasks.stories.d.ts +9 -0
  667. package/lib/work/Tasks/Tasks.stories.d.ts.map +1 -0
  668. package/lib/work/Tasks/Tasks.stories.jsx +101 -0
  669. package/lib/work/Tasks/Tasks.stories.jsx.map +1 -0
  670. package/lib/work/Timeline/Timeline.mocks.d.ts +3 -0
  671. package/lib/work/Timeline/Timeline.mocks.d.ts.map +1 -0
  672. package/lib/work/Timeline/Timeline.mocks.jsx +129 -0
  673. package/lib/work/Timeline/Timeline.mocks.jsx.map +1 -0
  674. package/lib/work/Timeline/Timeline.stories.d.ts +7 -0
  675. package/lib/work/Timeline/Timeline.stories.d.ts.map +1 -0
  676. package/lib/work/Timeline/Timeline.stories.jsx +43 -0
  677. package/lib/work/Timeline/Timeline.stories.jsx.map +1 -0
  678. package/package.json +47 -0
@@ -0,0 +1,1128 @@
1
+ export const LifeCycleEmptyData = {
2
+ id: '100',
3
+ categories: [],
4
+ stages: [
5
+ {
6
+ id: '1',
7
+ label: 'Create',
8
+ type: 'start',
9
+ error: '',
10
+ categories: [
11
+ {
12
+ id: '2',
13
+ categoryId: '',
14
+ tasks: [
15
+ [
16
+ {
17
+ id: '3',
18
+ label: 'Process',
19
+ visual: {
20
+ imgurl: ''
21
+ },
22
+ error: '',
23
+ steps: [
24
+ {
25
+ id: '4',
26
+ label: 'Form',
27
+ visual: {
28
+ imgurl: '',
29
+ icon: 'clipboard-data',
30
+ color: 'Japaneselaurel',
31
+ label: 'pega data'
32
+ },
33
+ status: {
34
+ type: '',
35
+ label: ''
36
+ },
37
+ error: ''
38
+ }
39
+ ]
40
+ }
41
+ ]
42
+ ]
43
+ }
44
+ ]
45
+ }
46
+ ],
47
+ alternateStages: []
48
+ };
49
+ export const LifeCycleEmptyPlanViewData = {
50
+ id: '100',
51
+ categories: [
52
+ {
53
+ label: 'Personas and Channels',
54
+ id: 'Category1'
55
+ },
56
+ {
57
+ label: 'Data and system',
58
+ id: 'Category2'
59
+ }
60
+ ],
61
+ stages: [
62
+ {
63
+ id: '1',
64
+ label: 'create',
65
+ type: 'start',
66
+ error: '',
67
+ categories: [
68
+ {
69
+ id: '2',
70
+ categoryId: 'Category2',
71
+ tasks: []
72
+ },
73
+ {
74
+ id: '9',
75
+ categoryId: 'Category1',
76
+ tasks: []
77
+ }
78
+ ]
79
+ }
80
+ ],
81
+ alternateStages: []
82
+ };
83
+ export const LifeCyclePlanViewData = {
84
+ id: '100',
85
+ categories: [
86
+ {
87
+ label: 'Personas and Channels',
88
+ id: 'Category1'
89
+ },
90
+ {
91
+ label: 'Data and system',
92
+ id: 'Category2'
93
+ }
94
+ ],
95
+ stages: [
96
+ {
97
+ id: '1',
98
+ label: 'Apply for job',
99
+ type: 'start',
100
+ error: '',
101
+ categories: [
102
+ {
103
+ id: '2',
104
+ categoryId: 'Category2',
105
+ tasks: [
106
+ {
107
+ id: '3',
108
+ label: 'Pega Attachments',
109
+ visual: {
110
+ imgurl: ''
111
+ },
112
+ error: '',
113
+ steps: [
114
+ {
115
+ id: '4',
116
+ label: 'Pega',
117
+ visual: {
118
+ imgurl: '',
119
+ icon: 'pegasus',
120
+ color: 'studio',
121
+ label: 'pega data'
122
+ },
123
+ status: {
124
+ label: 'MLP 1',
125
+ type: 'success'
126
+ },
127
+ error: ''
128
+ },
129
+ {
130
+ id: '5',
131
+ label: 'Customer Data',
132
+ visual: {
133
+ imgurl: '',
134
+ icon: 'document-pdf',
135
+ color: 'yellow',
136
+ label: 'data'
137
+ },
138
+ status: {
139
+ label: 'MLP 2',
140
+ type: 'success'
141
+ },
142
+ error: ''
143
+ }
144
+ ]
145
+ },
146
+ {
147
+ id: '6',
148
+ label: 'User Attachments',
149
+ visual: {
150
+ imgurl: ''
151
+ },
152
+ error: '',
153
+ steps: [
154
+ {
155
+ id: '7',
156
+ label: 'User Data',
157
+ visual: {
158
+ imgurl: '',
159
+ icon: 'documents',
160
+ color: 'violet',
161
+ label: 'data'
162
+ },
163
+ status: {
164
+ label: 'MLP 1',
165
+ type: 'warn'
166
+ },
167
+ error: ''
168
+ },
169
+ {
170
+ id: '8',
171
+ label: 'Uploads',
172
+ visual: {
173
+ imgurl: '',
174
+ icon: 'document-upload',
175
+ color: 'orange',
176
+ label: 'data upload'
177
+ },
178
+ status: {
179
+ label: 'MLP 2',
180
+ type: 'pending'
181
+ },
182
+ error: ''
183
+ }
184
+ ]
185
+ }
186
+ ]
187
+ },
188
+ {
189
+ id: '9',
190
+ categoryId: 'Category1',
191
+ tasks: [
192
+ {
193
+ id: '10',
194
+ label: 'Manager',
195
+ visual: {
196
+ imgurl: 'https://pbs.twimg.com/profile_images/824369446798106628/_biA5GRt_400x400.jpg'
197
+ },
198
+ error: '',
199
+ steps: [
200
+ {
201
+ id: '11',
202
+ label: 'Manager portal',
203
+ visual: {
204
+ imgurl: '',
205
+ icon: 'desktop',
206
+ color: 'orange',
207
+ label: 'portal'
208
+ },
209
+ status: {
210
+ label: 'MLP 1',
211
+ type: 'success'
212
+ },
213
+ error: ''
214
+ },
215
+ {
216
+ id: '12',
217
+ label: 'Send email',
218
+ visual: {
219
+ imgurl: '',
220
+ icon: 'mail',
221
+ color: 'darkyellow',
222
+ label: 'email'
223
+ },
224
+ status: {
225
+ label: 'MLP 2',
226
+ type: 'info'
227
+ },
228
+ error: ''
229
+ }
230
+ ]
231
+ },
232
+ {
233
+ id: '13',
234
+ label: 'User',
235
+ visual: {
236
+ imgurl: ''
237
+ },
238
+ error: '',
239
+ steps: [
240
+ {
241
+ id: '14',
242
+ label: 'User portal',
243
+ visual: {
244
+ imgurl: '',
245
+ icon: 'laptop',
246
+ color: 'magenta',
247
+ label: 'portal'
248
+ },
249
+ status: {
250
+ label: 'MLP 1',
251
+ type: 'success'
252
+ },
253
+ error: ''
254
+ },
255
+ {
256
+ id: '15',
257
+ label: 'Mobile Application',
258
+ visual: {
259
+ imgurl: '',
260
+ icon: 'mobile-phone',
261
+ color: 'Japaneselaurel',
262
+ label: 'phone'
263
+ },
264
+ status: {
265
+ label: 'MLP 3',
266
+ type: 'urgent'
267
+ },
268
+ error: ''
269
+ }
270
+ ]
271
+ },
272
+ {
273
+ id: '16',
274
+ label: 'Back Office Users',
275
+ visual: {
276
+ imgurl: 'https://pbs.twimg.com/profile_images/824369446798106628/_biA5GRt_400x400.jpg'
277
+ },
278
+ error: '',
279
+ steps: [
280
+ {
281
+ id: '17',
282
+ label: 'Web services',
283
+ visual: {
284
+ imgurl: '',
285
+ icon: 'server',
286
+ color: 'congressBlue',
287
+ label: 'web server'
288
+ },
289
+ status: {
290
+ label: '',
291
+ type: ''
292
+ },
293
+ error: ''
294
+ }
295
+ ]
296
+ }
297
+ ]
298
+ }
299
+ ]
300
+ },
301
+ {
302
+ id: '18',
303
+ label: 'Review',
304
+ type: 'default',
305
+ error: '',
306
+ categories: [
307
+ {
308
+ id: '19',
309
+ categoryId: 'Category1',
310
+ tasks: [
311
+ {
312
+ id: '20',
313
+ label: 'Back Office Users',
314
+ visual: {
315
+ imgurl: ''
316
+ },
317
+ error: '',
318
+ steps: [
319
+ {
320
+ id: '21',
321
+ label: 'Web services',
322
+ visual: {
323
+ imgurl: '',
324
+ icon: 'server',
325
+ color: 'congressBlue',
326
+ label: 'web server'
327
+ },
328
+ status: {
329
+ label: '',
330
+ type: ''
331
+ },
332
+ error: ''
333
+ },
334
+ {
335
+ id: '22',
336
+ label: 'Mobile services',
337
+ visual: {
338
+ imgurl: '',
339
+ icon: 'mobile-phone',
340
+ color: 'Japaneselaurel',
341
+ label: 'web server'
342
+ },
343
+ status: {
344
+ label: '',
345
+ type: ''
346
+ },
347
+ error: ''
348
+ }
349
+ ]
350
+ }
351
+ ]
352
+ },
353
+ {
354
+ id: '23',
355
+ categoryId: 'Category2',
356
+ tasks: [
357
+ {
358
+ id: '24',
359
+ label: 'Case Data',
360
+ visual: {
361
+ imgurl: ''
362
+ },
363
+ error: '',
364
+ steps: [
365
+ {
366
+ id: '25',
367
+ label: 'Documents submission',
368
+ visual: {
369
+ imgurl: '',
370
+ icon: 'documents-data',
371
+ color: 'studio',
372
+ label: 'documents'
373
+ },
374
+ status: {
375
+ label: 'MLP 1',
376
+ type: 'success'
377
+ },
378
+ error: ''
379
+ },
380
+ {
381
+ id: '26',
382
+ label: 'Verify Documents',
383
+ visual: {
384
+ imgurl: '',
385
+ icon: 'clipboard-check',
386
+ color: 'orange',
387
+ label: 'verify'
388
+ },
389
+ status: {
390
+ label: 'MLP 4',
391
+ type: 'pending'
392
+ },
393
+ error: ''
394
+ }
395
+ ]
396
+ }
397
+ ]
398
+ }
399
+ ]
400
+ },
401
+ {
402
+ id: '27',
403
+ label: 'Interview',
404
+ error: '',
405
+ type: 'default',
406
+ categories: [
407
+ {
408
+ id: '28',
409
+ categoryId: 'Category1',
410
+ tasks: [
411
+ {
412
+ id: '29',
413
+ label: 'HR Hub',
414
+ visual: {
415
+ imgurl: ''
416
+ },
417
+ error: '',
418
+ steps: [
419
+ {
420
+ id: '30',
421
+ label: 'HR portal',
422
+ visual: {
423
+ imgurl: '',
424
+ icon: 'desktop',
425
+ color: 'congressBlue',
426
+ label: 'HR'
427
+ },
428
+ status: {
429
+ label: 'MLP 1',
430
+ type: 'pending'
431
+ },
432
+ error: ''
433
+ },
434
+ {
435
+ id: '31',
436
+ label: 'Send feedback',
437
+ visual: {
438
+ imgurl: '',
439
+ icon: 'docusign',
440
+ color: 'yellow',
441
+ label: 'Channel'
442
+ },
443
+ status: {
444
+ label: '',
445
+ type: ''
446
+ },
447
+ error: ''
448
+ }
449
+ ]
450
+ }
451
+ ]
452
+ },
453
+ {
454
+ id: '32',
455
+ categoryId: 'Category2',
456
+ tasks: [
457
+ {
458
+ id: '33',
459
+ label: 'HR',
460
+ visual: {
461
+ imgurl: ''
462
+ },
463
+ error: '',
464
+ steps: [
465
+ {
466
+ id: '34',
467
+ label: 'Candidate Info',
468
+ visual: {
469
+ imgurl: '',
470
+ icon: 'information',
471
+ color: 'congressBlue',
472
+ label: 'Info'
473
+ },
474
+ status: {
475
+ label: 'MLP 1',
476
+ type: 'info'
477
+ },
478
+ error: ''
479
+ }
480
+ ]
481
+ }
482
+ ]
483
+ }
484
+ ]
485
+ },
486
+ {
487
+ id: '35',
488
+ label: 'Release offer',
489
+ error: '',
490
+ type: 'resolution',
491
+ categories: [
492
+ {
493
+ id: 'uniqueId',
494
+ categoryId: 'Category1',
495
+ tasks: []
496
+ },
497
+ {
498
+ id: '36',
499
+ categoryId: 'Category2',
500
+ tasks: []
501
+ }
502
+ ]
503
+ }
504
+ ],
505
+ alternateStages: [
506
+ {
507
+ id: '37',
508
+ label: 'Rejected Offer',
509
+ error: '',
510
+ type: 'alternate',
511
+ categories: [
512
+ {
513
+ id: '38',
514
+ categoryId: 'Category1',
515
+ tasks: [
516
+ {
517
+ id: '39',
518
+ label: 'HR',
519
+ visual: {
520
+ imgurl: ''
521
+ },
522
+ error: '',
523
+ steps: [
524
+ {
525
+ id: '40',
526
+ label: 'HR portal',
527
+ visual: {
528
+ imgurl: '',
529
+ icon: 'desktop',
530
+ color: 'congressBlue',
531
+ label: 'HR'
532
+ },
533
+ status: {
534
+ label: 'MLP 1',
535
+ type: 'pending'
536
+ },
537
+ error: ''
538
+ },
539
+ {
540
+ id: '41',
541
+ label: 'get feedback',
542
+ visual: {
543
+ imgurl: '',
544
+ icon: 'docusign',
545
+ color: 'yellow',
546
+ label: 'Channel'
547
+ },
548
+ status: {
549
+ label: '',
550
+ type: ''
551
+ },
552
+ error: ''
553
+ }
554
+ ]
555
+ }
556
+ ]
557
+ },
558
+ {
559
+ id: '42',
560
+ categoryId: 'Category2',
561
+ tasks: [
562
+ {
563
+ id: '43',
564
+ label: 'Interview Data',
565
+ visual: {
566
+ imgurl: ''
567
+ },
568
+ error: '',
569
+ steps: [
570
+ {
571
+ id: '44',
572
+ label: 'Interviewers',
573
+ visual: {
574
+ imgurl: '',
575
+ icon: 'information',
576
+ color: 'congressBlue',
577
+ label: 'Info'
578
+ },
579
+ status: {
580
+ label: 'MLP 1',
581
+ type: 'info'
582
+ },
583
+ error: ''
584
+ }
585
+ ]
586
+ }
587
+ ]
588
+ }
589
+ ]
590
+ },
591
+ {
592
+ id: '45',
593
+ label: 'Release offer',
594
+ error: '',
595
+ type: 'alternate',
596
+ categories: [
597
+ {
598
+ id: '46',
599
+ categoryId: 'Category1',
600
+ tasks: []
601
+ },
602
+ {
603
+ id: '47',
604
+ categoryId: 'Category2',
605
+ tasks: []
606
+ }
607
+ ]
608
+ }
609
+ ]
610
+ };
611
+ export const LifeCycleWorkFlowData = {
612
+ id: 'unique01',
613
+ categories: [],
614
+ stages: [
615
+ {
616
+ id: '1',
617
+ label: 'Apply for job',
618
+ type: 'start',
619
+ error: '',
620
+ categories: [
621
+ {
622
+ id: '2',
623
+ categoryId: '',
624
+ tasks: [
625
+ [
626
+ {
627
+ id: '3',
628
+ label: 'Collect Information',
629
+ visual: {
630
+ imgurl: ''
631
+ },
632
+ error: '',
633
+ steps: [
634
+ {
635
+ id: '4',
636
+ label: 'Personal details',
637
+ visual: {
638
+ imgurl: '',
639
+ icon: 'clipboard-data',
640
+ color: 'Japaneselaurel',
641
+ label: 'details'
642
+ },
643
+ error: '',
644
+ status: {
645
+ label: '',
646
+ type: ''
647
+ }
648
+ },
649
+ {
650
+ id: '5',
651
+ label: 'Work history',
652
+ visual: {
653
+ imgurl: '',
654
+ icon: 'clipboard-data',
655
+ color: 'Japaneselaurel',
656
+ label: 'history'
657
+ },
658
+ error: '',
659
+ status: {
660
+ label: '',
661
+ type: ''
662
+ }
663
+ },
664
+ {
665
+ id: '6',
666
+ label: 'Technical skills',
667
+ visual: {
668
+ imgurl: '',
669
+ icon: 'clipboard-data',
670
+ color: 'Japaneselaurel',
671
+ label: 'technical'
672
+ },
673
+ error: '',
674
+ status: {
675
+ label: '',
676
+ type: ''
677
+ }
678
+ },
679
+ {
680
+ id: '7',
681
+ label: 'Address',
682
+ visual: {
683
+ imgurl: '',
684
+ icon: 'clipboard-data',
685
+ color: 'Japaneselaurel',
686
+ label: 'location'
687
+ },
688
+ error: '',
689
+ status: {
690
+ label: '',
691
+ type: ''
692
+ }
693
+ },
694
+ {
695
+ id: '8',
696
+ label: 'Availability ',
697
+ visual: {
698
+ imgurl: '',
699
+ icon: 'clipboard-data',
700
+ color: 'Japaneselaurel',
701
+ label: 'date'
702
+ },
703
+ error: '',
704
+ status: {
705
+ label: '',
706
+ type: ''
707
+ }
708
+ }
709
+ ]
710
+ },
711
+ {
712
+ id: '9',
713
+ label: 'Submit application',
714
+ visual: {
715
+ imgurl: ''
716
+ },
717
+ error: '',
718
+ steps: [
719
+ {
720
+ id: '10',
721
+ label: 'Register',
722
+ visual: {
723
+ imgurl: '',
724
+ icon: 'clipboard-data',
725
+ color: 'Japaneselaurel',
726
+ label: 'register'
727
+ },
728
+ error: '',
729
+ status: {
730
+ label: '',
731
+ type: ''
732
+ }
733
+ },
734
+ {
735
+ id: '11',
736
+ label: 'Upload resume',
737
+ visual: {
738
+ imgurl: '',
739
+ icon: 'document-upload',
740
+ color: 'yellow',
741
+ label: 'upload'
742
+ },
743
+ error: '',
744
+ status: {
745
+ label: '',
746
+ type: ''
747
+ }
748
+ },
749
+ {
750
+ id: '12',
751
+ label: 'Apply',
752
+ visual: {
753
+ imgurl: '',
754
+ icon: 'clipboard-check',
755
+ color: 'Japaneselaurel',
756
+ label: 'apply'
757
+ },
758
+ error: '',
759
+ status: {
760
+ label: '',
761
+ type: ''
762
+ }
763
+ }
764
+ ]
765
+ }
766
+ ]
767
+ ]
768
+ }
769
+ ]
770
+ },
771
+ {
772
+ id: '13',
773
+ label: 'Review',
774
+ type: 'default',
775
+ error: '',
776
+ categories: [
777
+ {
778
+ id: '14',
779
+ categoryId: '',
780
+ tasks: [
781
+ [
782
+ {
783
+ id: '15',
784
+ label: 'Review application',
785
+ visual: {
786
+ imgurl: ''
787
+ },
788
+ error: '',
789
+ steps: [
790
+ {
791
+ id: '16',
792
+ label: 'Review candidates',
793
+ visual: {
794
+ imgurl: '',
795
+ icon: 'user-list',
796
+ color: 'magenta',
797
+ label: 'review'
798
+ },
799
+ error: '',
800
+ status: {
801
+ label: '',
802
+ type: ''
803
+ }
804
+ },
805
+ {
806
+ id: '17',
807
+ label: 'Contact applicants',
808
+ visual: {
809
+ imgurl: '',
810
+ icon: 'phone-out',
811
+ color: 'studio',
812
+ label: 'Channel'
813
+ },
814
+ error: '',
815
+ status: {
816
+ label: '',
817
+ type: ''
818
+ }
819
+ },
820
+ {
821
+ id: '18',
822
+ label: 'Screening',
823
+ visual: {
824
+ imgurl: '',
825
+ icon: 'list',
826
+ color: 'violet',
827
+ label: 'screening'
828
+ },
829
+ error: '',
830
+ status: {
831
+ label: '',
832
+ type: ''
833
+ }
834
+ },
835
+ {
836
+ id: '19',
837
+ label: 'Approve candidate',
838
+ visual: {
839
+ imgurl: '',
840
+ icon: 'check',
841
+ color: 'congressBlue',
842
+ label: 'approve'
843
+ },
844
+ error: '',
845
+ status: {
846
+ label: '',
847
+ type: ''
848
+ }
849
+ }
850
+ ]
851
+ }
852
+ ],
853
+ [
854
+ {
855
+ id: '20',
856
+ label: 'Schedule Interview 1',
857
+ visual: {
858
+ imgurl: ''
859
+ },
860
+ error: '',
861
+ steps: [
862
+ {
863
+ id: '21',
864
+ label: 'Get Panel',
865
+ visual: {
866
+ imgurl: '',
867
+ icon: 'dataviz-datetime-field',
868
+ color: 'congressBlue',
869
+ label: 'get panel'
870
+ },
871
+ status: {
872
+ label: 'MLP 1',
873
+ type: 'info'
874
+ },
875
+ error: ''
876
+ },
877
+ {
878
+ id: '22',
879
+ label: 'Send Email',
880
+ visual: {
881
+ imgurl: '',
882
+ icon: 'mail',
883
+ color: 'darkyellow',
884
+ label: 'Channel'
885
+ },
886
+ error: '',
887
+ status: {
888
+ label: '',
889
+ type: ''
890
+ }
891
+ }
892
+ ]
893
+ }
894
+ ],
895
+ [
896
+ {
897
+ id: '23',
898
+ label: 'Schedule Manager Round',
899
+ visual: {
900
+ imgurl: ''
901
+ },
902
+ error: '',
903
+ steps: [
904
+ {
905
+ id: '24',
906
+ label: 'Get Panel',
907
+ visual: {
908
+ imgurl: '',
909
+ icon: 'dataviz-datetime-field',
910
+ color: 'congressBlue',
911
+ label: 'get panel'
912
+ },
913
+ status: {
914
+ label: 'MLP 1',
915
+ type: 'info'
916
+ },
917
+ error: ''
918
+ },
919
+ {
920
+ id: '25',
921
+ label: 'Send Email',
922
+ visual: {
923
+ imgurl: '',
924
+ icon: 'mail',
925
+ color: 'darkyellow',
926
+ label: 'Channel'
927
+ },
928
+ error: '',
929
+ status: {
930
+ label: '',
931
+ type: ''
932
+ }
933
+ }
934
+ ]
935
+ }
936
+ ]
937
+ ]
938
+ }
939
+ ]
940
+ },
941
+ {
942
+ id: '26',
943
+ label: 'Interview',
944
+ type: 'default',
945
+ error: '',
946
+ categories: [
947
+ {
948
+ id: '27',
949
+ categoryId: '',
950
+ tasks: [
951
+ [
952
+ {
953
+ id: '28',
954
+ label: 'Conduct Interview',
955
+ visual: {
956
+ imgurl: ''
957
+ },
958
+ error: '',
959
+ steps: [
960
+ {
961
+ id: '29',
962
+ label: 'Hackerearth Test',
963
+ visual: {
964
+ imgurl: '',
965
+ icon: 'code',
966
+ color: 'congressBlue',
967
+ label: 'coding test'
968
+ },
969
+ error: '',
970
+ status: {
971
+ label: '',
972
+ type: ''
973
+ }
974
+ },
975
+ {
976
+ id: '30',
977
+ label: 'Technical 1',
978
+ visual: {
979
+ imgurl: '',
980
+ icon: 'stoplight',
981
+ color: 'Japaneselaurel',
982
+ label: 'technical'
983
+ },
984
+ error: '',
985
+ status: {
986
+ label: '',
987
+ type: ''
988
+ }
989
+ },
990
+ {
991
+ id: '31',
992
+ label: 'Technical 2',
993
+ visual: {
994
+ imgurl: '',
995
+ icon: 'stoplight',
996
+ color: 'Japaneselaurel',
997
+ label: 'technical'
998
+ },
999
+ error: '',
1000
+ status: {
1001
+ label: '',
1002
+ type: ''
1003
+ }
1004
+ },
1005
+ {
1006
+ id: '32',
1007
+ label: 'Technical 3',
1008
+ visual: {
1009
+ imgurl: '',
1010
+ icon: 'stoplight',
1011
+ color: 'Japaneselaurel',
1012
+ label: 'technical'
1013
+ },
1014
+ error: '',
1015
+ status: {
1016
+ label: '',
1017
+ type: ''
1018
+ }
1019
+ },
1020
+ {
1021
+ id: '33',
1022
+ label: 'Send Email',
1023
+ visual: {
1024
+ imgurl: '',
1025
+ icon: 'mail',
1026
+ color: 'darkyellow',
1027
+ label: 'email'
1028
+ },
1029
+ error: '',
1030
+ status: {
1031
+ label: '',
1032
+ type: ''
1033
+ }
1034
+ }
1035
+ ]
1036
+ }
1037
+ ]
1038
+ ]
1039
+ }
1040
+ ]
1041
+ },
1042
+ {
1043
+ id: '34',
1044
+ label: 'Release Offer',
1045
+ type: 'resolution',
1046
+ error: '',
1047
+ categories: [
1048
+ {
1049
+ id: '35',
1050
+ categoryId: '',
1051
+ tasks: []
1052
+ }
1053
+ ]
1054
+ }
1055
+ ],
1056
+ alternateStages: [
1057
+ {
1058
+ id: '36',
1059
+ label: 'Rejected Offer',
1060
+ type: 'alternate',
1061
+ error: '',
1062
+ categories: [
1063
+ {
1064
+ id: '37',
1065
+ categoryId: '',
1066
+ tasks: [
1067
+ [
1068
+ {
1069
+ id: '38',
1070
+ label: 'Contact candidate',
1071
+ visual: {
1072
+ imgurl: ''
1073
+ },
1074
+ error: '',
1075
+ steps: [
1076
+ {
1077
+ id: '39',
1078
+ label: 'Send Email',
1079
+ visual: {
1080
+ imgurl: '',
1081
+ icon: 'mail',
1082
+ color: 'darkyellow',
1083
+ label: 'details'
1084
+ },
1085
+ error: '',
1086
+ status: {
1087
+ label: '',
1088
+ type: ''
1089
+ }
1090
+ },
1091
+ {
1092
+ id: '40',
1093
+ label: 'Make a call',
1094
+ visual: {
1095
+ imgurl: '',
1096
+ icon: 'phone',
1097
+ color: 'magenta',
1098
+ label: 'phone'
1099
+ },
1100
+ error: '',
1101
+ status: {
1102
+ label: '',
1103
+ type: ''
1104
+ }
1105
+ }
1106
+ ]
1107
+ }
1108
+ ]
1109
+ ]
1110
+ }
1111
+ ]
1112
+ },
1113
+ {
1114
+ id: '41',
1115
+ label: 'Candidate unavailable',
1116
+ type: 'alternate',
1117
+ error: '',
1118
+ categories: [
1119
+ {
1120
+ id: '42',
1121
+ categoryId: '',
1122
+ tasks: []
1123
+ }
1124
+ ]
1125
+ }
1126
+ ]
1127
+ };
1128
+ //# sourceMappingURL=LifeCycle.mocks.js.map