@pega/cosmos-react-demos 3.0.0-dev.9.0 → 3.0.0-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (987) hide show
  1. package/jsx/build/AppHeader/AppHeader.stories.d.ts +1 -1
  2. package/jsx/build/AppHeader/AppHeader.stories.d.ts.map +1 -1
  3. package/jsx/build/AppHeader/AppHeader.stories.jsx +102 -81
  4. package/jsx/build/AppHeader/AppHeader.stories.jsx.map +1 -1
  5. package/jsx/build/DynamicContentEditor/DynamicContentEditor.stories.d.ts +1 -1
  6. package/jsx/build/DynamicContentEditor/DynamicContentEditor.stories.d.ts.map +1 -1
  7. package/jsx/build/DynamicContentEditor/DynamicContentEditor.stories.jsx +22 -1
  8. package/jsx/build/DynamicContentEditor/DynamicContentEditor.stories.jsx.map +1 -1
  9. package/jsx/build/ExpressionBuilder/ExpressionBuilder.mocks.d.ts +60 -0
  10. package/jsx/build/ExpressionBuilder/ExpressionBuilder.mocks.d.ts.map +1 -0
  11. package/jsx/build/ExpressionBuilder/ExpressionBuilder.mocks.js +523 -0
  12. package/jsx/build/ExpressionBuilder/ExpressionBuilder.mocks.js.map +1 -0
  13. package/jsx/build/ExpressionBuilder/ExpressionBuilder.stories.d.ts +26 -0
  14. package/jsx/build/ExpressionBuilder/ExpressionBuilder.stories.d.ts.map +1 -0
  15. package/jsx/build/ExpressionBuilder/ExpressionBuilder.stories.jsx +339 -0
  16. package/jsx/build/ExpressionBuilder/ExpressionBuilder.stories.jsx.map +1 -0
  17. package/jsx/build/FlowModeller/AddNodeUtils.mocks.d.ts +4 -4
  18. package/jsx/build/FlowModeller/AddNodeUtils.mocks.d.ts.map +1 -1
  19. package/jsx/build/FlowModeller/AddNodeUtils.mocks.js.map +1 -1
  20. package/jsx/build/FlowModeller/FlowModeller.mocks.d.ts +4 -2
  21. package/jsx/build/FlowModeller/FlowModeller.mocks.d.ts.map +1 -1
  22. package/jsx/build/FlowModeller/FlowModeller.mocks.jsx +118 -33
  23. package/jsx/build/FlowModeller/FlowModeller.mocks.jsx.map +1 -1
  24. package/jsx/build/FlowModeller/FlowModeller.stories.d.ts +7 -2
  25. package/jsx/build/FlowModeller/FlowModeller.stories.d.ts.map +1 -1
  26. package/jsx/build/FlowModeller/FlowModeller.stories.jsx +246 -63
  27. package/jsx/build/FlowModeller/FlowModeller.stories.jsx.map +1 -1
  28. package/jsx/build/LifeCycle/LifeCycle.mocks.d.ts.map +1 -1
  29. package/jsx/build/LifeCycle/LifeCycle.mocks.js +40 -0
  30. package/jsx/build/LifeCycle/LifeCycle.mocks.js.map +1 -1
  31. package/jsx/build/ObjectSelect/ObjectSelect.mocks.d.ts +25 -8
  32. package/jsx/build/ObjectSelect/ObjectSelect.mocks.d.ts.map +1 -1
  33. package/jsx/build/ObjectSelect/ObjectSelect.mocks.jsx +129 -68
  34. package/jsx/build/ObjectSelect/ObjectSelect.mocks.jsx.map +1 -1
  35. package/jsx/build/ObjectSelect/ObjectSelect.stories.d.ts.map +1 -1
  36. package/jsx/build/ObjectSelect/ObjectSelect.stories.jsx +115 -26
  37. package/jsx/build/ObjectSelect/ObjectSelect.stories.jsx.map +1 -1
  38. package/jsx/build/PageTemplates/PageTemplates.mocks.d.ts.map +1 -1
  39. package/jsx/build/PageTemplates/PageTemplates.mocks.jsx +4 -4
  40. package/jsx/build/PageTemplates/PageTemplates.mocks.jsx.map +1 -1
  41. package/jsx/build/PageTemplates/PageTemplates.stories.d.ts.map +1 -1
  42. package/jsx/build/PageTemplates/PageTemplates.stories.jsx +3 -3
  43. package/jsx/build/PageTemplates/PageTemplates.stories.jsx.map +1 -1
  44. package/jsx/build/Workbench/Workbench.stories.d.ts +1 -0
  45. package/jsx/build/Workbench/Workbench.stories.d.ts.map +1 -1
  46. package/jsx/build/Workbench/Workbench.stories.jsx +201 -4
  47. package/jsx/build/Workbench/Workbench.stories.jsx.map +1 -1
  48. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.mocks.d.ts +1 -1
  49. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.mocks.d.ts.map +1 -1
  50. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.mocks.js +3 -1
  51. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.mocks.js.map +1 -1
  52. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.stories.d.ts +2 -1
  53. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.stories.d.ts.map +1 -1
  54. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.stories.jsx +47 -16
  55. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.stories.jsx.map +1 -1
  56. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.styles.d.ts +1 -1
  57. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.styles.d.ts.map +1 -1
  58. package/jsx/condition-builder/ConditionBuilder/props.mock.d.ts.map +1 -1
  59. package/jsx/condition-builder/ConditionBuilder/props.mock.js +132 -31
  60. package/jsx/condition-builder/ConditionBuilder/props.mock.js.map +1 -1
  61. package/jsx/condition-builder/ConditionInput/ConditionInput.stories.d.ts +10 -0
  62. package/jsx/condition-builder/ConditionInput/ConditionInput.stories.d.ts.map +1 -0
  63. package/jsx/condition-builder/ConditionInput/ConditionInput.stories.jsx +40 -0
  64. package/jsx/condition-builder/ConditionInput/ConditionInput.stories.jsx.map +1 -0
  65. package/jsx/condition-builder/PromotedFilters/PromotedFilters.mocks.d.ts +4 -0
  66. package/jsx/condition-builder/PromotedFilters/PromotedFilters.mocks.d.ts.map +1 -0
  67. package/jsx/condition-builder/PromotedFilters/PromotedFilters.mocks.js +181 -0
  68. package/jsx/condition-builder/PromotedFilters/PromotedFilters.mocks.js.map +1 -0
  69. package/jsx/condition-builder/PromotedFilters/PromotedFilters.stories.d.ts +8 -0
  70. package/jsx/condition-builder/PromotedFilters/PromotedFilters.stories.d.ts.map +1 -0
  71. package/jsx/condition-builder/PromotedFilters/PromotedFilters.stories.jsx +31 -0
  72. package/jsx/condition-builder/PromotedFilters/PromotedFilters.stories.jsx.map +1 -0
  73. package/jsx/condition-builder/PromotedFilters/PromotedFilters.styles.d.ts +9 -0
  74. package/jsx/condition-builder/PromotedFilters/PromotedFilters.styles.d.ts.map +1 -0
  75. package/jsx/condition-builder/PromotedFilters/PromotedFilters.styles.js +35 -0
  76. package/jsx/condition-builder/PromotedFilters/PromotedFilters.styles.js.map +1 -0
  77. package/jsx/core/AdditionalInfo/AdditionalInfo.stories.d.ts +9 -0
  78. package/jsx/core/AdditionalInfo/AdditionalInfo.stories.d.ts.map +1 -0
  79. package/jsx/core/AdditionalInfo/AdditionalInfo.stories.jsx +25 -0
  80. package/jsx/core/AdditionalInfo/AdditionalInfo.stories.jsx.map +1 -0
  81. package/jsx/core/AppShell/AppShell.mocks.d.ts +1 -1
  82. package/jsx/core/AppShell/AppShell.mocks.jsx +5 -5
  83. package/jsx/core/AppShell/AppShell.mocks.jsx.map +1 -1
  84. package/jsx/core/AppShell/AppShell.stories.d.ts +2 -0
  85. package/jsx/core/AppShell/AppShell.stories.d.ts.map +1 -1
  86. package/jsx/core/AppShell/AppShell.stories.jsx +47 -13
  87. package/jsx/core/AppShell/AppShell.stories.jsx.map +1 -1
  88. package/jsx/core/Banner/Banner.stories.d.ts +0 -1
  89. package/jsx/core/Banner/Banner.stories.d.ts.map +1 -1
  90. package/jsx/core/Banner/Banner.stories.jsx +2 -10
  91. package/jsx/core/Banner/Banner.stories.jsx.map +1 -1
  92. package/jsx/core/Checkbox/Checkbox.stories.d.ts +6 -2
  93. package/jsx/core/Checkbox/Checkbox.stories.d.ts.map +1 -1
  94. package/jsx/core/Checkbox/Checkbox.stories.jsx +26 -7
  95. package/jsx/core/Checkbox/Checkbox.stories.jsx.map +1 -1
  96. package/jsx/core/CheckboxGroup/CheckboxGroup.stories.d.ts +6 -2
  97. package/jsx/core/CheckboxGroup/CheckboxGroup.stories.d.ts.map +1 -1
  98. package/jsx/core/CheckboxGroup/CheckboxGroup.stories.jsx +46 -5
  99. package/jsx/core/CheckboxGroup/CheckboxGroup.stories.jsx.map +1 -1
  100. package/jsx/core/ColorPicker/ColorPicker.stories.d.ts +4 -1
  101. package/jsx/core/ColorPicker/ColorPicker.stories.d.ts.map +1 -1
  102. package/jsx/core/ColorPicker/ColorPicker.stories.jsx +10 -3
  103. package/jsx/core/ColorPicker/ColorPicker.stories.jsx.map +1 -1
  104. package/jsx/core/ComboBox/ComboBox.stories.d.ts +1 -0
  105. package/jsx/core/ComboBox/ComboBox.stories.d.ts.map +1 -1
  106. package/jsx/core/ComboBox/ComboBox.stories.jsx +40 -8
  107. package/jsx/core/ComboBox/ComboBox.stories.jsx.map +1 -1
  108. package/jsx/core/CompositeInput/CompositeInput.mocks.d.ts +8 -0
  109. package/jsx/core/CompositeInput/CompositeInput.mocks.d.ts.map +1 -0
  110. package/jsx/core/CompositeInput/CompositeInput.mocks.jsx +8 -0
  111. package/jsx/core/CompositeInput/CompositeInput.mocks.jsx.map +1 -0
  112. package/jsx/core/CompositeInput/CompositeInput.stories.d.ts +9 -0
  113. package/jsx/core/CompositeInput/CompositeInput.stories.d.ts.map +1 -0
  114. package/jsx/core/CompositeInput/CompositeInput.stories.jsx +54 -0
  115. package/jsx/core/CompositeInput/CompositeInput.stories.jsx.map +1 -0
  116. package/jsx/core/CreditCard/CreditCard.stories.d.ts +4 -1
  117. package/jsx/core/CreditCard/CreditCard.stories.d.ts.map +1 -1
  118. package/jsx/core/CreditCard/CreditCard.stories.jsx +11 -4
  119. package/jsx/core/CreditCard/CreditCard.stories.jsx.map +1 -1
  120. package/jsx/core/Currency/Currency.stories.d.ts +6 -1
  121. package/jsx/core/Currency/Currency.stories.d.ts.map +1 -1
  122. package/jsx/core/Currency/Currency.stories.jsx +30 -7
  123. package/jsx/core/Currency/Currency.stories.jsx.map +1 -1
  124. package/jsx/core/DateTime/DateTime.stories.d.ts +41 -10
  125. package/jsx/core/DateTime/DateTime.stories.d.ts.map +1 -1
  126. package/jsx/core/DateTime/DateTime.stories.jsx +188 -17
  127. package/jsx/core/DateTime/DateTime.stories.jsx.map +1 -1
  128. package/jsx/core/DateTime/DateTimePicker.stories.d.ts.map +1 -1
  129. package/jsx/core/DateTime/DateTimePicker.stories.jsx +1 -1
  130. package/jsx/core/DateTime/DateTimePicker.stories.jsx.map +1 -1
  131. package/jsx/core/Dialog/Dialog.stories.d.ts +6 -0
  132. package/jsx/core/Dialog/Dialog.stories.d.ts.map +1 -0
  133. package/jsx/core/Dialog/Dialog.stories.jsx +79 -0
  134. package/jsx/core/Dialog/Dialog.stories.jsx.map +1 -0
  135. package/jsx/core/FieldGroup/FieldGroup.stories.d.ts +2 -0
  136. package/jsx/core/FieldGroup/FieldGroup.stories.d.ts.map +1 -1
  137. package/jsx/core/FieldGroup/FieldGroup.stories.jsx +12 -4
  138. package/jsx/core/FieldGroup/FieldGroup.stories.jsx.map +1 -1
  139. package/jsx/core/FieldGroup/FieldGroupList.stories.d.ts.map +1 -1
  140. package/jsx/core/FieldGroup/FieldGroupList.stories.jsx +4 -0
  141. package/jsx/core/FieldGroup/FieldGroupList.stories.jsx.map +1 -1
  142. package/jsx/core/FieldValueList/FieldValueList.stories.d.ts +1 -0
  143. package/jsx/core/FieldValueList/FieldValueList.stories.d.ts.map +1 -1
  144. package/jsx/core/FieldValueList/FieldValueList.stories.jsx +34 -2
  145. package/jsx/core/FieldValueList/FieldValueList.stories.jsx.map +1 -1
  146. package/jsx/core/FieldValueList/FieldValueList.styles.d.ts +2 -0
  147. package/jsx/core/FieldValueList/FieldValueList.styles.d.ts.map +1 -0
  148. package/jsx/core/FieldValueList/FieldValueList.styles.js +8 -0
  149. package/jsx/core/FieldValueList/FieldValueList.styles.js.map +1 -0
  150. package/jsx/core/File/FileDisplay.stories.d.ts.map +1 -1
  151. package/jsx/core/File/FileDisplay.stories.jsx +10 -5
  152. package/jsx/core/File/FileDisplay.stories.jsx.map +1 -1
  153. package/jsx/core/Form/Form.mocks.d.ts +6 -0
  154. package/jsx/core/Form/Form.mocks.d.ts.map +1 -1
  155. package/jsx/core/Form/Form.mocks.jsx +84 -7
  156. package/jsx/core/Form/Form.mocks.jsx.map +1 -1
  157. package/jsx/core/Form/Form.stories.d.ts +1 -0
  158. package/jsx/core/Form/Form.stories.d.ts.map +1 -1
  159. package/jsx/core/Form/Form.stories.jsx +4 -1
  160. package/jsx/core/Form/Form.stories.jsx.map +1 -1
  161. package/jsx/core/HTML/HTML.stories.jsx +1 -1
  162. package/jsx/core/HTML/HTML.stories.jsx.map +1 -1
  163. package/jsx/core/Icon/Icon.stories.jsx.map +1 -1
  164. package/jsx/core/IconPicker/IconPicker.stories.d.ts.map +1 -1
  165. package/jsx/core/IconPicker/IconPicker.stories.jsx +6 -9
  166. package/jsx/core/IconPicker/IconPicker.stories.jsx.map +1 -1
  167. package/jsx/core/Input/Input.stories.d.ts +2 -0
  168. package/jsx/core/Input/Input.stories.d.ts.map +1 -1
  169. package/jsx/core/Input/Input.stories.jsx +78 -2
  170. package/jsx/core/Input/Input.stories.jsx.map +1 -1
  171. package/jsx/core/Lightbox/Lightbox.stories.jsx +1 -1
  172. package/jsx/core/Lightbox/Lightbox.stories.jsx.map +1 -1
  173. package/jsx/core/Link/Link.stories.d.ts +1 -0
  174. package/jsx/core/Link/Link.stories.d.ts.map +1 -1
  175. package/jsx/core/Link/Link.stories.jsx +12 -1
  176. package/jsx/core/Link/Link.stories.jsx.map +1 -1
  177. package/jsx/core/ListToolbar/ListToolbar.stories.d.ts +7 -1
  178. package/jsx/core/ListToolbar/ListToolbar.stories.d.ts.map +1 -1
  179. package/jsx/core/ListToolbar/ListToolbar.stories.jsx +21 -6
  180. package/jsx/core/ListToolbar/ListToolbar.stories.jsx.map +1 -1
  181. package/jsx/core/Location/Location.stories.d.ts +4 -1
  182. package/jsx/core/Location/Location.stories.d.ts.map +1 -1
  183. package/jsx/core/Location/Location.stories.jsx +13 -6
  184. package/jsx/core/Location/Location.stories.jsx.map +1 -1
  185. package/jsx/core/Location/locationTestUtils.d.ts +3 -0
  186. package/jsx/core/Location/locationTestUtils.d.ts.map +1 -0
  187. package/jsx/core/Location/locationTestUtils.js +29 -0
  188. package/jsx/core/Location/locationTestUtils.js.map +1 -0
  189. package/jsx/core/Menu/Menu.stories.d.ts.map +1 -1
  190. package/jsx/core/Menu/Menu.stories.jsx +7 -6
  191. package/jsx/core/Menu/Menu.stories.jsx.map +1 -1
  192. package/jsx/core/Modal/Modal.stories.d.ts +10 -1
  193. package/jsx/core/Modal/Modal.stories.d.ts.map +1 -1
  194. package/jsx/core/Modal/Modal.stories.jsx +49 -26
  195. package/jsx/core/Modal/Modal.stories.jsx.map +1 -1
  196. package/jsx/core/MultiStepForm/MultiStepForm.mocks.d.ts +34 -0
  197. package/jsx/core/MultiStepForm/MultiStepForm.mocks.d.ts.map +1 -0
  198. package/jsx/core/MultiStepForm/MultiStepForm.mocks.jsx +124 -0
  199. package/jsx/core/MultiStepForm/MultiStepForm.mocks.jsx.map +1 -0
  200. package/jsx/core/{MultiStep/MultiStep.stories.d.ts → MultiStepForm/MultiStepForm.stories.d.ts} +2 -2
  201. package/jsx/core/MultiStepForm/MultiStepForm.stories.d.ts.map +1 -0
  202. package/jsx/core/MultiStepForm/MultiStepForm.stories.jsx +208 -0
  203. package/jsx/core/MultiStepForm/MultiStepForm.stories.jsx.map +1 -0
  204. package/jsx/core/Number/Number.stories.d.ts +5 -2
  205. package/jsx/core/Number/Number.stories.d.ts.map +1 -1
  206. package/jsx/core/Number/Number.stories.jsx +204 -24
  207. package/jsx/core/Number/Number.stories.jsx.map +1 -1
  208. package/jsx/core/PageTemplates/PageTemplates.mocks.d.ts +1 -1
  209. package/jsx/core/PageTemplates/PageTemplates.mocks.d.ts.map +1 -1
  210. package/jsx/core/Phone/Phone.stories.d.ts +4 -1
  211. package/jsx/core/Phone/Phone.stories.d.ts.map +1 -1
  212. package/jsx/core/Phone/Phone.stories.jsx +10 -3
  213. package/jsx/core/Phone/Phone.stories.jsx.map +1 -1
  214. package/jsx/core/Popover/Popover.stories.jsx +6 -6
  215. package/jsx/core/Popover/Popover.stories.jsx.map +1 -1
  216. package/jsx/core/RadioButton/RadioButton.stories.d.ts +6 -2
  217. package/jsx/core/RadioButton/RadioButton.stories.d.ts.map +1 -1
  218. package/jsx/core/RadioButton/RadioButton.stories.jsx +22 -5
  219. package/jsx/core/RadioButton/RadioButton.stories.jsx.map +1 -1
  220. package/jsx/core/RadioButtonGroup/RadioButtonGroup.stories.d.ts +6 -2
  221. package/jsx/core/RadioButtonGroup/RadioButtonGroup.stories.d.ts.map +1 -1
  222. package/jsx/core/RadioButtonGroup/RadioButtonGroup.stories.jsx +46 -5
  223. package/jsx/core/RadioButtonGroup/RadioButtonGroup.stories.jsx.map +1 -1
  224. package/jsx/core/SearchInput/SearchInput.mocks.d.ts +12 -0
  225. package/jsx/core/SearchInput/SearchInput.mocks.d.ts.map +1 -0
  226. package/jsx/core/SearchInput/SearchInput.mocks.js +25 -0
  227. package/jsx/core/SearchInput/SearchInput.mocks.js.map +1 -0
  228. package/jsx/core/SearchInput/SearchInput.stories.d.ts +1 -4
  229. package/jsx/core/SearchInput/SearchInput.stories.d.ts.map +1 -1
  230. package/jsx/core/SearchInput/SearchInput.stories.jsx +29 -17
  231. package/jsx/core/SearchInput/SearchInput.stories.jsx.map +1 -1
  232. package/jsx/core/Select/Select.stories.d.ts +1 -0
  233. package/jsx/core/Select/Select.stories.d.ts.map +1 -1
  234. package/jsx/core/Select/Select.stories.jsx +10 -3
  235. package/jsx/core/Select/Select.stories.jsx.map +1 -1
  236. package/jsx/core/SkipLinks/SkipLinks.stories.d.ts +6 -0
  237. package/jsx/core/SkipLinks/SkipLinks.stories.d.ts.map +1 -0
  238. package/jsx/core/SkipLinks/SkipLinks.stories.jsx +29 -0
  239. package/jsx/core/SkipLinks/SkipLinks.stories.jsx.map +1 -0
  240. package/jsx/core/SkipLinks/SkipLinks.styles.d.ts +2 -0
  241. package/jsx/core/SkipLinks/SkipLinks.styles.d.ts.map +1 -0
  242. package/jsx/core/SkipLinks/SkipLinks.styles.js +16 -0
  243. package/jsx/core/SkipLinks/SkipLinks.styles.js.map +1 -0
  244. package/jsx/core/SummaryList/SummaryList.stories.d.ts.map +1 -1
  245. package/jsx/core/SummaryList/SummaryList.stories.jsx +4 -4
  246. package/jsx/core/SummaryList/SummaryList.stories.jsx.map +1 -1
  247. package/jsx/core/Tabs/Tabs.stories.jsx +1 -1
  248. package/jsx/core/Tabs/Tabs.stories.jsx.map +1 -1
  249. package/jsx/core/TextArea/TextArea.stories.d.ts +4 -1
  250. package/jsx/core/TextArea/TextArea.stories.d.ts.map +1 -1
  251. package/jsx/core/TextArea/TextArea.stories.jsx +10 -3
  252. package/jsx/core/TextArea/TextArea.stories.jsx.map +1 -1
  253. package/jsx/core/Toaster/Toaster.stories.jsx +3 -3
  254. package/jsx/core/Toaster/Toaster.stories.jsx.map +1 -1
  255. package/jsx/core/Tree/Tree.mocks.d.ts +1 -1
  256. package/jsx/core/Tree/Tree.mocks.d.ts.map +1 -1
  257. package/jsx/core/Tree/Tree.stories.d.ts.map +1 -1
  258. package/jsx/core/Tree/Tree.stories.jsx +14 -0
  259. package/jsx/core/Tree/Tree.stories.jsx.map +1 -1
  260. package/jsx/cs/ArticleList/ArticleList.stories.d.ts.map +1 -1
  261. package/jsx/cs/ArticleList/ArticleList.stories.jsx +1 -1
  262. package/jsx/cs/ArticleList/ArticleList.stories.jsx.map +1 -1
  263. package/jsx/cs/CallControlPanel/CallControlPanel.mocks.d.ts +7 -2
  264. package/jsx/cs/CallControlPanel/CallControlPanel.mocks.d.ts.map +1 -1
  265. package/jsx/cs/CallControlPanel/CallControlPanel.mocks.js +151 -9
  266. package/jsx/cs/CallControlPanel/CallControlPanel.mocks.js.map +1 -1
  267. package/jsx/cs/CallControlPanel/CallControlPanel.stories.d.ts +5 -2
  268. package/jsx/cs/CallControlPanel/CallControlPanel.stories.d.ts.map +1 -1
  269. package/jsx/cs/CallControlPanel/CallControlPanel.stories.jsx +208 -90
  270. package/jsx/cs/CallControlPanel/CallControlPanel.stories.jsx.map +1 -1
  271. package/jsx/cs/IntelligentGuidance/IntelligentGuidance.stories.jsx +2 -2
  272. package/jsx/cs/IntelligentGuidance/IntelligentGuidance.stories.jsx.map +1 -1
  273. package/jsx/cs/InteractionNotification/InteractionNotification.stories.d.ts +1 -0
  274. package/jsx/cs/InteractionNotification/InteractionNotification.stories.d.ts.map +1 -1
  275. package/jsx/cs/InteractionNotification/InteractionNotification.stories.jsx +6 -6
  276. package/jsx/cs/InteractionNotification/InteractionNotification.stories.jsx.map +1 -1
  277. package/jsx/cs/InteractionTimer/InteractionTimer.mocks.js +5 -5
  278. package/jsx/cs/InteractionTimer/InteractionTimer.mocks.js.map +1 -1
  279. package/jsx/cs/InteractionTimer/InteractionTimer.stories.d.ts +1 -0
  280. package/jsx/cs/InteractionTimer/InteractionTimer.stories.d.ts.map +1 -1
  281. package/jsx/cs/InteractionTimer/InteractionTimer.stories.jsx +33 -14
  282. package/jsx/cs/InteractionTimer/InteractionTimer.stories.jsx.map +1 -1
  283. package/jsx/cs/TaskManager/TaskManager.mocks.d.ts +12 -0
  284. package/jsx/cs/TaskManager/TaskManager.mocks.d.ts.map +1 -1
  285. package/jsx/cs/TaskManager/TaskManager.mocks.js +86 -0
  286. package/jsx/cs/TaskManager/TaskManager.mocks.js.map +1 -1
  287. package/jsx/cs/TaskManager/TaskManager.stories.d.ts +2 -1
  288. package/jsx/cs/TaskManager/TaskManager.stories.d.ts.map +1 -1
  289. package/jsx/cs/TaskManager/TaskManager.stories.jsx +103 -25
  290. package/jsx/cs/TaskManager/TaskManager.stories.jsx.map +1 -1
  291. package/jsx/cs/TaskManager/TaskManager.styles.js +2 -1
  292. package/jsx/cs/TaskManager/TaskManager.styles.js.map +1 -1
  293. package/jsx/dnd/StandardDragDropList/Demo.d.ts +7 -0
  294. package/jsx/dnd/StandardDragDropList/Demo.d.ts.map +1 -0
  295. package/jsx/dnd/StandardDragDropList/Demo.jsx +158 -0
  296. package/jsx/dnd/StandardDragDropList/Demo.jsx.map +1 -0
  297. package/jsx/dnd/StandardDragDropList/GroupConfig.d.ts +10 -0
  298. package/jsx/dnd/StandardDragDropList/GroupConfig.d.ts.map +1 -0
  299. package/jsx/dnd/StandardDragDropList/GroupConfig.jsx +26 -0
  300. package/jsx/dnd/StandardDragDropList/GroupConfig.jsx.map +1 -0
  301. package/jsx/dnd/StandardDragDropList/ItemConfig.d.ts +12 -0
  302. package/jsx/dnd/StandardDragDropList/ItemConfig.d.ts.map +1 -0
  303. package/jsx/dnd/StandardDragDropList/ItemConfig.jsx +21 -0
  304. package/jsx/dnd/StandardDragDropList/ItemConfig.jsx.map +1 -0
  305. package/jsx/dnd/StandardDragDropList/Popover.d.ts +14 -0
  306. package/jsx/dnd/StandardDragDropList/Popover.d.ts.map +1 -0
  307. package/jsx/dnd/StandardDragDropList/Popover.jsx +51 -0
  308. package/jsx/dnd/StandardDragDropList/Popover.jsx.map +1 -0
  309. package/jsx/dnd/StandardDragDropList/SelectionMenu.d.ts +16 -0
  310. package/jsx/dnd/StandardDragDropList/SelectionMenu.d.ts.map +1 -0
  311. package/jsx/dnd/StandardDragDropList/SelectionMenu.jsx +104 -0
  312. package/jsx/dnd/StandardDragDropList/SelectionMenu.jsx.map +1 -0
  313. package/jsx/dnd/StandardDragDropList/StandardDragDropList.stories.d.ts +5 -0
  314. package/jsx/dnd/StandardDragDropList/StandardDragDropList.stories.d.ts.map +1 -0
  315. package/jsx/dnd/StandardDragDropList/StandardDragDropList.stories.jsx +15 -0
  316. package/jsx/dnd/StandardDragDropList/StandardDragDropList.stories.jsx.map +1 -0
  317. package/jsx/dnd/StandardDragDropList/mockData.d.ts +26 -0
  318. package/jsx/dnd/StandardDragDropList/mockData.d.ts.map +1 -0
  319. package/jsx/dnd/StandardDragDropList/mockData.js +77 -0
  320. package/jsx/dnd/StandardDragDropList/mockData.js.map +1 -0
  321. package/jsx/rte/Editor/Editor.stories.d.ts.map +1 -1
  322. package/jsx/rte/Editor/Editor.stories.jsx +1 -1
  323. package/jsx/rte/Editor/Editor.stories.jsx.map +1 -1
  324. package/jsx/rte/RichTextEditor/RichTextEditor.stories.d.ts +4 -1
  325. package/jsx/rte/RichTextEditor/RichTextEditor.stories.d.ts.map +1 -1
  326. package/jsx/rte/RichTextEditor/RichTextEditor.stories.jsx +11 -4
  327. package/jsx/rte/RichTextEditor/RichTextEditor.stories.jsx.map +1 -1
  328. package/jsx/rte/RichTextEditor/RichTextViewer.stories.d.ts.map +1 -1
  329. package/jsx/rte/RichTextEditor/RichTextViewer.stories.jsx +2 -2
  330. package/jsx/rte/RichTextEditor/RichTextViewer.stories.jsx.map +1 -1
  331. package/jsx/social/Chat/Chat.mocks.d.ts +15 -2
  332. package/jsx/social/Chat/Chat.mocks.d.ts.map +1 -1
  333. package/jsx/social/Chat/Chat.mocks.js +5 -6
  334. package/jsx/social/Chat/Chat.mocks.js.map +1 -1
  335. package/jsx/social/Chat/Chat.stories.d.ts.map +1 -1
  336. package/jsx/social/Chat/Chat.stories.jsx +91 -11
  337. package/jsx/social/Chat/Chat.stories.jsx.map +1 -1
  338. package/jsx/social/Email/Email.mocks.d.ts +70 -9
  339. package/jsx/social/Email/Email.mocks.d.ts.map +1 -1
  340. package/jsx/social/Email/Email.mocks.jsx +386 -55
  341. package/jsx/social/Email/Email.mocks.jsx.map +1 -1
  342. package/jsx/social/Email/Email.stories.d.ts +50 -11
  343. package/jsx/social/Email/Email.stories.d.ts.map +1 -1
  344. package/jsx/social/Email/Email.stories.jsx +851 -323
  345. package/jsx/social/Email/Email.stories.jsx.map +1 -1
  346. package/jsx/social/Email/Email.styles.d.ts +0 -1
  347. package/jsx/social/Email/Email.styles.d.ts.map +1 -1
  348. package/jsx/social/Email/Email.styles.js +0 -3
  349. package/jsx/social/Email/Email.styles.js.map +1 -1
  350. package/jsx/social/Feed/Feed.mocks.d.ts +13 -18
  351. package/jsx/social/Feed/Feed.mocks.d.ts.map +1 -1
  352. package/jsx/social/Feed/Feed.mocks.jsx +10 -5
  353. package/jsx/social/Feed/Feed.mocks.jsx.map +1 -1
  354. package/jsx/social/Feed/Feed.stories.d.ts +3 -2
  355. package/jsx/social/Feed/Feed.stories.d.ts.map +1 -1
  356. package/jsx/social/Feed/Feed.stories.jsx +12 -7
  357. package/jsx/social/Feed/Feed.stories.jsx.map +1 -1
  358. package/jsx/social/Feed/FeedNewPost.stories.d.ts.map +1 -1
  359. package/jsx/social/Feed/FeedNewPost.stories.jsx +4 -3
  360. package/jsx/social/Feed/FeedNewPost.stories.jsx.map +1 -1
  361. package/jsx/social/Feed/FeedPost.stories.d.ts.map +1 -1
  362. package/jsx/social/Feed/FeedPost.stories.jsx +12 -11
  363. package/jsx/social/Feed/FeedPost.stories.jsx.map +1 -1
  364. package/jsx/social/Feed/FeedReply.stories.d.ts +1 -1
  365. package/jsx/social/Feed/FeedReply.stories.d.ts.map +1 -1
  366. package/jsx/social/Feed/FeedReply.stories.jsx +7 -7
  367. package/jsx/social/Feed/FeedReply.stories.jsx.map +1 -1
  368. package/jsx/social/Feed/FeedReplyInput.stories.d.ts.map +1 -1
  369. package/jsx/social/Feed/FeedReplyInput.stories.jsx +4 -3
  370. package/jsx/social/Feed/FeedReplyInput.stories.jsx.map +1 -1
  371. package/jsx/tools/Clipboard/Clipboard.mocks.d.ts +6 -0
  372. package/jsx/tools/Clipboard/Clipboard.mocks.d.ts.map +1 -0
  373. package/jsx/tools/Clipboard/Clipboard.mocks.jsx +81 -0
  374. package/jsx/tools/Clipboard/Clipboard.mocks.jsx.map +1 -0
  375. package/jsx/tools/Clipboard/Clipboard.stories.d.ts +6 -0
  376. package/jsx/tools/Clipboard/Clipboard.stories.d.ts.map +1 -0
  377. package/jsx/tools/Clipboard/Clipboard.stories.jsx +69 -0
  378. package/jsx/tools/Clipboard/Clipboard.stories.jsx.map +1 -0
  379. package/jsx/tools/DevTools/DevTools.mocks.d.ts +3 -0
  380. package/jsx/tools/DevTools/DevTools.mocks.d.ts.map +1 -0
  381. package/jsx/tools/DevTools/DevTools.mocks.js +3 -0
  382. package/jsx/tools/DevTools/DevTools.mocks.js.map +1 -0
  383. package/jsx/tools/DevTools/DevTools.stories.d.ts +10 -0
  384. package/jsx/tools/DevTools/DevTools.stories.d.ts.map +1 -0
  385. package/jsx/tools/DevTools/DevTools.stories.jsx +35 -0
  386. package/jsx/tools/DevTools/DevTools.stories.jsx.map +1 -0
  387. package/jsx/tools/PreviewShell/PreviewShell.mocks.d.ts +9 -0
  388. package/jsx/tools/PreviewShell/PreviewShell.mocks.d.ts.map +1 -0
  389. package/jsx/tools/PreviewShell/PreviewShell.mocks.jsx +58 -0
  390. package/jsx/tools/PreviewShell/PreviewShell.mocks.jsx.map +1 -0
  391. package/jsx/tools/PreviewShell/PreviewShell.stories.d.ts +16 -0
  392. package/jsx/tools/PreviewShell/PreviewShell.stories.d.ts.map +1 -0
  393. package/jsx/tools/PreviewShell/PreviewShell.stories.jsx +153 -0
  394. package/jsx/tools/PreviewShell/PreviewShell.stories.jsx.map +1 -0
  395. package/jsx/tools/PreviewShell/PreviewShell.styles.d.ts +3 -0
  396. package/jsx/tools/PreviewShell/PreviewShell.styles.d.ts.map +1 -0
  397. package/jsx/tools/PreviewShell/PreviewShell.styles.js +7 -0
  398. package/jsx/tools/PreviewShell/PreviewShell.styles.js.map +1 -0
  399. package/jsx/work/AppAnnouncement/AppAnnouncement.stories.d.ts.map +1 -1
  400. package/jsx/work/AppAnnouncement/AppAnnouncement.stories.jsx +5 -4
  401. package/jsx/work/AppAnnouncement/AppAnnouncement.stories.jsx.map +1 -1
  402. package/jsx/work/CaseView/Attachments.mocks.jsx +5 -6
  403. package/jsx/work/CaseView/Attachments.mocks.jsx.map +1 -1
  404. package/jsx/work/CaseView/CaseView.mocks.d.ts +72 -2
  405. package/jsx/work/CaseView/CaseView.mocks.d.ts.map +1 -1
  406. package/jsx/work/CaseView/CaseView.mocks.jsx +201 -11
  407. package/jsx/work/CaseView/CaseView.mocks.jsx.map +1 -1
  408. package/jsx/work/CaseView/CaseView.stories.d.ts +4 -22
  409. package/jsx/work/CaseView/CaseView.stories.d.ts.map +1 -1
  410. package/jsx/work/CaseView/CaseView.stories.jsx +55 -230
  411. package/jsx/work/CaseView/CaseView.stories.jsx.map +1 -1
  412. package/jsx/work/CaseView/Pulse.mocks.d.ts +4 -3
  413. package/jsx/work/CaseView/Pulse.mocks.d.ts.map +1 -1
  414. package/jsx/work/CaseView/Pulse.mocks.jsx +2 -2
  415. package/jsx/work/CaseView/Pulse.mocks.jsx.map +1 -1
  416. package/jsx/work/ConfigurableLayout/ConfigurableLayout.stories.d.ts.map +1 -1
  417. package/jsx/work/ConfigurableLayout/ConfigurableLayout.stories.jsx +1 -0
  418. package/jsx/work/ConfigurableLayout/ConfigurableLayout.stories.jsx.map +1 -1
  419. package/jsx/work/Confirmation/Confirmation.stories.d.ts +3 -0
  420. package/jsx/work/Confirmation/Confirmation.stories.d.ts.map +1 -1
  421. package/jsx/work/Confirmation/Confirmation.stories.jsx +12 -8
  422. package/jsx/work/Confirmation/Confirmation.stories.jsx.map +1 -1
  423. package/jsx/work/Details/Details.stories.d.ts.map +1 -1
  424. package/jsx/work/Details/Details.stories.jsx +67 -64
  425. package/jsx/work/Details/Details.stories.jsx.map +1 -1
  426. package/jsx/work/SearchResults/SearchResults.mocks.d.ts +6 -0
  427. package/jsx/work/SearchResults/SearchResults.mocks.d.ts.map +1 -1
  428. package/jsx/work/SearchResults/SearchResults.mocks.jsx +39 -38
  429. package/jsx/work/SearchResults/SearchResults.mocks.jsx.map +1 -1
  430. package/jsx/work/SearchResults/SearchResults.stories.d.ts +1 -0
  431. package/jsx/work/SearchResults/SearchResults.stories.d.ts.map +1 -1
  432. package/jsx/work/SearchResults/SearchResults.stories.jsx +74 -44
  433. package/jsx/work/SearchResults/SearchResults.stories.jsx.map +1 -1
  434. package/jsx/work/Stages/Stages.mocks.d.ts +14 -0
  435. package/jsx/work/Stages/Stages.mocks.d.ts.map +1 -0
  436. package/jsx/work/Stages/Stages.mocks.jsx +40 -0
  437. package/jsx/work/Stages/Stages.mocks.jsx.map +1 -0
  438. package/jsx/work/Stages/Stages.stories.d.ts +1 -1
  439. package/jsx/work/Stages/Stages.stories.d.ts.map +1 -1
  440. package/jsx/work/Stages/Stages.stories.jsx +12 -46
  441. package/jsx/work/Stages/Stages.stories.jsx.map +1 -1
  442. package/jsx/work/Stakeholders/Stakeholders.stories.d.ts.map +1 -1
  443. package/jsx/work/Stakeholders/Stakeholders.stories.jsx +1 -0
  444. package/jsx/work/Stakeholders/Stakeholders.stories.jsx.map +1 -1
  445. package/jsx/work/Tasks/TaskList.stories.d.ts.map +1 -1
  446. package/jsx/work/Tasks/TaskList.stories.jsx +3 -1
  447. package/jsx/work/Tasks/TaskList.stories.jsx.map +1 -1
  448. package/jsx/work/Tasks/Tasks.stories.d.ts +4 -0
  449. package/jsx/work/Tasks/Tasks.stories.d.ts.map +1 -1
  450. package/jsx/work/Tasks/Tasks.stories.jsx +20 -10
  451. package/jsx/work/Tasks/Tasks.stories.jsx.map +1 -1
  452. package/jsx/work/Timeline/Timeline.stories.d.ts.map +1 -1
  453. package/jsx/work/Timeline/Timeline.stories.jsx +2 -1
  454. package/jsx/work/Timeline/Timeline.stories.jsx.map +1 -1
  455. package/jsx/wss/AppShell/AppShell.mocks.d.ts +35 -0
  456. package/jsx/wss/AppShell/AppShell.mocks.d.ts.map +1 -0
  457. package/jsx/wss/AppShell/AppShell.mocks.jsx +75 -0
  458. package/jsx/wss/AppShell/AppShell.mocks.jsx.map +1 -0
  459. package/jsx/wss/AppShell/AppShell.stories.d.ts +19 -0
  460. package/jsx/wss/AppShell/AppShell.stories.d.ts.map +1 -0
  461. package/jsx/wss/AppShell/AppShell.stories.jsx +68 -0
  462. package/jsx/wss/AppShell/AppShell.stories.jsx.map +1 -0
  463. package/jsx/wss/AppShell/AppShell.styles.d.ts +2 -0
  464. package/jsx/wss/AppShell/AppShell.styles.d.ts.map +1 -0
  465. package/jsx/wss/AppShell/AppShell.styles.js +5 -0
  466. package/jsx/wss/AppShell/AppShell.styles.js.map +1 -0
  467. package/jsx/wss/CaseView/CaseView.mocks.d.ts +13 -0
  468. package/jsx/wss/CaseView/CaseView.mocks.d.ts.map +1 -0
  469. package/jsx/wss/CaseView/CaseView.mocks.jsx +34 -0
  470. package/jsx/wss/CaseView/CaseView.mocks.jsx.map +1 -0
  471. package/jsx/wss/CaseView/CaseView.stories.d.ts +12 -0
  472. package/jsx/wss/CaseView/CaseView.stories.d.ts.map +1 -0
  473. package/jsx/wss/CaseView/CaseView.stories.jsx +69 -0
  474. package/jsx/wss/CaseView/CaseView.stories.jsx.map +1 -0
  475. package/jsx/wss/PageTemplates/PageTemplates.stories.d.ts +15 -0
  476. package/jsx/wss/PageTemplates/PageTemplates.stories.d.ts.map +1 -0
  477. package/jsx/wss/PageTemplates/PageTemplates.stories.jsx +48 -0
  478. package/jsx/wss/PageTemplates/PageTemplates.stories.jsx.map +1 -0
  479. package/jsx/wss/QuickCreate/QuickCreate.stories.d.ts +10 -0
  480. package/jsx/wss/QuickCreate/QuickCreate.stories.d.ts.map +1 -0
  481. package/jsx/wss/QuickCreate/QuickCreate.stories.jsx +37 -0
  482. package/jsx/wss/QuickCreate/QuickCreate.stories.jsx.map +1 -0
  483. package/lib/build/AppHeader/AppHeader.stories.d.ts +1 -1
  484. package/lib/build/AppHeader/AppHeader.stories.d.ts.map +1 -1
  485. package/lib/build/AppHeader/AppHeader.stories.js +100 -81
  486. package/lib/build/AppHeader/AppHeader.stories.js.map +1 -1
  487. package/lib/build/DynamicContentEditor/DynamicContentEditor.stories.d.ts +1 -1
  488. package/lib/build/DynamicContentEditor/DynamicContentEditor.stories.d.ts.map +1 -1
  489. package/lib/build/DynamicContentEditor/DynamicContentEditor.stories.js +22 -1
  490. package/lib/build/DynamicContentEditor/DynamicContentEditor.stories.js.map +1 -1
  491. package/lib/build/ExpressionBuilder/ExpressionBuilder.mocks.d.ts +60 -0
  492. package/lib/build/ExpressionBuilder/ExpressionBuilder.mocks.d.ts.map +1 -0
  493. package/lib/build/ExpressionBuilder/ExpressionBuilder.mocks.js +524 -0
  494. package/lib/build/ExpressionBuilder/ExpressionBuilder.mocks.js.map +1 -0
  495. package/lib/build/ExpressionBuilder/ExpressionBuilder.stories.d.ts +26 -0
  496. package/lib/build/ExpressionBuilder/ExpressionBuilder.stories.d.ts.map +1 -0
  497. package/lib/build/ExpressionBuilder/ExpressionBuilder.stories.js +336 -0
  498. package/lib/build/ExpressionBuilder/ExpressionBuilder.stories.js.map +1 -0
  499. package/lib/build/FlowModeller/AddNodeUtils.mocks.d.ts +4 -4
  500. package/lib/build/FlowModeller/AddNodeUtils.mocks.d.ts.map +1 -1
  501. package/lib/build/FlowModeller/AddNodeUtils.mocks.js.map +1 -1
  502. package/lib/build/FlowModeller/FlowModeller.mocks.d.ts +4 -2
  503. package/lib/build/FlowModeller/FlowModeller.mocks.d.ts.map +1 -1
  504. package/lib/build/FlowModeller/FlowModeller.mocks.js +117 -31
  505. package/lib/build/FlowModeller/FlowModeller.mocks.js.map +1 -1
  506. package/lib/build/FlowModeller/FlowModeller.stories.d.ts +7 -2
  507. package/lib/build/FlowModeller/FlowModeller.stories.d.ts.map +1 -1
  508. package/lib/build/FlowModeller/FlowModeller.stories.js +244 -64
  509. package/lib/build/FlowModeller/FlowModeller.stories.js.map +1 -1
  510. package/lib/build/LifeCycle/LifeCycle.mocks.d.ts.map +1 -1
  511. package/lib/build/LifeCycle/LifeCycle.mocks.js +40 -0
  512. package/lib/build/LifeCycle/LifeCycle.mocks.js.map +1 -1
  513. package/lib/build/ObjectSelect/ObjectSelect.mocks.d.ts +25 -8
  514. package/lib/build/ObjectSelect/ObjectSelect.mocks.d.ts.map +1 -1
  515. package/lib/build/ObjectSelect/ObjectSelect.mocks.js +122 -61
  516. package/lib/build/ObjectSelect/ObjectSelect.mocks.js.map +1 -1
  517. package/lib/build/ObjectSelect/ObjectSelect.stories.d.ts.map +1 -1
  518. package/lib/build/ObjectSelect/ObjectSelect.stories.js +116 -25
  519. package/lib/build/ObjectSelect/ObjectSelect.stories.js.map +1 -1
  520. package/lib/build/PageTemplates/PageTemplates.mocks.d.ts.map +1 -1
  521. package/lib/build/PageTemplates/PageTemplates.mocks.js +4 -4
  522. package/lib/build/PageTemplates/PageTemplates.mocks.js.map +1 -1
  523. package/lib/build/PageTemplates/PageTemplates.stories.d.ts.map +1 -1
  524. package/lib/build/PageTemplates/PageTemplates.stories.js +3 -3
  525. package/lib/build/PageTemplates/PageTemplates.stories.js.map +1 -1
  526. package/lib/build/Workbench/Workbench.stories.d.ts +1 -0
  527. package/lib/build/Workbench/Workbench.stories.d.ts.map +1 -1
  528. package/lib/build/Workbench/Workbench.stories.js +196 -4
  529. package/lib/build/Workbench/Workbench.stories.js.map +1 -1
  530. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.mocks.d.ts +1 -1
  531. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.mocks.d.ts.map +1 -1
  532. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.mocks.js +3 -1
  533. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.mocks.js.map +1 -1
  534. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.stories.d.ts +2 -1
  535. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.stories.d.ts.map +1 -1
  536. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.stories.js +29 -15
  537. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.stories.js.map +1 -1
  538. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.styles.d.ts +1 -1
  539. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.styles.d.ts.map +1 -1
  540. package/lib/condition-builder/ConditionBuilder/props.mock.d.ts.map +1 -1
  541. package/lib/condition-builder/ConditionBuilder/props.mock.js +132 -31
  542. package/lib/condition-builder/ConditionBuilder/props.mock.js.map +1 -1
  543. package/lib/condition-builder/ConditionInput/ConditionInput.stories.d.ts +10 -0
  544. package/lib/condition-builder/ConditionInput/ConditionInput.stories.d.ts.map +1 -0
  545. package/lib/condition-builder/ConditionInput/ConditionInput.stories.js +41 -0
  546. package/lib/condition-builder/ConditionInput/ConditionInput.stories.js.map +1 -0
  547. package/lib/condition-builder/PromotedFilters/PromotedFilters.mocks.d.ts +4 -0
  548. package/lib/condition-builder/PromotedFilters/PromotedFilters.mocks.d.ts.map +1 -0
  549. package/lib/condition-builder/PromotedFilters/PromotedFilters.mocks.js +181 -0
  550. package/lib/condition-builder/PromotedFilters/PromotedFilters.mocks.js.map +1 -0
  551. package/lib/condition-builder/PromotedFilters/PromotedFilters.stories.d.ts +8 -0
  552. package/lib/condition-builder/PromotedFilters/PromotedFilters.stories.d.ts.map +1 -0
  553. package/lib/condition-builder/PromotedFilters/PromotedFilters.stories.js +24 -0
  554. package/lib/condition-builder/PromotedFilters/PromotedFilters.stories.js.map +1 -0
  555. package/lib/condition-builder/PromotedFilters/PromotedFilters.styles.d.ts +9 -0
  556. package/lib/condition-builder/PromotedFilters/PromotedFilters.styles.d.ts.map +1 -0
  557. package/lib/condition-builder/PromotedFilters/PromotedFilters.styles.js +35 -0
  558. package/lib/condition-builder/PromotedFilters/PromotedFilters.styles.js.map +1 -0
  559. package/lib/core/AdditionalInfo/AdditionalInfo.stories.d.ts +9 -0
  560. package/lib/core/AdditionalInfo/AdditionalInfo.stories.d.ts.map +1 -0
  561. package/lib/core/AdditionalInfo/AdditionalInfo.stories.js +16 -0
  562. package/lib/core/AdditionalInfo/AdditionalInfo.stories.js.map +1 -0
  563. package/lib/core/AppShell/AppShell.mocks.d.ts +1 -1
  564. package/lib/core/AppShell/AppShell.mocks.js +5 -5
  565. package/lib/core/AppShell/AppShell.mocks.js.map +1 -1
  566. package/lib/core/AppShell/AppShell.stories.d.ts +2 -0
  567. package/lib/core/AppShell/AppShell.stories.d.ts.map +1 -1
  568. package/lib/core/AppShell/AppShell.stories.js +47 -13
  569. package/lib/core/AppShell/AppShell.stories.js.map +1 -1
  570. package/lib/core/Banner/Banner.stories.d.ts +0 -1
  571. package/lib/core/Banner/Banner.stories.d.ts.map +1 -1
  572. package/lib/core/Banner/Banner.stories.js +2 -13
  573. package/lib/core/Banner/Banner.stories.js.map +1 -1
  574. package/lib/core/Checkbox/Checkbox.stories.d.ts +6 -2
  575. package/lib/core/Checkbox/Checkbox.stories.d.ts.map +1 -1
  576. package/lib/core/Checkbox/Checkbox.stories.js +26 -7
  577. package/lib/core/Checkbox/Checkbox.stories.js.map +1 -1
  578. package/lib/core/CheckboxGroup/CheckboxGroup.stories.d.ts +6 -2
  579. package/lib/core/CheckboxGroup/CheckboxGroup.stories.d.ts.map +1 -1
  580. package/lib/core/CheckboxGroup/CheckboxGroup.stories.js +40 -4
  581. package/lib/core/CheckboxGroup/CheckboxGroup.stories.js.map +1 -1
  582. package/lib/core/ColorPicker/ColorPicker.stories.d.ts +4 -1
  583. package/lib/core/ColorPicker/ColorPicker.stories.d.ts.map +1 -1
  584. package/lib/core/ColorPicker/ColorPicker.stories.js +10 -3
  585. package/lib/core/ColorPicker/ColorPicker.stories.js.map +1 -1
  586. package/lib/core/ComboBox/ComboBox.stories.d.ts +1 -0
  587. package/lib/core/ComboBox/ComboBox.stories.d.ts.map +1 -1
  588. package/lib/core/ComboBox/ComboBox.stories.js +40 -8
  589. package/lib/core/ComboBox/ComboBox.stories.js.map +1 -1
  590. package/lib/core/CompositeInput/CompositeInput.mocks.d.ts +8 -0
  591. package/lib/core/CompositeInput/CompositeInput.mocks.d.ts.map +1 -0
  592. package/lib/core/CompositeInput/CompositeInput.mocks.js +6 -0
  593. package/lib/core/CompositeInput/CompositeInput.mocks.js.map +1 -0
  594. package/lib/core/CompositeInput/CompositeInput.stories.d.ts +9 -0
  595. package/lib/core/CompositeInput/CompositeInput.stories.d.ts.map +1 -0
  596. package/lib/core/CompositeInput/CompositeInput.stories.js +55 -0
  597. package/lib/core/CompositeInput/CompositeInput.stories.js.map +1 -0
  598. package/lib/core/CreditCard/CreditCard.stories.d.ts +4 -1
  599. package/lib/core/CreditCard/CreditCard.stories.d.ts.map +1 -1
  600. package/lib/core/CreditCard/CreditCard.stories.js +11 -4
  601. package/lib/core/CreditCard/CreditCard.stories.js.map +1 -1
  602. package/lib/core/Currency/Currency.stories.d.ts +6 -1
  603. package/lib/core/Currency/Currency.stories.d.ts.map +1 -1
  604. package/lib/core/Currency/Currency.stories.js +30 -7
  605. package/lib/core/Currency/Currency.stories.js.map +1 -1
  606. package/lib/core/DateTime/DateTime.stories.d.ts +41 -10
  607. package/lib/core/DateTime/DateTime.stories.d.ts.map +1 -1
  608. package/lib/core/DateTime/DateTime.stories.js +188 -17
  609. package/lib/core/DateTime/DateTime.stories.js.map +1 -1
  610. package/lib/core/DateTime/DateTimePicker.stories.d.ts.map +1 -1
  611. package/lib/core/DateTime/DateTimePicker.stories.js +1 -1
  612. package/lib/core/DateTime/DateTimePicker.stories.js.map +1 -1
  613. package/lib/core/Dialog/Dialog.stories.d.ts +6 -0
  614. package/lib/core/Dialog/Dialog.stories.d.ts.map +1 -0
  615. package/lib/core/Dialog/Dialog.stories.js +47 -0
  616. package/lib/core/Dialog/Dialog.stories.js.map +1 -0
  617. package/lib/core/FieldGroup/FieldGroup.stories.d.ts +2 -0
  618. package/lib/core/FieldGroup/FieldGroup.stories.d.ts.map +1 -1
  619. package/lib/core/FieldGroup/FieldGroup.stories.js +11 -3
  620. package/lib/core/FieldGroup/FieldGroup.stories.js.map +1 -1
  621. package/lib/core/FieldGroup/FieldGroupList.stories.d.ts.map +1 -1
  622. package/lib/core/FieldGroup/FieldGroupList.stories.js +4 -0
  623. package/lib/core/FieldGroup/FieldGroupList.stories.js.map +1 -1
  624. package/lib/core/FieldValueList/FieldValueList.stories.d.ts +1 -0
  625. package/lib/core/FieldValueList/FieldValueList.stories.d.ts.map +1 -1
  626. package/lib/core/FieldValueList/FieldValueList.stories.js +32 -2
  627. package/lib/core/FieldValueList/FieldValueList.stories.js.map +1 -1
  628. package/lib/core/FieldValueList/FieldValueList.styles.d.ts +2 -0
  629. package/lib/core/FieldValueList/FieldValueList.styles.d.ts.map +1 -0
  630. package/lib/core/FieldValueList/FieldValueList.styles.js +8 -0
  631. package/lib/core/FieldValueList/FieldValueList.styles.js.map +1 -0
  632. package/lib/core/File/FileDisplay.stories.d.ts.map +1 -1
  633. package/lib/core/File/FileDisplay.stories.js +10 -5
  634. package/lib/core/File/FileDisplay.stories.js.map +1 -1
  635. package/lib/core/Form/Form.mocks.d.ts +6 -0
  636. package/lib/core/Form/Form.mocks.d.ts.map +1 -1
  637. package/lib/core/Form/Form.mocks.js +28 -5
  638. package/lib/core/Form/Form.mocks.js.map +1 -1
  639. package/lib/core/Form/Form.stories.d.ts +1 -0
  640. package/lib/core/Form/Form.stories.d.ts.map +1 -1
  641. package/lib/core/Form/Form.stories.js +4 -1
  642. package/lib/core/Form/Form.stories.js.map +1 -1
  643. package/lib/core/HTML/HTML.stories.js +1 -1
  644. package/lib/core/HTML/HTML.stories.js.map +1 -1
  645. package/lib/core/Icon/Icon.stories.js.map +1 -1
  646. package/lib/core/IconPicker/IconPicker.stories.d.ts.map +1 -1
  647. package/lib/core/IconPicker/IconPicker.stories.js +6 -9
  648. package/lib/core/IconPicker/IconPicker.stories.js.map +1 -1
  649. package/lib/core/Input/Input.stories.d.ts +2 -0
  650. package/lib/core/Input/Input.stories.d.ts.map +1 -1
  651. package/lib/core/Input/Input.stories.js +78 -2
  652. package/lib/core/Input/Input.stories.js.map +1 -1
  653. package/lib/core/Lightbox/Lightbox.stories.js +1 -1
  654. package/lib/core/Lightbox/Lightbox.stories.js.map +1 -1
  655. package/lib/core/Link/Link.stories.d.ts +1 -0
  656. package/lib/core/Link/Link.stories.d.ts.map +1 -1
  657. package/lib/core/Link/Link.stories.js +5 -1
  658. package/lib/core/Link/Link.stories.js.map +1 -1
  659. package/lib/core/ListToolbar/ListToolbar.stories.d.ts +7 -1
  660. package/lib/core/ListToolbar/ListToolbar.stories.d.ts.map +1 -1
  661. package/lib/core/ListToolbar/ListToolbar.stories.js +21 -6
  662. package/lib/core/ListToolbar/ListToolbar.stories.js.map +1 -1
  663. package/lib/core/Location/Location.stories.d.ts +4 -1
  664. package/lib/core/Location/Location.stories.d.ts.map +1 -1
  665. package/lib/core/Location/Location.stories.js +13 -6
  666. package/lib/core/Location/Location.stories.js.map +1 -1
  667. package/lib/core/Location/locationTestUtils.d.ts +3 -0
  668. package/lib/core/Location/locationTestUtils.d.ts.map +1 -0
  669. package/lib/core/Location/locationTestUtils.js +30 -0
  670. package/lib/core/Location/locationTestUtils.js.map +1 -0
  671. package/lib/core/Menu/Menu.stories.d.ts.map +1 -1
  672. package/lib/core/Menu/Menu.stories.js +7 -6
  673. package/lib/core/Menu/Menu.stories.js.map +1 -1
  674. package/lib/core/Modal/Modal.stories.d.ts +10 -1
  675. package/lib/core/Modal/Modal.stories.d.ts.map +1 -1
  676. package/lib/core/Modal/Modal.stories.js +49 -26
  677. package/lib/core/Modal/Modal.stories.js.map +1 -1
  678. package/lib/core/MultiStepForm/MultiStepForm.mocks.d.ts +34 -0
  679. package/lib/core/MultiStepForm/MultiStepForm.mocks.d.ts.map +1 -0
  680. package/lib/core/MultiStepForm/MultiStepForm.mocks.js +75 -0
  681. package/lib/core/MultiStepForm/MultiStepForm.mocks.js.map +1 -0
  682. package/lib/core/{MultiStep/MultiStep.stories.d.ts → MultiStepForm/MultiStepForm.stories.d.ts} +2 -2
  683. package/lib/core/MultiStepForm/MultiStepForm.stories.d.ts.map +1 -0
  684. package/lib/core/MultiStepForm/MultiStepForm.stories.js +187 -0
  685. package/lib/core/MultiStepForm/MultiStepForm.stories.js.map +1 -0
  686. package/lib/core/Number/Number.stories.d.ts +5 -2
  687. package/lib/core/Number/Number.stories.d.ts.map +1 -1
  688. package/lib/core/Number/Number.stories.js +204 -24
  689. package/lib/core/Number/Number.stories.js.map +1 -1
  690. package/lib/core/PageTemplates/PageTemplates.mocks.d.ts +1 -1
  691. package/lib/core/PageTemplates/PageTemplates.mocks.d.ts.map +1 -1
  692. package/lib/core/Phone/Phone.stories.d.ts +4 -1
  693. package/lib/core/Phone/Phone.stories.d.ts.map +1 -1
  694. package/lib/core/Phone/Phone.stories.js +10 -3
  695. package/lib/core/Phone/Phone.stories.js.map +1 -1
  696. package/lib/core/Popover/Popover.stories.js +1 -1
  697. package/lib/core/Popover/Popover.stories.js.map +1 -1
  698. package/lib/core/RadioButton/RadioButton.stories.d.ts +6 -2
  699. package/lib/core/RadioButton/RadioButton.stories.d.ts.map +1 -1
  700. package/lib/core/RadioButton/RadioButton.stories.js +22 -5
  701. package/lib/core/RadioButton/RadioButton.stories.js.map +1 -1
  702. package/lib/core/RadioButtonGroup/RadioButtonGroup.stories.d.ts +6 -2
  703. package/lib/core/RadioButtonGroup/RadioButtonGroup.stories.d.ts.map +1 -1
  704. package/lib/core/RadioButtonGroup/RadioButtonGroup.stories.js +40 -4
  705. package/lib/core/RadioButtonGroup/RadioButtonGroup.stories.js.map +1 -1
  706. package/lib/core/SearchInput/SearchInput.mocks.d.ts +12 -0
  707. package/lib/core/SearchInput/SearchInput.mocks.d.ts.map +1 -0
  708. package/lib/core/SearchInput/SearchInput.mocks.js +25 -0
  709. package/lib/core/SearchInput/SearchInput.mocks.js.map +1 -0
  710. package/lib/core/SearchInput/SearchInput.stories.d.ts +1 -4
  711. package/lib/core/SearchInput/SearchInput.stories.d.ts.map +1 -1
  712. package/lib/core/SearchInput/SearchInput.stories.js +29 -15
  713. package/lib/core/SearchInput/SearchInput.stories.js.map +1 -1
  714. package/lib/core/Select/Select.stories.d.ts +1 -0
  715. package/lib/core/Select/Select.stories.d.ts.map +1 -1
  716. package/lib/core/Select/Select.stories.js +10 -3
  717. package/lib/core/Select/Select.stories.js.map +1 -1
  718. package/lib/core/SkipLinks/SkipLinks.stories.d.ts +6 -0
  719. package/lib/core/SkipLinks/SkipLinks.stories.d.ts.map +1 -0
  720. package/lib/core/SkipLinks/SkipLinks.stories.js +28 -0
  721. package/lib/core/SkipLinks/SkipLinks.stories.js.map +1 -0
  722. package/lib/core/SkipLinks/SkipLinks.styles.d.ts +2 -0
  723. package/lib/core/SkipLinks/SkipLinks.styles.d.ts.map +1 -0
  724. package/lib/core/SkipLinks/SkipLinks.styles.js +16 -0
  725. package/lib/core/SkipLinks/SkipLinks.styles.js.map +1 -0
  726. package/lib/core/SummaryList/SummaryList.stories.d.ts.map +1 -1
  727. package/lib/core/SummaryList/SummaryList.stories.js +4 -4
  728. package/lib/core/SummaryList/SummaryList.stories.js.map +1 -1
  729. package/lib/core/Tabs/Tabs.stories.js +1 -1
  730. package/lib/core/Tabs/Tabs.stories.js.map +1 -1
  731. package/lib/core/TextArea/TextArea.stories.d.ts +4 -1
  732. package/lib/core/TextArea/TextArea.stories.d.ts.map +1 -1
  733. package/lib/core/TextArea/TextArea.stories.js +10 -3
  734. package/lib/core/TextArea/TextArea.stories.js.map +1 -1
  735. package/lib/core/Toaster/Toaster.stories.js +3 -3
  736. package/lib/core/Toaster/Toaster.stories.js.map +1 -1
  737. package/lib/core/Tree/Tree.mocks.d.ts +1 -1
  738. package/lib/core/Tree/Tree.mocks.d.ts.map +1 -1
  739. package/lib/core/Tree/Tree.stories.d.ts.map +1 -1
  740. package/lib/core/Tree/Tree.stories.js +16 -0
  741. package/lib/core/Tree/Tree.stories.js.map +1 -1
  742. package/lib/cs/ArticleList/ArticleList.stories.d.ts.map +1 -1
  743. package/lib/cs/ArticleList/ArticleList.stories.js +1 -1
  744. package/lib/cs/ArticleList/ArticleList.stories.js.map +1 -1
  745. package/lib/cs/CallControlPanel/CallControlPanel.mocks.d.ts +7 -2
  746. package/lib/cs/CallControlPanel/CallControlPanel.mocks.d.ts.map +1 -1
  747. package/lib/cs/CallControlPanel/CallControlPanel.mocks.js +151 -9
  748. package/lib/cs/CallControlPanel/CallControlPanel.mocks.js.map +1 -1
  749. package/lib/cs/CallControlPanel/CallControlPanel.stories.d.ts +5 -2
  750. package/lib/cs/CallControlPanel/CallControlPanel.stories.d.ts.map +1 -1
  751. package/lib/cs/CallControlPanel/CallControlPanel.stories.js +208 -94
  752. package/lib/cs/CallControlPanel/CallControlPanel.stories.js.map +1 -1
  753. package/lib/cs/IntelligentGuidance/IntelligentGuidance.stories.js +2 -2
  754. package/lib/cs/IntelligentGuidance/IntelligentGuidance.stories.js.map +1 -1
  755. package/lib/cs/InteractionNotification/InteractionNotification.stories.d.ts +1 -0
  756. package/lib/cs/InteractionNotification/InteractionNotification.stories.d.ts.map +1 -1
  757. package/lib/cs/InteractionNotification/InteractionNotification.stories.js +24 -22
  758. package/lib/cs/InteractionNotification/InteractionNotification.stories.js.map +1 -1
  759. package/lib/cs/InteractionTimer/InteractionTimer.mocks.js +5 -5
  760. package/lib/cs/InteractionTimer/InteractionTimer.mocks.js.map +1 -1
  761. package/lib/cs/InteractionTimer/InteractionTimer.stories.d.ts +1 -0
  762. package/lib/cs/InteractionTimer/InteractionTimer.stories.d.ts.map +1 -1
  763. package/lib/cs/InteractionTimer/InteractionTimer.stories.js +33 -14
  764. package/lib/cs/InteractionTimer/InteractionTimer.stories.js.map +1 -1
  765. package/lib/cs/TaskManager/TaskManager.mocks.d.ts +12 -0
  766. package/lib/cs/TaskManager/TaskManager.mocks.d.ts.map +1 -1
  767. package/lib/cs/TaskManager/TaskManager.mocks.js +86 -0
  768. package/lib/cs/TaskManager/TaskManager.mocks.js.map +1 -1
  769. package/lib/cs/TaskManager/TaskManager.stories.d.ts +2 -1
  770. package/lib/cs/TaskManager/TaskManager.stories.d.ts.map +1 -1
  771. package/lib/cs/TaskManager/TaskManager.stories.js +103 -25
  772. package/lib/cs/TaskManager/TaskManager.stories.js.map +1 -1
  773. package/lib/cs/TaskManager/TaskManager.styles.js +2 -1
  774. package/lib/cs/TaskManager/TaskManager.styles.js.map +1 -1
  775. package/lib/dnd/StandardDragDropList/Demo.d.ts +7 -0
  776. package/lib/dnd/StandardDragDropList/Demo.d.ts.map +1 -0
  777. package/lib/dnd/StandardDragDropList/Demo.js +151 -0
  778. package/lib/dnd/StandardDragDropList/Demo.js.map +1 -0
  779. package/lib/dnd/StandardDragDropList/GroupConfig.d.ts +10 -0
  780. package/lib/dnd/StandardDragDropList/GroupConfig.d.ts.map +1 -0
  781. package/lib/dnd/StandardDragDropList/GroupConfig.js +18 -0
  782. package/lib/dnd/StandardDragDropList/GroupConfig.js.map +1 -0
  783. package/lib/dnd/StandardDragDropList/ItemConfig.d.ts +12 -0
  784. package/lib/dnd/StandardDragDropList/ItemConfig.d.ts.map +1 -0
  785. package/lib/dnd/StandardDragDropList/ItemConfig.js +20 -0
  786. package/lib/dnd/StandardDragDropList/ItemConfig.js.map +1 -0
  787. package/lib/dnd/StandardDragDropList/Popover.d.ts +14 -0
  788. package/lib/dnd/StandardDragDropList/Popover.d.ts.map +1 -0
  789. package/lib/dnd/StandardDragDropList/Popover.js +33 -0
  790. package/lib/dnd/StandardDragDropList/Popover.js.map +1 -0
  791. package/lib/dnd/StandardDragDropList/SelectionMenu.d.ts +16 -0
  792. package/lib/dnd/StandardDragDropList/SelectionMenu.d.ts.map +1 -0
  793. package/lib/dnd/StandardDragDropList/SelectionMenu.js +100 -0
  794. package/lib/dnd/StandardDragDropList/SelectionMenu.js.map +1 -0
  795. package/lib/dnd/StandardDragDropList/StandardDragDropList.stories.d.ts +5 -0
  796. package/lib/dnd/StandardDragDropList/StandardDragDropList.stories.d.ts.map +1 -0
  797. package/lib/dnd/StandardDragDropList/StandardDragDropList.stories.js +13 -0
  798. package/lib/dnd/StandardDragDropList/StandardDragDropList.stories.js.map +1 -0
  799. package/lib/dnd/StandardDragDropList/mockData.d.ts +26 -0
  800. package/lib/dnd/StandardDragDropList/mockData.d.ts.map +1 -0
  801. package/lib/dnd/StandardDragDropList/mockData.js +78 -0
  802. package/lib/dnd/StandardDragDropList/mockData.js.map +1 -0
  803. package/lib/rte/Editor/Editor.stories.d.ts.map +1 -1
  804. package/lib/rte/Editor/Editor.stories.js +1 -1
  805. package/lib/rte/Editor/Editor.stories.js.map +1 -1
  806. package/lib/rte/RichTextEditor/RichTextEditor.stories.d.ts +4 -1
  807. package/lib/rte/RichTextEditor/RichTextEditor.stories.d.ts.map +1 -1
  808. package/lib/rte/RichTextEditor/RichTextEditor.stories.js +11 -4
  809. package/lib/rte/RichTextEditor/RichTextEditor.stories.js.map +1 -1
  810. package/lib/rte/RichTextEditor/RichTextViewer.stories.d.ts.map +1 -1
  811. package/lib/rte/RichTextEditor/RichTextViewer.stories.js +2 -2
  812. package/lib/rte/RichTextEditor/RichTextViewer.stories.js.map +1 -1
  813. package/lib/social/Chat/Chat.mocks.d.ts +15 -2
  814. package/lib/social/Chat/Chat.mocks.d.ts.map +1 -1
  815. package/lib/social/Chat/Chat.mocks.js +5 -6
  816. package/lib/social/Chat/Chat.mocks.js.map +1 -1
  817. package/lib/social/Chat/Chat.stories.d.ts.map +1 -1
  818. package/lib/social/Chat/Chat.stories.js +70 -8
  819. package/lib/social/Chat/Chat.stories.js.map +1 -1
  820. package/lib/social/Email/Email.mocks.d.ts +70 -9
  821. package/lib/social/Email/Email.mocks.d.ts.map +1 -1
  822. package/lib/social/Email/Email.mocks.js +386 -55
  823. package/lib/social/Email/Email.mocks.js.map +1 -1
  824. package/lib/social/Email/Email.stories.d.ts +50 -11
  825. package/lib/social/Email/Email.stories.d.ts.map +1 -1
  826. package/lib/social/Email/Email.stories.js +822 -348
  827. package/lib/social/Email/Email.stories.js.map +1 -1
  828. package/lib/social/Email/Email.styles.d.ts +0 -1
  829. package/lib/social/Email/Email.styles.d.ts.map +1 -1
  830. package/lib/social/Email/Email.styles.js +0 -3
  831. package/lib/social/Email/Email.styles.js.map +1 -1
  832. package/lib/social/Feed/Feed.mocks.d.ts +13 -18
  833. package/lib/social/Feed/Feed.mocks.d.ts.map +1 -1
  834. package/lib/social/Feed/Feed.mocks.js +10 -5
  835. package/lib/social/Feed/Feed.mocks.js.map +1 -1
  836. package/lib/social/Feed/Feed.stories.d.ts +3 -2
  837. package/lib/social/Feed/Feed.stories.d.ts.map +1 -1
  838. package/lib/social/Feed/Feed.stories.js +12 -7
  839. package/lib/social/Feed/Feed.stories.js.map +1 -1
  840. package/lib/social/Feed/FeedNewPost.stories.d.ts.map +1 -1
  841. package/lib/social/Feed/FeedNewPost.stories.js +4 -3
  842. package/lib/social/Feed/FeedNewPost.stories.js.map +1 -1
  843. package/lib/social/Feed/FeedPost.stories.d.ts.map +1 -1
  844. package/lib/social/Feed/FeedPost.stories.js +12 -11
  845. package/lib/social/Feed/FeedPost.stories.js.map +1 -1
  846. package/lib/social/Feed/FeedReply.stories.d.ts +1 -1
  847. package/lib/social/Feed/FeedReply.stories.d.ts.map +1 -1
  848. package/lib/social/Feed/FeedReply.stories.js +7 -7
  849. package/lib/social/Feed/FeedReply.stories.js.map +1 -1
  850. package/lib/social/Feed/FeedReplyInput.stories.d.ts.map +1 -1
  851. package/lib/social/Feed/FeedReplyInput.stories.js +4 -3
  852. package/lib/social/Feed/FeedReplyInput.stories.js.map +1 -1
  853. package/lib/tools/Clipboard/Clipboard.mocks.d.ts +6 -0
  854. package/lib/tools/Clipboard/Clipboard.mocks.d.ts.map +1 -0
  855. package/lib/tools/Clipboard/Clipboard.mocks.js +75 -0
  856. package/lib/tools/Clipboard/Clipboard.mocks.js.map +1 -0
  857. package/lib/tools/Clipboard/Clipboard.stories.d.ts +6 -0
  858. package/lib/tools/Clipboard/Clipboard.stories.d.ts.map +1 -0
  859. package/lib/tools/Clipboard/Clipboard.stories.js +78 -0
  860. package/lib/tools/Clipboard/Clipboard.stories.js.map +1 -0
  861. package/lib/tools/DevTools/DevTools.mocks.d.ts +3 -0
  862. package/lib/tools/DevTools/DevTools.mocks.d.ts.map +1 -0
  863. package/lib/tools/DevTools/DevTools.mocks.js +3 -0
  864. package/lib/tools/DevTools/DevTools.mocks.js.map +1 -0
  865. package/lib/tools/DevTools/DevTools.stories.d.ts +10 -0
  866. package/lib/tools/DevTools/DevTools.stories.d.ts.map +1 -0
  867. package/lib/tools/DevTools/DevTools.stories.js +31 -0
  868. package/lib/tools/DevTools/DevTools.stories.js.map +1 -0
  869. package/lib/tools/PreviewShell/PreviewShell.mocks.d.ts +9 -0
  870. package/lib/tools/PreviewShell/PreviewShell.mocks.d.ts.map +1 -0
  871. package/lib/tools/PreviewShell/PreviewShell.mocks.js +57 -0
  872. package/lib/tools/PreviewShell/PreviewShell.mocks.js.map +1 -0
  873. package/lib/tools/PreviewShell/PreviewShell.stories.d.ts +16 -0
  874. package/lib/tools/PreviewShell/PreviewShell.stories.d.ts.map +1 -0
  875. package/lib/tools/PreviewShell/PreviewShell.stories.js +154 -0
  876. package/lib/tools/PreviewShell/PreviewShell.stories.js.map +1 -0
  877. package/lib/tools/PreviewShell/PreviewShell.styles.d.ts +3 -0
  878. package/lib/tools/PreviewShell/PreviewShell.styles.d.ts.map +1 -0
  879. package/lib/tools/PreviewShell/PreviewShell.styles.js +7 -0
  880. package/lib/tools/PreviewShell/PreviewShell.styles.js.map +1 -0
  881. package/lib/work/AppAnnouncement/AppAnnouncement.stories.d.ts.map +1 -1
  882. package/lib/work/AppAnnouncement/AppAnnouncement.stories.js +5 -4
  883. package/lib/work/AppAnnouncement/AppAnnouncement.stories.js.map +1 -1
  884. package/lib/work/CaseView/Attachments.mocks.js +5 -6
  885. package/lib/work/CaseView/Attachments.mocks.js.map +1 -1
  886. package/lib/work/CaseView/CaseView.mocks.d.ts +72 -2
  887. package/lib/work/CaseView/CaseView.mocks.d.ts.map +1 -1
  888. package/lib/work/CaseView/CaseView.mocks.js +191 -11
  889. package/lib/work/CaseView/CaseView.mocks.js.map +1 -1
  890. package/lib/work/CaseView/CaseView.stories.d.ts +4 -22
  891. package/lib/work/CaseView/CaseView.stories.d.ts.map +1 -1
  892. package/lib/work/CaseView/CaseView.stories.js +50 -240
  893. package/lib/work/CaseView/CaseView.stories.js.map +1 -1
  894. package/lib/work/CaseView/Pulse.mocks.d.ts +4 -3
  895. package/lib/work/CaseView/Pulse.mocks.d.ts.map +1 -1
  896. package/lib/work/CaseView/Pulse.mocks.js +2 -2
  897. package/lib/work/CaseView/Pulse.mocks.js.map +1 -1
  898. package/lib/work/ConfigurableLayout/ConfigurableLayout.stories.d.ts.map +1 -1
  899. package/lib/work/ConfigurableLayout/ConfigurableLayout.stories.js +1 -0
  900. package/lib/work/ConfigurableLayout/ConfigurableLayout.stories.js.map +1 -1
  901. package/lib/work/Confirmation/Confirmation.stories.d.ts +3 -0
  902. package/lib/work/Confirmation/Confirmation.stories.d.ts.map +1 -1
  903. package/lib/work/Confirmation/Confirmation.stories.js +12 -8
  904. package/lib/work/Confirmation/Confirmation.stories.js.map +1 -1
  905. package/lib/work/Details/Details.stories.d.ts.map +1 -1
  906. package/lib/work/Details/Details.stories.js +14 -59
  907. package/lib/work/Details/Details.stories.js.map +1 -1
  908. package/lib/work/SearchResults/SearchResults.mocks.d.ts +6 -0
  909. package/lib/work/SearchResults/SearchResults.mocks.d.ts.map +1 -1
  910. package/lib/work/SearchResults/SearchResults.mocks.js +39 -38
  911. package/lib/work/SearchResults/SearchResults.mocks.js.map +1 -1
  912. package/lib/work/SearchResults/SearchResults.stories.d.ts +1 -0
  913. package/lib/work/SearchResults/SearchResults.stories.d.ts.map +1 -1
  914. package/lib/work/SearchResults/SearchResults.stories.js +74 -44
  915. package/lib/work/SearchResults/SearchResults.stories.js.map +1 -1
  916. package/lib/work/Stages/Stages.mocks.d.ts +14 -0
  917. package/lib/work/Stages/Stages.mocks.d.ts.map +1 -0
  918. package/lib/work/Stages/Stages.mocks.js +39 -0
  919. package/lib/work/Stages/Stages.mocks.js.map +1 -0
  920. package/lib/work/Stages/Stages.stories.d.ts +1 -1
  921. package/lib/work/Stages/Stages.stories.d.ts.map +1 -1
  922. package/lib/work/Stages/Stages.stories.js +12 -44
  923. package/lib/work/Stages/Stages.stories.js.map +1 -1
  924. package/lib/work/Stakeholders/Stakeholders.stories.d.ts.map +1 -1
  925. package/lib/work/Stakeholders/Stakeholders.stories.js +1 -0
  926. package/lib/work/Stakeholders/Stakeholders.stories.js.map +1 -1
  927. package/lib/work/Tasks/TaskList.stories.d.ts.map +1 -1
  928. package/lib/work/Tasks/TaskList.stories.js +3 -1
  929. package/lib/work/Tasks/TaskList.stories.js.map +1 -1
  930. package/lib/work/Tasks/Tasks.stories.d.ts +4 -0
  931. package/lib/work/Tasks/Tasks.stories.d.ts.map +1 -1
  932. package/lib/work/Tasks/Tasks.stories.js +20 -8
  933. package/lib/work/Tasks/Tasks.stories.js.map +1 -1
  934. package/lib/work/Timeline/Timeline.stories.d.ts.map +1 -1
  935. package/lib/work/Timeline/Timeline.stories.js +2 -1
  936. package/lib/work/Timeline/Timeline.stories.js.map +1 -1
  937. package/lib/wss/AppShell/AppShell.mocks.d.ts +35 -0
  938. package/lib/wss/AppShell/AppShell.mocks.d.ts.map +1 -0
  939. package/lib/wss/AppShell/AppShell.mocks.js +70 -0
  940. package/lib/wss/AppShell/AppShell.mocks.js.map +1 -0
  941. package/lib/wss/AppShell/AppShell.stories.d.ts +19 -0
  942. package/lib/wss/AppShell/AppShell.stories.d.ts.map +1 -0
  943. package/lib/wss/AppShell/AppShell.stories.js +70 -0
  944. package/lib/wss/AppShell/AppShell.stories.js.map +1 -0
  945. package/lib/wss/AppShell/AppShell.styles.d.ts +2 -0
  946. package/lib/wss/AppShell/AppShell.styles.d.ts.map +1 -0
  947. package/lib/wss/AppShell/AppShell.styles.js +5 -0
  948. package/lib/wss/AppShell/AppShell.styles.js.map +1 -0
  949. package/lib/wss/CaseView/CaseView.mocks.d.ts +13 -0
  950. package/lib/wss/CaseView/CaseView.mocks.d.ts.map +1 -0
  951. package/lib/wss/CaseView/CaseView.mocks.js +35 -0
  952. package/lib/wss/CaseView/CaseView.mocks.js.map +1 -0
  953. package/lib/wss/CaseView/CaseView.stories.d.ts +12 -0
  954. package/lib/wss/CaseView/CaseView.stories.d.ts.map +1 -0
  955. package/lib/wss/CaseView/CaseView.stories.js +70 -0
  956. package/lib/wss/CaseView/CaseView.stories.js.map +1 -0
  957. package/lib/wss/PageTemplates/PageTemplates.stories.d.ts +15 -0
  958. package/lib/wss/PageTemplates/PageTemplates.stories.d.ts.map +1 -0
  959. package/lib/wss/PageTemplates/PageTemplates.stories.js +41 -0
  960. package/lib/wss/PageTemplates/PageTemplates.stories.js.map +1 -0
  961. package/lib/wss/QuickCreate/QuickCreate.stories.d.ts +10 -0
  962. package/lib/wss/QuickCreate/QuickCreate.stories.d.ts.map +1 -0
  963. package/lib/wss/QuickCreate/QuickCreate.stories.js +36 -0
  964. package/lib/wss/QuickCreate/QuickCreate.stories.js.map +1 -0
  965. package/package.json +11 -12
  966. package/jsx/core/MultiStep/MultiStep.stories.d.ts.map +0 -1
  967. package/jsx/core/MultiStep/MultiStep.stories.jsx +0 -56
  968. package/jsx/core/MultiStep/MultiStep.stories.jsx.map +0 -1
  969. package/jsx/cs/CSCaseView/CSAppShell.stories.d.ts +0 -11
  970. package/jsx/cs/CSCaseView/CSAppShell.stories.d.ts.map +0 -1
  971. package/jsx/cs/CSCaseView/CSAppShell.stories.jsx +0 -248
  972. package/jsx/cs/CSCaseView/CSAppShell.stories.jsx.map +0 -1
  973. package/jsx/cs/CSCaseView/CSCaseView.mocks.d.ts +0 -66
  974. package/jsx/cs/CSCaseView/CSCaseView.mocks.d.ts.map +0 -1
  975. package/jsx/cs/CSCaseView/CSCaseView.mocks.jsx +0 -253
  976. package/jsx/cs/CSCaseView/CSCaseView.mocks.jsx.map +0 -1
  977. package/lib/core/MultiStep/MultiStep.stories.d.ts.map +0 -1
  978. package/lib/core/MultiStep/MultiStep.stories.js +0 -36
  979. package/lib/core/MultiStep/MultiStep.stories.js.map +0 -1
  980. package/lib/cs/CSCaseView/CSAppShell.stories.d.ts +0 -11
  981. package/lib/cs/CSCaseView/CSAppShell.stories.d.ts.map +0 -1
  982. package/lib/cs/CSCaseView/CSAppShell.stories.js +0 -227
  983. package/lib/cs/CSCaseView/CSAppShell.stories.js.map +0 -1
  984. package/lib/cs/CSCaseView/CSCaseView.mocks.d.ts +0 -66
  985. package/lib/cs/CSCaseView/CSCaseView.mocks.d.ts.map +0 -1
  986. package/lib/cs/CSCaseView/CSCaseView.mocks.js +0 -240
  987. package/lib/cs/CSCaseView/CSCaseView.mocks.js.map +0 -1
