@pega/cosmos-react-demos 4.0.0-dev.2.0 → 4.0.0-dev.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1187) hide show
  1. package/jsx/build/AppShell/AppShell.mocks.d.ts +28 -53
  2. package/jsx/build/AppShell/AppShell.mocks.d.ts.map +1 -1
  3. package/jsx/build/AppShell/AppShell.mocks.jsx +260 -376
  4. package/jsx/build/AppShell/AppShell.mocks.jsx.map +1 -1
  5. package/jsx/build/AppShell/AppShell.stories.d.ts +14 -11
  6. package/jsx/build/AppShell/AppShell.stories.d.ts.map +1 -1
  7. package/jsx/build/AppShell/AppShell.stories.jsx +72 -100
  8. package/jsx/build/AppShell/AppShell.stories.jsx.map +1 -1
  9. package/jsx/build/DynamicContentEditor/DynamicContentEditor.stories.d.ts +1 -1
  10. package/jsx/build/ExpressionBuilder/ExpressionBuilder.mocks.d.ts +2 -0
  11. package/jsx/build/ExpressionBuilder/ExpressionBuilder.mocks.d.ts.map +1 -1
  12. package/jsx/build/ExpressionBuilder/ExpressionBuilder.mocks.js +23 -0
  13. package/jsx/build/ExpressionBuilder/ExpressionBuilder.mocks.js.map +1 -1
  14. package/jsx/build/ExpressionBuilder/ExpressionBuilder.stories.d.ts +1 -1
  15. package/jsx/build/ExpressionBuilder/ExpressionBuilder.stories.d.ts.map +1 -1
  16. package/jsx/build/ExpressionBuilder/ExpressionBuilder.stories.jsx +6 -5
  17. package/jsx/build/ExpressionBuilder/ExpressionBuilder.stories.jsx.map +1 -1
  18. package/jsx/build/FlowModeller/FlowModeller.mocks.d.ts.map +1 -1
  19. package/jsx/build/FlowModeller/FlowModeller.mocks.jsx +17 -21
  20. package/jsx/build/FlowModeller/FlowModeller.mocks.jsx.map +1 -1
  21. package/jsx/build/FlowModeller/FlowModeller.stories.d.ts +1 -1
  22. package/jsx/build/FlowModeller/FlowModeller.stories.d.ts.map +1 -1
  23. package/jsx/build/FlowModeller/FlowModeller.stories.jsx +125 -9
  24. package/jsx/build/FlowModeller/FlowModeller.stories.jsx.map +1 -1
  25. package/jsx/build/ItemLibrary/LibraryPicker.stories.d.ts +1 -1
  26. package/jsx/build/LifeCycle/LifeCycle.stories.d.ts +1 -1
  27. package/jsx/build/LifeCycle/LifeCycle.stories.d.ts.map +1 -1
  28. package/jsx/build/LifeCycle/LifeCycle.stories.jsx +43 -3
  29. package/jsx/build/LifeCycle/LifeCycle.stories.jsx.map +1 -1
  30. package/jsx/build/MobileBuildSummary/MobileBuildSummary.mocks.d.ts +1 -0
  31. package/jsx/build/MobileBuildSummary/MobileBuildSummary.mocks.d.ts.map +1 -1
  32. package/jsx/build/MobileBuildSummary/MobileBuildSummary.mocks.js +2 -1
  33. package/jsx/build/MobileBuildSummary/MobileBuildSummary.mocks.js.map +1 -1
  34. package/jsx/build/MobileBuildSummary/MobileBuildSummary.stories.d.ts +1 -1
  35. package/jsx/build/ObjectSelect/ObjectSelect.mocks.d.ts +3 -2
  36. package/jsx/build/ObjectSelect/ObjectSelect.mocks.d.ts.map +1 -1
  37. package/jsx/build/ObjectSelect/ObjectSelect.mocks.jsx +6 -6
  38. package/jsx/build/ObjectSelect/ObjectSelect.mocks.jsx.map +1 -1
  39. package/jsx/build/ObjectSelect/ObjectSelect.stories.d.ts +1 -1
  40. package/jsx/build/ObjectSelect/ObjectSelect.stories.d.ts.map +1 -1
  41. package/jsx/build/ObjectSelect/ObjectSelect.stories.jsx.map +1 -1
  42. package/jsx/build/PageBanner/PageBanner.stories.d.ts +15 -0
  43. package/jsx/build/PageBanner/PageBanner.stories.d.ts.map +1 -0
  44. package/jsx/build/PageBanner/PageBanner.stories.jsx +41 -0
  45. package/jsx/build/PageBanner/PageBanner.stories.jsx.map +1 -0
  46. package/jsx/build/PageTemplates/GalleryPage.mocks.d.ts +0 -2
  47. package/jsx/build/PageTemplates/GalleryPage.mocks.d.ts.map +1 -1
  48. package/jsx/build/PageTemplates/GalleryPage.mocks.jsx +1 -50
  49. package/jsx/build/PageTemplates/GalleryPage.mocks.jsx.map +1 -1
  50. package/jsx/build/PageTemplates/GalleryPage.stories.d.ts +8 -4
  51. package/jsx/build/PageTemplates/GalleryPage.stories.d.ts.map +1 -1
  52. package/jsx/build/PageTemplates/GalleryPage.stories.jsx +32 -31
  53. package/jsx/build/PageTemplates/GalleryPage.stories.jsx.map +1 -1
  54. package/jsx/build/PageTemplates/PageTemplates.mocks.d.ts +0 -1
  55. package/jsx/build/PageTemplates/PageTemplates.mocks.d.ts.map +1 -1
  56. package/jsx/build/PageTemplates/PageTemplates.mocks.jsx +2 -156
  57. package/jsx/build/PageTemplates/PageTemplates.mocks.jsx.map +1 -1
  58. package/jsx/build/PageTemplates/PageTemplates.stories.d.ts +1 -1
  59. package/jsx/build/PageTemplates/PageTemplates.stories.d.ts.map +1 -1
  60. package/jsx/build/PageTemplates/PageTemplates.stories.jsx +6 -7
  61. package/jsx/build/PageTemplates/PageTemplates.stories.jsx.map +1 -1
  62. package/jsx/build/PageTemplates/ShowcasePage.stories.d.ts +17 -0
  63. package/jsx/build/PageTemplates/ShowcasePage.stories.d.ts.map +1 -0
  64. package/jsx/build/PageTemplates/ShowcasePage.stories.jsx +42 -0
  65. package/jsx/build/PageTemplates/ShowcasePage.stories.jsx.map +1 -0
  66. package/jsx/build/Workbench/Workbench.stories.d.ts +1 -1
  67. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.stories.d.ts +1 -1
  68. package/jsx/condition-builder/ConditionBuilder/props.mock.d.ts.map +1 -1
  69. package/jsx/condition-builder/ConditionBuilder/props.mock.js +4 -2
  70. package/jsx/condition-builder/ConditionBuilder/props.mock.js.map +1 -1
  71. package/jsx/condition-builder/ConditionInput/ConditionInput.stories.d.ts +1 -1
  72. package/jsx/condition-builder/PromotedFilters/PromotedFilters.mocks.d.ts.map +1 -1
  73. package/jsx/condition-builder/PromotedFilters/PromotedFilters.mocks.js +53 -1
  74. package/jsx/condition-builder/PromotedFilters/PromotedFilters.mocks.js.map +1 -1
  75. package/jsx/condition-builder/PromotedFilters/PromotedFilters.stories.d.ts +1 -1
  76. package/jsx/core/AIButton/AIButton.mocks.d.ts +22 -0
  77. package/jsx/core/AIButton/AIButton.mocks.d.ts.map +1 -0
  78. package/jsx/core/AIButton/AIButton.mocks.js +136 -0
  79. package/jsx/core/AIButton/AIButton.mocks.js.map +1 -0
  80. package/jsx/core/AIButton/AIButton.stories.d.ts +23 -0
  81. package/jsx/core/AIButton/AIButton.stories.d.ts.map +1 -0
  82. package/jsx/core/AIButton/AIButton.stories.jsx +306 -0
  83. package/jsx/core/AIButton/AIButton.stories.jsx.map +1 -0
  84. package/jsx/core/AdditionalInfo/AdditionalInfo.stories.d.ts +1 -1
  85. package/jsx/core/AppShell/AppShell.mocks.d.ts.map +1 -1
  86. package/jsx/core/AppShell/AppShell.mocks.jsx +4 -19
  87. package/jsx/core/AppShell/AppShell.mocks.jsx.map +1 -1
  88. package/jsx/core/AppShell/AppShell.stories.d.ts +2 -3
  89. package/jsx/core/AppShell/AppShell.stories.d.ts.map +1 -1
  90. package/jsx/core/AppShell/AppShell.stories.jsx +58 -77
  91. package/jsx/core/AppShell/AppShell.stories.jsx.map +1 -1
  92. package/jsx/core/Avatar/Avatar.stories.d.ts +1 -1
  93. package/jsx/core/Backdrop/Backdrop.stories.d.ts +1 -1
  94. package/jsx/core/Backdrop/Backdrop.stories.d.ts.map +1 -1
  95. package/jsx/core/Backdrop/Backdrop.stories.jsx +12 -12
  96. package/jsx/core/Backdrop/Backdrop.stories.jsx.map +1 -1
  97. package/jsx/core/Badges/Alert.stories.d.ts +1 -1
  98. package/jsx/core/Badges/Count.stories.d.ts +1 -1
  99. package/jsx/core/Badges/Count.stories.jsx +1 -1
  100. package/jsx/core/Badges/Count.stories.jsx.map +1 -1
  101. package/jsx/core/Badges/Keyboard.stories.d.ts +1 -1
  102. package/jsx/core/Badges/Keyboard.stories.jsx +1 -1
  103. package/jsx/core/Badges/Keyboard.stories.jsx.map +1 -1
  104. package/jsx/core/Badges/Selection.stories.d.ts +1 -1
  105. package/jsx/core/Badges/Status.stories.d.ts +1 -1
  106. package/jsx/core/Badges/Tag.stories.d.ts +1 -1
  107. package/jsx/core/Banner/Banner.stories.d.ts +9 -5
  108. package/jsx/core/Banner/Banner.stories.d.ts.map +1 -1
  109. package/jsx/core/Banner/Banner.stories.jsx +109 -54
  110. package/jsx/core/Banner/Banner.stories.jsx.map +1 -1
  111. package/jsx/core/Boolean/BooleanDisplay.stories.d.ts +1 -1
  112. package/jsx/core/Breadcrumbs/Breadcrumbs.stories.d.ts +7 -3
  113. package/jsx/core/Breadcrumbs/Breadcrumbs.stories.d.ts.map +1 -1
  114. package/jsx/core/Breadcrumbs/Breadcrumbs.stories.jsx +16 -4
  115. package/jsx/core/Breadcrumbs/Breadcrumbs.stories.jsx.map +1 -1
  116. package/jsx/core/Button/Button.stories.d.ts +1 -2
  117. package/jsx/core/Button/Button.stories.d.ts.map +1 -1
  118. package/jsx/core/Button/Button.stories.jsx +0 -14
  119. package/jsx/core/Button/Button.stories.jsx.map +1 -1
  120. package/jsx/core/Card/Card.stories.d.ts +1 -1
  121. package/jsx/core/Checkbox/Checkbox.stories.d.ts +1 -1
  122. package/jsx/core/Checkbox/Checkbox.stories.d.ts.map +1 -1
  123. package/jsx/core/Checkbox/Checkbox.stories.jsx +3 -1
  124. package/jsx/core/Checkbox/Checkbox.stories.jsx.map +1 -1
  125. package/jsx/core/CheckboxGroup/CheckboxGroup.stories.d.ts +1 -1
  126. package/jsx/core/CheckboxGroup/CheckboxGroup.stories.d.ts.map +1 -1
  127. package/jsx/core/CheckboxGroup/CheckboxGroup.stories.jsx +8 -5
  128. package/jsx/core/CheckboxGroup/CheckboxGroup.stories.jsx.map +1 -1
  129. package/jsx/core/ColorPicker/ColorPicker.stories.d.ts +1 -1
  130. package/jsx/core/ComboBox/ComboBox.stories.d.ts +3 -3
  131. package/jsx/core/ComboBox/ComboBox.stories.d.ts.map +1 -1
  132. package/jsx/core/ComboBox/ComboBox.stories.jsx +17 -9
  133. package/jsx/core/ComboBox/ComboBox.stories.jsx.map +1 -1
  134. package/jsx/core/CompositeInput/CompositeInput.stories.d.ts +1 -1
  135. package/jsx/core/Configuration/Configuration.stories.d.ts +1 -1
  136. package/jsx/core/CreditCard/CreditCard.stories.d.ts +1 -1
  137. package/jsx/core/Currency/Currency.stories.d.ts +2 -2
  138. package/jsx/core/Currency/Currency.stories.d.ts.map +1 -1
  139. package/jsx/core/DangerButton/DangerButton.stories.d.ts +6 -0
  140. package/jsx/core/DangerButton/DangerButton.stories.d.ts.map +1 -0
  141. package/jsx/core/DangerButton/DangerButton.stories.jsx +17 -0
  142. package/jsx/core/DangerButton/DangerButton.stories.jsx.map +1 -0
  143. package/jsx/core/DateTime/DateTime.stories.d.ts +1 -1
  144. package/jsx/core/DateTime/DateTime.stories.d.ts.map +1 -1
  145. package/jsx/core/DateTime/DateTime.stories.jsx +11 -9
  146. package/jsx/core/DateTime/DateTime.stories.jsx.map +1 -1
  147. package/jsx/core/DateTime/DateTimeDisplay.stories.d.ts +1 -1
  148. package/jsx/core/DateTime/DateTimeDisplay.stories.d.ts.map +1 -1
  149. package/jsx/core/DateTime/DateTimeDisplay.stories.jsx +5 -3
  150. package/jsx/core/DateTime/DateTimeDisplay.stories.jsx.map +1 -1
  151. package/jsx/core/DateTime/DateTimePicker.stories.d.ts +1 -1
  152. package/jsx/core/DateTime/DateTimePicker.stories.jsx +1 -1
  153. package/jsx/core/DateTime/DateTimePicker.stories.jsx.map +1 -1
  154. package/jsx/core/Dialog/Dialog.stories.d.ts +3 -2
  155. package/jsx/core/Dialog/Dialog.stories.d.ts.map +1 -1
  156. package/jsx/core/Dialog/Dialog.stories.jsx +9 -73
  157. package/jsx/core/Dialog/Dialog.stories.jsx.map +1 -1
  158. package/jsx/core/Dialog/FormDialog.mocks.d.ts +27 -0
  159. package/jsx/core/Dialog/FormDialog.mocks.d.ts.map +1 -0
  160. package/jsx/core/Dialog/FormDialog.mocks.jsx +194 -0
  161. package/jsx/core/Dialog/FormDialog.mocks.jsx.map +1 -0
  162. package/jsx/core/Dialog/InfoDialog.mocks.d.ts +4 -0
  163. package/jsx/core/Dialog/InfoDialog.mocks.d.ts.map +1 -0
  164. package/jsx/core/Dialog/InfoDialog.mocks.jsx +64 -0
  165. package/jsx/core/Dialog/InfoDialog.mocks.jsx.map +1 -0
  166. package/jsx/core/Drawer/Drawer.stories.d.ts +1 -1
  167. package/jsx/core/Email/EmailDisplay.stories.d.ts +1 -1
  168. package/jsx/core/EmojiPicker/EmojiPicker.stories.d.ts +1 -1
  169. package/jsx/core/EmojiPicker/EmojiPicker.stories.d.ts.map +1 -1
  170. package/jsx/core/EmojiPicker/EmojiPicker.stories.jsx +6 -5
  171. package/jsx/core/EmojiPicker/EmojiPicker.stories.jsx.map +1 -1
  172. package/jsx/core/EmptyState/EmptyState.stories.d.ts +1 -1
  173. package/jsx/core/ErrorState/ErrorState.stories.d.ts +1 -1
  174. package/jsx/core/ExpandCollapse/ExpandCollapse.stories.d.ts +1 -1
  175. package/jsx/core/FieldGroup/FieldGroup.stories.d.ts +6 -1
  176. package/jsx/core/FieldGroup/FieldGroup.stories.d.ts.map +1 -1
  177. package/jsx/core/FieldGroup/FieldGroup.stories.jsx +28 -3
  178. package/jsx/core/FieldGroup/FieldGroup.stories.jsx.map +1 -1
  179. package/jsx/core/FieldGroup/FieldGroupList.mocks.d.ts +1 -1
  180. package/jsx/core/FieldGroup/FieldGroupList.mocks.d.ts.map +1 -1
  181. package/jsx/core/FieldGroup/FieldGroupList.mocks.jsx +6 -1
  182. package/jsx/core/FieldGroup/FieldGroupList.mocks.jsx.map +1 -1
  183. package/jsx/core/FieldGroup/FieldGroupList.stories.d.ts +2 -1
  184. package/jsx/core/FieldGroup/FieldGroupList.stories.d.ts.map +1 -1
  185. package/jsx/core/FieldGroup/FieldGroupList.stories.jsx +43 -11
  186. package/jsx/core/FieldGroup/FieldGroupList.stories.jsx.map +1 -1
  187. package/jsx/core/FieldValueList/FieldValueList.stories.d.ts +1 -1
  188. package/jsx/core/File/FileDisplay.stories.d.ts +1 -1
  189. package/jsx/core/File/FileInput.stories.d.ts +1 -1
  190. package/jsx/core/Flex/FlexContainer.stories.d.ts +1 -1
  191. package/jsx/core/Flex/FlexItem.stories.d.ts +1 -1
  192. package/jsx/core/Form/Form.stories.d.ts +1 -1
  193. package/jsx/core/Form/Form.stories.d.ts.map +1 -1
  194. package/jsx/core/Form/Form.stories.jsx +2 -2
  195. package/jsx/core/Form/Form.stories.jsx.map +1 -1
  196. package/jsx/core/Grid/GridContainer.stories.d.ts +1 -1
  197. package/jsx/core/Grid/GridItem.stories.d.ts +1 -1
  198. package/jsx/core/HTML/HTML.stories.d.ts +1 -1
  199. package/jsx/core/Icon/Icon.stories.d.ts +5 -2
  200. package/jsx/core/Icon/Icon.stories.d.ts.map +1 -1
  201. package/jsx/core/Icon/Icon.stories.jsx +26 -16
  202. package/jsx/core/Icon/Icon.stories.jsx.map +1 -1
  203. package/jsx/core/IconPicker/IconPicker.stories.d.ts +1 -1
  204. package/jsx/core/Image/Image.stories.d.ts +1 -1
  205. package/jsx/core/Input/Input.stories.d.ts +1 -1
  206. package/jsx/core/Label/Label.stories.d.ts +1 -1
  207. package/jsx/core/Lightbox/Lightbox.mocks.d.ts.map +1 -1
  208. package/jsx/core/Lightbox/Lightbox.mocks.js.map +1 -1
  209. package/jsx/core/Lightbox/Lightbox.stories.d.ts +1 -1
  210. package/jsx/core/Link/Link.stories.d.ts +9 -5
  211. package/jsx/core/Link/Link.stories.d.ts.map +1 -1
  212. package/jsx/core/Link/Link.stories.jsx +13 -30
  213. package/jsx/core/Link/Link.stories.jsx.map +1 -1
  214. package/jsx/core/List/CommaSeparatedList.stories.d.ts +1 -1
  215. package/jsx/core/List/OrderedList.stories.d.ts +1 -1
  216. package/jsx/core/List/UnorderedList.stories.d.ts +1 -1
  217. package/jsx/core/ListToolbar/ListToolbar.mocks.d.ts.map +1 -1
  218. package/jsx/core/ListToolbar/ListToolbar.mocks.jsx +47 -52
  219. package/jsx/core/ListToolbar/ListToolbar.mocks.jsx.map +1 -1
  220. package/jsx/core/ListToolbar/ListToolbar.stories.d.ts +2 -3
  221. package/jsx/core/ListToolbar/ListToolbar.stories.d.ts.map +1 -1
  222. package/jsx/core/ListToolbar/ListToolbar.stories.jsx +14 -19
  223. package/jsx/core/ListToolbar/ListToolbar.stories.jsx.map +1 -1
  224. package/jsx/core/LiveLog/LiveLog.mocks.d.ts +5 -0
  225. package/jsx/core/LiveLog/LiveLog.mocks.d.ts.map +1 -0
  226. package/jsx/core/LiveLog/LiveLog.mocks.jsx +47 -0
  227. package/jsx/core/LiveLog/LiveLog.mocks.jsx.map +1 -0
  228. package/jsx/core/LiveLog/LiveLog.stories.d.ts +9 -0
  229. package/jsx/core/LiveLog/LiveLog.stories.d.ts.map +1 -0
  230. package/jsx/core/LiveLog/LiveLog.stories.jsx +19 -0
  231. package/jsx/core/LiveLog/LiveLog.stories.jsx.map +1 -0
  232. package/jsx/core/Location/Location.stories.d.ts +1 -1
  233. package/jsx/core/Location/Location.stories.d.ts.map +1 -1
  234. package/jsx/core/Location/Location.stories.jsx +11 -7
  235. package/jsx/core/Location/Location.stories.jsx.map +1 -1
  236. package/jsx/core/Menu/Menu.mocks.js.map +1 -1
  237. package/jsx/core/Menu/Menu.stories.d.ts +2 -1
  238. package/jsx/core/Menu/Menu.stories.d.ts.map +1 -1
  239. package/jsx/core/Menu/Menu.stories.jsx +33 -0
  240. package/jsx/core/Menu/Menu.stories.jsx.map +1 -1
  241. package/jsx/core/MenuButton/MenuButton.stories.d.ts +3 -2
  242. package/jsx/core/MenuButton/MenuButton.stories.d.ts.map +1 -1
  243. package/jsx/core/MenuButton/MenuButton.stories.jsx +1 -1
  244. package/jsx/core/MenuButton/MenuButton.stories.jsx.map +1 -1
  245. package/jsx/core/MetaList/MetaList.stories.d.ts +1 -1
  246. package/jsx/core/Modal/Modal.mocks.d.ts +1 -1
  247. package/jsx/core/Modal/Modal.mocks.d.ts.map +1 -1
  248. package/jsx/core/Modal/Modal.stories.d.ts +1 -1
  249. package/jsx/core/Modal/Modal.stories.d.ts.map +1 -1
  250. package/jsx/core/Modal/Modal.stories.jsx +5 -6
  251. package/jsx/core/Modal/Modal.stories.jsx.map +1 -1
  252. package/jsx/core/MultiStepForm/MultiStepForm.mocks.d.ts +36 -3
  253. package/jsx/core/MultiStepForm/MultiStepForm.mocks.d.ts.map +1 -1
  254. package/jsx/core/MultiStepForm/MultiStepForm.mocks.jsx +295 -40
  255. package/jsx/core/MultiStepForm/MultiStepForm.mocks.jsx.map +1 -1
  256. package/jsx/core/MultiStepForm/MultiStepForm.stories.d.ts +4 -2
  257. package/jsx/core/MultiStepForm/MultiStepForm.stories.d.ts.map +1 -1
  258. package/jsx/core/MultiStepForm/MultiStepForm.stories.jsx +70 -165
  259. package/jsx/core/MultiStepForm/MultiStepForm.stories.jsx.map +1 -1
  260. package/jsx/core/NoValue/NoValue.stories.d.ts +6 -0
  261. package/jsx/core/NoValue/NoValue.stories.d.ts.map +1 -0
  262. package/jsx/core/NoValue/NoValue.stories.jsx +30 -0
  263. package/jsx/core/NoValue/NoValue.stories.jsx.map +1 -0
  264. package/jsx/core/Number/Number.stories.d.ts +2 -2
  265. package/jsx/core/Number/Number.stories.d.ts.map +1 -1
  266. package/jsx/core/PageTemplates/PageTemplates.stories.d.ts +2 -2
  267. package/jsx/core/PageTemplates/PageTemplates.stories.d.ts.map +1 -1
  268. package/jsx/core/PageTemplates/PageTemplates.stories.jsx +2 -2
  269. package/jsx/core/PageTemplates/PageTemplates.stories.jsx.map +1 -1
  270. package/jsx/core/Pagination/Pagination.stories.d.ts +1 -1
  271. package/jsx/core/Paragraph/ParagraphDisplay.stories.d.ts +1 -1
  272. package/jsx/core/Phone/Phone.stories.d.ts +1 -1
  273. package/jsx/core/Popover/Popover.mocks.d.ts +9 -0
  274. package/jsx/core/Popover/Popover.mocks.d.ts.map +1 -0
  275. package/jsx/core/Popover/Popover.mocks.jsx +114 -0
  276. package/jsx/core/Popover/Popover.mocks.jsx.map +1 -0
  277. package/jsx/core/Popover/Popover.stories.d.ts +7 -1
  278. package/jsx/core/Popover/Popover.stories.d.ts.map +1 -1
  279. package/jsx/core/Popover/Popover.stories.jsx +27 -0
  280. package/jsx/core/Popover/Popover.stories.jsx.map +1 -1
  281. package/jsx/core/Progress/Progress.mocks.d.ts +2 -0
  282. package/jsx/core/Progress/Progress.mocks.d.ts.map +1 -0
  283. package/jsx/core/Progress/Progress.mocks.js +2 -0
  284. package/jsx/core/Progress/Progress.mocks.js.map +1 -0
  285. package/jsx/core/Progress/Progress.stories.d.ts +4 -1
  286. package/jsx/core/Progress/Progress.stories.d.ts.map +1 -1
  287. package/jsx/core/Progress/Progress.stories.jsx +81 -14
  288. package/jsx/core/Progress/Progress.stories.jsx.map +1 -1
  289. package/jsx/core/QRCode/QRCode.stories.d.ts +9 -0
  290. package/jsx/core/QRCode/QRCode.stories.d.ts.map +1 -0
  291. package/jsx/core/QRCode/QRCode.stories.jsx +17 -0
  292. package/jsx/core/QRCode/QRCode.stories.jsx.map +1 -0
  293. package/jsx/core/RadioButton/RadioButton.stories.d.ts +1 -1
  294. package/jsx/core/RadioButton/RadioButton.stories.d.ts.map +1 -1
  295. package/jsx/core/RadioButton/RadioButton.stories.jsx +3 -1
  296. package/jsx/core/RadioButton/RadioButton.stories.jsx.map +1 -1
  297. package/jsx/core/RadioButtonGroup/RadioButtonGroup.stories.d.ts +1 -1
  298. package/jsx/core/RadioButtonGroup/RadioButtonGroup.stories.d.ts.map +1 -1
  299. package/jsx/core/RadioButtonGroup/RadioButtonGroup.stories.jsx +9 -5
  300. package/jsx/core/RadioButtonGroup/RadioButtonGroup.stories.jsx.map +1 -1
  301. package/jsx/core/Rating/Rating.stories.d.ts +1 -1
  302. package/jsx/core/Rating/Rating.stories.d.ts.map +1 -1
  303. package/jsx/core/Rating/Rating.stories.jsx +1 -1
  304. package/jsx/core/Rating/Rating.stories.jsx.map +1 -1
  305. package/jsx/core/SearchInput/SearchInput.stories.d.ts +1 -1
  306. package/jsx/core/SearchInput/SearchInput.stories.jsx +1 -1
  307. package/jsx/core/SearchInput/SearchInput.stories.jsx.map +1 -1
  308. package/jsx/core/Select/Select.stories.d.ts +1 -1
  309. package/jsx/core/Sentiment/Sentiment.stories.d.ts +1 -1
  310. package/jsx/core/SkipLinks/SkipLinks.stories.d.ts +1 -1
  311. package/jsx/core/Slider/Slider.stories.d.ts +2 -2
  312. package/jsx/core/Slider/Slider.stories.d.ts.map +1 -1
  313. package/jsx/core/SummaryItem/SummaryItem.stories.d.ts +2 -2
  314. package/jsx/core/SummaryItem/SummaryItem.stories.d.ts.map +1 -1
  315. package/jsx/core/SummaryList/SummaryList.mocks.d.ts.map +1 -1
  316. package/jsx/core/SummaryList/SummaryList.mocks.jsx +10 -2
  317. package/jsx/core/SummaryList/SummaryList.mocks.jsx.map +1 -1
  318. package/jsx/core/SummaryList/SummaryList.stories.d.ts +1 -1
  319. package/jsx/core/SummaryList/SummaryList.stories.jsx +2 -2
  320. package/jsx/core/SummaryList/SummaryList.stories.jsx.map +1 -1
  321. package/jsx/core/SummaryList/mockUsers.d.ts.map +1 -1
  322. package/jsx/core/SummaryList/mockUsers.js.map +1 -1
  323. package/jsx/core/Switch/Switch.stories.d.ts +1 -1
  324. package/jsx/core/Table/Table.mocks.jsx +1 -1
  325. package/jsx/core/Table/Table.mocks.jsx.map +1 -1
  326. package/jsx/core/Table/Table.stories.d.ts +1 -1
  327. package/jsx/core/Table/Table.stories.jsx.map +1 -1
  328. package/jsx/core/Tabs/Tabs.stories.d.ts +1 -7
  329. package/jsx/core/Tabs/Tabs.stories.d.ts.map +1 -1
  330. package/jsx/core/Tabs/Tabs.stories.jsx +1 -40
  331. package/jsx/core/Tabs/Tabs.stories.jsx.map +1 -1
  332. package/jsx/core/Text/Text.stories.d.ts +1 -1
  333. package/jsx/core/TextArea/TextArea.stories.d.ts +1 -1
  334. package/jsx/core/TextArea/TextArea.stories.jsx +1 -1
  335. package/jsx/core/TextArea/TextArea.stories.jsx.map +1 -1
  336. package/jsx/core/Toaster/Toaster.stories.d.ts +1 -1
  337. package/jsx/core/Tooltip/Tooltip.stories.d.ts +2 -1
  338. package/jsx/core/Tooltip/Tooltip.stories.d.ts.map +1 -1
  339. package/jsx/core/Tooltip/Tooltip.stories.jsx +21 -1
  340. package/jsx/core/Tooltip/Tooltip.stories.jsx.map +1 -1
  341. package/jsx/core/Tooltip/Tooltip.styles.d.ts +2 -0
  342. package/jsx/core/Tooltip/Tooltip.styles.d.ts.map +1 -0
  343. package/jsx/core/Tooltip/Tooltip.styles.js +23 -0
  344. package/jsx/core/Tooltip/Tooltip.styles.js.map +1 -0
  345. package/jsx/core/Tree/Tree.stories.d.ts +2 -2
  346. package/jsx/core/Tree/Tree.stories.d.ts.map +1 -1
  347. package/jsx/core/Tree/Tree.stories.jsx +10 -18
  348. package/jsx/core/Tree/Tree.stories.jsx.map +1 -1
  349. package/jsx/core/URL/URL.stories.d.ts +1 -1
  350. package/jsx/core/URL/URL.stories.jsx +1 -1
  351. package/jsx/core/URL/URL.stories.jsx.map +1 -1
  352. package/jsx/cs/Article/Article.mocks.js +4 -4
  353. package/jsx/cs/Article/Article.mocks.js.map +1 -1
  354. package/jsx/cs/Article/Article.stories.d.ts +14 -3
  355. package/jsx/cs/Article/Article.stories.d.ts.map +1 -1
  356. package/jsx/cs/Article/Article.stories.jsx +167 -92
  357. package/jsx/cs/Article/Article.stories.jsx.map +1 -1
  358. package/jsx/cs/ArticleList/ArticleList.mocks.d.ts +129 -10
  359. package/jsx/cs/ArticleList/ArticleList.mocks.d.ts.map +1 -1
  360. package/jsx/cs/ArticleList/ArticleList.mocks.js +362 -50
  361. package/jsx/cs/ArticleList/ArticleList.mocks.js.map +1 -1
  362. package/jsx/cs/ArticleList/ArticleList.stories.d.ts +11 -3
  363. package/jsx/cs/ArticleList/ArticleList.stories.d.ts.map +1 -1
  364. package/jsx/cs/ArticleList/ArticleList.stories.jsx +243 -92
  365. package/jsx/cs/ArticleList/ArticleList.stories.jsx.map +1 -1
  366. package/jsx/cs/CSAppShell/CSAppShell.mocks.d.ts +18 -1
  367. package/jsx/cs/CSAppShell/CSAppShell.mocks.d.ts.map +1 -1
  368. package/jsx/cs/CSAppShell/CSAppShell.mocks.jsx +143 -10
  369. package/jsx/cs/CSAppShell/CSAppShell.mocks.jsx.map +1 -1
  370. package/jsx/cs/CSAppShell/CSAppShell.stories.d.ts +1 -1
  371. package/jsx/cs/CSAppShell/CSAppShell.stories.d.ts.map +1 -1
  372. package/jsx/cs/CSAppShell/CSAppShell.stories.jsx +9 -37
  373. package/jsx/cs/CSAppShell/CSAppShell.stories.jsx.map +1 -1
  374. package/jsx/cs/CallControlPanel/CallControlPanel.mocks.d.ts +2 -2
  375. package/jsx/cs/CallControlPanel/CallControlPanel.mocks.d.ts.map +1 -1
  376. package/jsx/cs/CallControlPanel/CallControlPanel.stories.d.ts +1 -1
  377. package/jsx/cs/CallControlPanel/CallControlPanel.stories.d.ts.map +1 -1
  378. package/jsx/cs/CallControlPanel/CallControlPanel.stories.jsx +2 -2
  379. package/jsx/cs/CallControlPanel/CallControlPanel.stories.jsx.map +1 -1
  380. package/jsx/cs/DialPad/DialPad.stories.d.ts +1 -1
  381. package/jsx/cs/InteractionNotification/InteractionNotification.stories.d.ts +4 -2
  382. package/jsx/cs/InteractionNotification/InteractionNotification.stories.d.ts.map +1 -1
  383. package/jsx/cs/InteractionNotification/InteractionNotification.stories.jsx +18 -4
  384. package/jsx/cs/InteractionNotification/InteractionNotification.stories.jsx.map +1 -1
  385. package/jsx/cs/InteractionTimer/InteractionTimer.stories.d.ts +2 -1
  386. package/jsx/cs/InteractionTimer/InteractionTimer.stories.d.ts.map +1 -1
  387. package/jsx/cs/InteractionTimer/InteractionTimer.stories.jsx +12 -5
  388. package/jsx/cs/InteractionTimer/InteractionTimer.stories.jsx.map +1 -1
  389. package/jsx/cs/Picker/Picker.stories.d.ts +11 -0
  390. package/jsx/cs/Picker/Picker.stories.d.ts.map +1 -0
  391. package/jsx/cs/Picker/Picker.stories.jsx +64 -0
  392. package/jsx/cs/Picker/Picker.stories.jsx.map +1 -0
  393. package/jsx/cs/TaskManager/TaskManager.stories.d.ts +1 -1
  394. package/jsx/cs/TaskManager/TaskManager.stories.d.ts.map +1 -1
  395. package/jsx/cs/TaskManager/TaskManager.stories.jsx +1 -1
  396. package/jsx/cs/TaskManager/TaskManager.stories.jsx.map +1 -1
  397. package/jsx/dnd/DragDropList/DragDropList.stories.d.ts +1 -1
  398. package/jsx/dnd/StandardDragDropList/Demo.d.ts.map +1 -1
  399. package/jsx/dnd/StandardDragDropList/Demo.jsx +6 -8
  400. package/jsx/dnd/StandardDragDropList/Demo.jsx.map +1 -1
  401. package/jsx/dnd/StandardDragDropList/Popover.d.ts +1 -1
  402. package/jsx/dnd/StandardDragDropList/Popover.d.ts.map +1 -1
  403. package/jsx/dnd/StandardDragDropList/StandardDragDropList.stories.d.ts +1 -1
  404. package/jsx/dnd/StandardDragDropList/mockData.d.ts +2 -2
  405. package/jsx/dnd/StandardDragDropList/mockData.d.ts.map +1 -1
  406. package/jsx/dnd/StandardDragDropList/mockData.js.map +1 -1
  407. package/jsx/rte/DynamicContentEditor/DynamicContentEditor.stories.d.ts +8 -0
  408. package/jsx/rte/DynamicContentEditor/DynamicContentEditor.stories.d.ts.map +1 -0
  409. package/jsx/rte/DynamicContentEditor/DynamicContentEditor.stories.jsx +101 -0
  410. package/jsx/rte/DynamicContentEditor/DynamicContentEditor.stories.jsx.map +1 -0
  411. package/jsx/rte/DynamicContentEditor/FieldSelector.d.ts +11 -0
  412. package/jsx/rte/DynamicContentEditor/FieldSelector.d.ts.map +1 -0
  413. package/jsx/rte/DynamicContentEditor/FieldSelector.jsx +80 -0
  414. package/jsx/rte/DynamicContentEditor/FieldSelector.jsx.map +1 -0
  415. package/jsx/rte/Editor/Editor.mocks.d.ts +41 -27
  416. package/jsx/rte/Editor/Editor.mocks.d.ts.map +1 -1
  417. package/jsx/rte/Editor/Editor.stories.d.ts +1 -1
  418. package/jsx/rte/RichTextEditor/RichTextEditor.stories.d.ts +1 -1
  419. package/jsx/rte/RichTextEditor/RichTextViewer.stories.d.ts +1 -1
  420. package/jsx/social/Chat/Chat.mocks.d.ts +23 -395
  421. package/jsx/social/Chat/Chat.mocks.d.ts.map +1 -1
  422. package/jsx/social/Chat/Chat.mocks.js +568 -585
  423. package/jsx/social/Chat/Chat.mocks.js.map +1 -1
  424. package/jsx/social/Chat/Chat.stories.d.ts +23 -19
  425. package/jsx/social/Chat/Chat.stories.d.ts.map +1 -1
  426. package/jsx/social/Chat/Chat.stories.jsx +220 -301
  427. package/jsx/social/Chat/Chat.stories.jsx.map +1 -1
  428. package/jsx/social/Email/Email.mocks.d.ts +50 -8
  429. package/jsx/social/Email/Email.mocks.d.ts.map +1 -1
  430. package/jsx/social/Email/Email.mocks.jsx +130 -18
  431. package/jsx/social/Email/Email.mocks.jsx.map +1 -1
  432. package/jsx/social/Email/Email.stories.d.ts +11 -1
  433. package/jsx/social/Email/Email.stories.d.ts.map +1 -1
  434. package/jsx/social/Email/Email.stories.jsx +153 -35
  435. package/jsx/social/Email/Email.stories.jsx.map +1 -1
  436. package/jsx/social/Feed/Feed.mocks.d.ts +2 -1
  437. package/jsx/social/Feed/Feed.mocks.d.ts.map +1 -1
  438. package/jsx/social/Feed/Feed.mocks.jsx +4 -2
  439. package/jsx/social/Feed/Feed.mocks.jsx.map +1 -1
  440. package/jsx/social/Feed/Feed.stories.d.ts +1 -1
  441. package/jsx/social/Feed/Feed.stories.d.ts.map +1 -1
  442. package/jsx/social/Feed/Feed.stories.jsx +13 -5
  443. package/jsx/social/Feed/Feed.stories.jsx.map +1 -1
  444. package/jsx/social/Feed/FeedNewPost.stories.d.ts +1 -1
  445. package/jsx/social/Feed/FeedNewPost.stories.d.ts.map +1 -1
  446. package/jsx/social/Feed/FeedNewPost.stories.jsx +2 -2
  447. package/jsx/social/Feed/FeedNewPost.stories.jsx.map +1 -1
  448. package/jsx/social/Feed/FeedPost.stories.d.ts +1 -1
  449. package/jsx/social/Feed/FeedPost.stories.d.ts.map +1 -1
  450. package/jsx/social/Feed/FeedPost.stories.jsx +16 -9
  451. package/jsx/social/Feed/FeedPost.stories.jsx.map +1 -1
  452. package/jsx/social/Feed/FeedReply.stories.d.ts +1 -1
  453. package/jsx/social/Feed/FeedReply.stories.d.ts.map +1 -1
  454. package/jsx/social/Feed/FeedReply.stories.jsx +11 -3
  455. package/jsx/social/Feed/FeedReply.stories.jsx.map +1 -1
  456. package/jsx/social/Feed/FeedReplyInput.stories.d.ts +1 -1
  457. package/jsx/social/Feed/FeedReplyInput.stories.d.ts.map +1 -1
  458. package/jsx/social/Feed/FeedReplyInput.stories.jsx +2 -2
  459. package/jsx/social/Feed/FeedReplyInput.stories.jsx.map +1 -1
  460. package/jsx/tools/Clipboard/Clipboard.mocks.d.ts.map +1 -1
  461. package/jsx/tools/Clipboard/Clipboard.mocks.jsx.map +1 -1
  462. package/jsx/tools/Clipboard/Clipboard.stories.d.ts +1 -1
  463. package/jsx/tools/Clipboard/Clipboard.stories.d.ts.map +1 -1
  464. package/jsx/tools/Clipboard/Clipboard.stories.jsx +12 -14
  465. package/jsx/tools/Clipboard/Clipboard.stories.jsx.map +1 -1
  466. package/jsx/tools/DevTools/DevTools.stories.d.ts +1 -1
  467. package/jsx/tools/DevTools/DevTools.stories.d.ts.map +1 -1
  468. package/jsx/tools/DevTools/DevTools.stories.jsx +2 -4
  469. package/jsx/tools/DevTools/DevTools.stories.jsx.map +1 -1
  470. package/jsx/tools/PreviewShell/PreviewShell.mocks.d.ts +12 -1
  471. package/jsx/tools/PreviewShell/PreviewShell.mocks.d.ts.map +1 -1
  472. package/jsx/tools/PreviewShell/PreviewShell.mocks.jsx +24 -2
  473. package/jsx/tools/PreviewShell/PreviewShell.mocks.jsx.map +1 -1
  474. package/jsx/tools/PreviewShell/PreviewShell.stories.d.ts +5 -3
  475. package/jsx/tools/PreviewShell/PreviewShell.stories.d.ts.map +1 -1
  476. package/jsx/tools/PreviewShell/PreviewShell.stories.jsx +74 -51
  477. package/jsx/tools/PreviewShell/PreviewShell.stories.jsx.map +1 -1
  478. package/jsx/tools/PreviewShell/PreviewShell.styles.d.ts +1 -2
  479. package/jsx/tools/PreviewShell/PreviewShell.styles.d.ts.map +1 -1
  480. package/jsx/tools/PreviewShell/PreviewShell.styles.js +1 -2
  481. package/jsx/tools/PreviewShell/PreviewShell.styles.js.map +1 -1
  482. package/jsx/work/AppAnnouncement/AppAnnouncement.stories.d.ts +1 -1
  483. package/jsx/work/Assignments/Assignments.stories.d.ts +11 -0
  484. package/jsx/work/Assignments/Assignments.stories.d.ts.map +1 -0
  485. package/jsx/work/Assignments/Assignments.stories.jsx +64 -0
  486. package/jsx/work/Assignments/Assignments.stories.jsx.map +1 -0
  487. package/jsx/work/CaseView/Attachments.mocks.d.ts.map +1 -1
  488. package/jsx/work/CaseView/Attachments.mocks.jsx +81 -71
  489. package/jsx/work/CaseView/Attachments.mocks.jsx.map +1 -1
  490. package/jsx/work/CaseView/CaseView.mocks.d.ts +39 -22
  491. package/jsx/work/CaseView/CaseView.mocks.d.ts.map +1 -1
  492. package/jsx/work/CaseView/CaseView.mocks.jsx +258 -85
  493. package/jsx/work/CaseView/CaseView.mocks.jsx.map +1 -1
  494. package/jsx/work/CaseView/CaseView.stories.d.ts +3 -8
  495. package/jsx/work/CaseView/CaseView.stories.d.ts.map +1 -1
  496. package/jsx/work/CaseView/CaseView.stories.jsx +39 -11
  497. package/jsx/work/CaseView/CaseView.stories.jsx.map +1 -1
  498. package/jsx/work/CaseView/Details.mocks.jsx +1 -1
  499. package/jsx/work/CaseView/Details.mocks.jsx.map +1 -1
  500. package/jsx/work/CaseView/FileService.mock.d.ts +2 -2
  501. package/jsx/work/CaseView/FileService.mock.d.ts.map +1 -1
  502. package/jsx/work/CaseView/FileService.mock.jsx +2 -6
  503. package/jsx/work/CaseView/FileService.mock.jsx.map +1 -1
  504. package/jsx/work/ConfigurableLayout/ConfigurableLayout.stories.d.ts +1 -1
  505. package/jsx/work/Confirmation/Confirmation.stories.d.ts +1 -1
  506. package/jsx/work/Confirmation/Confirmation.stories.jsx +1 -1
  507. package/jsx/work/Confirmation/Confirmation.stories.jsx.map +1 -1
  508. package/jsx/work/Details/Details.stories.d.ts +1 -1
  509. package/jsx/work/Details/Details.stories.d.ts.map +1 -1
  510. package/jsx/work/Details/Details.stories.jsx +6 -1
  511. package/jsx/work/Details/Details.stories.jsx.map +1 -1
  512. package/jsx/work/Glimpse/Glimpse.stories.d.ts +2 -7
  513. package/jsx/work/Glimpse/Glimpse.stories.d.ts.map +1 -1
  514. package/jsx/work/Glimpse/Glimpse.stories.jsx +16 -13
  515. package/jsx/work/Glimpse/Glimpse.stories.jsx.map +1 -1
  516. package/jsx/work/IntelligentGuidance/IntelligentGuidance.stories.d.ts +1 -1
  517. package/jsx/work/IntelligentGuidance/IntelligentGuidance.stories.d.ts.map +1 -1
  518. package/jsx/work/IntelligentGuidance/IntelligentGuidance.stories.jsx +89 -12
  519. package/jsx/work/IntelligentGuidance/IntelligentGuidance.stories.jsx.map +1 -1
  520. package/jsx/work/Predictions/Predictions.mocks.d.ts +3 -0
  521. package/jsx/work/Predictions/Predictions.mocks.d.ts.map +1 -0
  522. package/jsx/work/Predictions/Predictions.mocks.jsx +18 -0
  523. package/jsx/work/Predictions/Predictions.mocks.jsx.map +1 -0
  524. package/jsx/work/Predictions/Predictions.stories.d.ts +5 -0
  525. package/jsx/work/Predictions/Predictions.stories.d.ts.map +1 -0
  526. package/jsx/work/Predictions/Predictions.stories.jsx +53 -0
  527. package/jsx/work/Predictions/Predictions.stories.jsx.map +1 -0
  528. package/jsx/work/SearchResults/SearchResults.mocks.d.ts +1 -1
  529. package/jsx/work/SearchResults/SearchResults.mocks.d.ts.map +1 -1
  530. package/jsx/work/SearchResults/SearchResults.stories.d.ts +1 -1
  531. package/jsx/work/SearchResults/SearchResults.stories.d.ts.map +1 -1
  532. package/jsx/work/SearchResults/SearchResults.stories.jsx +20 -7
  533. package/jsx/work/SearchResults/SearchResults.stories.jsx.map +1 -1
  534. package/jsx/work/Stages/Stages.mocks.jsx +6 -6
  535. package/jsx/work/Stages/Stages.mocks.jsx.map +1 -1
  536. package/jsx/work/Stages/Stages.stories.d.ts +1 -1
  537. package/jsx/work/Stages/Stages.stories.d.ts.map +1 -1
  538. package/jsx/work/Stages/Stages.stories.jsx +22 -8
  539. package/jsx/work/Stages/Stages.stories.jsx.map +1 -1
  540. package/jsx/work/Stakeholders/Stakeholders.mocks.d.ts.map +1 -1
  541. package/jsx/work/Stakeholders/Stakeholders.mocks.jsx +6 -2
  542. package/jsx/work/Stakeholders/Stakeholders.mocks.jsx.map +1 -1
  543. package/jsx/work/Stakeholders/Stakeholders.stories.d.ts +1 -1
  544. package/jsx/work/Tags/Tags.stories.d.ts +1 -1
  545. package/jsx/work/Tags/Tags.stories.d.ts.map +1 -1
  546. package/jsx/work/Tags/Tags.stories.jsx +6 -1
  547. package/jsx/work/Tags/Tags.stories.jsx.map +1 -1
  548. package/jsx/work/Tasks/TaskList.stories.d.ts +1 -1
  549. package/jsx/work/Tasks/Tasks.mocks.d.ts +22 -0
  550. package/jsx/work/Tasks/Tasks.mocks.d.ts.map +1 -0
  551. package/jsx/work/Tasks/Tasks.mocks.js +51 -0
  552. package/jsx/work/Tasks/Tasks.mocks.js.map +1 -0
  553. package/jsx/work/Tasks/Tasks.stories.d.ts +6 -4
  554. package/jsx/work/Tasks/Tasks.stories.d.ts.map +1 -1
  555. package/jsx/work/Tasks/Tasks.stories.jsx +41 -73
  556. package/jsx/work/Tasks/Tasks.stories.jsx.map +1 -1
  557. package/jsx/work/Timeline/Timeline.mocks.d.ts.map +1 -1
  558. package/jsx/work/Timeline/Timeline.mocks.jsx +16 -1
  559. package/jsx/work/Timeline/Timeline.mocks.jsx.map +1 -1
  560. package/jsx/work/Timeline/Timeline.stories.d.ts +1 -1
  561. package/jsx/work/Timeline/Timeline.stories.d.ts.map +1 -1
  562. package/jsx/work/Timeline/Timeline.stories.jsx +2 -2
  563. package/jsx/work/Timeline/Timeline.stories.jsx.map +1 -1
  564. package/jsx/wss/AppShell/AppShell.stories.d.ts +1 -1
  565. package/jsx/wss/AppShell/AppShell.stories.d.ts.map +1 -1
  566. package/jsx/wss/AppShell/AppShell.stories.jsx +18 -0
  567. package/jsx/wss/AppShell/AppShell.stories.jsx.map +1 -1
  568. package/jsx/wss/CaseView/CaseView.stories.d.ts +1 -1
  569. package/jsx/wss/CaseView/CaseView.stories.d.ts.map +1 -1
  570. package/jsx/wss/CaseView/CaseView.stories.jsx +8 -2
  571. package/jsx/wss/CaseView/CaseView.stories.jsx.map +1 -1
  572. package/jsx/wss/PageTemplates/PageTemplates.stories.d.ts +1 -1
  573. package/jsx/wss/PageTemplates/PageTemplates.stories.jsx +2 -2
  574. package/jsx/wss/PageTemplates/PageTemplates.stories.jsx.map +1 -1
  575. package/jsx/wss/QuickCreate/QuickCreate.stories.d.ts +1 -1
  576. package/lib/build/AppShell/AppShell.mocks.d.ts +28 -53
  577. package/lib/build/AppShell/AppShell.mocks.d.ts.map +1 -1
  578. package/lib/build/AppShell/AppShell.mocks.js +260 -376
  579. package/lib/build/AppShell/AppShell.mocks.js.map +1 -1
  580. package/lib/build/AppShell/AppShell.stories.d.ts +14 -11
  581. package/lib/build/AppShell/AppShell.stories.d.ts.map +1 -1
  582. package/lib/build/AppShell/AppShell.stories.js +71 -100
  583. package/lib/build/AppShell/AppShell.stories.js.map +1 -1
  584. package/lib/build/DynamicContentEditor/DynamicContentEditor.stories.d.ts +1 -1
  585. package/lib/build/ExpressionBuilder/ExpressionBuilder.mocks.d.ts +2 -0
  586. package/lib/build/ExpressionBuilder/ExpressionBuilder.mocks.d.ts.map +1 -1
  587. package/lib/build/ExpressionBuilder/ExpressionBuilder.mocks.js +23 -1
  588. package/lib/build/ExpressionBuilder/ExpressionBuilder.mocks.js.map +1 -1
  589. package/lib/build/ExpressionBuilder/ExpressionBuilder.stories.d.ts +1 -1
  590. package/lib/build/ExpressionBuilder/ExpressionBuilder.stories.d.ts.map +1 -1
  591. package/lib/build/ExpressionBuilder/ExpressionBuilder.stories.js +6 -5
  592. package/lib/build/ExpressionBuilder/ExpressionBuilder.stories.js.map +1 -1
  593. package/lib/build/FlowModeller/FlowModeller.mocks.d.ts.map +1 -1
  594. package/lib/build/FlowModeller/FlowModeller.mocks.js +1 -1
  595. package/lib/build/FlowModeller/FlowModeller.mocks.js.map +1 -1
  596. package/lib/build/FlowModeller/FlowModeller.stories.d.ts +1 -1
  597. package/lib/build/FlowModeller/FlowModeller.stories.d.ts.map +1 -1
  598. package/lib/build/FlowModeller/FlowModeller.stories.js +119 -9
  599. package/lib/build/FlowModeller/FlowModeller.stories.js.map +1 -1
  600. package/lib/build/ItemLibrary/LibraryPicker.stories.d.ts +1 -1
  601. package/lib/build/LifeCycle/LifeCycle.stories.d.ts +1 -1
  602. package/lib/build/LifeCycle/LifeCycle.stories.d.ts.map +1 -1
  603. package/lib/build/LifeCycle/LifeCycle.stories.js +43 -4
  604. package/lib/build/LifeCycle/LifeCycle.stories.js.map +1 -1
  605. package/lib/build/MobileBuildSummary/MobileBuildSummary.mocks.d.ts +1 -0
  606. package/lib/build/MobileBuildSummary/MobileBuildSummary.mocks.d.ts.map +1 -1
  607. package/lib/build/MobileBuildSummary/MobileBuildSummary.mocks.js +2 -1
  608. package/lib/build/MobileBuildSummary/MobileBuildSummary.mocks.js.map +1 -1
  609. package/lib/build/MobileBuildSummary/MobileBuildSummary.stories.d.ts +1 -1
  610. package/lib/build/ObjectSelect/ObjectSelect.mocks.d.ts +3 -2
  611. package/lib/build/ObjectSelect/ObjectSelect.mocks.d.ts.map +1 -1
  612. package/lib/build/ObjectSelect/ObjectSelect.mocks.js +7 -7
  613. package/lib/build/ObjectSelect/ObjectSelect.mocks.js.map +1 -1
  614. package/lib/build/ObjectSelect/ObjectSelect.stories.d.ts +1 -1
  615. package/lib/build/ObjectSelect/ObjectSelect.stories.d.ts.map +1 -1
  616. package/lib/build/ObjectSelect/ObjectSelect.stories.js +2 -6
  617. package/lib/build/ObjectSelect/ObjectSelect.stories.js.map +1 -1
  618. package/lib/build/PageBanner/PageBanner.stories.d.ts +15 -0
  619. package/lib/build/PageBanner/PageBanner.stories.d.ts.map +1 -0
  620. package/lib/build/PageBanner/PageBanner.stories.js +42 -0
  621. package/lib/build/PageBanner/PageBanner.stories.js.map +1 -0
  622. package/lib/build/PageTemplates/GalleryPage.mocks.d.ts +0 -2
  623. package/lib/build/PageTemplates/GalleryPage.mocks.d.ts.map +1 -1
  624. package/lib/build/PageTemplates/GalleryPage.mocks.js +1 -50
  625. package/lib/build/PageTemplates/GalleryPage.mocks.js.map +1 -1
  626. package/lib/build/PageTemplates/GalleryPage.stories.d.ts +8 -4
  627. package/lib/build/PageTemplates/GalleryPage.stories.d.ts.map +1 -1
  628. package/lib/build/PageTemplates/GalleryPage.stories.js +32 -31
  629. package/lib/build/PageTemplates/GalleryPage.stories.js.map +1 -1
  630. package/lib/build/PageTemplates/PageTemplates.mocks.d.ts +0 -1
  631. package/lib/build/PageTemplates/PageTemplates.mocks.d.ts.map +1 -1
  632. package/lib/build/PageTemplates/PageTemplates.mocks.js +2 -154
  633. package/lib/build/PageTemplates/PageTemplates.mocks.js.map +1 -1
  634. package/lib/build/PageTemplates/PageTemplates.stories.d.ts +1 -1
  635. package/lib/build/PageTemplates/PageTemplates.stories.d.ts.map +1 -1
  636. package/lib/build/PageTemplates/PageTemplates.stories.js +4 -8
  637. package/lib/build/PageTemplates/PageTemplates.stories.js.map +1 -1
  638. package/lib/build/PageTemplates/ShowcasePage.stories.d.ts +17 -0
  639. package/lib/build/PageTemplates/ShowcasePage.stories.d.ts.map +1 -0
  640. package/lib/build/PageTemplates/ShowcasePage.stories.js +43 -0
  641. package/lib/build/PageTemplates/ShowcasePage.stories.js.map +1 -0
  642. package/lib/build/Workbench/Workbench.stories.d.ts +1 -1
  643. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.stories.d.ts +1 -1
  644. package/lib/condition-builder/ConditionBuilder/props.mock.d.ts.map +1 -1
  645. package/lib/condition-builder/ConditionBuilder/props.mock.js +4 -2
  646. package/lib/condition-builder/ConditionBuilder/props.mock.js.map +1 -1
  647. package/lib/condition-builder/ConditionInput/ConditionInput.stories.d.ts +1 -1
  648. package/lib/condition-builder/PromotedFilters/PromotedFilters.mocks.d.ts.map +1 -1
  649. package/lib/condition-builder/PromotedFilters/PromotedFilters.mocks.js +53 -1
  650. package/lib/condition-builder/PromotedFilters/PromotedFilters.mocks.js.map +1 -1
  651. package/lib/condition-builder/PromotedFilters/PromotedFilters.stories.d.ts +1 -1
  652. package/lib/core/AIButton/AIButton.mocks.d.ts +22 -0
  653. package/lib/core/AIButton/AIButton.mocks.d.ts.map +1 -0
  654. package/lib/core/AIButton/AIButton.mocks.js +139 -0
  655. package/lib/core/AIButton/AIButton.mocks.js.map +1 -0
  656. package/lib/core/AIButton/AIButton.stories.d.ts +23 -0
  657. package/lib/core/AIButton/AIButton.stories.d.ts.map +1 -0
  658. package/lib/core/AIButton/AIButton.stories.js +223 -0
  659. package/lib/core/AIButton/AIButton.stories.js.map +1 -0
  660. package/lib/core/AdditionalInfo/AdditionalInfo.stories.d.ts +1 -1
  661. package/lib/core/AppShell/AppShell.mocks.d.ts.map +1 -1
  662. package/lib/core/AppShell/AppShell.mocks.js +4 -19
  663. package/lib/core/AppShell/AppShell.mocks.js.map +1 -1
  664. package/lib/core/AppShell/AppShell.stories.d.ts +2 -3
  665. package/lib/core/AppShell/AppShell.stories.d.ts.map +1 -1
  666. package/lib/core/AppShell/AppShell.stories.js +59 -44
  667. package/lib/core/AppShell/AppShell.stories.js.map +1 -1
  668. package/lib/core/Avatar/Avatar.stories.d.ts +1 -1
  669. package/lib/core/Backdrop/Backdrop.stories.d.ts +1 -1
  670. package/lib/core/Backdrop/Backdrop.stories.d.ts.map +1 -1
  671. package/lib/core/Backdrop/Backdrop.stories.js +2 -2
  672. package/lib/core/Backdrop/Backdrop.stories.js.map +1 -1
  673. package/lib/core/Badges/Alert.stories.d.ts +1 -1
  674. package/lib/core/Badges/Count.stories.d.ts +1 -1
  675. package/lib/core/Badges/Count.stories.js +1 -1
  676. package/lib/core/Badges/Count.stories.js.map +1 -1
  677. package/lib/core/Badges/Keyboard.stories.d.ts +1 -1
  678. package/lib/core/Badges/Keyboard.stories.js +1 -1
  679. package/lib/core/Badges/Keyboard.stories.js.map +1 -1
  680. package/lib/core/Badges/Selection.stories.d.ts +1 -1
  681. package/lib/core/Badges/Status.stories.d.ts +1 -1
  682. package/lib/core/Badges/Tag.stories.d.ts +1 -1
  683. package/lib/core/Banner/Banner.stories.d.ts +9 -5
  684. package/lib/core/Banner/Banner.stories.d.ts.map +1 -1
  685. package/lib/core/Banner/Banner.stories.js +105 -39
  686. package/lib/core/Banner/Banner.stories.js.map +1 -1
  687. package/lib/core/Boolean/BooleanDisplay.stories.d.ts +1 -1
  688. package/lib/core/Breadcrumbs/Breadcrumbs.stories.d.ts +7 -3
  689. package/lib/core/Breadcrumbs/Breadcrumbs.stories.d.ts.map +1 -1
  690. package/lib/core/Breadcrumbs/Breadcrumbs.stories.js +16 -4
  691. package/lib/core/Breadcrumbs/Breadcrumbs.stories.js.map +1 -1
  692. package/lib/core/Button/Button.stories.d.ts +1 -2
  693. package/lib/core/Button/Button.stories.d.ts.map +1 -1
  694. package/lib/core/Button/Button.stories.js +0 -12
  695. package/lib/core/Button/Button.stories.js.map +1 -1
  696. package/lib/core/Card/Card.stories.d.ts +1 -1
  697. package/lib/core/Checkbox/Checkbox.stories.d.ts +1 -1
  698. package/lib/core/Checkbox/Checkbox.stories.d.ts.map +1 -1
  699. package/lib/core/Checkbox/Checkbox.stories.js +3 -1
  700. package/lib/core/Checkbox/Checkbox.stories.js.map +1 -1
  701. package/lib/core/CheckboxGroup/CheckboxGroup.stories.d.ts +1 -1
  702. package/lib/core/CheckboxGroup/CheckboxGroup.stories.d.ts.map +1 -1
  703. package/lib/core/CheckboxGroup/CheckboxGroup.stories.js +8 -5
  704. package/lib/core/CheckboxGroup/CheckboxGroup.stories.js.map +1 -1
  705. package/lib/core/ColorPicker/ColorPicker.stories.d.ts +1 -1
  706. package/lib/core/ComboBox/ComboBox.stories.d.ts +3 -3
  707. package/lib/core/ComboBox/ComboBox.stories.d.ts.map +1 -1
  708. package/lib/core/ComboBox/ComboBox.stories.js +17 -9
  709. package/lib/core/ComboBox/ComboBox.stories.js.map +1 -1
  710. package/lib/core/CompositeInput/CompositeInput.stories.d.ts +1 -1
  711. package/lib/core/Configuration/Configuration.stories.d.ts +1 -1
  712. package/lib/core/CreditCard/CreditCard.stories.d.ts +1 -1
  713. package/lib/core/Currency/Currency.stories.d.ts +2 -2
  714. package/lib/core/Currency/Currency.stories.d.ts.map +1 -1
  715. package/lib/core/DangerButton/DangerButton.stories.d.ts +6 -0
  716. package/lib/core/DangerButton/DangerButton.stories.d.ts.map +1 -0
  717. package/lib/core/DangerButton/DangerButton.stories.js +18 -0
  718. package/lib/core/DangerButton/DangerButton.stories.js.map +1 -0
  719. package/lib/core/DateTime/DateTime.stories.d.ts +1 -1
  720. package/lib/core/DateTime/DateTime.stories.d.ts.map +1 -1
  721. package/lib/core/DateTime/DateTime.stories.js +11 -10
  722. package/lib/core/DateTime/DateTime.stories.js.map +1 -1
  723. package/lib/core/DateTime/DateTimeDisplay.stories.d.ts +1 -1
  724. package/lib/core/DateTime/DateTimeDisplay.stories.d.ts.map +1 -1
  725. package/lib/core/DateTime/DateTimeDisplay.stories.js +5 -3
  726. package/lib/core/DateTime/DateTimeDisplay.stories.js.map +1 -1
  727. package/lib/core/DateTime/DateTimePicker.stories.d.ts +1 -1
  728. package/lib/core/DateTime/DateTimePicker.stories.js +1 -1
  729. package/lib/core/DateTime/DateTimePicker.stories.js.map +1 -1
  730. package/lib/core/Dialog/Dialog.stories.d.ts +3 -2
  731. package/lib/core/Dialog/Dialog.stories.d.ts.map +1 -1
  732. package/lib/core/Dialog/Dialog.stories.js +10 -41
  733. package/lib/core/Dialog/Dialog.stories.js.map +1 -1
  734. package/lib/core/Dialog/FormDialog.mocks.d.ts +27 -0
  735. package/lib/core/Dialog/FormDialog.mocks.d.ts.map +1 -0
  736. package/lib/core/Dialog/FormDialog.mocks.js +188 -0
  737. package/lib/core/Dialog/FormDialog.mocks.js.map +1 -0
  738. package/lib/core/Dialog/InfoDialog.mocks.d.ts +4 -0
  739. package/lib/core/Dialog/InfoDialog.mocks.d.ts.map +1 -0
  740. package/lib/core/Dialog/InfoDialog.mocks.js +41 -0
  741. package/lib/core/Dialog/InfoDialog.mocks.js.map +1 -0
  742. package/lib/core/Drawer/Drawer.stories.d.ts +1 -1
  743. package/lib/core/Email/EmailDisplay.stories.d.ts +1 -1
  744. package/lib/core/EmojiPicker/EmojiPicker.stories.d.ts +1 -1
  745. package/lib/core/EmojiPicker/EmojiPicker.stories.d.ts.map +1 -1
  746. package/lib/core/EmojiPicker/EmojiPicker.stories.js +6 -5
  747. package/lib/core/EmojiPicker/EmojiPicker.stories.js.map +1 -1
  748. package/lib/core/EmptyState/EmptyState.stories.d.ts +1 -1
  749. package/lib/core/ErrorState/ErrorState.stories.d.ts +1 -1
  750. package/lib/core/ExpandCollapse/ExpandCollapse.stories.d.ts +1 -1
  751. package/lib/core/FieldGroup/FieldGroup.stories.d.ts +6 -1
  752. package/lib/core/FieldGroup/FieldGroup.stories.d.ts.map +1 -1
  753. package/lib/core/FieldGroup/FieldGroup.stories.js +27 -2
  754. package/lib/core/FieldGroup/FieldGroup.stories.js.map +1 -1
  755. package/lib/core/FieldGroup/FieldGroupList.mocks.d.ts +1 -1
  756. package/lib/core/FieldGroup/FieldGroupList.mocks.d.ts.map +1 -1
  757. package/lib/core/FieldGroup/FieldGroupList.mocks.js +6 -1
  758. package/lib/core/FieldGroup/FieldGroupList.mocks.js.map +1 -1
  759. package/lib/core/FieldGroup/FieldGroupList.stories.d.ts +2 -1
  760. package/lib/core/FieldGroup/FieldGroupList.stories.d.ts.map +1 -1
  761. package/lib/core/FieldGroup/FieldGroupList.stories.js +43 -11
  762. package/lib/core/FieldGroup/FieldGroupList.stories.js.map +1 -1
  763. package/lib/core/FieldValueList/FieldValueList.stories.d.ts +1 -1
  764. package/lib/core/File/FileDisplay.stories.d.ts +1 -1
  765. package/lib/core/File/FileInput.stories.d.ts +1 -1
  766. package/lib/core/Flex/FlexContainer.stories.d.ts +1 -1
  767. package/lib/core/Flex/FlexItem.stories.d.ts +1 -1
  768. package/lib/core/Form/Form.stories.d.ts +1 -1
  769. package/lib/core/Form/Form.stories.d.ts.map +1 -1
  770. package/lib/core/Form/Form.stories.js +2 -2
  771. package/lib/core/Form/Form.stories.js.map +1 -1
  772. package/lib/core/Grid/GridContainer.stories.d.ts +1 -1
  773. package/lib/core/Grid/GridItem.stories.d.ts +1 -1
  774. package/lib/core/HTML/HTML.stories.d.ts +1 -1
  775. package/lib/core/Icon/Icon.stories.d.ts +5 -2
  776. package/lib/core/Icon/Icon.stories.d.ts.map +1 -1
  777. package/lib/core/Icon/Icon.stories.js +16 -8
  778. package/lib/core/Icon/Icon.stories.js.map +1 -1
  779. package/lib/core/IconPicker/IconPicker.stories.d.ts +1 -1
  780. package/lib/core/Image/Image.stories.d.ts +1 -1
  781. package/lib/core/Input/Input.stories.d.ts +1 -1
  782. package/lib/core/Label/Label.stories.d.ts +1 -1
  783. package/lib/core/Lightbox/Lightbox.mocks.d.ts.map +1 -1
  784. package/lib/core/Lightbox/Lightbox.mocks.js +0 -8
  785. package/lib/core/Lightbox/Lightbox.mocks.js.map +1 -1
  786. package/lib/core/Lightbox/Lightbox.stories.d.ts +1 -1
  787. package/lib/core/Link/Link.stories.d.ts +9 -5
  788. package/lib/core/Link/Link.stories.d.ts.map +1 -1
  789. package/lib/core/Link/Link.stories.js +6 -9
  790. package/lib/core/Link/Link.stories.js.map +1 -1
  791. package/lib/core/List/CommaSeparatedList.stories.d.ts +1 -1
  792. package/lib/core/List/OrderedList.stories.d.ts +1 -1
  793. package/lib/core/List/UnorderedList.stories.d.ts +1 -1
  794. package/lib/core/ListToolbar/ListToolbar.mocks.d.ts.map +1 -1
  795. package/lib/core/ListToolbar/ListToolbar.mocks.js +26 -33
  796. package/lib/core/ListToolbar/ListToolbar.mocks.js.map +1 -1
  797. package/lib/core/ListToolbar/ListToolbar.stories.d.ts +2 -3
  798. package/lib/core/ListToolbar/ListToolbar.stories.d.ts.map +1 -1
  799. package/lib/core/ListToolbar/ListToolbar.stories.js +23 -20
  800. package/lib/core/ListToolbar/ListToolbar.stories.js.map +1 -1
  801. package/lib/core/LiveLog/LiveLog.mocks.d.ts +5 -0
  802. package/lib/core/LiveLog/LiveLog.mocks.d.ts.map +1 -0
  803. package/lib/core/LiveLog/LiveLog.mocks.js +29 -0
  804. package/lib/core/LiveLog/LiveLog.mocks.js.map +1 -0
  805. package/lib/core/LiveLog/LiveLog.stories.d.ts +9 -0
  806. package/lib/core/LiveLog/LiveLog.stories.d.ts.map +1 -0
  807. package/lib/core/LiveLog/LiveLog.stories.js +20 -0
  808. package/lib/core/LiveLog/LiveLog.stories.js.map +1 -0
  809. package/lib/core/Location/Location.stories.d.ts +1 -1
  810. package/lib/core/Location/Location.stories.d.ts.map +1 -1
  811. package/lib/core/Location/Location.stories.js +11 -7
  812. package/lib/core/Location/Location.stories.js.map +1 -1
  813. package/lib/core/Menu/Menu.mocks.js.map +1 -1
  814. package/lib/core/Menu/Menu.stories.d.ts +2 -1
  815. package/lib/core/Menu/Menu.stories.d.ts.map +1 -1
  816. package/lib/core/Menu/Menu.stories.js +27 -0
  817. package/lib/core/Menu/Menu.stories.js.map +1 -1
  818. package/lib/core/MenuButton/MenuButton.stories.d.ts +3 -2
  819. package/lib/core/MenuButton/MenuButton.stories.d.ts.map +1 -1
  820. package/lib/core/MenuButton/MenuButton.stories.js +1 -1
  821. package/lib/core/MenuButton/MenuButton.stories.js.map +1 -1
  822. package/lib/core/MetaList/MetaList.stories.d.ts +1 -1
  823. package/lib/core/Modal/Modal.mocks.d.ts +1 -1
  824. package/lib/core/Modal/Modal.mocks.d.ts.map +1 -1
  825. package/lib/core/Modal/Modal.stories.d.ts +1 -1
  826. package/lib/core/Modal/Modal.stories.d.ts.map +1 -1
  827. package/lib/core/Modal/Modal.stories.js +7 -6
  828. package/lib/core/Modal/Modal.stories.js.map +1 -1
  829. package/lib/core/MultiStepForm/MultiStepForm.mocks.d.ts +36 -3
  830. package/lib/core/MultiStepForm/MultiStepForm.mocks.d.ts.map +1 -1
  831. package/lib/core/MultiStepForm/MultiStepForm.mocks.js +269 -31
  832. package/lib/core/MultiStepForm/MultiStepForm.mocks.js.map +1 -1
  833. package/lib/core/MultiStepForm/MultiStepForm.stories.d.ts +4 -2
  834. package/lib/core/MultiStepForm/MultiStepForm.stories.d.ts.map +1 -1
  835. package/lib/core/MultiStepForm/MultiStepForm.stories.js +65 -163
  836. package/lib/core/MultiStepForm/MultiStepForm.stories.js.map +1 -1
  837. package/lib/core/NoValue/NoValue.stories.d.ts +6 -0
  838. package/lib/core/NoValue/NoValue.stories.d.ts.map +1 -0
  839. package/lib/core/NoValue/NoValue.stories.js +29 -0
  840. package/lib/core/NoValue/NoValue.stories.js.map +1 -0
  841. package/lib/core/Number/Number.stories.d.ts +2 -2
  842. package/lib/core/Number/Number.stories.d.ts.map +1 -1
  843. package/lib/core/PageTemplates/PageTemplates.stories.d.ts +2 -2
  844. package/lib/core/PageTemplates/PageTemplates.stories.d.ts.map +1 -1
  845. package/lib/core/PageTemplates/PageTemplates.stories.js +2 -2
  846. package/lib/core/PageTemplates/PageTemplates.stories.js.map +1 -1
  847. package/lib/core/Pagination/Pagination.stories.d.ts +1 -1
  848. package/lib/core/Paragraph/ParagraphDisplay.stories.d.ts +1 -1
  849. package/lib/core/Phone/Phone.stories.d.ts +1 -1
  850. package/lib/core/Popover/Popover.mocks.d.ts +9 -0
  851. package/lib/core/Popover/Popover.mocks.d.ts.map +1 -0
  852. package/lib/core/Popover/Popover.mocks.js +105 -0
  853. package/lib/core/Popover/Popover.mocks.js.map +1 -0
  854. package/lib/core/Popover/Popover.stories.d.ts +7 -1
  855. package/lib/core/Popover/Popover.stories.d.ts.map +1 -1
  856. package/lib/core/Popover/Popover.stories.js +27 -0
  857. package/lib/core/Popover/Popover.stories.js.map +1 -1
  858. package/lib/core/Progress/Progress.mocks.d.ts +2 -0
  859. package/lib/core/Progress/Progress.mocks.d.ts.map +1 -0
  860. package/lib/core/Progress/Progress.mocks.js +2 -0
  861. package/lib/core/Progress/Progress.mocks.js.map +1 -0
  862. package/lib/core/Progress/Progress.stories.d.ts +4 -1
  863. package/lib/core/Progress/Progress.stories.d.ts.map +1 -1
  864. package/lib/core/Progress/Progress.stories.js +66 -3
  865. package/lib/core/Progress/Progress.stories.js.map +1 -1
  866. package/lib/core/QRCode/QRCode.stories.d.ts +9 -0
  867. package/lib/core/QRCode/QRCode.stories.d.ts.map +1 -0
  868. package/lib/core/QRCode/QRCode.stories.js +18 -0
  869. package/lib/core/QRCode/QRCode.stories.js.map +1 -0
  870. package/lib/core/RadioButton/RadioButton.stories.d.ts +1 -1
  871. package/lib/core/RadioButton/RadioButton.stories.d.ts.map +1 -1
  872. package/lib/core/RadioButton/RadioButton.stories.js +3 -1
  873. package/lib/core/RadioButton/RadioButton.stories.js.map +1 -1
  874. package/lib/core/RadioButtonGroup/RadioButtonGroup.stories.d.ts +1 -1
  875. package/lib/core/RadioButtonGroup/RadioButtonGroup.stories.d.ts.map +1 -1
  876. package/lib/core/RadioButtonGroup/RadioButtonGroup.stories.js +9 -5
  877. package/lib/core/RadioButtonGroup/RadioButtonGroup.stories.js.map +1 -1
  878. package/lib/core/Rating/Rating.stories.d.ts +1 -1
  879. package/lib/core/Rating/Rating.stories.d.ts.map +1 -1
  880. package/lib/core/Rating/Rating.stories.js +1 -1
  881. package/lib/core/Rating/Rating.stories.js.map +1 -1
  882. package/lib/core/SearchInput/SearchInput.stories.d.ts +1 -1
  883. package/lib/core/SearchInput/SearchInput.stories.js +1 -1
  884. package/lib/core/SearchInput/SearchInput.stories.js.map +1 -1
  885. package/lib/core/Select/Select.stories.d.ts +1 -1
  886. package/lib/core/Sentiment/Sentiment.stories.d.ts +1 -1
  887. package/lib/core/SkipLinks/SkipLinks.stories.d.ts +1 -1
  888. package/lib/core/Slider/Slider.stories.d.ts +2 -2
  889. package/lib/core/Slider/Slider.stories.d.ts.map +1 -1
  890. package/lib/core/SummaryItem/SummaryItem.stories.d.ts +2 -2
  891. package/lib/core/SummaryItem/SummaryItem.stories.d.ts.map +1 -1
  892. package/lib/core/SummaryList/SummaryList.mocks.d.ts.map +1 -1
  893. package/lib/core/SummaryList/SummaryList.mocks.js +11 -2
  894. package/lib/core/SummaryList/SummaryList.mocks.js.map +1 -1
  895. package/lib/core/SummaryList/SummaryList.stories.d.ts +1 -1
  896. package/lib/core/SummaryList/SummaryList.stories.js +2 -2
  897. package/lib/core/SummaryList/SummaryList.stories.js.map +1 -1
  898. package/lib/core/SummaryList/mockUsers.d.ts.map +1 -1
  899. package/lib/core/SummaryList/mockUsers.js +2 -0
  900. package/lib/core/SummaryList/mockUsers.js.map +1 -1
  901. package/lib/core/Switch/Switch.stories.d.ts +1 -1
  902. package/lib/core/Table/Table.mocks.js +1 -1
  903. package/lib/core/Table/Table.mocks.js.map +1 -1
  904. package/lib/core/Table/Table.stories.d.ts +1 -1
  905. package/lib/core/Table/Table.stories.js.map +1 -1
  906. package/lib/core/Tabs/Tabs.stories.d.ts +1 -7
  907. package/lib/core/Tabs/Tabs.stories.d.ts.map +1 -1
  908. package/lib/core/Tabs/Tabs.stories.js +1 -31
  909. package/lib/core/Tabs/Tabs.stories.js.map +1 -1
  910. package/lib/core/Text/Text.stories.d.ts +1 -1
  911. package/lib/core/TextArea/TextArea.stories.d.ts +1 -1
  912. package/lib/core/TextArea/TextArea.stories.js +1 -1
  913. package/lib/core/TextArea/TextArea.stories.js.map +1 -1
  914. package/lib/core/Toaster/Toaster.stories.d.ts +1 -1
  915. package/lib/core/Tooltip/Tooltip.stories.d.ts +2 -1
  916. package/lib/core/Tooltip/Tooltip.stories.d.ts.map +1 -1
  917. package/lib/core/Tooltip/Tooltip.stories.js +9 -1
  918. package/lib/core/Tooltip/Tooltip.stories.js.map +1 -1
  919. package/lib/core/Tooltip/Tooltip.styles.d.ts +2 -0
  920. package/lib/core/Tooltip/Tooltip.styles.d.ts.map +1 -0
  921. package/lib/core/Tooltip/Tooltip.styles.js +23 -0
  922. package/lib/core/Tooltip/Tooltip.styles.js.map +1 -0
  923. package/lib/core/Tree/Tree.stories.d.ts +2 -2
  924. package/lib/core/Tree/Tree.stories.d.ts.map +1 -1
  925. package/lib/core/Tree/Tree.stories.js +10 -20
  926. package/lib/core/Tree/Tree.stories.js.map +1 -1
  927. package/lib/core/URL/URL.stories.d.ts +1 -1
  928. package/lib/core/URL/URL.stories.js +1 -1
  929. package/lib/core/URL/URL.stories.js.map +1 -1
  930. package/lib/cs/Article/Article.mocks.js +4 -4
  931. package/lib/cs/Article/Article.mocks.js.map +1 -1
  932. package/lib/cs/Article/Article.stories.d.ts +14 -3
  933. package/lib/cs/Article/Article.stories.d.ts.map +1 -1
  934. package/lib/cs/Article/Article.stories.js +168 -53
  935. package/lib/cs/Article/Article.stories.js.map +1 -1
  936. package/lib/cs/ArticleList/ArticleList.mocks.d.ts +129 -10
  937. package/lib/cs/ArticleList/ArticleList.mocks.d.ts.map +1 -1
  938. package/lib/cs/ArticleList/ArticleList.mocks.js +362 -50
  939. package/lib/cs/ArticleList/ArticleList.mocks.js.map +1 -1
  940. package/lib/cs/ArticleList/ArticleList.stories.d.ts +11 -3
  941. package/lib/cs/ArticleList/ArticleList.stories.d.ts.map +1 -1
  942. package/lib/cs/ArticleList/ArticleList.stories.js +245 -68
  943. package/lib/cs/ArticleList/ArticleList.stories.js.map +1 -1
  944. package/lib/cs/CSAppShell/CSAppShell.mocks.d.ts +18 -1
  945. package/lib/cs/CSAppShell/CSAppShell.mocks.d.ts.map +1 -1
  946. package/lib/cs/CSAppShell/CSAppShell.mocks.js +124 -19
  947. package/lib/cs/CSAppShell/CSAppShell.mocks.js.map +1 -1
  948. package/lib/cs/CSAppShell/CSAppShell.stories.d.ts +1 -1
  949. package/lib/cs/CSAppShell/CSAppShell.stories.d.ts.map +1 -1
  950. package/lib/cs/CSAppShell/CSAppShell.stories.js +10 -21
  951. package/lib/cs/CSAppShell/CSAppShell.stories.js.map +1 -1
  952. package/lib/cs/CallControlPanel/CallControlPanel.mocks.d.ts +2 -2
  953. package/lib/cs/CallControlPanel/CallControlPanel.mocks.d.ts.map +1 -1
  954. package/lib/cs/CallControlPanel/CallControlPanel.stories.d.ts +1 -1
  955. package/lib/cs/CallControlPanel/CallControlPanel.stories.d.ts.map +1 -1
  956. package/lib/cs/CallControlPanel/CallControlPanel.stories.js +2 -2
  957. package/lib/cs/CallControlPanel/CallControlPanel.stories.js.map +1 -1
  958. package/lib/cs/DialPad/DialPad.stories.d.ts +1 -1
  959. package/lib/cs/InteractionNotification/InteractionNotification.stories.d.ts +4 -2
  960. package/lib/cs/InteractionNotification/InteractionNotification.stories.d.ts.map +1 -1
  961. package/lib/cs/InteractionNotification/InteractionNotification.stories.js +18 -4
  962. package/lib/cs/InteractionNotification/InteractionNotification.stories.js.map +1 -1
  963. package/lib/cs/InteractionTimer/InteractionTimer.stories.d.ts +2 -1
  964. package/lib/cs/InteractionTimer/InteractionTimer.stories.d.ts.map +1 -1
  965. package/lib/cs/InteractionTimer/InteractionTimer.stories.js +12 -5
  966. package/lib/cs/InteractionTimer/InteractionTimer.stories.js.map +1 -1
  967. package/lib/cs/Picker/Picker.stories.d.ts +11 -0
  968. package/lib/cs/Picker/Picker.stories.d.ts.map +1 -0
  969. package/lib/cs/Picker/Picker.stories.js +56 -0
  970. package/lib/cs/Picker/Picker.stories.js.map +1 -0
  971. package/lib/cs/TaskManager/TaskManager.stories.d.ts +1 -1
  972. package/lib/cs/TaskManager/TaskManager.stories.d.ts.map +1 -1
  973. package/lib/cs/TaskManager/TaskManager.stories.js +3 -3
  974. package/lib/cs/TaskManager/TaskManager.stories.js.map +1 -1
  975. package/lib/dnd/DragDropList/DragDropList.stories.d.ts +1 -1
  976. package/lib/dnd/StandardDragDropList/Demo.d.ts.map +1 -1
  977. package/lib/dnd/StandardDragDropList/Demo.js +1 -1
  978. package/lib/dnd/StandardDragDropList/Demo.js.map +1 -1
  979. package/lib/dnd/StandardDragDropList/Popover.d.ts +1 -1
  980. package/lib/dnd/StandardDragDropList/Popover.d.ts.map +1 -1
  981. package/lib/dnd/StandardDragDropList/StandardDragDropList.stories.d.ts +1 -1
  982. package/lib/dnd/StandardDragDropList/mockData.d.ts +2 -2
  983. package/lib/dnd/StandardDragDropList/mockData.d.ts.map +1 -1
  984. package/lib/dnd/StandardDragDropList/mockData.js.map +1 -1
  985. package/lib/rte/DynamicContentEditor/DynamicContentEditor.stories.d.ts +8 -0
  986. package/lib/rte/DynamicContentEditor/DynamicContentEditor.stories.d.ts.map +1 -0
  987. package/lib/rte/DynamicContentEditor/DynamicContentEditor.stories.js +85 -0
  988. package/lib/rte/DynamicContentEditor/DynamicContentEditor.stories.js.map +1 -0
  989. package/lib/rte/DynamicContentEditor/FieldSelector.d.ts +14 -0
  990. package/lib/rte/DynamicContentEditor/FieldSelector.d.ts.map +1 -0
  991. package/lib/rte/DynamicContentEditor/FieldSelector.js +81 -0
  992. package/lib/rte/DynamicContentEditor/FieldSelector.js.map +1 -0
  993. package/lib/rte/Editor/Editor.mocks.d.ts +41 -27
  994. package/lib/rte/Editor/Editor.mocks.d.ts.map +1 -1
  995. package/lib/rte/Editor/Editor.stories.d.ts +1 -1
  996. package/lib/rte/RichTextEditor/RichTextEditor.stories.d.ts +1 -1
  997. package/lib/rte/RichTextEditor/RichTextViewer.stories.d.ts +1 -1
  998. package/lib/social/Chat/Chat.mocks.d.ts +23 -395
  999. package/lib/social/Chat/Chat.mocks.d.ts.map +1 -1
  1000. package/lib/social/Chat/Chat.mocks.js +568 -585
  1001. package/lib/social/Chat/Chat.mocks.js.map +1 -1
  1002. package/lib/social/Chat/Chat.stories.d.ts +25 -27
  1003. package/lib/social/Chat/Chat.stories.d.ts.map +1 -1
  1004. package/lib/social/Chat/Chat.stories.js +217 -247
  1005. package/lib/social/Chat/Chat.stories.js.map +1 -1
  1006. package/lib/social/Email/Email.mocks.d.ts +50 -8
  1007. package/lib/social/Email/Email.mocks.d.ts.map +1 -1
  1008. package/lib/social/Email/Email.mocks.js +131 -19
  1009. package/lib/social/Email/Email.mocks.js.map +1 -1
  1010. package/lib/social/Email/Email.stories.d.ts +11 -1
  1011. package/lib/social/Email/Email.stories.d.ts.map +1 -1
  1012. package/lib/social/Email/Email.stories.js +160 -38
  1013. package/lib/social/Email/Email.stories.js.map +1 -1
  1014. package/lib/social/Feed/Feed.mocks.d.ts +2 -1
  1015. package/lib/social/Feed/Feed.mocks.d.ts.map +1 -1
  1016. package/lib/social/Feed/Feed.mocks.js +5 -3
  1017. package/lib/social/Feed/Feed.mocks.js.map +1 -1
  1018. package/lib/social/Feed/Feed.stories.d.ts +1 -1
  1019. package/lib/social/Feed/Feed.stories.d.ts.map +1 -1
  1020. package/lib/social/Feed/Feed.stories.js +13 -5
  1021. package/lib/social/Feed/Feed.stories.js.map +1 -1
  1022. package/lib/social/Feed/FeedNewPost.stories.d.ts +1 -1
  1023. package/lib/social/Feed/FeedNewPost.stories.d.ts.map +1 -1
  1024. package/lib/social/Feed/FeedNewPost.stories.js +2 -2
  1025. package/lib/social/Feed/FeedNewPost.stories.js.map +1 -1
  1026. package/lib/social/Feed/FeedPost.stories.d.ts +1 -1
  1027. package/lib/social/Feed/FeedPost.stories.d.ts.map +1 -1
  1028. package/lib/social/Feed/FeedPost.stories.js +16 -7
  1029. package/lib/social/Feed/FeedPost.stories.js.map +1 -1
  1030. package/lib/social/Feed/FeedReply.stories.d.ts +1 -1
  1031. package/lib/social/Feed/FeedReply.stories.d.ts.map +1 -1
  1032. package/lib/social/Feed/FeedReply.stories.js +11 -3
  1033. package/lib/social/Feed/FeedReply.stories.js.map +1 -1
  1034. package/lib/social/Feed/FeedReplyInput.stories.d.ts +1 -1
  1035. package/lib/social/Feed/FeedReplyInput.stories.d.ts.map +1 -1
  1036. package/lib/social/Feed/FeedReplyInput.stories.js +2 -2
  1037. package/lib/social/Feed/FeedReplyInput.stories.js.map +1 -1
  1038. package/lib/tools/Clipboard/Clipboard.mocks.d.ts.map +1 -1
  1039. package/lib/tools/Clipboard/Clipboard.mocks.js +0 -1
  1040. package/lib/tools/Clipboard/Clipboard.mocks.js.map +1 -1
  1041. package/lib/tools/Clipboard/Clipboard.stories.d.ts +1 -1
  1042. package/lib/tools/Clipboard/Clipboard.stories.d.ts.map +1 -1
  1043. package/lib/tools/Clipboard/Clipboard.stories.js +13 -17
  1044. package/lib/tools/Clipboard/Clipboard.stories.js.map +1 -1
  1045. package/lib/tools/DevTools/DevTools.stories.d.ts +1 -1
  1046. package/lib/tools/DevTools/DevTools.stories.d.ts.map +1 -1
  1047. package/lib/tools/DevTools/DevTools.stories.js +2 -4
  1048. package/lib/tools/DevTools/DevTools.stories.js.map +1 -1
  1049. package/lib/tools/PreviewShell/PreviewShell.mocks.d.ts +12 -1
  1050. package/lib/tools/PreviewShell/PreviewShell.mocks.d.ts.map +1 -1
  1051. package/lib/tools/PreviewShell/PreviewShell.mocks.js +22 -2
  1052. package/lib/tools/PreviewShell/PreviewShell.mocks.js.map +1 -1
  1053. package/lib/tools/PreviewShell/PreviewShell.stories.d.ts +5 -3
  1054. package/lib/tools/PreviewShell/PreviewShell.stories.d.ts.map +1 -1
  1055. package/lib/tools/PreviewShell/PreviewShell.stories.js +70 -51
  1056. package/lib/tools/PreviewShell/PreviewShell.stories.js.map +1 -1
  1057. package/lib/tools/PreviewShell/PreviewShell.styles.d.ts +1 -2
  1058. package/lib/tools/PreviewShell/PreviewShell.styles.d.ts.map +1 -1
  1059. package/lib/tools/PreviewShell/PreviewShell.styles.js +1 -2
  1060. package/lib/tools/PreviewShell/PreviewShell.styles.js.map +1 -1
  1061. package/lib/work/AppAnnouncement/AppAnnouncement.stories.d.ts +1 -1
  1062. package/lib/work/Assignments/Assignments.stories.d.ts +11 -0
  1063. package/lib/work/Assignments/Assignments.stories.d.ts.map +1 -0
  1064. package/lib/work/Assignments/Assignments.stories.js +63 -0
  1065. package/lib/work/Assignments/Assignments.stories.js.map +1 -0
  1066. package/lib/work/CaseView/Attachments.mocks.d.ts.map +1 -1
  1067. package/lib/work/CaseView/Attachments.mocks.js +96 -80
  1068. package/lib/work/CaseView/Attachments.mocks.js.map +1 -1
  1069. package/lib/work/CaseView/CaseView.mocks.d.ts +39 -22
  1070. package/lib/work/CaseView/CaseView.mocks.d.ts.map +1 -1
  1071. package/lib/work/CaseView/CaseView.mocks.js +241 -103
  1072. package/lib/work/CaseView/CaseView.mocks.js.map +1 -1
  1073. package/lib/work/CaseView/CaseView.stories.d.ts +3 -8
  1074. package/lib/work/CaseView/CaseView.stories.d.ts.map +1 -1
  1075. package/lib/work/CaseView/CaseView.stories.js +39 -11
  1076. package/lib/work/CaseView/CaseView.stories.js.map +1 -1
  1077. package/lib/work/CaseView/Details.mocks.js +1 -1
  1078. package/lib/work/CaseView/Details.mocks.js.map +1 -1
  1079. package/lib/work/CaseView/FileService.mock.d.ts +2 -2
  1080. package/lib/work/CaseView/FileService.mock.d.ts.map +1 -1
  1081. package/lib/work/CaseView/FileService.mock.js +2 -6
  1082. package/lib/work/CaseView/FileService.mock.js.map +1 -1
  1083. package/lib/work/ConfigurableLayout/ConfigurableLayout.stories.d.ts +1 -1
  1084. package/lib/work/Confirmation/Confirmation.stories.d.ts +1 -1
  1085. package/lib/work/Confirmation/Confirmation.stories.js +1 -1
  1086. package/lib/work/Confirmation/Confirmation.stories.js.map +1 -1
  1087. package/lib/work/Details/Details.stories.d.ts +1 -1
  1088. package/lib/work/Details/Details.stories.d.ts.map +1 -1
  1089. package/lib/work/Details/Details.stories.js +6 -1
  1090. package/lib/work/Details/Details.stories.js.map +1 -1
  1091. package/lib/work/Glimpse/Glimpse.stories.d.ts +2 -7
  1092. package/lib/work/Glimpse/Glimpse.stories.d.ts.map +1 -1
  1093. package/lib/work/Glimpse/Glimpse.stories.js +12 -14
  1094. package/lib/work/Glimpse/Glimpse.stories.js.map +1 -1
  1095. package/lib/work/IntelligentGuidance/IntelligentGuidance.stories.d.ts +1 -1
  1096. package/lib/work/IntelligentGuidance/IntelligentGuidance.stories.d.ts.map +1 -1
  1097. package/lib/work/IntelligentGuidance/IntelligentGuidance.stories.js +89 -12
  1098. package/lib/work/IntelligentGuidance/IntelligentGuidance.stories.js.map +1 -1
  1099. package/lib/work/Predictions/Predictions.mocks.d.ts +3 -0
  1100. package/lib/work/Predictions/Predictions.mocks.d.ts.map +1 -0
  1101. package/lib/work/Predictions/Predictions.mocks.js +6 -0
  1102. package/lib/work/Predictions/Predictions.mocks.js.map +1 -0
  1103. package/lib/work/Predictions/Predictions.stories.d.ts +5 -0
  1104. package/lib/work/Predictions/Predictions.stories.d.ts.map +1 -0
  1105. package/lib/work/Predictions/Predictions.stories.js +54 -0
  1106. package/lib/work/Predictions/Predictions.stories.js.map +1 -0
  1107. package/lib/work/SearchResults/SearchResults.mocks.d.ts +1 -1
  1108. package/lib/work/SearchResults/SearchResults.mocks.d.ts.map +1 -1
  1109. package/lib/work/SearchResults/SearchResults.stories.d.ts +1 -1
  1110. package/lib/work/SearchResults/SearchResults.stories.d.ts.map +1 -1
  1111. package/lib/work/SearchResults/SearchResults.stories.js +20 -7
  1112. package/lib/work/SearchResults/SearchResults.stories.js.map +1 -1
  1113. package/lib/work/Stages/Stages.mocks.js +6 -6
  1114. package/lib/work/Stages/Stages.mocks.js.map +1 -1
  1115. package/lib/work/Stages/Stages.stories.d.ts +1 -1
  1116. package/lib/work/Stages/Stages.stories.d.ts.map +1 -1
  1117. package/lib/work/Stages/Stages.stories.js +22 -8
  1118. package/lib/work/Stages/Stages.stories.js.map +1 -1
  1119. package/lib/work/Stakeholders/Stakeholders.mocks.d.ts.map +1 -1
  1120. package/lib/work/Stakeholders/Stakeholders.mocks.js +4 -2
  1121. package/lib/work/Stakeholders/Stakeholders.mocks.js.map +1 -1
  1122. package/lib/work/Stakeholders/Stakeholders.stories.d.ts +1 -1
  1123. package/lib/work/Tags/Tags.stories.d.ts +1 -1
  1124. package/lib/work/Tags/Tags.stories.d.ts.map +1 -1
  1125. package/lib/work/Tags/Tags.stories.js +7 -1
  1126. package/lib/work/Tags/Tags.stories.js.map +1 -1
  1127. package/lib/work/Tasks/TaskList.stories.d.ts +1 -1
  1128. package/lib/work/Tasks/Tasks.mocks.d.ts +22 -0
  1129. package/lib/work/Tasks/Tasks.mocks.d.ts.map +1 -0
  1130. package/lib/work/Tasks/Tasks.mocks.js +51 -0
  1131. package/lib/work/Tasks/Tasks.mocks.js.map +1 -0
  1132. package/lib/work/Tasks/Tasks.stories.d.ts +6 -4
  1133. package/lib/work/Tasks/Tasks.stories.d.ts.map +1 -1
  1134. package/lib/work/Tasks/Tasks.stories.js +40 -54
  1135. package/lib/work/Tasks/Tasks.stories.js.map +1 -1
  1136. package/lib/work/Timeline/Timeline.mocks.d.ts.map +1 -1
  1137. package/lib/work/Timeline/Timeline.mocks.js +16 -1
  1138. package/lib/work/Timeline/Timeline.mocks.js.map +1 -1
  1139. package/lib/work/Timeline/Timeline.stories.d.ts +1 -1
  1140. package/lib/work/Timeline/Timeline.stories.d.ts.map +1 -1
  1141. package/lib/work/Timeline/Timeline.stories.js +2 -2
  1142. package/lib/work/Timeline/Timeline.stories.js.map +1 -1
  1143. package/lib/wss/AppShell/AppShell.stories.d.ts +1 -1
  1144. package/lib/wss/AppShell/AppShell.stories.d.ts.map +1 -1
  1145. package/lib/wss/AppShell/AppShell.stories.js +18 -1
  1146. package/lib/wss/AppShell/AppShell.stories.js.map +1 -1
  1147. package/lib/wss/CaseView/CaseView.stories.d.ts +1 -1
  1148. package/lib/wss/CaseView/CaseView.stories.d.ts.map +1 -1
  1149. package/lib/wss/CaseView/CaseView.stories.js +5 -3
  1150. package/lib/wss/CaseView/CaseView.stories.js.map +1 -1
  1151. package/lib/wss/PageTemplates/PageTemplates.stories.d.ts +1 -1
  1152. package/lib/wss/PageTemplates/PageTemplates.stories.js +2 -2
  1153. package/lib/wss/PageTemplates/PageTemplates.stories.js.map +1 -1
  1154. package/lib/wss/QuickCreate/QuickCreate.stories.d.ts +1 -1
  1155. package/package.json +24 -21
  1156. package/jsx/build/AppHeader/AppHeader.stories.d.ts +0 -13
  1157. package/jsx/build/AppHeader/AppHeader.stories.d.ts.map +0 -1
  1158. package/jsx/build/AppHeader/AppHeader.stories.jsx +0 -153
  1159. package/jsx/build/AppHeader/AppHeader.stories.jsx.map +0 -1
  1160. package/jsx/social/Chat/RepeatingView.mocks.d.ts +0 -14
  1161. package/jsx/social/Chat/RepeatingView.mocks.d.ts.map +0 -1
  1162. package/jsx/social/Chat/RepeatingView.mocks.js +0 -11
  1163. package/jsx/social/Chat/RepeatingView.mocks.js.map +0 -1
  1164. package/jsx/social/Chat/RepeatingView.stories.d.ts +0 -9
  1165. package/jsx/social/Chat/RepeatingView.stories.d.ts.map +0 -1
  1166. package/jsx/social/Chat/RepeatingView.stories.jsx +0 -60
  1167. package/jsx/social/Chat/RepeatingView.stories.jsx.map +0 -1
  1168. package/jsx/social/Chat/RepeatingView.styles.d.ts +0 -2
  1169. package/jsx/social/Chat/RepeatingView.styles.d.ts.map +0 -1
  1170. package/jsx/social/Chat/RepeatingView.styles.js +0 -22
  1171. package/jsx/social/Chat/RepeatingView.styles.js.map +0 -1
  1172. package/lib/build/AppHeader/AppHeader.stories.d.ts +0 -13
  1173. package/lib/build/AppHeader/AppHeader.stories.d.ts.map +0 -1
  1174. package/lib/build/AppHeader/AppHeader.stories.js +0 -152
  1175. package/lib/build/AppHeader/AppHeader.stories.js.map +0 -1
  1176. package/lib/social/Chat/RepeatingView.mocks.d.ts +0 -14
  1177. package/lib/social/Chat/RepeatingView.mocks.d.ts.map +0 -1
  1178. package/lib/social/Chat/RepeatingView.mocks.js +0 -11
  1179. package/lib/social/Chat/RepeatingView.mocks.js.map +0 -1
  1180. package/lib/social/Chat/RepeatingView.stories.d.ts +0 -9
  1181. package/lib/social/Chat/RepeatingView.stories.d.ts.map +0 -1
  1182. package/lib/social/Chat/RepeatingView.stories.js +0 -59
  1183. package/lib/social/Chat/RepeatingView.stories.js.map +0 -1
  1184. package/lib/social/Chat/RepeatingView.styles.d.ts +0 -2
  1185. package/lib/social/Chat/RepeatingView.styles.d.ts.map +0 -1
  1186. package/lib/social/Chat/RepeatingView.styles.js +0 -22
  1187. package/lib/social/Chat/RepeatingView.styles.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"PageTemplates.mocks.jsx","sourceRoot":"","sources":["../../../src/build/PageTemplates/PageTemplates.mocks.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAsC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACzF,OAAO,MAAM,MAAM,mBAAmB,CAAC;AAEvC,OAAO,EACL,MAAM,EACN,IAAI,EACJ,IAAI,EACJ,KAAK,EACL,aAAa,EACb,gBAAgB,EAChB,WAAW,EACX,QAAQ,EACR,MAAM,EACN,MAAM,EACN,QAAQ,EACR,IAAI,EAEJ,QAAQ,EACR,UAAU,EACV,UAAU,EACV,aAAa,EACb,YAAY,EAEZ,WAAW,EACX,IAAI,EACL,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,cAAc,EAAuB,MAAM,wBAAwB,CAAC;AAC7E,OAAO,EAAkB,QAAQ,EAAiB,MAAM,0BAA0B,CAAC;AAEnF,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AACjF,OAAO,EACL,QAAQ,EACR,cAAc,EACd,mBAAmB,EACnB,gBAAgB,EACjB,MAAM,4BAA4B,CAAC;AAcpC,MAAM,CAAC,MAAM,UAAU,GAAG,GAAY,EAAE;IACtC,MAAM,MAAM,GAAG,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC;IACvD,OAAO;QACL;YACE,GAAG,MAAM;YACT,IAAI,EAAE,MAAM;YACZ,QAAQ,EAAE,IAAI;YACd,KAAK,EAAE,kCAAkC;YACzC,SAAS;gBACP,IAAI,CAAC,IAAI,CAAC,KAAK;oBAAE,OAAO,KAAK,CAAC;gBAC9B,OAAO,mBAAmB,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;YAC9C,CAAC;SACF;QACD;YACE,GAAG,MAAM;YACT,IAAI,EAAE,OAAO;YACb,QAAQ,EAAE,IAAI;YACd,KAAK,EAAE,2BAA2B;YAClC,SAAS;gBACP,IAAI,CAAC,IAAI,CAAC,KAAK;oBAAE,OAAO,KAAK,CAAC;gBAC9B,OAAO,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;YAC5C,CAAC;SACF;QACD;YACE,GAAG,MAAM;YACT,IAAI,EAAE,OAAO;YACb,QAAQ,EAAE,IAAI;YACd,IAAI,EAAE,4CAA4C;YAClD,KAAK,EAAE,6CAA6C;YACpD,SAAS;gBACP,IAAI,CAAC,IAAI,CAAC,KAAK;oBAAE,OAAO,KAAK,CAAC;gBAC9B,OAAO,IAAI,CAAC,KAAK,CAAC,MAAM,IAAI,EAAE,CAAC;YACjC,CAAC;SACF;KACF,CAAC;AACJ,CAAC,CAAC;AAGF,MAAM,YAAY,GAAG,CACnB,MAAe,EACf,EACE,MAAM,EACN,IAAI,EAGgD,EACtD,EAAE;IACF,OAAO,MAAM,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE;QACxB,IAAI,KAAK,CAAC,IAAI,KAAK,MAAM,CAAC,IAAI,EAAE;YAC9B,KAAK,CAAC,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;YAC3B,IAAI,IAAI,KAAK,MAAM,IAAI,KAAK,CAAC,MAAM,KAAK,OAAO,EAAE;gBAC/C,IAAI,CAAC,KAAK,CAAC,QAAQ,IAAI,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,SAAS,EAAE,EAAE;oBACzD,KAAK,CAAC,MAAM,GAAG,OAAO,CAAC;oBACvB,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC,KAAK,CAAC;iBAC1B;qBAAM;oBACL,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC;oBACzB,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC,IAAI,CAAC;iBACzB;aACF;SACF;QACD,OAAO,KAAK,CAAC;IACf,CAAC,CAAC,CAAC;AACL,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,KAAU,EAAE,EAAE;IAC1C,MAAM,SAAS,GAAG,MAAM,CAAsB,IAAI,CAAC,CAAC;IACpD,MAAM,CAAC,MAAM,EAAE,QAAQ,CAAC,GAAG,UAAU,CAAC,YAAY,EAAE,SAAS,EAAE,UAAU,CAAC,CAAC;IAC3E,MAAM,EAAE,IAAI,EAAE,GAAG,UAAU,EAAE,CAAC;IAE9B,MAAM,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,IAAI,KAAK,MAAM,CAAC,CAAC;IACzD,MAAM,KAAK,GAAG,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,IAAI,KAAK,OAAO,CAAC,CAAC;IAC3D,MAAM,KAAK,GAAG,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,IAAI,KAAK,OAAO,CAAC,CAAC;IAE3D,IAAI,CAAC,IAAI,IAAI,CAAC,KAAK,IAAI,CAAC,KAAK;QAAE,OAAO,IAAI,CAAC;IAE3C,MAAM,SAAS,GAAG,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,KAAK,IAAI,KAAK,CAAC,SAAS,EAAE,CAAC,CAAC;IAE1E,MAAM,OAAO,GAAG,CACd,EACE;MAAA,CAAC,MAAM,CACL,IAAI,CAAC,QAAQ,CACb,OAAO,CAAC,WAAW,CACnB,OAAO,CAAC,CAAC,GAAG,EAAE;YACZ,IAAI,CAAC,EAAE,OAAO,EAAE,iBAAiB,EAAE,CAAC,CAAC;QACvC,CAAC,CAAC,CAEF;;MACF,EAAE,MAAM,CACR;MAAA,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CACzE;;MACF,EAAE,MAAM,CACV;IAAA,GAAG,CACJ,CAAC;IAEF,MAAM,YAAY,GAAG,CAAC,KAAW,EAAE,EAAU,EAAE,EAAE;QAC/C,MAAM,GAAG,GAAG,GAAG,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC;QACvC,SAAS,CAAC,OAAO,EAAE,WAAW,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,KAAK,CAAC,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;IAC/D,CAAC,CAAC;IAEF,OAAO,CACL,CAAC,IAAI,CACH,OAAO,CAAC,CAAC,OAAO,CAAC,CACjB,QAAQ,CAAC,CAAC,CAAC,CAAY,EAAE,EAAE;YACzB,CAAC,CAAC,cAAc,EAAE,CAAC;YACnB,IAAI,CAAC,EAAE,OAAO,EAAE,iBAAiB,EAAE,CAAC,CAAC;QACvC,CAAC,CAAC,CACF,KAAK,CAAC,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC,CAE/B;MAAA,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,CACxB;;MACF,EAAE,IAAI,CACN;MAAA,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,CAAC,CAClE;QAAA,CAAC,KAAK,CACJ,IAAI,CAAC,MAAM,CACX,KAAK,CAAC,MAAM,CACZ,KAAK,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAClB,QAAQ,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CACxB,MAAM,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CACpB,IAAI,CAAC,qBAAqB,CAC1B,QAAQ,CAAC,CAAC,CAAC,CAAgC,EAAE,EAAE,CAAC,QAAQ,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC,CACnE,MAAM,CAAC,CAAC,CAAC,CAA+B,EAAE,EAAE,CAAC,QAAQ,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC,EAGlE;;QAAA,CAAC,KAAK,CACJ,IAAI,CAAC,OAAO,CACZ,KAAK,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CACnB,IAAI,CAAC,OAAO,CACZ,KAAK,CAAC,OAAO,CACb,QAAQ,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CACzB,MAAM,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CACrB,IAAI,CAAC,qBAAqB,CAC1B,QAAQ,CAAC,CAAC,CAAC,CAAgC,EAAE,EAAE,CAAC,QAAQ,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC,CACnE,MAAM,CAAC,CAAC,CAAC,CAA+B,EAAE,EAAE,CAAC,QAAQ,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC,EAGlE;;QAAA,CAAC,aAAa,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,wBAAwB,CAC1D;UAAA,CAAC,CAAC,WAAW,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE,CAAC,CAC/D,CAAC,QAAQ,CACP,GAAG,CAAC,CAAC,MAAM,CAAC,CACZ,KAAK,CAAC,CAAC,MAAM,CAAC,CACd,QAAQ,CAAC,CAAC,CAAC,CAAgC,EAAE,EAAE,CAAC,QAAQ,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC,EACnE,CACH,CAAC,CACJ;QAAA,EAAE,aAAa,CAEf;;QAAA,CAAC,gBAAgB,CAAC,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,sCAAsC,CAC5E;UAAA,CAAC,CAAC,KAAK,EAAE,iBAAiB,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE,CAAC,CACxC,CAAC,WAAW,CACV,GAAG,CAAC,CAAC,MAAM,CAAC,CACZ,KAAK,CAAC,CAAC,MAAM,CAAC,CACd,QAAQ,CAAC,CAAC,CAAC,CAAgC,EAAE,EAAE,CAAC,QAAQ,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC,EACnE,CACH,CAAC,CACJ;QAAA,EAAE,gBAAgB,CAElB;;QAAA,CAAC,MAAM,CAAC,KAAK,CAAC,6BAA6B,CAAC,IAAI,CAAC,0BAA0B,CACzE;UAAA,CAAC,MAAM,CAAC,cAAc,EAAE,MAAM,CAC9B;UAAA,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,CACrB;UAAA,CAAC,MAAM,CAAC,QAAQ,EAAE,MAAM,CACxB;UAAA,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,CACvB;QAAA,EAAE,MAAM,CAER;;QAAA,CAAC,gBAAgB,CACf,QAAQ,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,KAAK,EAAE,CAAC,CACjC,OAAO,CAAC,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,CACpB,KAAK,CAAC,WAAW,CACjB,IAAI,CAAC,mCAAmC,CACxC,KAAK,CAAC,CAAC,SAAS,CAAC,CACjB,QAAQ,CAAC,CAAC,GAAG,EAAE,GAAE,CAAC,CAAC,CACnB,SAAS,CAAC,CAAC,GAAG,EAAE,CAAC,KAAK,CAAC,eAAe,EAAE,CAAC,EAG3C;;QAAA,CAAC,QAAQ,CACP,IAAI,CAAC,OAAO,CACZ,QAAQ,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CACzB,KAAK,CAAC,eAAe,CACrB,MAAM,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CACrB,IAAI,CAAC,CAAC,KAAK,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,CAAC,CAC/B,QAAQ,CAAC,CAAC,CAAC,CAAmC,EAAE,EAAE,CAAC,QAAQ,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC,CACtE,MAAM,CAAC,CAAC,CAAC,CAA+B,EAAE,EAAE,CAAC,QAAQ,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC,EAElE;QAAA,CAAC,cAAc,CACb,KAAK,CAAC,wBAAwB,CAC9B,IAAI,CAAC,oEAAoE,CACzE,OAAO,CAAC,CAAC;YACP,gBAAgB;YAChB,SAAS;YACT,QAAQ;YACR,OAAO;YACP,QAAQ;YACR,OAAO;YACP,gBAAgB;YAChB,aAAa;SACd,CAAC,CACF,YAAY,CAAC,CAAC,YAAY,CAAC,CAC3B,GAAG,CAAC,CAAC,SAAS,CAAC,EAGjB;;QAAA,CAAC,aAAa,CAAC,AAAD,EAChB;MAAA,EAAE,IAAI,CACR;IAAA,EAAE,IAAI,CAAC,CACR,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAAG,GAAG,EAAE;IACrC,MAAM,EACJ,IAAI,EAAE,EAAE,OAAO,EAAE,EAClB,GAAG,QAAQ,EAAE,CAAC;IACf,MAAM,YAAY,GAAG,MAAM,CAAC,GAAG,CAAA;;4BAEL,OAAO,CAAC,aAAa,CAAC;kBAChC,OAAO,CAAC,QAAQ;GAC/B,CAAC;IAEF,OAAO,CACL,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,CAAC,CAC7E;MAAA,CAAC,IAAI,CAAC,sBAAsB,EAAE,IAAI,CACpC;IAAA,EAAE,IAAI,CAAC,CACR,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAAG,CAAC,EAAE,IAAI,EAAE,cAAc,EAAiB,EAAE,EAAE;IACpF,MAAM,CAAC,aAAa,EAAE,gBAAgB,CAAC,GAAG,QAAQ,EAAsB,CAAC;IACzE,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,QAAQ,CAA6B,QAAQ,CAAC,CAAC;IAE/E,MAAM,WAAW,GAAG,CAAC,EAAU,EAAE,EAAE;QACjC,MAAM,WAAW,GAAG,WAAW,CAAC,OAAO,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC;QAEtD,IAAI,CAAC,WAAW,EAAE,KAAK,EAAE;YACvB,gBAAgB,CAAC,EAAE,CAAC,CAAC;YACrB,OAAO;SACR;QAED,WAAW,CAAC,IAAI,CAAC,EAAE,CACjB,WAAW,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE;YACnC,OAAO;gBACL,GAAG,IAAI;gBACP,QAAQ,EAAE,CAAC,IAAI,CAAC,QAAQ;aACzB,CAAC;QACJ,CAAC,CAAC,CACH,CAAC;QAEF,OAAO,CACL,CAAC,YAAY,CACX,KAAK,CAAC,CAAC,cAAc,CAAC,CACtB,WAAW,CAAC,CAAC,WAAW,CAAC,CACzB,aAAa,CAAC,CAAC,aAAa,CAAC,EAC7B,CACH,CAAC;IACJ,CAAC,CAAC;IAEF,MAAM,SAAS,GAAmB;QAChC,KAAK,EAAE;YACL,KAAK,EAAE,WAAW;YAClB,IAAI,EAAE,uEAAuE;YAC7E,IAAI,EAAE,GAAG;YACT,OAAO,EAAE,CAAC,CAAC,EAAE;gBACX,CAAC,CAAC,cAAc,EAAE,CAAC;YACrB,CAAC;SACF;QACD,QAAQ,EAAE;YACR;gBACE,EAAE,EAAE,GAAG;gBACP,OAAO,EAAE,QAAQ;gBACjB,QAAQ,EAAE,IAAI;gBACd,MAAM,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,EAAG;gBAC3B,IAAI,EAAE,cAAc;aACrB;SACF;QACD,KAAK,EAAE;YACL,MAAM,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE;YACxB,MAAM,EAAE;gBACN,WAAW,EAAE,2BAA2B;aACzC;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,cAAc;gBACpB,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,kBAAkB;wBAC3B,EAAE,EAAE,gBAAgB;wBACpB,OAAO,EAAE,GAAG,EAAE,GAAE,CAAC;qBAClB;oBACD;wBACE,OAAO,EAAE,cAAc;wBACvB,EAAE,EAAE,aAAa;wBACjB,OAAO,EAAE,GAAG,EAAE,GAAE,CAAC;qBAClB;oBACD;wBACE,OAAO,EAAE,aAAa;wBACtB,EAAE,EAAE,YAAY;wBAChB,OAAO,EAAE,GAAG,EAAE,GAAE,CAAC;qBAClB;oBACD;wBACE,OAAO,EAAE,eAAe;wBACxB,EAAE,EAAE,cAAc;wBAClB,OAAO,EAAE,GAAG,EAAE,GAAE,CAAC;qBAClB;oBACD;wBACE,OAAO,EAAE,YAAY;wBACrB,EAAE,EAAE,WAAW;wBACf,OAAO,EAAE,GAAG,EAAE,GAAE,CAAC;qBAClB;oBACD;wBACE,OAAO,EAAE,mBAAmB;wBAC5B,EAAE,EAAE,iBAAiB;wBACrB,OAAO,EAAE,GAAG,EAAE,GAAE,CAAC;qBAClB;iBACF;aACF;YACD,MAAM,EAAE;gBACN,EAAE,EAAE,SAAS;gBACb,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,GAAG,EAAE,GAAE,CAAC;aAClB;SACF;QACD,KAAK,EAAE;YACL;gBACE,EAAE,EAAE,GAAG;gBACP,IAAI,EAAE,cAAc;gBACpB,OAAO,EAAE,GAAG,EAAE,GAAE,CAAC;aAClB;YACD;gBACE,EAAE,EAAE,GAAG;gBACP,IAAI,EAAE,kBAAkB;gBACxB,OAAO,EAAE,GAAG,EAAE,GAAE,CAAC;aAClB;YACD;gBACE,EAAE,EAAE,GAAG;gBACP,IAAI,EAAE,OAAO;gBACb,OAAO,EAAE,GAAG,EAAE,GAAE,CAAC;aAClB;YACD;gBACE,EAAE,EAAE,GAAG;gBACP,IAAI,EAAE,gBAAgB;gBACtB,OAAO,EAAE,GAAG,EAAE,GAAE,CAAC;aAClB;YACD;gBACE,EAAE,EAAE,GAAG;gBACP,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,GAAG,EAAE,GAAE,CAAC;aAClB;SACF;KACF,CAAC;IAEF,OAAO,CACL,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC,UAAU,CAAC,CAC/B;MAAA,CAAC,QAAQ,CACP,IAAI,CAAC,CAAC,IAAI,CAAC,CACX,SAAS,CAAC,CAAC,SAAS,CAAC,CACrB,OAAO,CAAC,CAAC,cAAc,CAAC,CACxB,OAAO,CAAC,CAAC;YACP,IAAI,EAAE,UAAU;YAChB,MAAM,EAAE;gBACN,IAAI,EAAE,SAAS;gBACf,eAAe,EAAE,SAAS;aAC3B;SACF,CAAC,CACF,UAAU,CAAC,CAAC;YACV,KAAK,EAAE,QAAQ;YACf,aAAa;YACb,WAAW;SACZ,CAAC,CACF,KAAK,CAAC,CAAC;YACL,WAAW,EAAE,EAAE,CAAC,EAAE;gBAChB,IAAI,EAAE,KAAK,UAAU,EAAE;oBACrB,WAAW,CAAC,mBAAmB,CAAC,CAAC;iBAClC;gBAED,IAAI,EAAE,KAAK,UAAU,EAAE;oBACrB,WAAW,CAAC,gBAAgB,CAAC,CAAC;iBAC/B;gBAED,IAAI,EAAE,KAAK,SAAS,EAAE;oBACpB,WAAW,CAAC,cAAc,CAAC,CAAC;iBAC7B;YACH,CAAC;YACD,KAAK,EAAE;gBACL;oBACE,KAAK,EAAE,cAAc;oBACrB,EAAE,EAAE,UAAU;iBACf;gBACD;oBACE,KAAK,EAAE,UAAU;oBACjB,EAAE,EAAE,UAAU;iBACf;gBACD;oBACE,KAAK,EAAE,SAAS;oBAChB,EAAE,EAAE,SAAS;iBACd;aACF;YACD,MAAM,EAAE;gBACN,aAAa,EAAE,GAAG,EAAE,CAAC,WAAW,CAAC,QAAQ,CAAC;aAC3C;SACF,CAAC,EAEN;IAAA,EAAE,aAAa,CAAC,CACjB,CAAC;AACJ,CAAC,CAAC","sourcesContent":["import { FormEvent, ChangeEvent, FocusEvent, useReducer, useRef, useState } from 'react';\nimport styled from 'styled-components';\n\nimport {\n Button,\n Flex,\n Form,\n Input,\n CheckboxGroup,\n RadioButtonGroup,\n RadioButton,\n Checkbox,\n Select,\n Option,\n TextArea,\n Text,\n FormControlProps,\n useTheme,\n useToaster,\n BuildTheme,\n Configuration,\n StandardTree,\n StandardTreeProps,\n treeHelpers,\n Icon\n} from '@pega/cosmos-react-core';\nimport { RichTextEditor, RichTextEditorState } from '@pega/cosmos-react-rte';\nimport { AppHeaderProps, AppShell, AppShellProps } from '@pega/cosmos-react-build';\n\nimport { FileInputDemo } from '../../core/File/FileInput.stories';\nimport { dataPages, ObjectSelectComp } from '../ObjectSelect/ObjectSelect.mocks';\nimport {\n treeList,\n recordMenuList,\n appExplorerMenuList,\n branchesMenuList\n} from '../AppShell/AppShell.mocks';\n\ninterface Field extends FormControlProps {\n help?: string;\n error?: string;\n validator: (this: Field) => boolean;\n}\n\nexport interface AppShellStory {\n main?: AppShellProps['main'];\n hideNavigation?: boolean;\n}\n\n// Get initial field properties\nexport const initFields = (): Field[] => {\n const common = { value: undefined, status: undefined };\n return [\n {\n ...common,\n name: 'name',\n required: true,\n error: 'Please enter first and last name',\n validator() {\n if (!this.value) return false;\n return /^[a-z]+\\s[a-z]+$/i.test(this.value);\n }\n },\n {\n ...common,\n name: 'email',\n required: true,\n error: 'Enter a @pega.com address',\n validator() {\n if (!this.value) return false;\n return /^\\S+@pega\\.com$/.test(this.value);\n }\n },\n {\n ...common,\n name: 'notes',\n required: true,\n help: 'See how fast you can type 20 characters go',\n error: 'You need to tell us more than 20 characters',\n validator() {\n if (!this.value) return false;\n return this.value.length >= 20;\n }\n }\n ];\n};\n\n// Handles setting of state for all fields\nconst fieldReducer = (\n fields: Field[],\n {\n target,\n type\n }:\n | ChangeEvent<HTMLInputElement | HTMLTextAreaElement>\n | FocusEvent<HTMLInputElement | HTMLTextAreaElement>\n) => {\n return fields.map(field => {\n if (field.name === target.name) {\n field.value = target.value;\n if (type === 'blur' || field.status === 'error') {\n if ((field.required || field.value) && !field.validator()) {\n field.status = 'error';\n field.info = field.error;\n } else {\n field.status = undefined;\n field.info = field.help;\n }\n }\n }\n return field;\n });\n};\n\nexport const OneColumnForm = (props: any) => {\n const editorRef = useRef<RichTextEditorState>(null);\n const [fields, setField] = useReducer(fieldReducer, undefined, initFields);\n const { push } = useToaster();\n\n const name = fields.find(field => field.name === 'name');\n const email = fields.find(field => field.name === 'email');\n const notes = fields.find(field => field.name === 'notes');\n\n if (!name || !email || !notes) return null;\n\n const canSubmit = fields.every(field => field.value && field.validator());\n\n const actions = (\n <>\n <Button\n name='Cancel'\n variant='secondary'\n onClick={() => {\n push({ content: 'Form cancelled!' });\n }}\n >\n Cancel\n </Button>\n <Button name='Submit' type='submit' variant='primary' disabled={!canSubmit}>\n Submit\n </Button>\n </>\n );\n\n const onImageAdded = (image: File, id: string) => {\n const src = URL.createObjectURL(image);\n editorRef.current?.appendImage({ src, alt: image.name }, id);\n };\n\n return (\n <Form\n actions={actions}\n onSubmit={(e: FormEvent) => {\n e.preventDefault();\n push({ content: 'Form submitted!' });\n }}\n style={{ maxWidth: '37.5rem' }}\n >\n <Text variant='h4' as='h4'>\n Demo Form\n </Text>\n <Flex container={{ direction: 'column', gap: 2 }} item={{ grow: 1 }}>\n <Input\n name='name'\n label='Name'\n value={name.value}\n required={name.required}\n status={name.status}\n info='some help text here'\n onChange={(e: ChangeEvent<HTMLInputElement>) => setField({ ...e })}\n onBlur={(e: FocusEvent<HTMLInputElement>) => setField({ ...e })}\n />\n\n <Input\n name='email'\n value={email.value}\n type='email'\n label='Email'\n required={email.required}\n status={email.status}\n info='some help text here'\n onChange={(e: ChangeEvent<HTMLInputElement>) => setField({ ...e })}\n onBlur={(e: FocusEvent<HTMLInputElement>) => setField({ ...e })}\n />\n\n <CheckboxGroup name='visited' label='Places you have worked'>\n {['Cambridge', 'Krakow', 'Hyderabad', 'Bangalore'].map(office => (\n <Checkbox\n key={office}\n label={office}\n onChange={(e: ChangeEvent<HTMLInputElement>) => setField({ ...e })}\n />\n ))}\n </CheckboxGroup>\n\n <RadioButtonGroup name='meetings' label='Do you enjoy early morning meetings?'>\n {['Yes', \"No...no I don't\"].map(option => (\n <RadioButton\n key={option}\n label={option}\n onChange={(e: ChangeEvent<HTMLInputElement>) => setField({ ...e })}\n />\n ))}\n </RadioButtonGroup>\n\n <Select label='What would you like to eat?' info='FYI: options are limited'>\n <Option>choose meal...</Option>\n <Option>Pizza</Option>\n <Option>Sandwich</Option>\n <Option>Salad</Option>\n </Select>\n\n <ObjectSelectComp\n onSubmit={({ close }) => close()}\n onClose={() => null}\n label='Date page'\n info='Choose a when condition from list'\n items={dataPages}\n onChange={() => {}}\n onPreview={() => props.previewCallback()}\n />\n\n <TextArea\n name='notes'\n required={notes.required}\n label='Meeting Notes'\n status={notes.status}\n info={notes.info || notes.help}\n onChange={(e: ChangeEvent<HTMLTextAreaElement>) => setField({ ...e })}\n onBlur={(e: FocusEvent<HTMLInputElement>) => setField({ ...e })}\n />\n <RichTextEditor\n label='Detailed meeting notes'\n info='The rich text editor can be used in forms, comments, and documents'\n toolbar={[\n 'inline-styling',\n 'headers',\n 'tables',\n 'links',\n 'images',\n 'lists',\n 'cut-copy-paste',\n 'indentation'\n ]}\n onImageAdded={onImageAdded}\n ref={editorRef}\n />\n\n <FileInputDemo />\n </Flex>\n </Form>\n );\n};\n\nexport const PreviewMainContent = () => {\n const {\n base: { palette }\n } = useTheme();\n const StyledRegion = styled.div`\n min-height: 120vh;\n border: dotted 0.1rem ${palette['border-line']};\n background: ${palette.skeleton};\n `;\n\n return (\n <Flex as={StyledRegion} container={{ alignItems: 'center', justify: 'center' }}>\n <Text>This is a react region</Text>\n </Flex>\n );\n};\n\nexport const AppShellWithMenuNavigation = ({ main, hideNavigation }: AppShellStory) => {\n const [currentNodeId, setCurrentNodeId] = useState<string | undefined>();\n const [allNodes, setAllNodes] = useState<StandardTreeProps['nodes']>(treeList);\n\n const onNodeClick = (id: string) => {\n const clickedNode = treeHelpers.getNode(allNodes, id);\n\n if (!clickedNode?.nodes) {\n setCurrentNodeId(id);\n return;\n }\n\n setAllNodes(tree =>\n treeHelpers.mapNode(tree, id, node => {\n return {\n ...node,\n expanded: !node.expanded\n };\n })\n );\n\n return (\n <StandardTree\n nodes={recordMenuList}\n onNodeClick={onNodeClick}\n currentNodeId={currentNodeId}\n />\n );\n };\n\n const appHeader: AppHeaderProps = {\n brand: {\n label: 'Launchpad',\n logo: 'https://www.pega.com/themes/custom/pegawww_theme/images/pega-logo.svg',\n href: '/',\n onClick: e => {\n e.preventDefault();\n }\n },\n contexts: [\n {\n id: '1',\n primary: 'Studio',\n selected: true,\n visual: <Icon name='app' />,\n href: 'www.pega.com'\n }\n ],\n utils: {\n avatar: { name: 'Alan' },\n search: {\n placeholder: 'Search anything, anywhere'\n },\n branch: {\n text: 'Alpha branch',\n items: [\n {\n primary: 'Commit to branch',\n id: 'commitToBranch',\n onClick: () => {}\n },\n {\n primary: 'Merge branch',\n id: 'mergeBranch',\n onClick: () => {}\n },\n {\n primary: 'View branch',\n id: 'viewBranch',\n onClick: () => {}\n },\n {\n primary: 'Switch branch',\n id: 'switchBranch',\n onClick: () => {}\n },\n {\n primary: 'Add branch',\n id: 'addBranch',\n onClick: () => {}\n },\n {\n primary: 'View all branches',\n id: 'viewAllBranches',\n onClick: () => {}\n }\n ]\n },\n action: {\n id: 'preview',\n text: 'Preview',\n onClick: () => {}\n }\n },\n links: [\n {\n id: '1',\n name: 'Applications',\n onClick: () => {}\n },\n {\n id: '2',\n name: 'Shared resources',\n onClick: () => {}\n },\n {\n id: '3',\n name: 'Teams',\n onClick: () => {}\n },\n {\n id: '4',\n name: 'AI & Analytics',\n onClick: () => {}\n },\n {\n id: '5',\n name: 'Deploy',\n onClick: () => {}\n }\n ]\n };\n\n return (\n <Configuration theme={BuildTheme}>\n <AppShell\n main={main}\n appHeader={appHeader}\n hideNav={hideNavigation}\n appInfo={{\n text: 'xCompass',\n visual: {\n icon: 'compass',\n backgroundColor: '#20AA50'\n }\n }}\n navigation={{\n nodes: allNodes,\n currentNodeId,\n onNodeClick\n }}\n utils={{\n onItemClick: id => {\n if (id === 'explorer') {\n setAllNodes(appExplorerMenuList);\n }\n\n if (id === 'branches') {\n setAllNodes(branchesMenuList);\n }\n\n if (id === 'records') {\n setAllNodes(recordMenuList);\n }\n },\n items: [\n {\n label: 'App Explorer',\n id: 'explorer'\n },\n {\n label: 'Branches',\n id: 'branches'\n },\n {\n label: 'Records',\n id: 'records'\n }\n ],\n drawer: {\n onBeforeClose: () => setAllNodes(treeList)\n }\n }}\n />\n </Configuration>\n );\n};\n"]}
1
+ {"version":3,"file":"PageTemplates.mocks.jsx","sourceRoot":"","sources":["../../../src/build/PageTemplates/PageTemplates.mocks.tsx"],"names":[],"mappings":"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","sourcesContent":["import { FormEvent, ChangeEvent, FocusEvent, useReducer, useRef } from 'react';\nimport styled from 'styled-components';\n\nimport {\n Button,\n Flex,\n Form,\n Input,\n CheckboxGroup,\n RadioButtonGroup,\n RadioButton,\n Checkbox,\n Select,\n Option,\n TextArea,\n Text,\n FormControlProps,\n useTheme,\n useToaster\n} from '@pega/cosmos-react-core';\nimport { RichTextEditor, RichTextEditorState } from '@pega/cosmos-react-rte';\nimport { AppShellProps } from '@pega/cosmos-react-build';\n\nimport { FileInputDemo } from '../../core/File/FileInput.stories';\nimport { dataPages, ObjectSelectComp } from '../ObjectSelect/ObjectSelect.mocks';\n\ninterface Field extends FormControlProps {\n help?: string;\n error?: string;\n validator: (this: Field) => boolean;\n}\n\nexport interface AppShellStory {\n main?: AppShellProps['main'];\n hideNavigation?: boolean;\n}\n\n// Get initial field properties\nexport const initFields = (): Field[] => {\n const common = { value: undefined, status: undefined };\n return [\n {\n ...common,\n name: 'name',\n required: true,\n error: 'Please enter first and last name',\n validator() {\n if (!this.value) return false;\n return /^[a-z]+\\s[a-z]+$/i.test(this.value);\n }\n },\n {\n ...common,\n name: 'email',\n required: true,\n error: 'Enter a @pega.com address',\n validator() {\n if (!this.value) return false;\n return /^\\S+@pega\\.com$/.test(this.value);\n }\n },\n {\n ...common,\n name: 'notes',\n required: true,\n help: 'See how fast you can type 20 characters go',\n error: 'You need to tell us more than 20 characters',\n validator() {\n if (!this.value) return false;\n return this.value.length >= 20;\n }\n }\n ];\n};\n\n// Handles setting of state for all fields\nconst fieldReducer = (\n fields: Field[],\n {\n target,\n type\n }:\n | ChangeEvent<HTMLInputElement | HTMLTextAreaElement>\n | FocusEvent<HTMLInputElement | HTMLTextAreaElement>\n) => {\n return fields.map(field => {\n if (field.name === target.name) {\n field.value = target.value;\n if (type === 'blur' || field.status === 'error') {\n if ((field.required || field.value) && !field.validator()) {\n field.status = 'error';\n field.info = field.error;\n } else {\n field.status = undefined;\n field.info = field.help;\n }\n }\n }\n return field;\n });\n};\n\nexport const OneColumnForm = (props: any) => {\n const editorRef = useRef<RichTextEditorState>(null);\n const [fields, setField] = useReducer(fieldReducer, undefined, initFields);\n const { push } = useToaster();\n\n const name = fields.find(field => field.name === 'name');\n const email = fields.find(field => field.name === 'email');\n const notes = fields.find(field => field.name === 'notes');\n\n if (!name || !email || !notes) return null;\n\n const canSubmit = fields.every(field => field.value && field.validator());\n\n const actions = (\n <>\n <Button\n name='Cancel'\n variant='secondary'\n onClick={() => {\n push({ content: 'Form cancelled!' });\n }}\n >\n Cancel\n </Button>\n <Button name='Submit' type='submit' variant='primary' disabled={!canSubmit}>\n Submit\n </Button>\n </>\n );\n\n const onImageAdded = (image: File, id: string) => {\n const src = URL.createObjectURL(image);\n editorRef.current?.appendImage({ src, alt: image.name }, id);\n };\n\n return (\n <Form\n actions={actions}\n onSubmit={(e: FormEvent) => {\n e.preventDefault();\n push({ content: 'Form submitted!' });\n }}\n style={{ maxWidth: '37.5rem' }}\n >\n <Text variant='h4' as='h4'>\n Demo Form\n </Text>\n <Flex container={{ direction: 'column', gap: 2 }} item={{ grow: 1 }}>\n <Input\n name='name'\n label='Name'\n value={name.value}\n required={name.required}\n status={name.status}\n info='some help text here'\n onChange={(e: ChangeEvent<HTMLInputElement>) => setField({ ...e })}\n onBlur={(e: FocusEvent<HTMLInputElement>) => setField({ ...e })}\n />\n\n <Input\n name='email'\n value={email.value}\n type='email'\n label='Email'\n required={email.required}\n status={email.status}\n info='some help text here'\n onChange={(e: ChangeEvent<HTMLInputElement>) => setField({ ...e })}\n onBlur={(e: FocusEvent<HTMLInputElement>) => setField({ ...e })}\n />\n\n <CheckboxGroup name='visited' label='Places you have worked'>\n {['Cambridge', 'Krakow', 'Hyderabad', 'Bangalore'].map(office => (\n <Checkbox\n key={office}\n label={office}\n onChange={(e: ChangeEvent<HTMLInputElement>) => setField({ ...e })}\n />\n ))}\n </CheckboxGroup>\n\n <RadioButtonGroup name='meetings' label='Do you enjoy early morning meetings?'>\n {['Yes', \"No...no I don't\"].map(option => (\n <RadioButton\n key={option}\n label={option}\n onChange={(e: ChangeEvent<HTMLInputElement>) => setField({ ...e })}\n />\n ))}\n </RadioButtonGroup>\n\n <Select label='What would you like to eat?' info='FYI: options are limited'>\n <Option>choose meal...</Option>\n <Option>Pizza</Option>\n <Option>Sandwich</Option>\n <Option>Salad</Option>\n </Select>\n\n <ObjectSelectComp\n onSubmit={({ close }) => close()}\n onClose={() => null}\n label='Date page'\n info='Choose a when condition from list'\n items={dataPages}\n onChange={() => {}}\n onPreview={() => props.previewCallback()}\n />\n\n <TextArea\n name='notes'\n required={notes.required}\n label='Meeting Notes'\n status={notes.status}\n info={notes.info || notes.help}\n onChange={(e: ChangeEvent<HTMLTextAreaElement>) => setField({ ...e })}\n onBlur={(e: FocusEvent<HTMLInputElement>) => setField({ ...e })}\n />\n <RichTextEditor\n label='Detailed meeting notes'\n info='The rich text editor can be used in forms, comments, and documents'\n toolbar={[\n 'inline-styling',\n 'headers',\n 'tables',\n 'links',\n 'images',\n 'lists',\n 'cut-copy-paste',\n 'indentation'\n ]}\n onImageAdded={onImageAdded}\n ref={editorRef}\n />\n\n <FileInputDemo />\n </Flex>\n </Form>\n );\n};\n\nexport const PreviewMainContent = () => {\n const {\n base: { palette }\n } = useTheme();\n const StyledRegion = styled.div`\n min-height: 120vh;\n border: dotted 0.1rem ${palette['border-line']};\n background: ${palette.skeleton};\n `;\n\n return (\n <Flex as={StyledRegion} container={{ alignItems: 'center', justify: 'center' }}>\n <Text>This is a react region</Text>\n </Flex>\n );\n};\n"]}
@@ -2,7 +2,7 @@ import { Meta, Story } from '@storybook/react';
2
2
  import { MouseEvent } from 'react';