@@ -0,0 +1,35 @@
1
+ /// <reference types="react" />
2
+ export declare const DefaultMainContent: ({ content }: {
3
+ content: string;
4
+ }) => JSX.Element;
5
+ export declare const notificationItems: ({
6
+ id: string;
7
+ primary: string;
8
+ secondary: string[];
9
+ visual: JSX.Element;
10
+ unread: boolean;
11
+ } | {
12
+ id: string;
13
+ primary: string;
14
+ visual: JSX.Element;
15
+ unread: boolean;
16
+ secondary?: undefined;
17
+ } | {
18
+ id: string;
19
+ primary: string;
20
+ secondary: string[];
21
+ unread: boolean;
22
+ visual?: undefined;
23
+ })[];
24
+ export declare const defaultAppDemoProps: {
25
+ readonly imageSrc: "https://www.pega.com/themes/custom/pegawww_theme/images/pega-logo.svg";
26
+ readonly appName: "Service Desk";
27
+ readonly numberOfNavLinks: 3;
28
+ readonly navAlignment: "end";
29
+ readonly navPosition: "inline";
30
+ readonly operatorName: "Cindy Turner";
31
+ readonly operatorTitle: "Account";
32
+ readonly notificationsEmpty: false;
33
+ readonly notificationsLoading: false;
34
+ };
35
+ //# sourceMappingURL=AppShell.mocks.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppShell.mocks.d.ts","sourceRoot":"","sources":["../../../src/wss/AppShell/AppShell.mocks.tsx"],"names":[],"mappings":";AAIA,eAAO,MAAM,kBAAkB;aAA4B,MAAM;iBAQhE,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;IAyD7B,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;;CAUtB,CAAC"}
@@ -0,0 +1,75 @@
1
+ import { Avatar, Card, CardContent, Flex, Text } from '@pega/cosmos-react-core';
2
+ import { StyledMainContent } from './AppShell.styles';
3
+ export const DefaultMainContent = ({ content }) => (<Flex container={{ justify: 'center', alignItems: 'center' }} as={StyledMainContent}>
4
+ <Card>
5
+ <CardContent>
6
+ <Text variant='h2'>{content} content</Text>
7
+ </CardContent>
8
+ </Card>
9
+ </Flex>);
10
+ export const notificationItems = [
11
+ {
12
+ id: '123',
13
+ primary: "Dean Thomas mentioned your team in a bug 'Button does not initiate onClick event handler'.",
14
+ secondary: ['BUG-12345', new Date(2020, 8, 31, 13, 23).toDateString()],
15
+ visual: <Avatar name='Dean Thomas'/>,
16
+ unread: true
17
+ },
18
+ {
19
+ id: '456',
20
+ primary: "Seth DeAngelo mentioned your team in a bug 'Text variant h1 renders as h3 in DOM'.",
21
+ visual: <Avatar name='Seth DeAngelo'/>,
22
+ unread: true
23
+ },
24
+ {
25
+ id: '789',
26
+ primary: "Janet Moore mentioned your team in a bug 'Tree expanded state does not match the state that was set on the component'.",
27
+ secondary: ['BUG-12345', new Date(2020, 9, 2, 9, 22).toDateString()],
28
+ visual: <Avatar name='Janet Moore'/>,
29
+ unread: true
30
+ },
31
+ {
32
+ id: '000',
33
+ primary: 'You have been awarded Employee of the Month! Congratulations!',
34
+ secondary: [new Date(2020, 9, 8, 14, 46).toDateString()],
35
+ unread: true
36
+ },
37
+ {
38
+ id: '111',
39
+ primary: "Dean Thomas mentioned your team in a bug 'Button does not initiate onClick event handler'.",
40
+ secondary: ['BUG-12345', new Date(2020, 8, 31, 13, 23).toDateString()],
41
+ visual: <Avatar name='Dean Thomas'/>,
42
+ unread: true
43
+ },
44
+ {
45
+ id: '222',
46
+ primary: "Seth DeAngelo mentioned your team in a bug 'Text variant h1 renders as h3 in DOM'.",
47
+ visual: <Avatar name='Seth DeAngelo'/>,
48
+ unread: true
49
+ },
50
+ {
51
+ id: '333',
52
+ primary: "Janet Moore mentioned your team in a bug 'Tree expanded state does not match the state that was set on the component'.",
53
+ secondary: ['BUG-12345', new Date(2020, 9, 2, 9, 22).toDateString()],
54
+ visual: <Avatar name='Janet Moore'/>,
55
+ unread: true
56
+ },
57
+ {
58
+ id: '444',
59
+ primary: 'You have been awarded Employee of the Month! Congratulations!',
60
+ secondary: [new Date(2020, 9, 8, 14, 46).toDateString()],
61
+ unread: true
62
+ }
63
+ ];
64
+ export const defaultAppDemoProps = {
65
+ imageSrc: 'https://www.pega.com/themes/custom/pegawww_theme/images/pega-logo.svg',
66
+ appName: 'Service Desk',
67
+ numberOfNavLinks: 3,
68
+ navAlignment: 'end',
69
+ navPosition: 'inline',
70
+ operatorName: 'Cindy Turner',
71
+ operatorTitle: 'Account',
72
+ notificationsEmpty: false,
73
+ notificationsLoading: false
74
+ };
75
+ //# sourceMappingURL=AppShell.mocks.jsx.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppShell.mocks.jsx","sourceRoot":"","sources":["../../../src/wss/AppShell/AppShell.mocks.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Avatar, Card, CardContent, Flex, Text } from '@pega/cosmos-react-core';\n\nimport { StyledMainContent } from './AppShell.styles';\n\nexport const DefaultMainContent = ({ content }: { content: string }) => (\n <Flex container={{ justify: 'center', alignItems: 'center' }} as={StyledMainContent}>\n <Card>\n <CardContent>\n <Text variant='h2'>{content} content</Text>\n </CardContent>\n </Card>\n </Flex>\n);\n\nexport const notificationItems = [\n {\n id: '123',\n primary:\n \"Dean Thomas mentioned your team in a bug 'Button does not initiate onClick event handler'.\",\n secondary: ['BUG-12345', new Date(2020, 8, 31, 13, 23).toDateString()],\n visual: <Avatar name='Dean Thomas' />,\n unread: true\n },\n {\n id: '456',\n primary: \"Seth DeAngelo mentioned your team in a bug 'Text variant h1 renders as h3 in DOM'.\",\n visual: <Avatar name='Seth DeAngelo' />,\n unread: true\n },\n {\n id: '789',\n primary:\n \"Janet Moore mentioned your team in a bug 'Tree expanded state does not match the state that was set on the component'.\",\n secondary: ['BUG-12345', new Date(2020, 9, 2, 9, 22).toDateString()],\n visual: <Avatar name='Janet Moore' />,\n unread: true\n },\n {\n id: '000',\n primary: 'You have been awarded Employee of the Month! Congratulations!',\n secondary: [new Date(2020, 9, 8, 14, 46).toDateString()],\n unread: true\n },\n {\n id: '111',\n primary:\n \"Dean Thomas mentioned your team in a bug 'Button does not initiate onClick event handler'.\",\n secondary: ['BUG-12345', new Date(2020, 8, 31, 13, 23).toDateString()],\n visual: <Avatar name='Dean Thomas' />,\n unread: true\n },\n {\n id: '222',\n primary: \"Seth DeAngelo mentioned your team in a bug 'Text variant h1 renders as h3 in DOM'.\",\n visual: <Avatar name='Seth DeAngelo' />,\n unread: true\n },\n {\n id: '333',\n primary:\n \"Janet Moore mentioned your team in a bug 'Tree expanded state does not match the state that was set on the component'.\",\n secondary: ['BUG-12345', new Date(2020, 9, 2, 9, 22).toDateString()],\n visual: <Avatar name='Janet Moore' />,\n unread: true\n },\n {\n id: '444',\n primary: 'You have been awarded Employee of the Month! Congratulations!',\n secondary: [new Date(2020, 9, 8, 14, 46).toDateString()],\n unread: true\n }\n];\n\nexport const defaultAppDemoProps = {\n imageSrc: 'https://www.pega.com/themes/custom/pegawww_theme/images/pega-logo.svg',\n appName: 'Service Desk',\n numberOfNavLinks: 3,\n navAlignment: 'end',\n navPosition: 'inline',\n operatorName: 'Cindy Turner',\n operatorTitle: 'Account',\n notificationsEmpty: false,\n notificationsLoading: false\n} as const;\n"]}
@@ -0,0 +1,19 @@
1
+ import { Meta, Story } from '@storybook/react';
2
+ import { ReactNode } from 'react';
3
+ import { AppShellProps } from '@pega/cosmos-react-wss';
4
+ declare const _default: Meta<import("@storybook/react").Args>;
5
+ export default _default;
6
+ interface AppShellDemoProps {
7
+ appName?: AppShellProps['appInfo']['appName'];
8
+ imageSrc?: AppShellProps['appInfo']['imageSrc'];
9
+ numberOfNavLinks?: number;
10
+ navAlignment?: AppShellProps['navAlignment'];
11
+ navPosition?: AppShellProps['navPosition'];
12
+ operatorName?: AppShellProps['operator']['avatar']['name'];
13
+ operatorTitle?: AppShellProps['operator']['title'];
14
+ notificationsEmpty?: boolean;
15
+ notificationsLoading?: boolean;
16
+ mainContent?: ReactNode;
17
+ }
18
+ export declare const AppShellDemo: Story<AppShellDemoProps>;
19
+ //# sourceMappingURL=AppShell.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppShell.stories.d.ts","sourceRoot":"","sources":["../../../src/wss/AppShell/AppShell.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,SAAS,EAAY,MAAM,OAAO,CAAC;AAE5C,OAAO,EAAY,aAAa,EAAoB,MAAM,wBAAwB,CAAC;;AAInF,wBAMU;AAEV,UAAU,iBAAiB;IACzB,OAAO,CAAC,EAAE,aAAa,CAAC,SAAS,CAAC,CAAC,SAAS,CAAC,CAAC;IAC9C,QAAQ,CAAC,EAAE,aAAa,CAAC,SAAS,CAAC,CAAC,UAAU,CAAC,CAAC;IAChD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,aAAa,CAAC,cAAc,CAAC,CAAC;IAC7C,WAAW,CAAC,EAAE,aAAa,CAAC,aAAa,CAAC,CAAC;IAC3C,YAAY,CAAC,EAAE,aAAa,CAAC,UAAU,CAAC,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC;IAC3D,aAAa,CAAC,EAAE,aAAa,CAAC,UAAU,CAAC,CAAC,OAAO,CAAC,CAAC;IACnD,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,WAAW,CAAC,EAAE,SAAS,CAAC;CACzB;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,iBAAiB,CA6DjD,CAAC"}
@@ -0,0 +1,68 @@
1
+ import { useState } from 'react';
2
+ import { AppShell } from '@pega/cosmos-react-wss';
3
+ import { DefaultMainContent, notificationItems, defaultAppDemoProps } from './AppShell.mocks';
4
+ export default {
5
+ title: 'Web Self Service/AppShell',
6
+ component: AppShell,
7
+ parameters: {
8
+ layout: 'fullscreen'
9
+ }
10
+ };
11
+ export const AppShellDemo = (args) => {
12
+ const [mainContent, setMainContent] = useState('Home');
13
+ const [notifications, setNotifications] = useState(notificationItems);
14
+ const [numNewNotifications, setNumNewNotifications] = useState(notifications.filter(x => x.unread).length);
15
+ const handleNotificationClick = (passedId) => {
16
+ setNotifications(cur => cur.map(({ id, unread, ...item }) => ({
17
+ id,
18
+ unread: passedId === id ? false : unread,
19
+ ...item
20
+ })));
21
+ };
22
+ return (<AppShell main={args.mainContent ?? <DefaultMainContent content={mainContent}/>} appInfo={{
23
+ appName: args.appName ?? defaultAppDemoProps.appName,
24
+ imageSrc: args.imageSrc ?? defaultAppDemoProps.imageSrc,
25
+ onClick: () => setMainContent('Home')
26
+ }} navLinks={Array.from({
27
+ length: args.numberOfNavLinks ?? defaultAppDemoProps.numberOfNavLinks
28
+ }).map((_, index) => {
29
+ const navName = `Navigation ${index + 1}`;
30
+ return {
31
+ id: `nav-${index + 1}`,
32
+ text: navName,
33
+ href: '#',
34
+ onClick: () => setMainContent(navName),
35
+ current: navName === mainContent
36
+ };
37
+ })} operator={{
38
+ avatar: { name: args.operatorName ?? defaultAppDemoProps.operatorName },
39
+ title: args.operatorTitle ?? defaultAppDemoProps.operatorTitle,
40
+ actions: [
41
+ { id: 'profile', primary: 'My profile', href: '#' },
42
+ { id: 'settings', primary: 'Settings', href: '#' },
43
+ { id: 'logOut', primary: 'Log out', href: '#' }
44
+ ]
45
+ }} notifications={{
46
+ title: 'Notifications',
47
+ count: numNewNotifications,
48
+ items: args.notificationsEmpty ? [] : notifications,
49
+ onItemClick: handleNotificationClick,
50
+ loading: args.notificationsLoading ?? defaultAppDemoProps.notificationsLoading,
51
+ onNotificationsOpen: () => {
52
+ setNumNewNotifications(0);
53
+ }
54
+ }} navAlignment={args.navAlignment} navPosition={args.navPosition}/>);
55
+ };
56
+ AppShellDemo.args = defaultAppDemoProps;
57
+ AppShellDemo.argTypes = {
58
+ imageSrc: { control: { type: 'text' } },
59
+ appName: { control: { type: 'text' } },
60
+ numberOfNavLinks: { control: { type: 'number' } },
61
+ navAlignment: { options: ['start', 'center', 'end'], control: { type: 'select' } },
62
+ navPosition: { options: ['inline', 'below'], control: { type: 'select' } },
63
+ operatorName: { control: { type: 'text' } },
64
+ operatorTitle: { control: { type: 'text' } },
65
+ notificationsEmpty: { control: { type: 'boolean' } },
66
+ notificationsLoading: { control: { type: 'boolean' } }
67
+ };
68
+ //# sourceMappingURL=AppShell.stories.jsx.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppShell.stories.jsx","sourceRoot":"","sources":["../../../src/wss/AppShell/AppShell.stories.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Meta, Story } from '@storybook/react';\nimport { ReactNode, useState } from 'react';\n\nimport { AppShell, AppShellProps, NotificationItem } from '@pega/cosmos-react-wss';\n\nimport { DefaultMainContent, notificationItems, defaultAppDemoProps } from './AppShell.mocks';\n\nexport default {\n title: 'Web Self Service/AppShell',\n component: AppShell,\n parameters: {\n layout: 'fullscreen'\n }\n} as Meta;\n\ninterface AppShellDemoProps {\n appName?: AppShellProps['appInfo']['appName'];\n imageSrc?: AppShellProps['appInfo']['imageSrc'];\n numberOfNavLinks?: number;\n navAlignment?: AppShellProps['navAlignment'];\n navPosition?: AppShellProps['navPosition'];\n operatorName?: AppShellProps['operator']['avatar']['name'];\n operatorTitle?: AppShellProps['operator']['title'];\n notificationsEmpty?: boolean;\n notificationsLoading?: boolean;\n mainContent?: ReactNode;\n}\n\nexport const AppShellDemo: Story<AppShellDemoProps> = (args: AppShellDemoProps) => {\n const [mainContent, setMainContent] = useState('Home');\n const [notifications, setNotifications] = useState<NotificationItem[]>(notificationItems);\n const [numNewNotifications, setNumNewNotifications] = useState(\n notifications.filter(x => x.unread).length\n );\n\n const handleNotificationClick = (passedId: string) => {\n setNotifications(cur =>\n cur.map(({ id, unread, ...item }) => ({\n id,\n unread: passedId === id ? false : unread,\n ...item\n }))\n );\n };\n\n return (\n <AppShell\n main={args.mainContent ?? <DefaultMainContent content={mainContent} />}\n appInfo={{\n appName: args.appName ?? defaultAppDemoProps.appName,\n imageSrc: args.imageSrc ?? defaultAppDemoProps.imageSrc,\n onClick: () => setMainContent('Home')\n }}\n navLinks={Array.from({\n length: args.numberOfNavLinks ?? defaultAppDemoProps.numberOfNavLinks\n }).map((_, index) => {\n const navName = `Navigation ${index + 1}`;\n\n return {\n id: `nav-${index + 1}`,\n text: navName,\n href: '#',\n onClick: () => setMainContent(navName),\n current: navName === mainContent\n };\n })}\n operator={{\n avatar: { name: args.operatorName ?? defaultAppDemoProps.operatorName },\n title: args.operatorTitle ?? defaultAppDemoProps.operatorTitle,\n actions: [\n { id: 'profile', primary: 'My profile', href: '#' },\n { id: 'settings', primary: 'Settings', href: '#' },\n { id: 'logOut', primary: 'Log out', href: '#' }\n ]\n }}\n notifications={{\n title: 'Notifications',\n count: numNewNotifications,\n items: args.notificationsEmpty ? [] : notifications,\n onItemClick: handleNotificationClick,\n loading: args.notificationsLoading ?? defaultAppDemoProps.notificationsLoading,\n onNotificationsOpen: () => {\n setNumNewNotifications(0);\n }\n }}\n navAlignment={args.navAlignment}\n navPosition={args.navPosition}\n />\n );\n};\n\nAppShellDemo.args = defaultAppDemoProps;\n\n// eslint-disable-next-line demo-patterns/args-match-types\nAppShellDemo.argTypes = {\n imageSrc: { control: { type: 'text' } },\n appName: { control: { type: 'text' } },\n numberOfNavLinks: { control: { type: 'number' } },\n navAlignment: { options: ['start', 'center', 'end'], control: { type: 'select' } },\n navPosition: { options: ['inline', 'below'], control: { type: 'select' } },\n operatorName: { control: { type: 'text' } },\n operatorTitle: { control: { type: 'text' } },\n notificationsEmpty: { control: { type: 'boolean' } },\n notificationsLoading: { control: { type: 'boolean' } }\n};\n"]}
@@ -0,0 +1,2 @@
1
+ export declare const StyledMainContent: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
2
+ //# sourceMappingURL=AppShell.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppShell.styles.d.ts","sourceRoot":"","sources":["../../../src/wss/AppShell/AppShell.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,yGAE7B,CAAC"}
@@ -0,0 +1,5 @@
1
+ import styled from 'styled-components';
2
+ export const StyledMainContent = styled.div `
3
+ min-height: inherit;
4
+ `;
5
+ //# sourceMappingURL=AppShell.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppShell.styles.js","sourceRoot":"","sources":["../../../src/wss/AppShell/AppShell.styles.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,mBAAmB,CAAC;AAEvC,MAAM,CAAC,MAAM,iBAAiB,GAAG,MAAM,CAAC,GAAG,CAAA;;CAE1C,CAAC","sourcesContent":["import styled from 'styled-components';\n\nexport const StyledMainContent = styled.div`\n min-height: inherit;\n`;\n"]}
@@ -0,0 +1,13 @@
1
+ /// <reference types="react" />
2
+ export declare const casePreviewPrimaryFields: {
3
+ name: string;
4
+ value: string;
5
+ }[];
6
+ export declare const casePreviewSecondaryFields: ({
7
+ name: string;
8
+ value: JSX.Element;
9
+ } | {
10
+ name: string;
11
+ value: string;
12
+ })[];
13
+ //# sourceMappingURL=CaseView.mocks.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CaseView.mocks.d.ts","sourceRoot":"","sources":["../../../src/wss/CaseView/CaseView.mocks.tsx"],"names":[],"mappings":";AAyBA,eAAO,MAAM,wBAAwB;;;GASpC,CAAC;AAEF,eAAO,MAAM,0BAA0B;;;;;;IAAsB,CAAC"}
@@ -0,0 +1,34 @@
1
+ import { Status } from '@pega/cosmos-react-core';
2
+ const createDate = new Date(2016, 1, 8);
3
+ const msInYear = 1000 * 60 * 60 * 24 * 365;
4
+ const diffInYears = Math.floor((Date.now() - createDate.getTime()) / msInYear);
5
+ const baseSecondaryFields = [
6
+ {
7
+ name: 'Status',
8
+ value: <Status variant='info'>New</Status>
9
+ },
10
+ {
11
+ name: 'Assigned to',
12
+ value: 'Dean Thomas'
13
+ },
14
+ {
15
+ name: 'Create date',
16
+ value: createDate.toDateString()
17
+ },
18
+ {
19
+ name: 'Update date',
20
+ value: `${diffInYears} years ago`
21
+ }
22
+ ];
23
+ export const casePreviewPrimaryFields = [
24
+ {
25
+ name: 'Member ID',
26
+ value: 'M204859F438G'
27
+ },
28
+ {
29
+ name: 'Priority',
30
+ value: '95'
31
+ }
32
+ ];
33
+ export const casePreviewSecondaryFields = baseSecondaryFields;
34
+ //# sourceMappingURL=CaseView.mocks.jsx.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CaseView.mocks.jsx","sourceRoot":"","sources":["../../../src/wss/CaseView/CaseView.mocks.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAEjD,MAAM,UAAU,GAAG,IAAI,IAAI,CAAC,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AACxC,MAAM,QAAQ,GAAG,IAAI,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC;AAC3C,MAAM,WAAW,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG,UAAU,CAAC,OAAO,EAAE,CAAC,GAAG,QAAQ,CAAC,CAAC;AAE/E,MAAM,mBAAmB,GAAG;IAC1B;QACE,IAAI,EAAE,QAAQ;QACd,KAAK,EAAE,CAAC,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,GAAG,EAAE,MAAM,CAAC;KAC3C;IACD;QACE,IAAI,EAAE,aAAa;QACnB,KAAK,EAAE,aAAa;KACrB;IACD;QACE,IAAI,EAAE,aAAa;QACnB,KAAK,EAAE,UAAU,CAAC,YAAY,EAAE;KACjC;IACD;QACE,IAAI,EAAE,aAAa;QACnB,KAAK,EAAE,GAAG,WAAW,YAAY;KAClC;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAAG;IACtC;QACE,IAAI,EAAE,WAAW;QACjB,KAAK,EAAE,cAAc;KACtB;IACD;QACE,IAAI,EAAE,UAAU;QAChB,KAAK,EAAE,IAAI;KACZ;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAAG,mBAAmB,CAAC","sourcesContent":["import { Status } from '@pega/cosmos-react-core';\n\nconst createDate = new Date(2016, 1, 8);\nconst msInYear = 1000 * 60 * 60 * 24 * 365;\nconst diffInYears = Math.floor((Date.now() - createDate.getTime()) / msInYear);\n\nconst baseSecondaryFields = [\n {\n name: 'Status',\n value: <Status variant='info'>New</Status>\n },\n {\n name: 'Assigned to',\n value: 'Dean Thomas'\n },\n {\n name: 'Create date',\n value: createDate.toDateString()\n },\n {\n name: 'Update date',\n value: `${diffInYears} years ago`\n }\n];\n\nexport const casePreviewPrimaryFields = [\n {\n name: 'Member ID',\n value: 'M204859F438G'\n },\n {\n name: 'Priority',\n value: '95'\n }\n];\n\nexport const casePreviewSecondaryFields = baseSecondaryFields;\n"]}
@@ -0,0 +1,12 @@
1
+ import { Meta, Story } from '@storybook/react';
2
+ declare const _default: Meta<import("@storybook/react").Args>;
3
+ export default _default;
4
+ interface CaseViewDemoProps {
5
+ showStagesRegion?: boolean;
6
+ showUtilitiesRegion?: boolean;
7
+ showSummaryRegion?: boolean;
8
+ showTasksRegion?: boolean;
9
+ showPulseRegion?: boolean;
10
+ }
11
+ export declare const CaseViewDemo: Story<CaseViewDemoProps>;
12
+ //# sourceMappingURL=CaseView.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CaseView.stories.d.ts","sourceRoot":"","sources":["../../../src/wss/CaseView/CaseView.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;;AAe/C,wBAMU;AAEV,UAAU,iBAAiB;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,iBAAiB,CA4EjD,CAAC"}
@@ -0,0 +1,69 @@
1
+ import { useState } from 'react';
2
+ import { AppShell, CaseView } from '@pega/cosmos-react-wss';
3
+ import { CaseSummaryFields, Stages } from '@pega/cosmos-react-work';
4
+ import { AttachmentsMock } from '../../work/CaseView/Attachments.mocks';
5
+ import { FeedPostDemo } from '../../social/Feed/FeedPost.stories';
6
+ import { casePreviewPrimaryFields, casePreviewSecondaryFields } from '../../work/CaseView/CaseView.mocks';
7
+ import { TasksDemo } from '../../work/Tasks/Tasks.stories';
8
+ import { defaultAppDemoProps } from '../AppShell/AppShell.mocks';
9
+ export default {
10
+ title: 'Web Self Service/CaseView',
11
+ component: CaseView,
12
+ parameters: {
13
+ layout: 'fullscreen'
14
+ }
15
+ };
16
+ export const CaseViewDemo = (args) => {
17
+ const [, setMainContent] = useState('Home');
18
+ return (<AppShell caseId='1234' main={<CaseView heading='I have an issue that is impacting my work and I need help' actions={[{ id: '1', text: 'Some text' }]} tasks={{ label: 'Tasks', content: <TasksDemo /> }} stages={args.showStagesRegion
19
+ ? {
20
+ label: 'Stages',
21
+ content: (<Stages stages={[
22
+ { name: 'Create', id: '1', completed: true },
23
+ { name: 'Troubleshoot', id: '2', completed: false },
24
+ { name: 'Resolve', id: '3', completed: false }
25
+ ]} current=''/>)
26
+ }
27
+ : undefined} summary={args.showSummaryRegion
28
+ ? {
29
+ label: 'Summary',
30
+ content: (<CaseSummaryFields primaryFields={casePreviewPrimaryFields} secondaryFields={casePreviewSecondaryFields}/>)
31
+ }
32
+ : undefined} feed={args.showPulseRegion ? { label: 'Feed', content: <FeedPostDemo /> } : undefined} utility={args.showUtilitiesRegion
33
+ ? { label: 'Utility', content: <AttachmentsMock /> }
34
+ : undefined}/>} appInfo={{
35
+ appName: 'App name',
36
+ imageSrc: 'https://www.pega.com/themes/custom/pegawww_theme/images/pega-logo.svg'
37
+ }} navLinks={Array.from({
38
+ length: defaultAppDemoProps.numberOfNavLinks
39
+ }).map((_, index) => {
40
+ const navName = `Navigation ${index + 1}`;
41
+ return {
42
+ id: `nav-${index + 1}`,
43
+ text: navName,
44
+ href: '#',
45
+ onClick: () => setMainContent(navName)
46
+ };
47
+ })} operator={{
48
+ avatar: { name: 'hello' },
49
+ title: 'title',
50
+ actions: [
51
+ { id: 'profile', primary: 'My profile', href: '#' },
52
+ { id: 'settings', primary: 'Settings', href: '#' },
53
+ { id: 'logOut', primary: 'Log out', href: '#' }
54
+ ]
55
+ }}/>);
56
+ };
57
+ CaseViewDemo.args = {
58
+ showStagesRegion: true,
59
+ showUtilitiesRegion: true,
60
+ showSummaryRegion: true,
61
+ showPulseRegion: true
62
+ };
63
+ CaseViewDemo.argTypes = {
64
+ showStagesRegion: { control: { type: 'boolean' } },
65
+ showUtilitiesRegion: { control: { type: 'boolean' } },
66
+ showSummaryRegion: { control: { type: 'boolean' } },
67
+ showPulseRegion: { control: { type: 'boolean' } }
68
+ };
69
+ //# sourceMappingURL=CaseView.stories.jsx.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CaseView.stories.jsx","sourceRoot":"","sources":["../../../src/wss/CaseView/CaseView.stories.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Meta, Story } from '@storybook/react';\nimport { useState } from 'react';\n\nimport { AppShell, CaseView } from '@pega/cosmos-react-wss';\nimport { CaseSummaryFields, Stages } from '@pega/cosmos-react-work';\n\nimport { AttachmentsMock } from '../../work/CaseView/Attachments.mocks';\nimport { FeedPostDemo } from '../../social/Feed/FeedPost.stories';\nimport {\n casePreviewPrimaryFields,\n casePreviewSecondaryFields\n} from '../../work/CaseView/CaseView.mocks';\nimport { TasksDemo } from '../../work/Tasks/Tasks.stories';\nimport { defaultAppDemoProps } from '../AppShell/AppShell.mocks';\n\nexport default {\n title: 'Web Self Service/CaseView',\n component: CaseView,\n parameters: {\n layout: 'fullscreen'\n }\n} as Meta;\n\ninterface CaseViewDemoProps {\n showStagesRegion?: boolean;\n showUtilitiesRegion?: boolean;\n showSummaryRegion?: boolean;\n showTasksRegion?: boolean;\n showPulseRegion?: boolean;\n}\n\nexport const CaseViewDemo: Story<CaseViewDemoProps> = (args: CaseViewDemoProps) => {\n const [, setMainContent] = useState('Home');\n\n return (\n <AppShell\n caseId='1234'\n main={\n <CaseView\n heading='I have an issue that is impacting my work and I need help'\n actions={[{ id: '1', text: 'Some text' }]}\n tasks={{ label: 'Tasks', content: <TasksDemo /> }}\n stages={\n args.showStagesRegion\n ? {\n label: 'Stages',\n content: (\n <Stages\n stages={[\n { name: 'Create', id: '1', completed: true },\n { name: 'Troubleshoot', id: '2', completed: false },\n { name: 'Resolve', id: '3', completed: false }\n ]}\n current=''\n />\n )\n }\n : undefined\n }\n summary={\n args.showSummaryRegion\n ? {\n label: 'Summary',\n content: (\n <CaseSummaryFields\n primaryFields={casePreviewPrimaryFields}\n secondaryFields={casePreviewSecondaryFields}\n />\n )\n }\n : undefined\n }\n feed={args.showPulseRegion ? { label: 'Feed', content: <FeedPostDemo /> } : undefined}\n utility={\n args.showUtilitiesRegion\n ? { label: 'Utility', content: <AttachmentsMock /> }\n : undefined\n }\n />\n }\n appInfo={{\n appName: 'App name',\n imageSrc: 'https://www.pega.com/themes/custom/pegawww_theme/images/pega-logo.svg'\n }}\n navLinks={Array.from({\n length: defaultAppDemoProps.numberOfNavLinks\n }).map((_, index) => {\n const navName = `Navigation ${index + 1}`;\n\n return {\n id: `nav-${index + 1}`,\n text: navName,\n href: '#',\n onClick: () => setMainContent(navName)\n };\n })}\n operator={{\n avatar: { name: 'hello' },\n title: 'title',\n actions: [\n { id: 'profile', primary: 'My profile', href: '#' },\n { id: 'settings', primary: 'Settings', href: '#' },\n { id: 'logOut', primary: 'Log out', href: '#' }\n ]\n }}\n />\n );\n};\n\nCaseViewDemo.args = {\n showStagesRegion: true,\n showUtilitiesRegion: true,\n showSummaryRegion: true,\n showPulseRegion: true\n};\n\nCaseViewDemo.argTypes = {\n showStagesRegion: { control: { type: 'boolean' } },\n showUtilitiesRegion: { control: { type: 'boolean' } },\n showSummaryRegion: { control: { type: 'boolean' } },\n showPulseRegion: { control: { type: 'boolean' } }\n};\n"]}
@@ -0,0 +1,15 @@
1
+ import { Meta, Story } from '@storybook/react';
2
+ declare const _default: Meta<import("@storybook/react").Args>;
3
+ export default _default;
4
+ interface BannerPageStoryProps {
5
+ title: string;
6
+ message: string;
7
+ bannerVariant: 'light' | 'dark';
8
+ backgroundColor?: string;
9
+ backgroundImage?: string;
10
+ tintImage?: boolean;
11
+ oneColumn?: boolean;
12
+ variant?: 'two-column' | 'narrow-wide' | 'wide-narrow';
13
+ }
14
+ export declare const BannerPageDemo: Story<BannerPageStoryProps>;
15
+ //# sourceMappingURL=PageTemplates.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PageTemplates.stories.d.ts","sourceRoot":"","sources":["../../../src/wss/PageTemplates/PageTemplates.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;;AAO/C,wBAKU;AAEV,UAAU,oBAAoB;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,OAAO,GAAG,MAAM,CAAC;IAChC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,YAAY,GAAG,aAAa,GAAG,aAAa,CAAC;CACxD;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,oBAAoB,CAkCtD,CAAC"}
@@ -0,0 +1,48 @@
1
+ import { BannerPage } from '@pega/cosmos-react-wss';
2
+ import { Text } from '@pega/cosmos-react-core';
3
+ import { AppShellDemo } from '../AppShell/AppShell.stories';
4
+ export default {
5
+ title: 'Web Self Service/Page Templates',
6
+ parameters: {
7
+ layout: 'fullscreen'
8
+ }
9
+ };
10
+ export const BannerPageDemo = (args) => {
11
+ return (<AppShellDemo mainContent={<BannerPage variant={args.variant ? args.variant : undefined} a={<div>
12
+ <Text variant='h2' as='h2'>
13
+ Section A
14
+ </Text>
15
+ </div>} b={!args.oneColumn ? (<div>
16
+ <Text variant='h2' as='h2'>
17
+ Section B
18
+ </Text>
19
+ </div>) : undefined} banner={{
20
+ variant: args.bannerVariant,
21
+ backgroundColor: args.backgroundColor,
22
+ title: args.title,
23
+ message: args.message,
24
+ backgroundImage: args.backgroundImage,
25
+ tintImage: args.tintImage
26
+ }}/>}/>);
27
+ };
28
+ BannerPageDemo.args = {
29
+ title: 'Banner page demo',
30
+ message: 'Welcome to the banner page demo, nice to see you. Did you get your haircut?',
31
+ bannerVariant: 'light',
32
+ backgroundColor: '#3eb489',
33
+ backgroundImage: 'https://hips.hearstapps.com/hmg-prod.s3.amazonaws.com/images/moraine-lake-and-the-valley-of-the-ten-peaks-in-the-royalty-free-image-1571062944.jpg',
34
+ tintImage: true,
35
+ oneColumn: false,
36
+ variant: undefined
37
+ };
38
+ BannerPageDemo.argTypes = {
39
+ title: { control: { type: 'text' } },
40
+ message: { control: { type: 'text' } },
41
+ bannerVariant: { options: ['light', 'dark'], control: { type: 'select' } },
42
+ backgroundColor: { control: { type: 'color' } },
43
+ backgroundImage: { control: { type: 'text' } },
44
+ tintImage: { control: { type: 'boolean', defaultValue: true } },
45
+ oneColumn: { control: { type: 'boolean', defaultValue: false } },
46
+ variant: { options: ['two-column', 'narrow-wide', 'wide-narrow'], control: { type: 'select' } }
47
+ };
48
+ //# sourceMappingURL=PageTemplates.stories.jsx.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PageTemplates.stories.jsx","sourceRoot":"","sources":["../../../src/wss/PageTemplates/PageTemplates.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAE/C,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAE5D,eAAe;IACb,KAAK,EAAE,iCAAiC;IACxC,UAAU,EAAE;QACV,MAAM,EAAE,YAAY;KACrB;CACM,CAAC;AAaV,MAAM,CAAC,MAAM,cAAc,GAAgC,CAAC,IAA0B,EAAE,EAAE;IACxF,OAAO,CACL,CAAC,YAAY,CACX,WAAW,CAAC,CACV,CAAC,UAAU,CACT,OAAO,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC,CACjD,CAAC,CAAC,CACA,CAAC,GAAG,CACF;cAAA,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,CACxB;;cACF,EAAE,IAAI,CACR;YAAA,EAAE,GAAG,CAAC,CACP,CACD,CAAC,CAAC,CACA,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAChB,CAAC,GAAG,CACF;gBAAA,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,CACxB;;gBACF,EAAE,IAAI,CACR;cAAA,EAAE,GAAG,CAAC,CACP,CAAC,CAAC,CAAC,SAAS,CACd,CACD,MAAM,CAAC,CAAC;gBACN,OAAO,EAAE,IAAI,CAAC,aAAa;gBAC3B,eAAe,EAAE,IAAI,CAAC,eAAe;gBACrC,KAAK,EAAE,IAAI,CAAC,KAAK;gBACjB,OAAO,EAAE,IAAI,CAAC,OAAO;gBACrB,eAAe,EAAE,IAAI,CAAC,eAAe;gBACrC,SAAS,EAAE,IAAI,CAAC,SAAS;aAC1B,CAAC,EACF,CACH,EACD,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,cAAc,CAAC,IAAI,GAAG;IACpB,KAAK,EAAE,kBAAkB;IACzB,OAAO,EAAE,6EAA6E;IACtF,aAAa,EAAE,OAAO;IACtB,eAAe,EAAE,SAAS;IAC1B,eAAe,EACb,oJAAoJ;IACtJ,SAAS,EAAE,IAAI;IACf,SAAS,EAAE,KAAK;IAChB,OAAO,EAAE,SAAS;CACnB,CAAC;AAEF,cAAc,CAAC,QAAQ,GAAG;IACxB,KAAK,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE;IACpC,OAAO,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE;IACtC,aAAa,EAAE,EAAE,OAAO,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;IAC1E,eAAe,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE;IAC/C,eAAe,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE;IAC9C,SAAS,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,YAAY,EAAE,IAAI,EAAE,EAAE;IAC/D,SAAS,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE;IAChE,OAAO,EAAE,EAAE,OAAO,EAAE,CAAC,YAAY,EAAE,aAAa,EAAE,aAAa,CAAC,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;CAChG,CAAC","sourcesContent":["import { Meta, Story } from '@storybook/react';\n\nimport { BannerPage } from '@pega/cosmos-react-wss';\nimport { Text } from '@pega/cosmos-react-core';\n\nimport { AppShellDemo } from '../AppShell/AppShell.stories';\n\nexport default {\n title: 'Web Self Service/Page Templates',\n parameters: {\n layout: 'fullscreen'\n }\n} as Meta;\n\ninterface BannerPageStoryProps {\n title: string;\n message: string;\n bannerVariant: 'light' | 'dark';\n backgroundColor?: string;\n backgroundImage?: string;\n tintImage?: boolean;\n oneColumn?: boolean;\n variant?: 'two-column' | 'narrow-wide' | 'wide-narrow';\n}\n\nexport const BannerPageDemo: Story<BannerPageStoryProps> = (args: BannerPageStoryProps) => {\n return (\n <AppShellDemo\n mainContent={\n <BannerPage\n variant={args.variant ? args.variant : undefined}\n a={\n <div>\n <Text variant='h2' as='h2'>\n Section A\n </Text>\n </div>\n }\n b={\n !args.oneColumn ? (\n <div>\n <Text variant='h2' as='h2'>\n Section B\n </Text>\n </div>\n ) : undefined\n }\n banner={{\n variant: args.bannerVariant,\n backgroundColor: args.backgroundColor,\n title: args.title,\n message: args.message,\n backgroundImage: args.backgroundImage,\n tintImage: args.tintImage\n }}\n />\n }\n />\n );\n};\n\nBannerPageDemo.args = {\n title: 'Banner page demo',\n message: 'Welcome to the banner page demo, nice to see you. Did you get your haircut?',\n bannerVariant: 'light',\n backgroundColor: '#3eb489',\n backgroundImage:\n 'https://hips.hearstapps.com/hmg-prod.s3.amazonaws.com/images/moraine-lake-and-the-valley-of-the-ten-peaks-in-the-royalty-free-image-1571062944.jpg',\n tintImage: true,\n oneColumn: false,\n variant: undefined\n};\n\nBannerPageDemo.argTypes = {\n title: { control: { type: 'text' } },\n message: { control: { type: 'text' } },\n bannerVariant: { options: ['light', 'dark'], control: { type: 'select' } },\n backgroundColor: { control: { type: 'color' } },\n backgroundImage: { control: { type: 'text' } },\n tintImage: { control: { type: 'boolean', defaultValue: true } },\n oneColumn: { control: { type: 'boolean', defaultValue: false } },\n variant: { options: ['two-column', 'narrow-wide', 'wide-narrow'], control: { type: 'select' } }\n};\n"]}
@@ -0,0 +1,10 @@
1
+ import { Meta, Story } from '@storybook/react';
2
+ declare const _default: Meta<import("@storybook/react").Args>;
3
+ export default _default;
4
+ interface QuickCreateDemoArgs {
5
+ borderRadius: number;
6
+ color: string;
7
+ count: number;
8
+ }
9
+ export declare const QuickCreateDemo: Story<QuickCreateDemoArgs>;
10
+ //# sourceMappingURL=QuickCreate.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QuickCreate.stories.d.ts","sourceRoot":"","sources":["../../../src/wss/QuickCreate/QuickCreate.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;;AAK/C,wBAGU;AAEV,UAAU,mBAAmB;IAC3B,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,mBAAmB,CAyBtD,CAAC"}
@@ -0,0 +1,37 @@
1
+ import { QuickCreate } from '@pega/cosmos-react-wss';
2
+ import { Configuration } from '@pega/cosmos-react-core';
3
+ export default {
4
+ title: 'Web Self Service/QuickCreate',
5
+ component: QuickCreate
6
+ };
7
+ export const QuickCreateDemo = (args) => {
8
+ const lorem = 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Ut nesciunt excepturi sit alias, mollitia voluptate nobis, aliquam corrupti delectus ea molestiae, illum provident necessitatibus? Atque temporibus officiis voluptas nam nihil!';
9
+ const actions = Array.from({ length: args.count }, (_, i) => {
10
+ return {
11
+ label: i === args.count - 1 ? `${lorem}` : `Case type ${i + 1}`,
12
+ onClick: () => { },
13
+ icon: 'plus'
14
+ };
15
+ });
16
+ return (<Configuration theme={{
17
+ components: {
18
+ button: {
19
+ 'border-radius': args.borderRadius,
20
+ color: args.color
21
+ }
22
+ }
23
+ }}>
24
+ <QuickCreate heading='How can we help you?' actions={actions}/>
25
+ </Configuration>);
26
+ };
27
+ QuickCreateDemo.args = {
28
+ borderRadius: 1,
29
+ color: '#076bc9',
30
+ count: 4
31
+ };
32
+ QuickCreateDemo.argTypes = {
33
+ borderRadius: { control: { type: 'number' } },
34
+ color: { control: { type: 'color' } },
35
+ count: { control: { type: 'number' } }
36
+ };
37
+ //# sourceMappingURL=QuickCreate.stories.jsx.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QuickCreate.stories.jsx","sourceRoot":"","sources":["../../../src/wss/QuickCreate/QuickCreate.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAExD,eAAe;IACb,KAAK,EAAE,8BAA8B;IACrC,SAAS,EAAE,WAAW;CACf,CAAC;AAQV,MAAM,CAAC,MAAM,eAAe,GAA+B,CAAC,IAAyB,EAAE,EAAE;IACvF,MAAM,KAAK,GACT,2OAA2O,CAAC;IAE9O,MAAM,OAAO,GAAG,KAAK,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;QAC1D,OAAO;YACL,KAAK,EAAE,CAAC,KAAK,IAAI,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,KAAK,EAAE,CAAC,CAAC,CAAC,aAAa,CAAC,GAAG,CAAC,EAAE;YAC/D,OAAO,EAAE,GAAG,EAAE,GAAE,CAAC;YACjB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC,CAAC,CAAC;IACH,OAAO,CACL,CAAC,aAAa,CACZ,KAAK,CAAC,CAAC;YACL,UAAU,EAAE;gBACV,MAAM,EAAE;oBACN,eAAe,EAAE,IAAI,CAAC,YAAY;oBAClC,KAAK,EAAE,IAAI,CAAC,KAAK;iBAClB;aACF;SACF,CAAC,CAEF;MAAA,CAAC,WAAW,CAAC,OAAO,CAAC,sBAAsB,CAAC,OAAO,CAAC,CAAC,OAAO,CAAC,EAC/D;IAAA,EAAE,aAAa,CAAC,CACjB,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,CAAC,IAAI,GAAG;IACrB,YAAY,EAAE,CAAC;IACf,KAAK,EAAE,SAAS;IAChB,KAAK,EAAE,CAAC;CACT,CAAC;AAEF,eAAe,CAAC,QAAQ,GAAG;IACzB,YAAY,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;IAC7C,KAAK,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE;IACrC,KAAK,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;CACvC,CAAC","sourcesContent":["import { Meta, Story } from '@storybook/react';\n\nimport { QuickCreate } from '@pega/cosmos-react-wss';\nimport { Configuration } from '@pega/cosmos-react-core';\n\nexport default {\n title: 'Web Self Service/QuickCreate',\n component: QuickCreate\n} as Meta;\n\ninterface QuickCreateDemoArgs {\n borderRadius: number;\n color: string;\n count: number;\n}\n\nexport const QuickCreateDemo: Story<QuickCreateDemoArgs> = (args: QuickCreateDemoArgs) => {\n const lorem =\n 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Ut nesciunt excepturi sit alias, mollitia voluptate nobis, aliquam corrupti delectus ea molestiae, illum provident necessitatibus? Atque temporibus officiis voluptas nam nihil!';\n\n const actions = Array.from({ length: args.count }, (_, i) => {\n return {\n label: i === args.count - 1 ? `${lorem}` : `Case type ${i + 1}`,\n onClick: () => {},\n icon: 'plus'\n };\n });\n return (\n <Configuration\n theme={{\n components: {\n button: {\n 'border-radius': args.borderRadius,\n color: args.color\n }\n }\n }}\n >\n <QuickCreate heading='How can we help you?' actions={actions} />\n </Configuration>\n );\n};\n\nQuickCreateDemo.args = {\n borderRadius: 1,\n color: '#076bc9',\n count: 4\n};\n\nQuickCreateDemo.argTypes = {\n borderRadius: { control: { type: 'number' } },\n color: { control: { type: 'color' } },\n count: { control: { type: 'number' } }\n};\n"]}
@@ -5,5 +5,5 @@ export default _default;
5
5
  interface AppHeaderStoryProps extends BranchButtonProps {
6
6
  showPreview: boolean;
7
7
  }
8
- export declare const appHeader: Story<AppHeaderStoryProps>;
8
+ export declare const AppHeaderDemo: Story<AppHeaderStoryProps>;
9
9
  //# sourceMappingURL=AppHeader.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AppHeader.stories.d.ts","sourceRoot":"","sources":["../../../src/build/AppHeader/AppHeader.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAG/C,OAAO,EAAa,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;;AAExE,wBAMU;AAEV,UAAU,mBAAoB,SAAQ,iBAAiB;IACrD,WAAW,EAAE,OAAO,CAAC;CACtB;AAED,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,mBAAmB,CAoFhD,CAAC"}
1
+ {"version":3,"file":"AppHeader.stories.d.ts","sourceRoot":"","sources":["../../../src/build/AppHeader/AppHeader.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAG/C,OAAO,EAAa,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;;AAGxE,wBAMU;AAEV,UAAU,mBAAoB,SAAQ,iBAAiB;IACrD,WAAW,EAAE,OAAO,CAAC;CACtB;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,mBAAmB,CA0GpD,CAAC"}