3
3
  import { StatusProps, PageTemplateProps } from '@pega/cosmos-react-core';
4
4
  import { AppShellStory } from './PageTemplates.mocks';
5
- declare const _default: Meta<import("@storybook/react").Args>;
5
+ declare const _default: Meta;
6
6
  export default _default;
7
7
  export interface PageTemplatesStoryProps extends PageTemplateProps {
8
8
  template?: 'one column' | 'two column' | 'three column' | 'four column' | 'wide narrow' | 'narrow wide' | 'wide wide narrow' | 'narrow wide wide' | 'narrow wide narrow' | 'tabbed';
@@ -1 +1 @@
1
- {"version":3,"file":"PageTemplates.stories.d.ts","sourceRoot":"","sources":["../../../src/build/PageTemplates/PageTemplates.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAqB,UAAU,EAAE,MAAM,OAAO,CAAC;AAGtD,OAAO,EASL,WAAW,EACX,iBAAiB,EAElB,MAAM,yBAAyB,CAAC;AAMjC,OAAO,EAGL,aAAa,EAEd,MAAM,uBAAuB,CAAC;;AAE/B,wBAKU;AAEV,MAAM,WAAW,uBAAwB,SAAQ,iBAAiB;IAChE,QAAQ,CAAC,EACL,YAAY,GACZ,YAAY,GACZ,cAAc,GACd,aAAa,GACb,aAAa,GACb,aAAa,GACb,kBAAkB,GAClB,kBAAkB,GAClB,oBAAoB,GACpB,QAAQ,CAAC;IACb,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;CACrD;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,uBAAuB,GAAG,aAAa,CAiQ5E,CAAC"}
1
+ {"version":3,"file":"PageTemplates.stories.d.ts","sourceRoot":"","sources":["../../../src/build/PageTemplates/PageTemplates.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAqB,UAAU,EAAE,MAAM,OAAO,CAAC;AAGtD,OAAO,EASL,WAAW,EACX,iBAAiB,EAElB,MAAM,yBAAyB,CAAC;AAOjC,OAAO,EAAiB,aAAa,EAAsB,MAAM,uBAAuB,CAAC;;AAEzF,wBAKU;AAEV,MAAM,WAAW,uBAAwB,SAAQ,iBAAiB;IAChE,QAAQ,CAAC,EACL,YAAY,GACZ,YAAY,GACZ,cAAc,GACd,aAAa,GACb,aAAa,GACb,aAAa,GACb,kBAAkB,GAClB,kBAAkB,GAClB,oBAAoB,GACpB,QAAQ,CAAC;IACb,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;CACrD;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,uBAAuB,GAAG,aAAa,CAiQ5E,CAAC"}
@@ -4,7 +4,8 @@ import { Button, Banner, Configuration, Modal, BuildTheme, Flex, Text, Actions,
4
4
  import { TabbedPage, OneColumnPage, ObjectPreview } from '@pega/cosmos-react-build';
5
5
  import { TableDemo } from '../../core/Table/Table.stories';
6
6
  import { WorkbenchDemo } from '../Workbench/Workbench.stories';
7
- import { OneColumnForm, AppShellWithMenuNavigation, PreviewMainContent } from './PageTemplates.mocks';
7
+ import { AppShellDemo } from '../AppShell/AppShell.stories';
8
+ import { OneColumnForm, PreviewMainContent } from './PageTemplates.mocks';
8
9
  export default {
9
10
  title: 'Build/PageTemplates',
10
11
  parameters: {
@@ -40,7 +41,7 @@ export const PageTemplatesDemo = (args) => {
40
41
  }
41
42
  ]}/>
42
43
  </Flex>) : undefined;
43
- const banners = args.showBanners ? (<Banner id='warning-banner' variant='warning' messages={['This is a warning banner. You have been warned!']}/>) : undefined;
44
+ const banners = args.showBanners ? (<Banner variant='warning' messages={['This is a warning banner. You have been warned!']}/>) : undefined;
44
45
  const mainContent = <OneColumnForm />;
45
46
  const modal = () => (<Configuration theme={BuildTheme}>
46
47
  <Modal heading='This is the Modal heading' autoWidth={false} center stretch={false}>
@@ -193,11 +194,9 @@ export const PageTemplatesDemo = (args) => {
193
194
  onEdit: () => { }
194
195
  }
195
196
  }} content={<PreviewMainContent />} primaryAction={{
196
- id: 'PA',
197
197
  text: 'Save',
198
198
  onClick: () => { }
199
199
  }} secondaryAction={{
200
- id: 'SA',
201
200
  text: 'Open rule',
202
201
  onClick: () => { }
203
202
  }} additionalActions={{
@@ -215,13 +214,14 @@ export const PageTemplatesDemo = (args) => {
215
214
  </>);
216
215
  break;
217
216
  }
218
- return (<AppShellWithMenuNavigation main={demo} hideNavigation={args.hideNavigation}/>);
217
+ return (<Configuration theme={BuildTheme}>
218
+ <AppShellDemo main={demo} appName='Compass App' text='Launchpad (Main)' showAppNameAndVersion showPreview showBranch/>
219
+ </Configuration>);
219
220
  };
220
221
  PageTemplatesDemo.args = {
221
222
  template: 'tabbed',
222
223
  title: 'Interest rate',
223
224
  subTitle: 'Uplus-Data-Integrations',
224
- hideNavigation: false,
225
225
  showBreadcrumbs: true,
226
226
  pathData: 'Home,xCompass,Fields',
227
227
  showActions: true,
@@ -239,7 +239,6 @@ PageTemplatesDemo.argTypes = {
239
239
  },
240
240
  subTitle: { control: { type: 'text' } },
241
241
  title: { control: { type: 'text' } },
242
- hideNavigation: { control: { type: 'boolean' } },
243
242
  showBreadcrumbs: { control: { type: 'boolean' } },
244
243
  pathData: { control: { type: 'text' } },
245
244
  showActions: { control: { type: 'boolean' } },
@@ -1 +1 @@
1
- {"version":3,"file":"PageTemplates.stories.jsx","sourceRoot":"","sources":["../../../src/build/PageTemplates/PageTemplates.stories.tsx"],"names":[],"mappings":"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","sourcesContent":["// cSpell:words XPTI\nimport { Meta, Story } from '@storybook/react';\nimport { useState, useMemo, MouseEvent } from 'react';\nimport { action } from '@storybook/addon-actions';\n\nimport {\n Button,\n Banner,\n Configuration,\n Modal,\n BuildTheme,\n Flex,\n Text,\n Actions,\n StatusProps,\n PageTemplateProps,\n useModalManager\n} from '@pega/cosmos-react-core';\nimport { AppShellProps, TabbedPage, OneColumnPage, ObjectPreview } from '@pega/cosmos-react-build';\n\nimport { TableDemo } from '../../core/Table/Table.stories';\nimport { WorkbenchDemo } from '../Workbench/Workbench.stories';\n\nimport {\n OneColumnForm,\n AppShellWithMenuNavigation,\n AppShellStory,\n PreviewMainContent\n} from './PageTemplates.mocks';\n\nexport default {\n title: 'Build/PageTemplates',\n parameters: {\n layout: 'fullscreen'\n }\n} as Meta;\n\nexport interface PageTemplatesStoryProps extends PageTemplateProps {\n template?:\n | 'one column'\n | 'two column'\n | 'three column'\n | 'four column'\n | 'wide narrow'\n | 'narrow wide'\n | 'wide wide narrow'\n | 'narrow wide wide'\n | 'narrow wide narrow'\n | 'tabbed';\n showBreadcrumbs?: boolean;\n pathData?: string;\n showActions?: boolean;\n showBanners?: boolean;\n subTitle?: string;\n showStatus?: boolean;\n statusVariant?: StatusProps['variant'];\n statusLabel?: string;\n showEditButton?: boolean;\n onEdit?: (e: MouseEvent<HTMLButtonElement>) => void;\n}\n\nexport const PageTemplatesDemo: Story<PageTemplatesStoryProps & AppShellStory> = (\n args: PageTemplatesStoryProps & AppShellStory\n) => {\n const { create } = useModalManager();\n\n const getPath = () => {\n if (args.showBreadcrumbs) {\n const path = args.pathData;\n\n return path\n ? path.split(',').map((crumb: string, i) => {\n // FIXME: https://stackoverflow.com/questions/63616486/property-replaceall-does-not-exist-on-type-string\n return {\n id: crumb,\n primary: crumb,\n href: i < 3 ? `#${(crumb as any).replace(/\\s/g, '-')}` : undefined\n };\n })\n : [];\n }\n };\n\n const actions: PageTemplateProps['actions'] = args.showActions ? (\n <Flex container>\n <Button variant='primary'>Save</Button>\n <Actions\n menuAt={2}\n items={[\n {\n id: '1',\n text: 'Page action 1'\n },\n {\n id: '2',\n text: 'Page action 2'\n }\n ]}\n />\n </Flex>\n ) : undefined;\n\n const banners: PageTemplateProps['banners'] = args.showBanners ? (\n <Banner\n id='warning-banner'\n variant='warning'\n messages={['This is a warning banner. You have been warned!']}\n />\n ) : undefined;\n\n const mainContent = <OneColumnForm />;\n const modal = () => (\n <Configuration theme={BuildTheme}>\n <Modal heading='This is the Modal heading' autoWidth={false} center stretch={false}>\n <Text>This is the content of the Modal.</Text>\n </Modal>\n </Configuration>\n );\n\n const pageTemplateProps = useMemo(() => {\n const status = args.showStatus\n ? {\n type: args.statusVariant || 'pending',\n label: args.statusLabel || 'private change'\n }\n : undefined;\n\n return {\n title: args.title,\n actions,\n banners,\n path: getPath(),\n status,\n metadata: [\n { id: '1', name: 'ID', value: 'InterestRate' },\n { id: '2', name: 'Rule type', value: 'Field' },\n {\n id: '3',\n name: 'Scope',\n value: 'O1XPTI-CCompass-Work-MortgageRequest'\n },\n { id: '4', name: 'Application', value: 'XCompass' }\n ],\n additionalInfo: {\n title: 'Interest rate',\n description: 'Interest rate for the savings account',\n fields: [\n {\n id: '1',\n name: 'Id',\n value: 'InterestRate'\n },\n {\n id: '2',\n name: 'Rule type',\n value: 'Field'\n },\n {\n id: '3',\n name: 'Scope',\n value: 'O1XPTI-CCompass-Work-MortgageRequest'\n },\n {\n id: '4',\n name: 'Branch',\n value: 'xCompass (Main)'\n },\n {\n id: '5',\n name: 'Application',\n value: 'XCompass'\n }\n ],\n onEdit: args.showEditButton\n ? (e: MouseEvent<HTMLButtonElement>) => {\n args.onEdit?.(e);\n create(modal);\n }\n : undefined\n }\n };\n }, [args]);\n\n const [tabs, setTabs] = useState([\n { id: 'accounts', name: 'Accounts', content: <TableDemo /> },\n { id: 'form', name: 'Form', content: null },\n { id: 'workbench', name: 'Workbench', content: null }\n ]);\n\n let demo;\n const [openDrawer, setOpenDrawer] = useState(false);\n\n switch (args.template) {\n case 'one column':\n demo = <OneColumnPage a={mainContent} {...pageTemplateProps} />;\n break;\n case 'tabbed':\n default:\n demo = (\n <>\n <TabbedPage\n tabs={{\n tabs,\n type: 'horizontal',\n onTabClick: id => {\n // eslint-disable-next-line sonarjs/no-nested-switch\n switch (id) {\n case 'form':\n if (tabs[1].content === null) {\n const updatedTabs = [...tabs];\n updatedTabs[1].content = (\n <OneColumnForm\n previewCallback={() => {\n setOpenDrawer(true);\n }}\n />\n );\n\n setTabs(updatedTabs);\n }\n break;\n case 'workbench':\n if (tabs[2].content === null) {\n const updatedTabs = [...tabs];\n updatedTabs[2].content = <WorkbenchDemo />;\n\n setTabs(updatedTabs);\n }\n break;\n default:\n }\n }\n }}\n {...pageTemplateProps}\n />\n <ObjectPreview\n open={openDrawer}\n onDismiss={() => setOpenDrawer(false)}\n header={{\n title: 'Interest rate',\n metadata: [\n { id: '1', name: 'ID', value: 'InterestRate' },\n { id: '2', name: 'Rule type', value: 'Field' },\n {\n id: '3',\n name: 'Scope',\n value: 'O1XPTI-CCompass-Work-MortgageRequest'\n },\n { id: '4', name: 'Application', value: 'XCompass' }\n ],\n additionalInfo: {\n title: 'Interest rate',\n description: 'Interest rate for the savings account',\n fields: [\n {\n id: '1',\n name: 'Id',\n value: 'InterestRate'\n },\n {\n id: '2',\n name: 'Rule type',\n value: 'Field'\n },\n {\n id: '3',\n name: 'Scope',\n value: 'O1XPTI-CCompass-Work-MortgageRequest'\n },\n {\n id: '4',\n name: 'Branch',\n value: 'xCompass (Main)'\n },\n {\n id: '5',\n name: 'Application',\n value: 'XCompass'\n }\n ],\n onEdit: () => {}\n }\n }}\n content={<PreviewMainContent />}\n primaryAction={{\n id: 'PA',\n text: 'Save',\n onClick: () => {}\n }}\n secondaryAction={{\n id: 'SA',\n text: 'Open rule',\n onClick: () => {}\n }}\n additionalActions={{\n items: [\n {\n id: '1',\n text: 'Page action 1'\n },\n {\n id: '2',\n text: 'Page action 2'\n }\n ]\n }}\n />\n </>\n );\n break;\n }\n\n return (\n <AppShellWithMenuNavigation\n main={demo as AppShellProps['main']}\n hideNavigation={args.hideNavigation}\n />\n );\n};\n\nPageTemplatesDemo.args = {\n template: 'tabbed',\n title: 'Interest rate',\n subTitle: 'Uplus-Data-Integrations',\n hideNavigation: false,\n showBreadcrumbs: true,\n pathData: 'Home,xCompass,Fields',\n showActions: true,\n showBanners: false,\n showStatus: true,\n statusVariant: 'pending',\n statusLabel: 'private change',\n showEditButton: true,\n // eslint-disable-next-line demo-patterns/literal-args\n onEdit: action('Clicked edit button in popover')\n};\n\nPageTemplatesDemo.argTypes = {\n template: {\n options: ['one column', 'tabbed'],\n control: { type: 'select' }\n },\n subTitle: { control: { type: 'text' } },\n title: { control: { type: 'text' } },\n hideNavigation: { control: { type: 'boolean' } },\n showBreadcrumbs: { control: { type: 'boolean' } },\n pathData: { control: { type: 'text' } },\n showActions: { control: { type: 'boolean' } },\n showBanners: { control: { type: 'boolean' } },\n showStatus: { control: { type: 'boolean' } },\n statusVariant: {\n options: ['success', 'urgent', 'warn', 'pending', 'info'],\n control: { type: 'select' }\n },\n statusLabel: { control: { type: 'text' } },\n showEditButton: { control: { type: 'boolean' } },\n onEdit: { table: { disable: true } }\n};\n"]}
1
+ {"version":3,"file":"PageTemplates.stories.jsx","sourceRoot":"","sources":["../../../src/build/PageTemplates/PageTemplates.stories.tsx"],"names":[],"mappings":"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","sourcesContent":["// cspell:words O1XPTI\nimport { Meta, Story } from '@storybook/react';\nimport { useState, useMemo, MouseEvent } from 'react';\nimport { action } from '@storybook/addon-actions';\n\nimport {\n Button,\n Banner,\n Configuration,\n Modal,\n BuildTheme,\n Flex,\n Text,\n Actions,\n StatusProps,\n PageTemplateProps,\n useModalManager\n} from '@pega/cosmos-react-core';\nimport { TabbedPage, OneColumnPage, ObjectPreview } from '@pega/cosmos-react-build';\n\nimport { TableDemo } from '../../core/Table/Table.stories';\nimport { WorkbenchDemo } from '../Workbench/Workbench.stories';\nimport { AppShellDemo } from '../AppShell/AppShell.stories';\n\nimport { OneColumnForm, AppShellStory, PreviewMainContent } from './PageTemplates.mocks';\n\nexport default {\n title: 'Build/PageTemplates',\n parameters: {\n layout: 'fullscreen'\n }\n} as Meta;\n\nexport interface PageTemplatesStoryProps extends PageTemplateProps {\n template?:\n | 'one column'\n | 'two column'\n | 'three column'\n | 'four column'\n | 'wide narrow'\n | 'narrow wide'\n | 'wide wide narrow'\n | 'narrow wide wide'\n | 'narrow wide narrow'\n | 'tabbed';\n showBreadcrumbs?: boolean;\n pathData?: string;\n showActions?: boolean;\n showBanners?: boolean;\n subTitle?: string;\n showStatus?: boolean;\n statusVariant?: StatusProps['variant'];\n statusLabel?: string;\n showEditButton?: boolean;\n onEdit?: (e: MouseEvent<HTMLButtonElement>) => void;\n}\n\nexport const PageTemplatesDemo: Story<PageTemplatesStoryProps & AppShellStory> = (\n args: PageTemplatesStoryProps & AppShellStory\n) => {\n const { create } = useModalManager();\n\n const getPath = () => {\n if (args.showBreadcrumbs) {\n const path = args.pathData;\n\n return path\n ? path.split(',').map((crumb: string, i) => {\n // FIXME: https://stackoverflow.com/questions/63616486/property-replaceall-does-not-exist-on-type-string\n return {\n id: crumb,\n primary: crumb,\n href: i < 3 ? `#${(crumb as any).replace(/\\s/g, '-')}` : undefined\n };\n })\n : [];\n }\n };\n\n const actions: PageTemplateProps['actions'] = args.showActions ? (\n <Flex container>\n <Button variant='primary'>Save</Button>\n <Actions\n menuAt={2}\n items={[\n {\n id: '1',\n text: 'Page action 1'\n },\n {\n id: '2',\n text: 'Page action 2'\n }\n ]}\n />\n </Flex>\n ) : undefined;\n\n const banners: PageTemplateProps['banners'] = args.showBanners ? (\n <Banner variant='warning' messages={['This is a warning banner. You have been warned!']} />\n ) : undefined;\n\n const mainContent = <OneColumnForm />;\n const modal = () => (\n <Configuration theme={BuildTheme}>\n <Modal heading='This is the Modal heading' autoWidth={false} center stretch={false}>\n <Text>This is the content of the Modal.</Text>\n </Modal>\n </Configuration>\n );\n\n const pageTemplateProps = useMemo(() => {\n const status = args.showStatus\n ? {\n type: args.statusVariant || 'pending',\n label: args.statusLabel || 'private change'\n }\n : undefined;\n\n return {\n title: args.title,\n actions,\n banners,\n path: getPath(),\n status,\n metadata: [\n { id: '1', name: 'ID', value: 'InterestRate' },\n { id: '2', name: 'Rule type', value: 'Field' },\n {\n id: '3',\n name: 'Scope',\n value: 'O1XPTI-CCompass-Work-MortgageRequest'\n },\n { id: '4', name: 'Application', value: 'XCompass' }\n ],\n additionalInfo: {\n title: 'Interest rate',\n description: 'Interest rate for the savings account',\n fields: [\n {\n id: '1',\n name: 'Id',\n value: 'InterestRate'\n },\n {\n id: '2',\n name: 'Rule type',\n value: 'Field'\n },\n {\n id: '3',\n name: 'Scope',\n value: 'O1XPTI-CCompass-Work-MortgageRequest'\n },\n {\n id: '4',\n name: 'Branch',\n value: 'xCompass (Main)'\n },\n {\n id: '5',\n name: 'Application',\n value: 'XCompass'\n }\n ],\n onEdit: args.showEditButton\n ? (e: MouseEvent<HTMLButtonElement>) => {\n args.onEdit?.(e);\n create(modal);\n }\n : undefined\n }\n };\n }, [args]);\n\n const [tabs, setTabs] = useState([\n { id: 'accounts', name: 'Accounts', content: <TableDemo /> },\n { id: 'form', name: 'Form', content: null },\n { id: 'workbench', name: 'Workbench', content: null }\n ]);\n\n let demo;\n const [openDrawer, setOpenDrawer] = useState(false);\n\n switch (args.template) {\n case 'one column':\n demo = <OneColumnPage a={mainContent} {...pageTemplateProps} />;\n break;\n case 'tabbed':\n default:\n demo = (\n <>\n <TabbedPage\n tabs={{\n tabs,\n type: 'horizontal',\n onTabClick: id => {\n // eslint-disable-next-line sonarjs/no-nested-switch\n switch (id) {\n case 'form':\n if (tabs[1].content === null) {\n const updatedTabs = [...tabs];\n updatedTabs[1].content = (\n <OneColumnForm\n previewCallback={() => {\n setOpenDrawer(true);\n }}\n />\n );\n\n setTabs(updatedTabs);\n }\n break;\n case 'workbench':\n if (tabs[2].content === null) {\n const updatedTabs = [...tabs];\n updatedTabs[2].content = <WorkbenchDemo />;\n\n setTabs(updatedTabs);\n }\n break;\n default:\n }\n }\n }}\n {...pageTemplateProps}\n />\n <ObjectPreview\n open={openDrawer}\n onDismiss={() => setOpenDrawer(false)}\n header={{\n title: 'Interest rate',\n metadata: [\n { id: '1', name: 'ID', value: 'InterestRate' },\n { id: '2', name: 'Rule type', value: 'Field' },\n {\n id: '3',\n name: 'Scope',\n value: 'O1XPTI-CCompass-Work-MortgageRequest'\n },\n { id: '4', name: 'Application', value: 'XCompass' }\n ],\n additionalInfo: {\n title: 'Interest rate',\n description: 'Interest rate for the savings account',\n fields: [\n {\n id: '1',\n name: 'Id',\n value: 'InterestRate'\n },\n {\n id: '2',\n name: 'Rule type',\n value: 'Field'\n },\n {\n id: '3',\n name: 'Scope',\n value: 'O1XPTI-CCompass-Work-MortgageRequest'\n },\n {\n id: '4',\n name: 'Branch',\n value: 'xCompass (Main)'\n },\n {\n id: '5',\n name: 'Application',\n value: 'XCompass'\n }\n ],\n onEdit: () => {}\n }\n }}\n content={<PreviewMainContent />}\n primaryAction={{\n text: 'Save',\n onClick: () => {}\n }}\n secondaryAction={{\n text: 'Open rule',\n onClick: () => {}\n }}\n additionalActions={{\n items: [\n {\n id: '1',\n text: 'Page action 1'\n },\n {\n id: '2',\n text: 'Page action 2'\n }\n ]\n }}\n />\n </>\n );\n break;\n }\n\n return (\n <Configuration theme={BuildTheme}>\n <AppShellDemo\n main={demo}\n appName='Compass App'\n text='Launchpad (Main)'\n showAppNameAndVersion\n showPreview\n showBranch\n />\n </Configuration>\n );\n};\n\nPageTemplatesDemo.args = {\n template: 'tabbed',\n title: 'Interest rate',\n subTitle: 'Uplus-Data-Integrations',\n showBreadcrumbs: true,\n pathData: 'Home,xCompass,Fields',\n showActions: true,\n showBanners: false,\n showStatus: true,\n statusVariant: 'pending',\n statusLabel: 'private change',\n showEditButton: true,\n\n onEdit: action('Clicked edit button in popover')\n};\n\nPageTemplatesDemo.argTypes = {\n template: {\n options: ['one column', 'tabbed'],\n control: { type: 'select' }\n },\n subTitle: { control: { type: 'text' } },\n title: { control: { type: 'text' } },\n showBreadcrumbs: { control: { type: 'boolean' } },\n pathData: { control: { type: 'text' } },\n showActions: { control: { type: 'boolean' } },\n showBanners: { control: { type: 'boolean' } },\n showStatus: { control: { type: 'boolean' } },\n statusVariant: {\n options: ['success', 'urgent', 'warn', 'pending', 'info'],\n control: { type: 'select' }\n },\n statusLabel: { control: { type: 'text' } },\n showEditButton: { control: { type: 'boolean' } },\n onEdit: { table: { disable: true } }\n};\n"]}
@@ -0,0 +1,17 @@
1
+ import { Meta, Story } from '@storybook/react';
2
+ import { PageBannerProps } from '@pega/cosmos-react-build';
3
+ import { ImageProps } from '@pega/cosmos-react-core';
4
+ declare const _default: Meta;
5
+ export default _default;
6
+ interface ShowcasePageArgs {
7
+ title: PageBannerProps['title'];
8
+ description: PageBannerProps['description'];
9
+ actionLabel?: string;
10
+ imageSrc?: ImageProps['src'];
11
+ imageAlt?: ImageProps['alt'];
12
+ showImage?: boolean;
13
+ showActions?: boolean;
14
+ showBanners?: boolean;
15
+ }
16
+ export declare const ShowcasePageDemo: Story<ShowcasePageArgs>;
17
+ //# sourceMappingURL=ShowcasePage.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowcasePage.stories.d.ts","sourceRoot":"","sources":["../../../src/build/PageTemplates/ShowcasePage.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAG/C,OAAO,EAAgB,eAAe,EAAE,MAAM,0BAA0B,CAAC;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;;AAMrD,wBAMU;AAEV,UAAU,gBAAgB;IACxB,KAAK,EAAE,eAAe,CAAC,OAAO,CAAC,CAAC;IAChC,WAAW,EAAE,eAAe,CAAC,aAAa,CAAC,CAAC;IAC5C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,UAAU,CAAC,KAAK,CAAC,CAAC;IAC7B,QAAQ,CAAC,EAAE,UAAU,CAAC,KAAK,CAAC,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,gBAAgB,CAwCpD,CAAC"}
@@ -0,0 +1,42 @@
1
+ import { action } from '@storybook/addon-actions';
2
+ import { ShowcasePage } from '@pega/cosmos-react-build';
3
+ import { BannerDemo } from '../../core/Banner/Banner.stories';
4
+ import { TableDemo } from '../../core/Table/Table.stories';
5
+ import { AppShellDemo } from '../AppShell/AppShell.stories';
6
+ export default {
7
+ title: 'Build/PageTemplates',
8
+ component: ShowcasePage,
9
+ parameters: {
10
+ layout: 'fullscreen'
11
+ }
12
+ };
13
+ export const ShowcasePageDemo = (args) => {
14
+ return (<AppShellDemo main={<ShowcasePage title={args.title || 'Live Data'} description={args.description} image={args.showImage
15
+ ? {
16
+ src: args.imageSrc || './build-live-data.svg',
17
+ alt: args.imageAlt || 'Image for the banner'
18
+ }
19
+ : undefined} actions={args.showActions
20
+ ? [
21
+ {
22
+ label: args.actionLabel || 'Add Data Type',
23
+ onClick: action('Banner action clicked!')
24
+ }
25
+ ]
26
+ : undefined} link={args.showActions ? { label: 'Learn more', href: '#' } : undefined} content={<TableDemo title={args.title || 'Live Data'}/>} banners={args.showBanners ? <BannerDemo variant='urgent' disableFocusControl/> : undefined}/>} appName='Compass App' text='Launchpad (Main)' showAppNameAndVersion showPreview showBranch currentItemId='liveData'/>);
27
+ };
28
+ ShowcasePageDemo.args = {
29
+ title: 'Live Data',
30
+ description: 'Live Data allows users to quickly and easily define the data required to build the apps they need, and then access that data in their running application - all without having to worry about how and where the data is actually stored and accessed.',
31
+ showImage: true,
32
+ showActions: true,
33
+ showBanners: false
34
+ };
35
+ ShowcasePageDemo.argTypes = {
36
+ title: { control: { type: 'text' } },
37
+ description: { control: { type: 'text' } },
38
+ showImage: { control: { type: 'boolean' } },
39
+ showActions: { control: { type: 'boolean' } },
40
+ showBanners: { control: { type: 'boolean' } }
41
+ };
42
+ //# sourceMappingURL=ShowcasePage.stories.jsx.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowcasePage.stories.jsx","sourceRoot":"","sources":["../../../src/build/PageTemplates/ShowcasePage.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAElD,OAAO,EAAE,YAAY,EAAmB,MAAM,0BAA0B,CAAC;AAGzE,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,gCAAgC,CAAC;AAC3D,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAE5D,eAAe;IACb,KAAK,EAAE,qBAAqB;IAC5B,SAAS,EAAE,YAAY;IACvB,UAAU,EAAE;QACV,MAAM,EAAE,YAAY;KACrB;CACM,CAAC;AAaV,MAAM,CAAC,MAAM,gBAAgB,GAA4B,CAAC,IAAsB,EAAE,EAAE;IAClF,OAAO,CACL,CAAC,YAAY,CACX,IAAI,CAAC,CACH,CAAC,YAAY,CACX,KAAK,CAAC,CAAC,IAAI,CAAC,KAAK,IAAI,WAAW,CAAC,CACjC,WAAW,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAC9B,KAAK,CAAC,CACJ,IAAI,CAAC,SAAS;gBACZ,CAAC,CAAC;oBACE,GAAG,EAAE,IAAI,CAAC,QAAQ,IAAI,uBAAuB;oBAC7C,GAAG,EAAE,IAAI,CAAC,QAAQ,IAAI,sBAAsB;iBAC7C;gBACH,CAAC,CAAC,SAAS,CACd,CACD,OAAO,CAAC,CACN,IAAI,CAAC,WAAW;gBACd,CAAC,CAAC;oBACE;wBACE,KAAK,EAAE,IAAI,CAAC,WAAW,IAAI,eAAe;wBAC1C,OAAO,EAAE,MAAM,CAAC,wBAAwB,CAAC;qBAC1C;iBACF;gBACH,CAAC,CAAC,SAAS,CACd,CACD,IAAI,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,YAAY,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,CACxE,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC,KAAK,IAAI,WAAW,CAAC,EAAG,CAAC,CACzD,OAAO,CAAC,CACN,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,OAAO,CAAC,QAAQ,CAAC,mBAAmB,EAAG,CAAC,CAAC,CAAC,SAAS,CACnF,EACD,CACH,CACD,OAAO,CAAC,aAAa,CACrB,IAAI,CAAC,kBAAkB,CACvB,qBAAqB,CACrB,WAAW,CACX,UAAU,CACV,aAAa,CAAC,UAAU,EACxB,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,gBAAgB,CAAC,IAAI,GAAG;IACtB,KAAK,EAAE,WAAW;IAClB,WAAW,EACT,uPAAuP;IACzP,SAAS,EAAE,IAAI;IACf,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,KAAK;CACnB,CAAC;AAEF,gBAAgB,CAAC,QAAQ,GAAG;IAC1B,KAAK,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE;IACpC,WAAW,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE;IAC1C,SAAS,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE;IAC3C,WAAW,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE;IAC7C,WAAW,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE;CAC9C,CAAC","sourcesContent":["import { Meta, Story } from '@storybook/react';\nimport { action } from '@storybook/addon-actions';\n\nimport { ShowcasePage, PageBannerProps } from '@pega/cosmos-react-build';\nimport { ImageProps } from '@pega/cosmos-react-core';\n\nimport { BannerDemo } from '../../core/Banner/Banner.stories';\nimport { TableDemo } from '../../core/Table/Table.stories';\nimport { AppShellDemo } from '../AppShell/AppShell.stories';\n\nexport default {\n title: 'Build/PageTemplates',\n component: ShowcasePage,\n parameters: {\n layout: 'fullscreen'\n }\n} as Meta;\n\ninterface ShowcasePageArgs {\n title: PageBannerProps['title'];\n description: PageBannerProps['description'];\n actionLabel?: string;\n imageSrc?: ImageProps['src'];\n imageAlt?: ImageProps['alt'];\n showImage?: boolean;\n showActions?: boolean;\n showBanners?: boolean;\n}\n\nexport const ShowcasePageDemo: Story<ShowcasePageArgs> = (args: ShowcasePageArgs) => {\n return (\n <AppShellDemo\n main={\n <ShowcasePage\n title={args.title || 'Live Data'}\n description={args.description}\n image={\n args.showImage\n ? {\n src: args.imageSrc || './build-live-data.svg',\n alt: args.imageAlt || 'Image for the banner'\n }\n : undefined\n }\n actions={\n args.showActions\n ? [\n {\n label: args.actionLabel || 'Add Data Type',\n onClick: action('Banner action clicked!')\n }\n ]\n : undefined\n }\n link={args.showActions ? { label: 'Learn more', href: '#' } : undefined}\n content={<TableDemo title={args.title || 'Live Data'} />}\n banners={\n args.showBanners ? <BannerDemo variant='urgent' disableFocusControl /> : undefined\n }\n />\n }\n appName='Compass App'\n text='Launchpad (Main)'\n showAppNameAndVersion\n showPreview\n showBranch\n currentItemId='liveData'\n />\n );\n};\n\nShowcasePageDemo.args = {\n title: 'Live Data',\n description:\n 'Live Data allows users to quickly and easily define the data required to build the apps they need, and then access that data in their running application - all without having to worry about how and where the data is actually stored and accessed.',\n showImage: true,\n showActions: true,\n showBanners: false\n};\n\nShowcasePageDemo.argTypes = {\n title: { control: { type: 'text' } },\n description: { control: { type: 'text' } },\n showImage: { control: { type: 'boolean' } },\n showActions: { control: { type: 'boolean' } },\n showBanners: { control: { type: 'boolean' } }\n};\n"]}
@@ -1,5 +1,5 @@
1
1
  import { Meta, Story } from '@storybook/react';
2
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: Meta;
3
3
  export default _default;
4
4
  export interface WorkbenchStoryProps {
5
5
  showActions?: boolean;
@@ -1,5 +1,5 @@
1
1
  import { Meta, Story } from '@storybook/react';
2
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: Meta;
3
3
  export default _default;
4
4
  interface ConditionBuilderStoryProps {
5
5
  validComparators?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"props.mock.d.ts","sourceRoot":"","sources":["../../../src/condition-builder/ConditionBuilder/props.mock.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,SAAS,EACT,mBAAmB,EACnB,KAAK,EACN,MAAM,sCAAsC,CAAC;AAE9C,eAAO,MAAM,UAAU,EAAE,KAAK,EAmK7B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,SAiC3B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,iBAAiB,EAI9C,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,mBAsB/B,CAAC"}
1
+ {"version":3,"file":"props.mock.d.ts","sourceRoot":"","sources":["../../../src/condition-builder/ConditionBuilder/props.mock.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,SAAS,EACT,mBAAmB,EACnB,KAAK,EACN,MAAM,sCAAsC,CAAC;AAE9C,eAAO,MAAM,UAAU,EAAE,KAAK,EAmK7B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,SAiC3B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,iBAAiB,EAI9C,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,mBAwB/B,CAAC"}
@@ -209,10 +209,12 @@ export const demoDateFunctions = {
209
209
  'WEEKS',
210
210
  'DAYS',
211
211
  'HOURS',
212
- 'HOURS_OF_DAY',
212
+ 'MINUTES',
213
+ 'SECONDS',
213
214
  'MONTHS_OF_YEAR',
214
215
  'DAYS_OF_MONTH',
215
- 'DAYS_OF_WEEK'
216
+ 'DAYS_OF_WEEK',
217
+ 'HOURS_OF_DAY'
216
218
  ],
217
219
  DATE_ONLY: [
218
220
  'YEARS',
@@ -1 +1 @@
1
- {"version":3,"file":"props.mock.js","sourceRoot":"","sources":["../../../src/condition-builder/ConditionBuilder/props.mock.ts"],"names":[],"mappings":"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","sourcesContent":["import {\n ComparatorsByType,\n Condition,\n DateFunctionsByType,\n Field\n} from '@pega/cosmos-react-condition-builder';\n\nexport const demoFields: Field[] = [\n {\n id: 'employeeId',\n primary: 'Employee ID',\n type: 'TEXT',\n possibleValues: [\n 'Customer Service',\n 'Engineering',\n 'Facilities',\n 'Finance',\n 'HR',\n 'IT',\n ' Sales '\n ]\n },\n {\n id: 'details',\n primary: 'Details',\n items: [\n {\n id: 'details.firstName',\n primary: 'First Name',\n type: 'TEXT'\n },\n {\n id: 'details.lastName',\n primary: 'Last Name',\n type: 'TEXT',\n possibleValues: () => {\n return new Promise(resolve => {\n setTimeout(() => {\n resolve([\n 'Value 1',\n 'Value 2',\n 'Value 3',\n 'Value 4',\n 'Value 5',\n 'Value 6',\n 'Value 7'\n ]);\n }, 5000);\n });\n }\n },\n { id: 'details.gender', primary: 'Gender', type: 'TEXT' },\n {\n id: 'details.age',\n primary: 'Age',\n type: 'NUMBER'\n },\n {\n id: 'details.profileDetails',\n primary: 'Profile Details',\n items: [\n {\n id: 'details.profileDetails.experience',\n primary: 'Experience (yrs)',\n type: 'NUMBER'\n },\n {\n id: 'details.profileDetails.department',\n primary: 'Department',\n type: 'TEXT',\n possibleValues: [\n 'Customer Service',\n 'Engineering',\n 'Facilities',\n 'Finance',\n 'HR',\n 'IT',\n 'Sales'\n ]\n }\n ]\n }\n ]\n },\n {\n id: 'salary',\n primary: 'Salary',\n type: 'NUMBER'\n },\n { id: 'hireDate', primary: 'Hire Date', type: 'DATE_ONLY' },\n { id: 'dateOfBirth', primary: 'Date of Birth', type: 'DATE_ONLY' },\n {\n id: 'technicalDetails',\n primary: 'Technical details',\n items: [\n {\n id: 'technicalDetails.shiftStartTime',\n primary: 'Shift start time',\n type: 'TIME_ONLY'\n },\n {\n id: 'technicalDetails.shiftEndTime',\n primary: 'Shift end time',\n type: 'TIME_ONLY'\n },\n {\n id: 'technicalDetails.lastActivityAt',\n primary: 'Last activity at',\n type: 'DATE_TIME'\n },\n {\n id: 'technicalDetails.nextPasswordReset',\n primary: 'Next password reset',\n type: 'DATE_TIME'\n }\n ]\n },\n { id: 'isSeniorCitizen', primary: 'Is Senior Citizen', type: 'BOOLEAN' },\n { id: 'isRemoteEmployee', primary: 'Is Remote Employee', type: 'BOOLEAN' },\n {\n id: 'createOperator',\n primary: 'Create operator',\n type: 'TEXT',\n parameters: [\n {\n id: 'currentOperator',\n primary: 'Current operator'\n },\n {\n id: 'manager',\n primary: 'Manager'\n }\n ],\n possibleValues: ['Value 1', 'Value 2', 'Value 3', 'Value 4', 'Value 5', 'Value 6', 'Value 7']\n },\n {\n id: 'organization',\n primary: 'Organization',\n type: 'TEXT',\n parameters: [\n {\n id: 'currentOrganization',\n primary: 'Current organization'\n }\n ]\n },\n {\n id: 'workgroup',\n primary: 'Workgroup',\n type: 'TEXT',\n parameters: [\n {\n id: 'currentWorkgroup',\n primary: 'Current workgroup'\n }\n ],\n possibleValues: ['Value 1', 'Value 2', 'Value 3', 'Value 4', 'Value 5', 'Value 6', 'Value 7']\n },\n {\n id: 'invalidField',\n primary: 'Invalid Field',\n type: 'TEXT',\n possibleValues: () => {\n return new Promise((_, reject) => {\n setTimeout(() => {\n reject(new Error());\n }, 5000);\n });\n }\n }\n];\n\nexport const demoCondition: Condition = {\n AND: [\n {\n condition: {\n lhs: {\n field: 'technicalDetails.lastActivityAt'\n },\n comparator: 'EQ',\n rhs: {\n value: '2021-08-13T14:30'\n }\n }\n },\n {\n NOT: {\n OR: [\n {\n condition: {\n lhs: { field: 'details.profileDetails.experience' },\n comparator: 'GTE',\n rhs: { value: 10 }\n }\n },\n {\n condition: {\n lhs: { field: 'isRemoteEmployee' },\n comparator: 'IS_TRUE'\n }\n }\n ]\n }\n }\n ]\n};\n\nexport const demoComparators: ComparatorsByType[] = [\n { type: 'TEXT', comparators: ['EQ', 'NEQ'] },\n { type: 'NUMBER', comparators: ['GT', 'GTE', 'LT', 'LTE'] },\n { type: 'BOOLEAN', comparators: ['IS_TRUE', 'IS_FALSE'] }\n];\n\nexport const demoDateFunctions: DateFunctionsByType = {\n DATE_TIME: [\n 'YEARS',\n 'QUARTERS',\n 'MONTHS',\n 'WEEKS',\n 'DAYS',\n 'HOURS',\n 'HOURS_OF_DAY',\n 'MONTHS_OF_YEAR',\n 'DAYS_OF_MONTH',\n 'DAYS_OF_WEEK'\n ],\n DATE_ONLY: [\n 'YEARS',\n 'QUARTERS',\n 'MONTHS',\n 'WEEKS',\n 'MONTHS_OF_YEAR',\n 'DAYS_OF_MONTH',\n 'DAYS_OF_WEEK'\n ]\n};\n"]}
1
+ {"version":3,"file":"props.mock.js","sourceRoot":"","sources":["../../../src/condition-builder/ConditionBuilder/props.mock.ts"],"names":[],"mappings":"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","sourcesContent":["import {\n ComparatorsByType,\n Condition,\n DateFunctionsByType,\n Field\n} from '@pega/cosmos-react-condition-builder';\n\nexport const demoFields: Field[] = [\n {\n id: 'employeeId',\n primary: 'Employee ID',\n type: 'TEXT',\n possibleValues: [\n 'Customer Service',\n 'Engineering',\n 'Facilities',\n 'Finance',\n 'HR',\n 'IT',\n ' Sales '\n ]\n },\n {\n id: 'details',\n primary: 'Details',\n items: [\n {\n id: 'details.firstName',\n primary: 'First Name',\n type: 'TEXT'\n },\n {\n id: 'details.lastName',\n primary: 'Last Name',\n type: 'TEXT',\n possibleValues: () => {\n return new Promise(resolve => {\n setTimeout(() => {\n resolve([\n 'Value 1',\n 'Value 2',\n 'Value 3',\n 'Value 4',\n 'Value 5',\n 'Value 6',\n 'Value 7'\n ]);\n }, 5000);\n });\n }\n },\n { id: 'details.gender', primary: 'Gender', type: 'TEXT' },\n {\n id: 'details.age',\n primary: 'Age',\n type: 'NUMBER'\n },\n {\n id: 'details.profileDetails',\n primary: 'Profile Details',\n items: [\n {\n id: 'details.profileDetails.experience',\n primary: 'Experience (yrs)',\n type: 'NUMBER'\n },\n {\n id: 'details.profileDetails.department',\n primary: 'Department',\n type: 'TEXT',\n possibleValues: [\n 'Customer Service',\n 'Engineering',\n 'Facilities',\n 'Finance',\n 'HR',\n 'IT',\n 'Sales'\n ]\n }\n ]\n }\n ]\n },\n {\n id: 'salary',\n primary: 'Salary',\n type: 'NUMBER'\n },\n { id: 'hireDate', primary: 'Hire Date', type: 'DATE_ONLY' },\n { id: 'dateOfBirth', primary: 'Date of Birth', type: 'DATE_ONLY' },\n {\n id: 'technicalDetails',\n primary: 'Technical details',\n items: [\n {\n id: 'technicalDetails.shiftStartTime',\n primary: 'Shift start time',\n type: 'TIME_ONLY'\n },\n {\n id: 'technicalDetails.shiftEndTime',\n primary: 'Shift end time',\n type: 'TIME_ONLY'\n },\n {\n id: 'technicalDetails.lastActivityAt',\n primary: 'Last activity at',\n type: 'DATE_TIME'\n },\n {\n id: 'technicalDetails.nextPasswordReset',\n primary: 'Next password reset',\n type: 'DATE_TIME'\n }\n ]\n },\n { id: 'isSeniorCitizen', primary: 'Is Senior Citizen', type: 'BOOLEAN' },\n { id: 'isRemoteEmployee', primary: 'Is Remote Employee', type: 'BOOLEAN' },\n {\n id: 'createOperator',\n primary: 'Create operator',\n type: 'TEXT',\n parameters: [\n {\n id: 'currentOperator',\n primary: 'Current operator'\n },\n {\n id: 'manager',\n primary: 'Manager'\n }\n ],\n possibleValues: ['Value 1', 'Value 2', 'Value 3', 'Value 4', 'Value 5', 'Value 6', 'Value 7']\n },\n {\n id: 'organization',\n primary: 'Organization',\n type: 'TEXT',\n parameters: [\n {\n id: 'currentOrganization',\n primary: 'Current organization'\n }\n ]\n },\n {\n id: 'workgroup',\n primary: 'Workgroup',\n type: 'TEXT',\n parameters: [\n {\n id: 'currentWorkgroup',\n primary: 'Current workgroup'\n }\n ],\n possibleValues: ['Value 1', 'Value 2', 'Value 3', 'Value 4', 'Value 5', 'Value 6', 'Value 7']\n },\n {\n id: 'invalidField',\n primary: 'Invalid Field',\n type: 'TEXT',\n possibleValues: () => {\n return new Promise((_, reject) => {\n setTimeout(() => {\n reject(new Error());\n }, 5000);\n });\n }\n }\n];\n\nexport const demoCondition: Condition = {\n AND: [\n {\n condition: {\n lhs: {\n field: 'technicalDetails.lastActivityAt'\n },\n comparator: 'EQ',\n rhs: {\n value: '2021-08-13T14:30'\n }\n }\n },\n {\n NOT: {\n OR: [\n {\n condition: {\n lhs: { field: 'details.profileDetails.experience' },\n comparator: 'GTE',\n rhs: { value: 10 }\n }\n },\n {\n condition: {\n lhs: { field: 'isRemoteEmployee' },\n comparator: 'IS_TRUE'\n }\n }\n ]\n }\n }\n ]\n};\n\nexport const demoComparators: ComparatorsByType[] = [\n { type: 'TEXT', comparators: ['EQ', 'NEQ'] },\n { type: 'NUMBER', comparators: ['GT', 'GTE', 'LT', 'LTE'] },\n { type: 'BOOLEAN', comparators: ['IS_TRUE', 'IS_FALSE'] }\n];\n\nexport const demoDateFunctions: DateFunctionsByType = {\n DATE_TIME: [\n 'YEARS',\n 'QUARTERS',\n 'MONTHS',\n 'WEEKS',\n 'DAYS',\n 'HOURS',\n 'MINUTES',\n 'SECONDS',\n 'MONTHS_OF_YEAR',\n 'DAYS_OF_MONTH',\n 'DAYS_OF_WEEK',\n 'HOURS_OF_DAY'\n ],\n DATE_ONLY: [\n 'YEARS',\n 'QUARTERS',\n 'MONTHS',\n 'WEEKS',\n 'MONTHS_OF_YEAR',\n 'DAYS_OF_MONTH',\n 'DAYS_OF_WEEK'\n ]\n};\n"]}
@@ -1,6 +1,6 @@
1
1
  import { Meta, Story } from '@storybook/react';
2
2
  import { ConditionInputMode, ConditionFieldType } from '@pega/cosmos-react-condition-builder';
3
- declare const _default: Meta<import("@storybook/react").Args>;
3
+ declare const _default: Meta;
4
4
  export default _default;
5
5
  interface ConditionInputStoryProps {
6
6
  fieldType: ConditionFieldType;
@@ -1 +1 @@
1
- {"version":3,"file":"PromotedFilters.mocks.d.ts","sourceRoot":"","sources":["../../../src/condition-builder/PromotedFilters/PromotedFilters.mocks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAEvF,eAAO,MAAM,aAAa,EAAE,SAoB3B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,oBAAoB,CAAC,SAAS,CA+JvD,CAAC"}
1
+ {"version":3,"file":"PromotedFilters.mocks.d.ts","sourceRoot":"","sources":["../../../src/condition-builder/PromotedFilters/PromotedFilters.mocks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAEvF,eAAO,MAAM,aAAa,EAAE,SAoB3B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,oBAAoB,CAAC,SAAS,CAmNvD,CAAC"}
@@ -22,6 +22,22 @@ export const demoCondition = {
22
22
  export const demoFilters = [
23
23
  { field: { name: 'FirstName', type: 'TEXT' }, mode: 'default', label: 'First name' },
24
24
  { field: { name: 'LastName', type: 'TEXT' }, mode: 'advanced', label: 'Last name' },
25
+ {
26
+ field: {
27
+ name: 'JobDescription',
28
+ type: 'TEXT',
29
+ possibleValues: [
30
+ 'Software Engineer',
31
+ 'Front End Developer',
32
+ 'QA Engineer',
33
+ 'Manager',
34
+ 'Product Manager',
35
+ 'Product Owner'
36
+ ]
37
+ },
38
+ mode: 'advanced',
39
+ label: 'Job description'
40
+ },
25
41
  {
26
42
  field: { name: 'Experience', type: 'INTEGER' },
27
43
  mode: 'default',
@@ -70,6 +86,28 @@ export const demoFilters = [
70
86
  value: 0
71
87
  }
72
88
  }
89
+ },
90
+ {
91
+ id: 'score4',
92
+ value: {
93
+ lhs: {
94
+ field: 'Score'
95
+ },
96
+ comparator: 'BTW',
97
+ rhs: {
98
+ start: 0,
99
+ end: 10
100
+ }
101
+ }
102
+ },
103
+ {
104
+ id: 'score5',
105
+ value: {
106
+ lhs: {
107
+ field: 'Score'
108
+ },
109
+ comparator: 'IS_NULL'
110
+ }
73
111
  }
74
112
  ]
75
113
  },
@@ -106,6 +144,20 @@ export const demoFilters = [
106
144
  }
107
145
  },
108
146
  label: 'After 2022'
147
+ },
148
+ {
149
+ id: 'hired3',
150
+ value: {
151
+ lhs: {
152
+ field: 'Hired'
153
+ },
154
+ comparator: 'BTW',
155
+ rhs: {
156
+ start: '2023-01-03',
157
+ end: '2023-31-03'
158
+ }
159
+ },
160
+ label: 'In March 2023'
109
161
  }
110
162
  ]
111
163
  },
@@ -175,7 +227,7 @@ export const demoFilters = [
175
227
  { id: 'resolved', primary: 'Resolved' }
176
228
  ])
177
229
  },
178
- mode: 'default'
230
+ mode: 'advanced'
179
231
  }
180
232
  ];
181
233
  //# sourceMappingURL=PromotedFilters.mocks.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PromotedFilters.mocks.js","sourceRoot":"","sources":["../../../src/condition-builder/PromotedFilters/PromotedFilters.mocks.ts"],"names":[],"mappings":"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","sourcesContent":["import { Condition, PromotedFiltersProps } from '@pega/cosmos-react-condition-builder';\n\nexport const demoCondition: Condition = {\n AND: [\n {\n condition: {\n lhs: {\n field: 'FirstName'\n },\n comparator: 'EQ',\n rhs: {\n value: 'John'\n }\n }\n },\n {\n condition: {\n lhs: { field: 'RemoteEmployee' },\n comparator: 'IS_TRUE'\n }\n }\n ]\n};\n\nexport const demoFilters: PromotedFiltersProps['filters'] = [\n { field: { name: 'FirstName', type: 'TEXT' }, mode: 'default', label: 'First name' },\n { field: { name: 'LastName', type: 'TEXT' }, mode: 'advanced', label: 'Last name' },\n {\n field: { name: 'Experience', type: 'INTEGER' },\n mode: 'default',\n label: 'Years of experience'\n },\n {\n field: {\n name: 'Score',\n type: 'INTEGER'\n },\n mode: 'predefined',\n label: 'Score',\n predefinedConditions: [\n {\n id: 'score1',\n value: {\n lhs: {\n field: 'Score'\n },\n comparator: 'GT',\n rhs: {\n value: 0\n }\n }\n },\n {\n id: 'score2',\n value: {\n lhs: {\n field: 'Score'\n },\n comparator: 'EQ',\n rhs: {\n value: 0\n }\n }\n },\n {\n id: 'score3',\n value: {\n lhs: {\n field: 'Score'\n },\n comparator: 'LT',\n rhs: {\n value: 0\n }\n }\n }\n ]\n },\n {\n field: {\n name: 'Hired',\n type: 'DATE_ONLY'\n },\n mode: 'predefined',\n label: 'Hired',\n predefinedConditions: [\n {\n id: 'hired1',\n value: {\n lhs: {\n field: 'Hired'\n },\n comparator: 'LT',\n rhs: {\n value: '2022-01-01'\n }\n },\n label: 'Before 2022'\n },\n {\n id: 'hired2',\n value: {\n lhs: {\n field: 'Hired'\n },\n comparator: 'GT',\n rhs: {\n value: '2022-01-01'\n }\n },\n label: 'After 2022'\n }\n ]\n },\n {\n field: { name: 'Salary', type: 'INTEGER' },\n mode: 'advanced',\n label: 'Salary'\n },\n {\n field: { name: 'HireDate', type: 'DATE_ONLY' },\n mode: 'default',\n label: 'Hire date'\n },\n {\n field: { name: 'LastPromotion', type: 'DATE_ONLY' },\n mode: 'advanced',\n label: 'Date of last promotion'\n },\n {\n field: { name: 'DailyMeetingTime', type: 'TIME_ONLY' },\n mode: 'default',\n label: 'Time of daily meeting'\n },\n {\n field: { name: 'StartOfWorkingHours', type: 'TIME_ONLY' },\n mode: 'advanced',\n label: 'Start of working hours'\n },\n {\n field: { name: 'NextReviewDate', type: 'DATE_TIME' },\n mode: 'default',\n label: 'Next scheduled review'\n },\n {\n field: { name: 'LastOfficeCheckIn', type: 'DATE_TIME' },\n mode: 'advanced',\n label: 'Last check-in in the office'\n },\n {\n field: { name: 'RemoteEmployee', type: 'BOOLEAN' },\n mode: 'default',\n label: 'Remote employee'\n },\n {\n field: {\n name: 'Department',\n type: 'PICKLIST',\n possibleValues: [\n 'Customer Service',\n 'Engineering',\n 'Facilities',\n 'Finance',\n 'HR',\n 'IT',\n 'Sales'\n ]\n },\n mode: 'default'\n },\n {\n field: {\n name: 'Status',\n type: 'PICKLIST',\n possibleValues: () =>\n Promise.resolve([\n { id: 'new', primary: 'New' },\n { id: 'open', primary: 'Open' },\n { id: 'resolved', primary: 'Resolved' }\n ])\n },\n mode: 'default'\n }\n];\n"]}
1
+ {"version":3,"file":"PromotedFilters.mocks.js","sourceRoot":"","sources":["../../../src/condition-builder/PromotedFilters/PromotedFilters.mocks.ts"],"names":[],"mappings":"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","sourcesContent":["import { Condition, PromotedFiltersProps } from '@pega/cosmos-react-condition-builder';\n\nexport const demoCondition: Condition = {\n AND: [\n {\n condition: {\n lhs: {\n field: 'FirstName'\n },\n comparator: 'EQ',\n rhs: {\n value: 'John'\n }\n }\n },\n {\n condition: {\n lhs: { field: 'RemoteEmployee' },\n comparator: 'IS_TRUE'\n }\n }\n ]\n};\n\nexport const demoFilters: PromotedFiltersProps['filters'] = [\n { field: { name: 'FirstName', type: 'TEXT' }, mode: 'default', label: 'First name' },\n { field: { name: 'LastName', type: 'TEXT' }, mode: 'advanced', label: 'Last name' },\n {\n field: {\n name: 'JobDescription',\n type: 'TEXT',\n possibleValues: [\n 'Software Engineer',\n 'Front End Developer',\n 'QA Engineer',\n 'Manager',\n 'Product Manager',\n 'Product Owner'\n ]\n },\n mode: 'advanced',\n label: 'Job description'\n },\n {\n field: { name: 'Experience', type: 'INTEGER' },\n mode: 'default',\n label: 'Years of experience'\n },\n {\n field: {\n name: 'Score',\n type: 'INTEGER'\n },\n mode: 'predefined',\n label: 'Score',\n predefinedConditions: [\n {\n id: 'score1',\n value: {\n lhs: {\n field: 'Score'\n },\n comparator: 'GT',\n rhs: {\n value: 0\n }\n }\n },\n {\n id: 'score2',\n value: {\n lhs: {\n field: 'Score'\n },\n comparator: 'EQ',\n rhs: {\n value: 0\n }\n }\n },\n {\n id: 'score3',\n value: {\n lhs: {\n field: 'Score'\n },\n comparator: 'LT',\n rhs: {\n value: 0\n }\n }\n },\n {\n id: 'score4',\n value: {\n lhs: {\n field: 'Score'\n },\n comparator: 'BTW',\n rhs: {\n start: 0,\n end: 10\n }\n }\n },\n {\n id: 'score5',\n value: {\n lhs: {\n field: 'Score'\n },\n comparator: 'IS_NULL'\n }\n }\n ]\n },\n {\n field: {\n name: 'Hired',\n type: 'DATE_ONLY'\n },\n mode: 'predefined',\n label: 'Hired',\n predefinedConditions: [\n {\n id: 'hired1',\n value: {\n lhs: {\n field: 'Hired'\n },\n comparator: 'LT',\n rhs: {\n value: '2022-01-01'\n }\n },\n label: 'Before 2022'\n },\n {\n id: 'hired2',\n value: {\n lhs: {\n field: 'Hired'\n },\n comparator: 'GT',\n rhs: {\n value: '2022-01-01'\n }\n },\n label: 'After 2022'\n },\n {\n id: 'hired3',\n value: {\n lhs: {\n field: 'Hired'\n },\n comparator: 'BTW',\n rhs: {\n start: '2023-01-03',\n end: '2023-31-03'\n }\n },\n label: 'In March 2023'\n }\n ]\n },\n {\n field: { name: 'Salary', type: 'INTEGER' },\n mode: 'advanced',\n label: 'Salary'\n },\n {\n field: { name: 'HireDate', type: 'DATE_ONLY' },\n mode: 'default',\n label: 'Hire date'\n },\n {\n field: { name: 'LastPromotion', type: 'DATE_ONLY' },\n mode: 'advanced',\n label: 'Date of last promotion'\n },\n {\n field: { name: 'DailyMeetingTime', type: 'TIME_ONLY' },\n mode: 'default',\n label: 'Time of daily meeting'\n },\n {\n field: { name: 'StartOfWorkingHours', type: 'TIME_ONLY' },\n mode: 'advanced',\n label: 'Start of working hours'\n },\n {\n field: { name: 'NextReviewDate', type: 'DATE_TIME' },\n mode: 'default',\n label: 'Next scheduled review'\n },\n {\n field: { name: 'LastOfficeCheckIn', type: 'DATE_TIME' },\n mode: 'advanced',\n label: 'Last check-in in the office'\n },\n {\n field: { name: 'RemoteEmployee', type: 'BOOLEAN' },\n mode: 'default',\n label: 'Remote employee'\n },\n {\n field: {\n name: 'Department',\n type: 'PICKLIST',\n possibleValues: [\n 'Customer Service',\n 'Engineering',\n 'Facilities',\n 'Finance',\n 'HR',\n 'IT',\n 'Sales'\n ]\n },\n mode: 'default'\n },\n {\n field: {\n name: 'Status',\n type: 'PICKLIST',\n possibleValues: () =>\n Promise.resolve([\n { id: 'new', primary: 'New' },\n { id: 'open', primary: 'Open' },\n { id: 'resolved', primary: 'Resolved' }\n ])\n },\n mode: 'advanced'\n }\n];\n"]}
@@ -1,5 +1,5 @@
1
1
  import { Meta, Story } from '@storybook/react';
2
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: Meta;
3
3
  export default _default;
4
4
  interface PromotedFiltersStoryProps {
5
5
  orientation?: 'vertical' | 'horizontal';
@@ -0,0 +1,22 @@
1
+ import { FormControlProps } from '@pega/cosmos-react-core';
2
+ interface Value {
3
+ name: string;
4
+ email: string;
5
+ locations: string;
6
+ meetings: string;
7
+ meals: string;
8
+ notes: string;
9
+ }
10
+ interface Field extends FormControlProps {
11
+ help?: FormControlProps['info'];
12
+ validator?: (this: Field) => string;
13
+ }
14
+ export declare const AIValues: Value[];
15
+ export declare const initFields: () => Field[];
16
+ export declare const fieldReducer: (fields: Field[], { type, name, value }: {
17
+ type: 'blur' | 'change' | 'submit' | 'cancel' | 'ai';
18
+ name?: string | undefined;
19
+ value?: string | undefined;
20
+ }) => Field[];
21
+ export {};
22
+ //# sourceMappingURL=AIButton.mocks.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AIButton.mocks.d.ts","sourceRoot":"","sources":["../../../src/core/AIButton/AIButton.mocks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAE3D,UAAU,KAAK;IACb,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf;AAED,UAAU,KAAM,SAAQ,gBAAgB;IACtC,IAAI,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC;IAChC,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,KAAK,KAAK,MAAM,CAAC;CACrC;AAGD,eAAO,MAAM,QAAQ,EAAE,KAAK,EAyC3B,CAAC;AAGF,eAAO,MAAM,UAAU,QAAO,KAAK,EAqDlC,CAAC;AAGF,eAAO,MAAM,YAAY,WACf,KAAK,EAAE;UAMP,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,IAAI;;;aAoCvD,CAAC"}