@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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FormDialog.mocks.jsx","sourceRoot":"","sources":["../../../src/core/Dialog/FormDialog.mocks.tsx"],"names":[],"mappings":"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","sourcesContent":["import { ChangeEvent, FocusEvent, useEffect, useReducer, useState } from 'react';\n\nimport {\n ComboBox,\n createUID,\n Flex,\n FormDialog,\n FormDialogProps,\n Input,\n SummaryList,\n SummaryListItem,\n Text\n} from '@pega/cosmos-react-core';\n\nimport { loadingTimeoutMS } from '../Progress/Progress.mocks';\n\nexport type MockCategory = `Category ${number}`;\n\nexport interface MockItem {\n readonly id: string;\n name: string;\n category: MockCategory;\n}\n\nexport type MockReducerPayload =\n | {\n type: 'add';\n item: Pick<MockItem, 'name' | 'category'>;\n }\n | {\n type: 'edit';\n item: MockItem;\n }\n | {\n type: 'remove';\n item: Pick<MockItem, 'id'>;\n };\n\nexport interface MockItemDialogProps extends Pick<FormDialogProps, 'target'> {\n item: MockItem | null;\n dispatch: (fieldValues: Pick<MockItem, 'name' | 'category'>) => void;\n onComplete: () => void;\n}\n\nconst errorText = 'Cannot be blank';\n\nconst categories = Array.from({ length: 5 }, (_, i): MockCategory => `Category ${i + 1}`);\n\nconst initialItems: MockItem[] = Array.from({ length: 3 }, (_, i) => {\n return {\n id: createUID(),\n name: `Editable item ${i + 1}`,\n category: categories[i]\n };\n});\n\nconst itemReducer = (items: MockItem[], payload: MockReducerPayload) => {\n switch (payload.type) {\n case 'add': {\n return [...items, { ...payload.item, id: createUID() }];\n }\n\n case 'edit': {\n return items.map(item => {\n return item.id === payload.item.id\n ? { ...item, name: payload.item.name, category: payload.item.category }\n : item;\n });\n }\n\n case 'remove': {\n const itemIndex = items.findIndex(item => item.id === payload.item.id);\n if (itemIndex === -1) return items;\n items.splice(itemIndex, 1);\n return [...items];\n }\n\n default: {\n return items;\n }\n }\n};\n\nconst progressStates = {\n loading: 'Loading...',\n submitting: 'Submitting...'\n} as const;\n\nexport const useMockItems = () => {\n return useReducer(itemReducer, undefined, () => initialItems);\n};\n\nexport const ItemDialog = ({\n target,\n item: itemProp,\n dispatch,\n onComplete\n}: MockItemDialogProps) => {\n const [nameField, setNameField] = useState<{\n value: string | null;\n error: typeof errorText | null;\n errorOnPriorBlur: boolean;\n }>(() => {\n return {\n value: itemProp?.name ?? null,\n error: null,\n errorOnPriorBlur: false\n };\n });\n\n const [categoryField, setCategoryField] = useState<{\n value: MockCategory | null;\n error: typeof errorText | null;\n }>(() => {\n return {\n value: itemProp?.category ?? null,\n error: null\n };\n });\n\n const [progress, setProgress] = useState<\n (typeof progressStates)[keyof typeof progressStates] | false\n >(progressStates.loading);\n\n useEffect(() => {\n let timerId: number;\n\n if (progress === progressStates.loading) {\n timerId = window.setTimeout(() => {\n setProgress(false);\n }, loadingTimeoutMS);\n } else if (progress === progressStates.submitting) {\n timerId = window.setTimeout(() => {\n setProgress(false);\n dispatch({ name: nameField.value!, category: categoryField.value! });\n onComplete();\n }, loadingTimeoutMS);\n }\n\n return () => {\n window.clearTimeout(timerId);\n };\n }, [progress]);\n\n return (\n <FormDialog\n target={target}\n heading={`${itemProp ? 'Edit' : 'Add'} item`}\n progress={progress}\n onCancel={{\n disabled: progress === progressStates.submitting,\n handler: () => {\n setProgress(false);\n onComplete();\n }\n }}\n onSubmit={{\n disabled:\n !!progress || [nameField, categoryField].some(field => !field.value || field.error),\n handler: () => {\n setProgress(progressStates.submitting);\n }\n }}\n >\n {(!progress || progress !== progressStates.loading) && (\n <Flex container={{ direction: 'column', gap: 2 }}>\n <Input\n required\n label='Name'\n value={nameField.value ?? ''}\n onChange={(e: ChangeEvent<HTMLInputElement>) => {\n setNameField(cur => ({\n ...cur,\n value: e.target.value,\n error: !e.target.value && cur.errorOnPriorBlur ? errorText : null\n }));\n }}\n onBlur={(e: FocusEvent<HTMLInputElement>) => {\n if (!e.target.value) {\n setNameField(cur => ({\n ...cur,\n error: errorText,\n errorOnPriorBlur: true\n }));\n } else if (nameField.errorOnPriorBlur) {\n setNameField(cur => ({ ...cur, errorOnPriorBlur: false }));\n }\n }}\n status={nameField.error ? 'error' : undefined}\n info={nameField.error}\n />\n <ComboBox\n required\n label='Category'\n selected={\n categoryField.value\n ? {\n items: {\n id: categoryField.value,\n text: categoryField.value\n }\n }\n : undefined\n }\n menu={{\n mode: 'single-select',\n onItemClick: category => {\n setCategoryField({\n value: category as MockCategory,\n error: null\n });\n },\n items: categories.map(category => {\n return {\n id: category,\n primary: category,\n selected: category === categoryField.value\n };\n })\n }}\n onBlur={selected => {\n if (!selected) {\n setCategoryField(cur => ({ ...cur, error: errorText }));\n }\n }}\n status={categoryField.error ? 'error' : undefined}\n info={categoryField.error}\n />\n </Flex>\n )}\n </FormDialog>\n );\n};\n\nexport const FormDialogMock = () => {\n const [dialogTarget, setDialogTarget] = useState<MockItemDialogProps['target'] | null>(null);\n const [editItem, setEditItem] = useState<MockItem | null>(null);\n const [items, dispatch] = useMockItems();\n\n return (\n <>\n <SummaryList\n name='Editable items'\n icon='list'\n count={items.length}\n actions={[\n {\n id: 'Add',\n text: 'Add',\n icon: 'plus',\n onClick: (_, e) => {\n setDialogTarget(e.currentTarget);\n }\n }\n ]}\n items={items.map<SummaryListItem>(({ id, name, category }) => {\n return {\n id,\n primary: name,\n secondary: <Text variant='secondary'>{category}</Text>,\n actions: [\n {\n id: 'Edit',\n text: 'Edit',\n icon: 'pencil',\n onClick: (_, e, menuButton) => {\n if (menuButton) setDialogTarget(menuButton);\n\n setEditItem({\n id,\n name,\n category\n });\n }\n },\n {\n id: 'Remove',\n text: 'Remove',\n icon: 'trash',\n onClick: () => {\n dispatch({ type: 'remove', item: { id } });\n }\n }\n ]\n };\n })}\n />\n\n {dialogTarget && (\n <ItemDialog\n target={dialogTarget}\n item={editItem}\n // Wrap dispatch so the dialog can only affect the item it creates or updates.\n dispatch={fields => {\n dispatch(\n editItem\n ? { type: 'edit', item: { id: editItem.id, ...fields } }\n : { type: 'add', item: { ...fields } }\n );\n }}\n onComplete={() => {\n setDialogTarget(null);\n setEditItem(null);\n }}\n />\n )}\n </>\n );\n};\n"]}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ export declare const InfoDialogMock: () => JSX.Element;
3
+ export declare const InfoDialogProgressMock: () => JSX.Element;
4
+ //# sourceMappingURL=InfoDialog.mocks.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InfoDialog.mocks.d.ts","sourceRoot":"","sources":["../../../src/core/Dialog/InfoDialog.mocks.tsx"],"names":[],"mappings":";AAsBA,eAAO,MAAM,cAAc,mBAqB1B,CAAC;AAEF,eAAO,MAAM,sBAAsB,mBAmDlC,CAAC"}
@@ -0,0 +1,64 @@
1
+ import { useState } from 'react';
2
+ import { useElement, useAfterInitialEffect } from '@pega/cosmos-react-core/lib/hooks';
3
+ import { Avatar, Button, Flex, InfoDialog, Text } from '@pega/cosmos-react-core';
4
+ import { FieldValueListDemo } from '../FieldValueList/FieldValueList.stories';
5
+ import { loadingTimeoutMS } from '../Progress/Progress.mocks';
6
+ const mockContent = (<Flex container={{ direction: 'column', gap: 2 }}>
7
+ <Text as='p'>
8
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
9
+ labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
10
+ laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in
11
+ voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat
12
+ non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
13
+ </Text>
14
+ <FieldValueListDemo name='Demo field' value='demo value'/>
15
+ </Flex>);
16
+ export const InfoDialogMock = () => {
17
+ const [target, setTarget] = useElement(null);
18
+ return (<>
19
+ <Button variant='secondary' onClick={(e) => {
20
+ setTarget(e.currentTarget);
21
+ }}>
22
+ Open dialog
23
+ </Button>
24
+
25
+ {target ? (<InfoDialog heading='General information' target={target} onDismiss={() => setTarget(null)}>
26
+ {mockContent}
27
+ </InfoDialog>) : null}
28
+ </>);
29
+ };
30
+ export const InfoDialogProgressMock = () => {
31
+ const [target, setTarget] = useElement(null);
32
+ const [heading, setHeading] = useState();
33
+ const [content, setContent] = useState(null);
34
+ useAfterInitialEffect(() => {
35
+ if (!target) {
36
+ setHeading(undefined);
37
+ setContent(null);
38
+ return;
39
+ }
40
+ const timeout = window.setTimeout(() => {
41
+ setHeading({
42
+ primary: 'Primary heading',
43
+ secondary: 'Secondary info',
44
+ visual: <Avatar name='Info Dialog'/>
45
+ });
46
+ setContent(mockContent);
47
+ }, loadingTimeoutMS);
48
+ return () => {
49
+ window.clearTimeout(timeout);
50
+ };
51
+ }, [target]);
52
+ return (<>
53
+ <Button variant='secondary' onClick={(e) => {
54
+ setTarget(e.currentTarget);
55
+ }}>
56
+ Open dialog
57
+ </Button>
58
+
59
+ {target && (<InfoDialog heading={heading} target={target} onDismiss={() => setTarget(null)} progress={!content}>
60
+ {content}
61
+ </InfoDialog>)}
62
+ </>);
63
+ };
64
+ //# sourceMappingURL=InfoDialog.mocks.jsx.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InfoDialog.mocks.jsx","sourceRoot":"","sources":["../../../src/core/Dialog/InfoDialog.mocks.tsx"],"names":[],"mappings":"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","sourcesContent":["import { useState, MouseEvent } from 'react';\n\nimport { useElement, useAfterInitialEffect } from '@pega/cosmos-react-core/lib/hooks';\nimport { Avatar, Button, Flex, InfoDialog, Text } from '@pega/cosmos-react-core';\nimport { InfoDialogProps } from '@pega/cosmos-react-core/lib/components/Dialog/Dialog.types';\n\nimport { FieldValueListDemo } from '../FieldValueList/FieldValueList.stories';\nimport { loadingTimeoutMS } from '../Progress/Progress.mocks';\n\nconst mockContent = (\n <Flex container={{ direction: 'column', gap: 2 }}>\n <Text as='p'>\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut\n labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco\n laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in\n voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat\n non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n </Text>\n <FieldValueListDemo name='Demo field' value='demo value' />\n </Flex>\n);\n\nexport const InfoDialogMock = () => {\n const [target, setTarget] = useElement<HTMLButtonElement>(null);\n\n return (\n <>\n <Button\n variant='secondary'\n onClick={(e: MouseEvent<HTMLButtonElement>) => {\n setTarget(e.currentTarget);\n }}\n >\n Open dialog\n </Button>\n\n {target ? (\n <InfoDialog heading='General information' target={target} onDismiss={() => setTarget(null)}>\n {mockContent}\n </InfoDialog>\n ) : null}\n </>\n );\n};\n\nexport const InfoDialogProgressMock = () => {\n const [target, setTarget] = useElement<HTMLButtonElement>(null);\n const [heading, setHeading] = useState<InfoDialogProps['heading']>();\n const [content, setContent] = useState<InfoDialogProps['children']>(null);\n\n useAfterInitialEffect(() => {\n if (!target) {\n setHeading(undefined);\n setContent(null);\n return;\n }\n\n // Mocking a network request to fetch data\n const timeout = window.setTimeout(() => {\n setHeading({\n primary: 'Primary heading',\n secondary: 'Secondary info',\n visual: <Avatar name='Info Dialog' />\n });\n\n setContent(mockContent);\n }, loadingTimeoutMS);\n\n return () => {\n window.clearTimeout(timeout);\n };\n }, [target]);\n\n return (\n <>\n <Button\n variant='secondary'\n onClick={(e: MouseEvent<HTMLButtonElement>) => {\n setTarget(e.currentTarget);\n }}\n >\n Open dialog\n </Button>\n\n {target && (\n <InfoDialog\n heading={heading}\n target={target}\n onDismiss={() => setTarget(null)}\n progress={!content}\n >\n {content}\n </InfoDialog>\n )}\n </>\n );\n};\n"]}
@@ -1,6 +1,6 @@
1
1
  import { Meta, Story } from '@storybook/react';
2
2
  import { DrawerProps } from '@pega/cosmos-react-core';
3
- declare const _default: Meta<import("@storybook/react").Args>;
3
+ declare const _default: Meta;
4
4
  export default _default;
5
5
  export declare const ContainedDrawer: Story<DrawerProps>;
6
6
  export declare const ViewportDrawer: Story<DrawerProps>;
@@ -1,6 +1,6 @@
1
1
  import { Meta, Story } from '@storybook/react';
2
2
  import { EmailDisplayProps } from '@pega/cosmos-react-core';
3
- declare const _default: Meta<import("@storybook/react").Args>;
3
+ declare const _default: Meta;
4
4
  export default _default;
5
5
  export declare const EmailDisplayDemo: Story<EmailDisplayProps>;
6
6
  //# sourceMappingURL=EmailDisplay.stories.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import { Meta, Story } from '@storybook/react';
2
2
  import { EmojiPickerProps } from '@pega/cosmos-react-core';
3
- declare const _default: Meta<import("@storybook/react").Args>;
3
+ declare const _default: Meta;
4
4
  export default _default;
5
5
  export declare const EmojiPickerDemo: Story<EmojiPickerProps>;
6
6
  export declare const EmojiPickerExcludeDemo: Story<EmojiPickerProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"EmojiPicker.stories.d.ts","sourceRoot":"","sources":["../../../src/core/EmojiPicker/EmojiPicker.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAI/C,OAAO,EAA6B,gBAAgB,EAAe,MAAM,yBAAyB,CAAC;;AAEnG,wBAaU;AAEV,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,gBAAgB,CAkBnD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,KAAK,CAAC,gBAAgB,CAmB1D,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,gBAAgB,CA0BlD,CAAC"}
1
+ {"version":3,"file":"EmojiPicker.stories.d.ts","sourceRoot":"","sources":["../../../src/core/EmojiPicker/EmojiPicker.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAI/C,OAAO,EAA6B,gBAAgB,EAAe,MAAM,yBAAyB,CAAC;;AAEnG,wBAaU;AAEV,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,gBAAgB,CAkBnD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,KAAK,CAAC,gBAAgB,CAmB1D,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,gBAAgB,CA8BlD,CAAC"}
@@ -1,4 +1,4 @@
1
- import { useState } from 'react';
1
+ import { useMemo, useState } from 'react';
2
2
  import { EmojiPicker, EmojiContext, Flex, Input } from '@pega/cosmos-react-core';
3
3
  export default {
4
4
  title: 'Core/EmojiPicker',
@@ -39,10 +39,11 @@ export const CustomEmojiSet = (args) => {
39
39
  const onEmojiSelect = (emoji) => {
40
40
  setValue(curr => `${curr}${emoji.native}`);
41
41
  };
42
- return (<EmojiContext.Provider value={{
43
- set: 'google',
44
- spriteSrcResolver: () => 'https://unpkg.com/emoji-datasource-google@5.0.1/img/google/sheets-clean/32.png'
45
- }}>
42
+ const ctx = useMemo(() => ({
43
+ set: 'google',
44
+ spriteSrcResolver: () => 'https://unpkg.com/emoji-datasource-google@5.0.1/img/google/sheets-clean/32.png'
45
+ }), []);
46
+ return (<EmojiContext.Provider value={ctx}>
46
47
  <Flex container={{ direction: 'column' }}>
47
48
  <Input value={value}/>
48
49
  <EmojiPicker showFooter={args.showFooter} emojiSize={args.emojiSize} perLine={args.perLine} onSelect={onEmojiSelect}/>
@@ -1 +1 @@
1
- {"version":3,"file":"EmojiPicker.stories.jsx","sourceRoot":"","sources":["../../../src/core/EmojiPicker/EmojiPicker.stories.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Meta, Story } from '@storybook/react';\nimport { useState } from 'react';\nimport { BaseEmoji } from 'emoji-mart';\n\nimport { EmojiPicker, EmojiContext, EmojiPickerProps, Flex, Input } from '@pega/cosmos-react-core';\n\nexport default {\n title: 'Core/EmojiPicker',\n component: EmojiPicker,\n args: {\n showFooter: false,\n emojiSize: 24,\n perLine: 9\n },\n argTypes: {\n showFooter: { control: { type: 'boolean' } },\n emojiSize: { control: { type: 'number' } },\n perLine: { control: { type: 'number' } }\n }\n} as Meta;\n\nexport const EmojiPickerDemo: Story<EmojiPickerProps> = (args: EmojiPickerProps) => {\n const [value, setValue] = useState<string>('');\n\n const onEmojiSelect = (emoji: BaseEmoji) => {\n setValue(curr => `${curr}${emoji.native}`);\n };\n\n return (\n <Flex container={{ direction: 'column' }}>\n <Input value={value} />\n <EmojiPicker\n showFooter={args.showFooter}\n emojiSize={args.emojiSize}\n perLine={args.perLine}\n onSelect={onEmojiSelect}\n />\n </Flex>\n );\n};\n\nexport const EmojiPickerExcludeDemo: Story<EmojiPickerProps> = (args: EmojiPickerProps) => {\n const [value, setValue] = useState<string>('');\n\n const onEmojiSelect = (emoji: BaseEmoji) => {\n setValue(curr => `${curr}${emoji.native}`);\n };\n\n return (\n <Flex container={{ direction: 'column' }}>\n <Input value={value} />\n <EmojiPicker\n exclude={['recent', 'people', 'foods', 'activity', 'flags']}\n showFooter={args.showFooter}\n emojiSize={args.emojiSize}\n perLine={args.perLine}\n onSelect={onEmojiSelect}\n />\n </Flex>\n );\n};\n\nexport const CustomEmojiSet: Story<EmojiPickerProps> = (args: EmojiPickerProps) => {\n const [value, setValue] = useState<string>('');\n\n const onEmojiSelect = (emoji: BaseEmoji) => {\n setValue(curr => `${curr}${emoji.native}`);\n };\n\n return (\n <EmojiContext.Provider\n value={{\n set: 'google',\n spriteSrcResolver: () =>\n 'https://unpkg.com/emoji-datasource-google@5.0.1/img/google/sheets-clean/32.png'\n }}\n >\n <Flex container={{ direction: 'column' }}>\n <Input value={value} />\n <EmojiPicker\n showFooter={args.showFooter}\n emojiSize={args.emojiSize}\n perLine={args.perLine}\n onSelect={onEmojiSelect}\n />\n </Flex>\n </EmojiContext.Provider>\n );\n};\n"]}
1
+ {"version":3,"file":"EmojiPicker.stories.jsx","sourceRoot":"","sources":["../../../src/core/EmojiPicker/EmojiPicker.stories.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Meta, Story } from '@storybook/react';\nimport { useMemo, useState } from 'react';\nimport { BaseEmoji } from 'emoji-mart';\n\nimport { EmojiPicker, EmojiContext, EmojiPickerProps, Flex, Input } from '@pega/cosmos-react-core';\n\nexport default {\n title: 'Core/EmojiPicker',\n component: EmojiPicker,\n args: {\n showFooter: false,\n emojiSize: 24,\n perLine: 9\n },\n argTypes: {\n showFooter: { control: { type: 'boolean' } },\n emojiSize: { control: { type: 'number' } },\n perLine: { control: { type: 'number' } }\n }\n} as Meta;\n\nexport const EmojiPickerDemo: Story<EmojiPickerProps> = (args: EmojiPickerProps) => {\n const [value, setValue] = useState<string>('');\n\n const onEmojiSelect = (emoji: BaseEmoji) => {\n setValue(curr => `${curr}${emoji.native}`);\n };\n\n return (\n <Flex container={{ direction: 'column' }}>\n <Input value={value} />\n <EmojiPicker\n showFooter={args.showFooter}\n emojiSize={args.emojiSize}\n perLine={args.perLine}\n onSelect={onEmojiSelect}\n />\n </Flex>\n );\n};\n\nexport const EmojiPickerExcludeDemo: Story<EmojiPickerProps> = (args: EmojiPickerProps) => {\n const [value, setValue] = useState<string>('');\n\n const onEmojiSelect = (emoji: BaseEmoji) => {\n setValue(curr => `${curr}${emoji.native}`);\n };\n\n return (\n <Flex container={{ direction: 'column' }}>\n <Input value={value} />\n <EmojiPicker\n exclude={['recent', 'people', 'foods', 'activity', 'flags']}\n showFooter={args.showFooter}\n emojiSize={args.emojiSize}\n perLine={args.perLine}\n onSelect={onEmojiSelect}\n />\n </Flex>\n );\n};\n\nexport const CustomEmojiSet: Story<EmojiPickerProps> = (args: EmojiPickerProps) => {\n const [value, setValue] = useState<string>('');\n\n const onEmojiSelect = (emoji: BaseEmoji) => {\n setValue(curr => `${curr}${emoji.native}`);\n };\n\n const ctx = useMemo(\n () =>\n ({\n set: 'google',\n spriteSrcResolver: () =>\n 'https://unpkg.com/emoji-datasource-google@5.0.1/img/google/sheets-clean/32.png'\n } as const),\n []\n );\n\n return (\n <EmojiContext.Provider value={ctx}>\n <Flex container={{ direction: 'column' }}>\n <Input value={value} />\n <EmojiPicker\n showFooter={args.showFooter}\n emojiSize={args.emojiSize}\n perLine={args.perLine}\n onSelect={onEmojiSelect}\n />\n </Flex>\n </EmojiContext.Provider>\n );\n};\n"]}
@@ -1,6 +1,6 @@
1
1
  import { Meta, Story } from '@storybook/react';
2
2
  import { EmptyStateProps } from '@pega/cosmos-react-core';
3
- declare const _default: Meta<import("@storybook/react").Args>;
3
+ declare const _default: Meta;
4
4
  export default _default;
5
5
  export declare const EmptyStateDemo: Story<EmptyStateProps>;
6
6
  //# sourceMappingURL=EmptyState.stories.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import { Meta, Story } from '@storybook/react';
2
2
  import { ErrorStateProps } from '@pega/cosmos-react-core';
3
- declare const _default: Meta<import("@storybook/react").Args>;
3
+ declare const _default: Meta;
4
4
  export default _default;
5
5
  interface ErrorStateStoryProps extends ErrorStateProps {
6
6
  displayRetry?: boolean;
@@ -1,6 +1,6 @@
1
1
  import { Meta, Story } from '@storybook/react';
2
2
  import { ExpandCollapseProps } from '@pega/cosmos-react-core';
3
- declare const _default: Meta<import("@storybook/react").Args>;
3
+ declare const _default: Meta;
4
4
  export default _default;
5
5
  export declare const VerticalExpandCollapse: Story<ExpandCollapseProps>;
6
6
  export declare const HorizontalExpandCollapse: Story<ExpandCollapseProps>;
@@ -1,12 +1,17 @@
1
1
  import { Meta, Story } from '@storybook/react';
2
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ import { FieldGroupProps } from '@pega/cosmos-react-core';
3
+ declare const _default: Meta;
3
4
  export default _default;
4
5
  interface FieldGroupStoryProps {
5
6
  firstGroupName?: string;
7
+ firstGroupHeadingTag?: FieldGroupProps['headingTag'];
8
+ showfirstGroupHeadingTag?: boolean;
6
9
  firstGroupCollapsible?: boolean;
7
10
  firstGroupDescription?: string;
8
11
  showFirstAdditionalInfo?: boolean;
9
12
  secondGroupName?: string;
13
+ secondGroupHeadingTag?: FieldGroupProps['headingTag'];
14
+ showsecondGroupHeadingTag?: boolean;
10
15
  secondGroupCollapsible?: boolean;
11
16
  secondGroupDescription?: string;
12
17
  showSecondAdditionalInfo?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"FieldGroup.stories.d.ts","sourceRoot":"","sources":["../../../src/core/FieldGroup/FieldGroup.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;;AAY/C,wBAGU;AAEV,UAAU,oBAAoB;IAC5B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,wBAAwB,CAAC,EAAE,OAAO,CAAC;CACpC;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,oBAAoB,CAqDtD,CAAC"}
1
+ {"version":3,"file":"FieldGroup.stories.d.ts","sourceRoot":"","sources":["../../../src/core/FieldGroup/FieldGroup.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAE/C,OAAO,EAQL,eAAe,EAChB,MAAM,yBAAyB,CAAC;;AAEjC,wBAGU;AAEV,UAAU,oBAAoB;IAC5B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,oBAAoB,CAAC,EAAE,eAAe,CAAC,YAAY,CAAC,CAAC;IACrD,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,qBAAqB,CAAC,EAAE,eAAe,CAAC,YAAY,CAAC,CAAC;IACtD,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,wBAAwB,CAAC,EAAE,OAAO,CAAC;CACpC;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,oBAAoB,CAuEtD,CAAC"}
@@ -1,11 +1,18 @@
1
+ import { useState } from 'react';
1
2
  import { DateInput, FieldGroup, Grid, Input, Select, Option, TextArea } from '@pega/cosmos-react-core';
2
3
  export default {
3
4
  title: 'Core/FieldGroup',
4
5
  component: FieldGroup
5
6
  };
6
7
  export const FieldGroupDemo = (args) => {
7
- return (<Grid container={{ rowGap: 1 }}>
8
- <FieldGroup name={args.firstGroupName} description={args.firstGroupDescription} collapsible={args.firstGroupCollapsible} additionalInfo={args.showFirstAdditionalInfo
8
+ const [firstGroupCollapsed, setFirstGroupCollapsed] = useState(false);
9
+ const [secondGroupCollapsed, setSecondGroupCollapsed] = useState(false);
10
+ return (<Grid container={{ rowGap: 2 }}>
11
+ <FieldGroup name={args.firstGroupName} headingTag={args.showfirstGroupHeadingTag ? args.firstGroupHeadingTag : undefined} description={args.firstGroupDescription} collapsed={args.firstGroupCollapsible ? firstGroupCollapsed : undefined} onToggleCollapsed={args.firstGroupCollapsible
12
+ ? () => {
13
+ setFirstGroupCollapsed(state => !state);
14
+ }
15
+ : undefined} additionalInfo={args.showFirstAdditionalInfo
9
16
  ? { heading: 'Additional Info', content: 'This is a field group' }
10
17
  : undefined}>
11
18
  <Grid container={{ gap: 1, cols: 'repeat(auto-fit, minmax(min(40ch, 100%), 1fr))' }}>
@@ -22,7 +29,11 @@ export const FieldGroupDemo = (args) => {
22
29
  <Input disabled type='text' label='Disabled 1'/>
23
30
  </Grid>
24
31
  </FieldGroup>
25
- <FieldGroup name={args.secondGroupName} description={args.secondGroupDescription} collapsible={args.secondGroupCollapsible} additionalInfo={args.showSecondAdditionalInfo
32
+ <FieldGroup name={args.secondGroupName} headingTag={args.showsecondGroupHeadingTag ? args.secondGroupHeadingTag : undefined} description={args.secondGroupDescription} collapsed={args.secondGroupCollapsible ? secondGroupCollapsed : undefined} onToggleCollapsed={args.secondGroupCollapsible
33
+ ? () => {
34
+ setSecondGroupCollapsed(state => !state);
35
+ }
36
+ : undefined} additionalInfo={args.showSecondAdditionalInfo
26
37
  ? { heading: 'Additional Info', content: 'This is another field group' }
27
38
  : undefined}>
28
39
  <Grid container={{ gap: 1, cols: 'repeat(auto-fill, minmax(min(40ch, 100%), 1fr))' }}>
@@ -43,20 +54,34 @@ export const FieldGroupDemo = (args) => {
43
54
  };
44
55
  FieldGroupDemo.args = {
45
56
  firstGroupName: 'Field group 1',
57
+ firstGroupHeadingTag: undefined,
58
+ showfirstGroupHeadingTag: true,
46
59
  firstGroupCollapsible: true,
47
60
  firstGroupDescription: '',
48
61
  showFirstAdditionalInfo: true,
49
62
  secondGroupName: 'Field group 2',
63
+ secondGroupHeadingTag: undefined,
64
+ showsecondGroupHeadingTag: true,
50
65
  secondGroupCollapsible: true,
51
66
  secondGroupDescription: '',
52
67
  showSecondAdditionalInfo: true
53
68
  };
54
69
  FieldGroupDemo.argTypes = {
55
70
  firstGroupName: { control: { type: 'text' } },
71
+ firstGroupHeadingTag: {
72
+ options: ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'],
73
+ control: { type: 'select' }
74
+ },
75
+ showfirstGroupHeadingTag: { control: { type: 'boolean' } },
56
76
  firstGroupCollapsible: { control: { type: 'boolean' } },
57
77
  firstGroupDescription: { control: { type: 'text' } },
58
78
  showFirstAdditionalInfo: { control: { type: 'boolean' } },
59
79
  secondGroupName: { control: { type: 'text' } },
80
+ secondGroupHeadingTag: {
81
+ options: ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'],
82
+ control: { type: 'select' }
83
+ },
84
+ showsecondGroupHeadingTag: { control: { type: 'boolean' } },
60
85
  secondGroupCollapsible: { control: { type: 'boolean' } },
61
86
  secondGroupDescription: { control: { type: 'text' } },
62
87
  showSecondAdditionalInfo: { control: { type: 'boolean' } }
@@ -1 +1 @@
1
- {"version":3,"file":"FieldGroup.stories.jsx","sourceRoot":"","sources":["../../../src/core/FieldGroup/FieldGroup.stories.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Meta, Story } from '@storybook/react';\n\nimport {\n DateInput,\n FieldGroup,\n Grid,\n Input,\n Select,\n Option,\n TextArea\n} from '@pega/cosmos-react-core';\n\nexport default {\n title: 'Core/FieldGroup',\n component: FieldGroup\n} as Meta;\n\ninterface FieldGroupStoryProps {\n firstGroupName?: string;\n firstGroupCollapsible?: boolean;\n firstGroupDescription?: string;\n showFirstAdditionalInfo?: boolean;\n secondGroupName?: string;\n secondGroupCollapsible?: boolean;\n secondGroupDescription?: string;\n showSecondAdditionalInfo?: boolean;\n}\n\nexport const FieldGroupDemo: Story<FieldGroupStoryProps> = (args: FieldGroupStoryProps) => {\n return (\n <Grid container={{ rowGap: 1 }}>\n <FieldGroup\n name={args.firstGroupName}\n description={args.firstGroupDescription}\n collapsible={args.firstGroupCollapsible}\n additionalInfo={\n args.showFirstAdditionalInfo\n ? { heading: 'Additional Info', content: 'This is a field group' }\n : undefined\n }\n >\n <Grid container={{ gap: 1, cols: 'repeat(auto-fit, minmax(min(40ch, 100%), 1fr))' }}>\n <Input type='text' label='Text 1' />\n <Select label='Select 1'>\n <Option value='A'>Option 1A</Option>\n <Option value='B'>Option 1B</Option>\n </Select>\n <DateInput label='Date 1' />\n <Grid item={{ colStart: '1', colEnd: '-1' }}>\n <TextArea label='TextArea 1' />\n </Grid>\n <Input required type='text' label='Required 1' />\n <Input disabled type='text' label='Disabled 1' />\n </Grid>\n </FieldGroup>\n <FieldGroup\n name={args.secondGroupName}\n description={args.secondGroupDescription}\n collapsible={args.secondGroupCollapsible}\n additionalInfo={\n args.showSecondAdditionalInfo\n ? { heading: 'Additional Info', content: 'This is another field group' }\n : undefined\n }\n >\n <Grid container={{ gap: 1, cols: 'repeat(auto-fill, minmax(min(40ch, 100%), 1fr))' }}>\n <Input type='text' label='Text 2' />\n <Select label='Select 2'>\n <Option value='A'>Option 2A</Option>\n <Option value='B'>Option 2B</Option>\n </Select>\n <DateInput label='Date 2' />\n <Grid item={{ colStart: '1', colEnd: '-1' }}>\n <TextArea label='TextArea 2' />\n </Grid>\n <Input required type='text' label='Required 2' />\n <Input disabled type='text' label='Disabled 2' />\n </Grid>\n </FieldGroup>\n </Grid>\n );\n};\n\nFieldGroupDemo.args = {\n firstGroupName: 'Field group 1',\n firstGroupCollapsible: true,\n firstGroupDescription: '',\n showFirstAdditionalInfo: true,\n secondGroupName: 'Field group 2',\n secondGroupCollapsible: true,\n secondGroupDescription: '',\n showSecondAdditionalInfo: true\n};\n\nFieldGroupDemo.argTypes = {\n firstGroupName: { control: { type: 'text' } },\n firstGroupCollapsible: { control: { type: 'boolean' } },\n firstGroupDescription: { control: { type: 'text' } },\n showFirstAdditionalInfo: { control: { type: 'boolean' } },\n secondGroupName: { control: { type: 'text' } },\n secondGroupCollapsible: { control: { type: 'boolean' } },\n secondGroupDescription: { control: { type: 'text' } },\n showSecondAdditionalInfo: { control: { type: 'boolean' } }\n};\n"]}
1
+ {"version":3,"file":"FieldGroup.stories.jsx","sourceRoot":"","sources":["../../../src/core/FieldGroup/FieldGroup.stories.tsx"],"names":[],"mappings":"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","sourcesContent":["import { useState } from 'react';\nimport { Meta, Story } from '@storybook/react';\n\nimport {\n DateInput,\n FieldGroup,\n Grid,\n Input,\n Select,\n Option,\n TextArea,\n FieldGroupProps\n} from '@pega/cosmos-react-core';\n\nexport default {\n title: 'Core/FieldGroup',\n component: FieldGroup\n} as Meta;\n\ninterface FieldGroupStoryProps {\n firstGroupName?: string;\n firstGroupHeadingTag?: FieldGroupProps['headingTag'];\n showfirstGroupHeadingTag?: boolean;\n firstGroupCollapsible?: boolean;\n firstGroupDescription?: string;\n showFirstAdditionalInfo?: boolean;\n secondGroupName?: string;\n secondGroupHeadingTag?: FieldGroupProps['headingTag'];\n showsecondGroupHeadingTag?: boolean;\n secondGroupCollapsible?: boolean;\n secondGroupDescription?: string;\n showSecondAdditionalInfo?: boolean;\n}\n\nexport const FieldGroupDemo: Story<FieldGroupStoryProps> = (args: FieldGroupStoryProps) => {\n const [firstGroupCollapsed, setFirstGroupCollapsed] = useState(false);\n const [secondGroupCollapsed, setSecondGroupCollapsed] = useState(false);\n return (\n <Grid container={{ rowGap: 2 }}>\n <FieldGroup\n name={args.firstGroupName}\n headingTag={args.showfirstGroupHeadingTag ? args.firstGroupHeadingTag : undefined}\n description={args.firstGroupDescription}\n collapsed={args.firstGroupCollapsible ? firstGroupCollapsed : undefined}\n onToggleCollapsed={\n args.firstGroupCollapsible\n ? () => {\n setFirstGroupCollapsed(state => !state);\n }\n : undefined\n }\n additionalInfo={\n args.showFirstAdditionalInfo\n ? { heading: 'Additional Info', content: 'This is a field group' }\n : undefined\n }\n >\n <Grid container={{ gap: 1, cols: 'repeat(auto-fit, minmax(min(40ch, 100%), 1fr))' }}>\n <Input type='text' label='Text 1' />\n <Select label='Select 1'>\n <Option value='A'>Option 1A</Option>\n <Option value='B'>Option 1B</Option>\n </Select>\n <DateInput label='Date 1' />\n <Grid item={{ colStart: '1', colEnd: '-1' }}>\n <TextArea label='TextArea 1' />\n </Grid>\n <Input required type='text' label='Required 1' />\n <Input disabled type='text' label='Disabled 1' />\n </Grid>\n </FieldGroup>\n <FieldGroup\n name={args.secondGroupName}\n headingTag={args.showsecondGroupHeadingTag ? args.secondGroupHeadingTag : undefined}\n description={args.secondGroupDescription}\n collapsed={args.secondGroupCollapsible ? secondGroupCollapsed : undefined}\n onToggleCollapsed={\n args.secondGroupCollapsible\n ? () => {\n setSecondGroupCollapsed(state => !state);\n }\n : undefined\n }\n additionalInfo={\n args.showSecondAdditionalInfo\n ? { heading: 'Additional Info', content: 'This is another field group' }\n : undefined\n }\n >\n <Grid container={{ gap: 1, cols: 'repeat(auto-fill, minmax(min(40ch, 100%), 1fr))' }}>\n <Input type='text' label='Text 2' />\n <Select label='Select 2'>\n <Option value='A'>Option 2A</Option>\n <Option value='B'>Option 2B</Option>\n </Select>\n <DateInput label='Date 2' />\n <Grid item={{ colStart: '1', colEnd: '-1' }}>\n <TextArea label='TextArea 2' />\n </Grid>\n <Input required type='text' label='Required 2' />\n <Input disabled type='text' label='Disabled 2' />\n </Grid>\n </FieldGroup>\n </Grid>\n );\n};\n\nFieldGroupDemo.args = {\n firstGroupName: 'Field group 1',\n firstGroupHeadingTag: undefined,\n showfirstGroupHeadingTag: true,\n firstGroupCollapsible: true,\n firstGroupDescription: '',\n showFirstAdditionalInfo: true,\n secondGroupName: 'Field group 2',\n secondGroupHeadingTag: undefined,\n showsecondGroupHeadingTag: true,\n secondGroupCollapsible: true,\n secondGroupDescription: '',\n showSecondAdditionalInfo: true\n};\n\nFieldGroupDemo.argTypes = {\n firstGroupName: { control: { type: 'text' } },\n firstGroupHeadingTag: {\n options: ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'],\n control: { type: 'select' }\n },\n showfirstGroupHeadingTag: { control: { type: 'boolean' } },\n firstGroupCollapsible: { control: { type: 'boolean' } },\n firstGroupDescription: { control: { type: 'text' } },\n showFirstAdditionalInfo: { control: { type: 'boolean' } },\n secondGroupName: { control: { type: 'text' } },\n secondGroupHeadingTag: {\n options: ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'],\n control: { type: 'select' }\n },\n showsecondGroupHeadingTag: { control: { type: 'boolean' } },\n secondGroupCollapsible: { control: { type: 'boolean' } },\n secondGroupDescription: { control: { type: 'text' } },\n showSecondAdditionalInfo: { control: { type: 'boolean' } }\n};\n"]}
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { FieldGroupListItemProps } from '@pega/cosmos-react-core';
3
- declare type FieldGroupReducerPayload = {
3
+ type FieldGroupReducerPayload = {
4
4
  action: 'add';
5
5
  } | {
6
6
  action: 'delete';
@@ -1 +1 @@
1
- {"version":3,"file":"FieldGroupList.mocks.d.ts","sourceRoot":"","sources":["../../../src/core/FieldGroup/FieldGroupList.mocks.tsx"],"names":[],"mappings":";AAAA,OAAO,EAGL,uBAAuB,EAMxB,MAAM,yBAAyB,CAAC;AAEjC,aAAK,wBAAwB,GACzB;IACE,MAAM,EAAE,KAAK,CAAC;CACf,GACD;IACE,MAAM,EAAE,QAAQ,CAAC;IACjB,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEN,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,QAAQ,GAAG,UAAU,CAAC;CACxD;AAED,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,SAAS,EAAE,CAAC;CACrB;AAED,eAAO,MAAM,iBAAiB,cAChB,SAAS,yBAAyB,SAAS,KAAK,WAAW,GAAG,IAAI,aAErE,uBAAuB,EAAE,WACvB,wBAAwB,KAChC,uBAAuB,EAoBzB,CAAC;AAEJ,eAAO,MAAM,iBAAiB,oBAAqB,SAAS,uBAM3D,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,SAQ3B,CAAC;AAEF,eAAO,MAAM,qBAAqB,oBAAqB,SAAS,uBAmC/D,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,SAQ/B,CAAC;AAEF,eAAO,MAAM,sBAAsB,oBAAqB,SAAS,uBAoBhE,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,SAOhC,CAAC"}
1
+ {"version":3,"file":"FieldGroupList.mocks.d.ts","sourceRoot":"","sources":["../../../src/core/FieldGroup/FieldGroupList.mocks.tsx"],"names":[],"mappings":";AAAA,OAAO,EAGL,uBAAuB,EAMxB,MAAM,yBAAyB,CAAC;AAEjC,KAAK,wBAAwB,GACzB;IACE,MAAM,EAAE,KAAK,CAAC;CACf,GACD;IACE,MAAM,EAAE,QAAQ,CAAC;IACjB,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEN,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,QAAQ,GAAG,UAAU,CAAC;CACxD;AAED,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,SAAS,EAAE,CAAC;CACrB;AAED,eAAO,MAAM,iBAAiB,cAChB,SAAS,yBAAyB,SAAS,KAAK,WAAW,GAAG,IAAI,aAErE,uBAAuB,EAAE,WACvB,wBAAwB,KAChC,uBAAuB,EAyBzB,CAAC;AAEJ,eAAO,MAAM,iBAAiB,oBAAqB,SAAS,uBAM3D,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,SAQ3B,CAAC;AAEF,eAAO,MAAM,qBAAqB,oBAAqB,SAAS,uBAmC/D,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,SAQ/B,CAAC;AAEF,eAAO,MAAM,sBAAsB,oBAAqB,SAAS,uBAoBhE,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,SAOhC,CAAC"}
@@ -6,6 +6,7 @@ export const fieldGroupReducer = (groupMeta, FieldRenderer) => (items, payload)
6
6
  ...items,
7
7
  {
8
8
  name: `${groupMeta.label} ${items.length + 1}`,
9
+ headingTag: 'h3',
9
10
  id: createUID(),
10
11
  children: groupMeta.fields.map(props => <FieldRenderer {...props} key={props.label}/>)
11
12
  }
@@ -13,7 +14,11 @@ export const fieldGroupReducer = (groupMeta, FieldRenderer) => (items, payload)
13
14
  case 'delete':
14
15
  return items
15
16
  .filter(group => group.id !== payload.id)
16
- .map((group, i) => ({ ...group, name: `${groupMeta.label} ${i + 1}` }));
17
+ .map((group, i) => ({
18
+ ...group,
19
+ name: `${groupMeta.label} ${i + 1}`,
20
+ headingTag: 'h3'
21
+ }));
17
22
  default:
18
23
  return items;
19
24
  }
@@ -1 +1 @@
1
- {"version":3,"file":"FieldGroupList.mocks.jsx","sourceRoot":"","sources":["../../../src/core/FieldGroup/FieldGroupList.mocks.tsx"],"names":[],"mappings":"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","sourcesContent":["import {\n createUID,\n DateInput,\n FieldGroupListItemProps,\n FileInput,\n Input,\n Option,\n Select,\n TextArea\n} from '@pega/cosmos-react-core';\n\ntype FieldGroupReducerPayload =\n | {\n action: 'add';\n }\n | {\n action: 'delete';\n id: string;\n };\n\nexport interface FieldMeta {\n label: string;\n type: 'text' | 'date' | 'file' | 'select' | 'textarea';\n}\n\nexport interface GroupMeta {\n label: string;\n fields: FieldMeta[];\n}\n\nexport const fieldGroupReducer =\n (groupMeta: GroupMeta, FieldRenderer: (props: FieldMeta) => JSX.Element | null) =>\n (\n items: FieldGroupListItemProps[],\n payload: FieldGroupReducerPayload\n ): FieldGroupListItemProps[] => {\n switch (payload.action) {\n case 'add':\n return [\n ...items,\n {\n name: `${groupMeta.label} ${items.length + 1}`,\n id: createUID(),\n children: groupMeta.fields.map(props => <FieldRenderer {...props} key={props.label} />)\n }\n ];\n\n case 'delete':\n return items\n .filter(group => group.id !== payload.id)\n .map((group, i) => ({ ...group, name: `${groupMeta.label} ${i + 1}` }));\n\n default:\n return items;\n }\n };\n\nexport const DemoFieldRenderer = ({ label, type }: FieldMeta) => {\n if (type === 'text') {\n return <Input label={label} key={label} />;\n }\n\n return null;\n};\n\nexport const demoGroupMeta: GroupMeta = {\n label: 'Applicant',\n fields: [\n {\n type: 'text',\n label: 'Applicant name'\n }\n ]\n};\n\nexport const ExpensesFieldRenderer = ({ label, type }: FieldMeta) => {\n if (type === 'text') {\n return <Input label={label} />;\n }\n if (type === 'select') {\n return (\n <Select label={label}>\n <Option>Select</Option>\n <Option>Advertising</Option>\n <Option>Car and truck expenses</Option>\n <Option>Commissions and fees</Option>\n <Option>Contract labor</Option>\n <Option>Legal and professional services</Option>\n <Option>Office expense</Option>\n <Option>Rent or lease</Option>\n <Option>Vehicles, machinery, and equipment</Option>\n <Option>Repairs and maintenance</Option>\n <Option>Travel and meals</Option>\n <Option>Deductible meals</Option>\n <Option>Utilities</Option>\n <Option>Other</Option>\n </Select>\n );\n }\n if (type === 'file') {\n return <FileInput label={label} multiple />;\n }\n if (type === 'textarea') {\n return <TextArea label={label} />;\n }\n if (type === 'date') {\n return <DateInput label={label} />;\n }\n\n return null;\n};\n\nexport const expensesGroupMeta: GroupMeta = {\n label: 'Expense',\n fields: [\n { type: 'select', label: 'Type of expense' },\n { type: 'date', label: 'Date of expense' },\n { type: 'file', label: 'Receipts' },\n { type: 'textarea', label: 'Notes' }\n ]\n};\n\nexport const InsuranceFieldRenderer = ({ label, type }: FieldMeta) => {\n if (type === 'text') {\n return <Input label={label} />;\n }\n if (type === 'select') {\n return (\n <Select label={label}>\n <Option>Select</Option>\n <Option>Mother</Option>\n <Option>Father</Option>\n <Option>Guardian</Option>\n <Option>Child</Option>\n <Option>Spouse</Option>\n <Option>Sibling</Option>\n <Option>Other</Option>\n </Select>\n );\n }\n\n return null;\n};\n\nexport const insuranceGroupMeta: GroupMeta = {\n label: 'Entry',\n fields: [\n { type: 'text', label: 'First name' },\n { type: 'text', label: 'Last name' },\n { type: 'select', label: 'Relationship' }\n ]\n};\n"]}
1
+ {"version":3,"file":"FieldGroupList.mocks.jsx","sourceRoot":"","sources":["../../../src/core/FieldGroup/FieldGroupList.mocks.tsx"],"names":[],"mappings":"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","sourcesContent":["import {\n createUID,\n DateInput,\n FieldGroupListItemProps,\n FileInput,\n Input,\n Option,\n Select,\n TextArea\n} from '@pega/cosmos-react-core';\n\ntype FieldGroupReducerPayload =\n | {\n action: 'add';\n }\n | {\n action: 'delete';\n id: string;\n };\n\nexport interface FieldMeta {\n label: string;\n type: 'text' | 'date' | 'file' | 'select' | 'textarea';\n}\n\nexport interface GroupMeta {\n label: string;\n fields: FieldMeta[];\n}\n\nexport const fieldGroupReducer =\n (groupMeta: GroupMeta, FieldRenderer: (props: FieldMeta) => JSX.Element | null) =>\n (\n items: FieldGroupListItemProps[],\n payload: FieldGroupReducerPayload\n ): FieldGroupListItemProps[] => {\n switch (payload.action) {\n case 'add':\n return [\n ...items,\n {\n name: `${groupMeta.label} ${items.length + 1}`,\n headingTag: 'h3',\n id: createUID(),\n children: groupMeta.fields.map(props => <FieldRenderer {...props} key={props.label} />)\n }\n ];\n\n case 'delete':\n return items\n .filter(group => group.id !== payload.id)\n .map((group, i) => ({\n ...group,\n name: `${groupMeta.label} ${i + 1}`,\n headingTag: 'h3'\n }));\n\n default:\n return items;\n }\n };\n\nexport const DemoFieldRenderer = ({ label, type }: FieldMeta) => {\n if (type === 'text') {\n return <Input label={label} key={label} />;\n }\n\n return null;\n};\n\nexport const demoGroupMeta: GroupMeta = {\n label: 'Applicant',\n fields: [\n {\n type: 'text',\n label: 'Applicant name'\n }\n ]\n};\n\nexport const ExpensesFieldRenderer = ({ label, type }: FieldMeta) => {\n if (type === 'text') {\n return <Input label={label} />;\n }\n if (type === 'select') {\n return (\n <Select label={label}>\n <Option>Select</Option>\n <Option>Advertising</Option>\n <Option>Car and truck expenses</Option>\n <Option>Commissions and fees</Option>\n <Option>Contract labor</Option>\n <Option>Legal and professional services</Option>\n <Option>Office expense</Option>\n <Option>Rent or lease</Option>\n <Option>Vehicles, machinery, and equipment</Option>\n <Option>Repairs and maintenance</Option>\n <Option>Travel and meals</Option>\n <Option>Deductible meals</Option>\n <Option>Utilities</Option>\n <Option>Other</Option>\n </Select>\n );\n }\n if (type === 'file') {\n return <FileInput label={label} multiple />;\n }\n if (type === 'textarea') {\n return <TextArea label={label} />;\n }\n if (type === 'date') {\n return <DateInput label={label} />;\n }\n\n return null;\n};\n\nexport const expensesGroupMeta: GroupMeta = {\n label: 'Expense',\n fields: [\n { type: 'select', label: 'Type of expense' },\n { type: 'date', label: 'Date of expense' },\n { type: 'file', label: 'Receipts' },\n { type: 'textarea', label: 'Notes' }\n ]\n};\n\nexport const InsuranceFieldRenderer = ({ label, type }: FieldMeta) => {\n if (type === 'text') {\n return <Input label={label} />;\n }\n if (type === 'select') {\n return (\n <Select label={label}>\n <Option>Select</Option>\n <Option>Mother</Option>\n <Option>Father</Option>\n <Option>Guardian</Option>\n <Option>Child</Option>\n <Option>Spouse</Option>\n <Option>Sibling</Option>\n <Option>Other</Option>\n </Select>\n );\n }\n\n return null;\n};\n\nexport const insuranceGroupMeta: GroupMeta = {\n label: 'Entry',\n fields: [\n { type: 'text', label: 'First name' },\n { type: 'text', label: 'Last name' },\n { type: 'select', label: 'Relationship' }\n ]\n};\n"]}
@@ -1,9 +1,10 @@
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 FieldGroupListDemoProps {
5
5
  allowAdd?: boolean;
6
6
  allowDelete?: boolean;
7
+ itemLevelDelete?: boolean;
7
8
  }
8
9
  export declare const ExpensesDemo: Story<FieldGroupListDemoProps>;
9
10
  export declare const InsuranceDemo: Story<FieldGroupListDemoProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"FieldGroupList.stories.d.ts","sourceRoot":"","sources":["../../../src/core/FieldGroup/FieldGroupList.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;;AAc/C,wBAWU;AAEV,UAAU,uBAAuB;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,uBAAuB,CAyDvD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,uBAAuB,CA0DxD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,uBAAuB,CAkC7D,CAAC"}
1
+ {"version":3,"file":"FieldGroupList.stories.d.ts","sourceRoot":"","sources":["../../../src/core/FieldGroup/FieldGroupList.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;;AAc/C,wBAaU;AAEV,UAAU,uBAAuB;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,uBAAuB,CAqEvD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,uBAAuB,CAsExD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,uBAAuB,CA2C7D,CAAC"}
@@ -7,18 +7,21 @@ export default {
7
7
  component: FieldGroupList,
8
8
  args: {
9
9
  allowAdd: true,
10
- allowDelete: true
10
+ allowDelete: true,
11
+ itemLevelDelete: false
11
12
  },
12
13
  argTypes: {
13
14
  allowAdd: { control: { type: 'boolean' } },
14
- allowDelete: { control: { type: 'boolean' } }
15
+ allowDelete: { control: { type: 'boolean' } },
16
+ itemLevelDelete: { control: { type: 'boolean' } }
15
17
  }
16
18
  };
17
19
  export const ExpensesDemo = (args) => {
18
- const [state, dispatch] = useReducer(fieldGroupReducer(expensesGroupMeta, ExpensesFieldRenderer), undefined, () => [
20
+ const [state, dispatch] = useReducer(fieldGroupReducer(expensesGroupMeta, ExpensesFieldRenderer), [
19
21
  {
20
22
  name: `${expensesGroupMeta.label} 1`,
21
23
  id: createUID(),
24
+ headingTag: 'h3',
22
25
  children: expensesGroupMeta.fields.map(ExpensesFieldRenderer)
23
26
  }
24
27
  ]);
@@ -36,11 +39,20 @@ export const ExpensesDemo = (args) => {
36
39
  action('Submit')(`Form:${e.type}`);
37
40
  }} style={{ margin: 'auto', maxWidth: '37.5rem' }}>
38
41
  <Text variant='h2'>Expense report</Text>
39
- <FieldGroupList items={state} onAdd={args.allowAdd
42
+ <FieldGroupList items={args.itemLevelDelete
43
+ ? state.map((item, i) => ({
44
+ ...item,
45
+ onDelete: args.allowDelete && i !== 0
46
+ ? id => {
47
+ dispatch({ action: 'delete', id });
48
+ }
49
+ : undefined
50
+ }))
51
+ : state} onAdd={args.allowAdd
40
52
  ? () => {
41
53
  dispatch({ action: 'add' });
42
54
  }
43
- : undefined} onDelete={args.allowDelete
55
+ : undefined} onDelete={args.allowDelete && !args.itemLevelDelete
44
56
  ? id => {
45
57
  dispatch({ action: 'delete', id });
46
58
  }
@@ -48,10 +60,11 @@ export const ExpensesDemo = (args) => {
48
60
  </Form>);
49
61
  };
50
62
  export const InsuranceDemo = (args) => {
51
- const [state, dispatch] = useReducer(fieldGroupReducer(insuranceGroupMeta, InsuranceFieldRenderer), undefined, () => [
63
+ const [state, dispatch] = useReducer(fieldGroupReducer(insuranceGroupMeta, InsuranceFieldRenderer), [
52
64
  {
53
65
  name: `${insuranceGroupMeta.label} 1`,
54
66
  id: createUID(),
67
+ headingTag: 'h3',
55
68
  children: insuranceGroupMeta.fields.map(InsuranceFieldRenderer)
56
69
  }
57
70
  ]);
@@ -70,11 +83,20 @@ export const InsuranceDemo = (args) => {
70
83
  }} style={{ margin: 'auto', maxWidth: '37.5rem' }}>
71
84
  <Text variant='h1'>Insurance step 1</Text>
72
85
  <Text variant='h2'>Dependants</Text>
73
- <FieldGroupList items={state} onAdd={args.allowAdd
86
+ <FieldGroupList items={args.itemLevelDelete
87
+ ? state.map((item, i) => ({
88
+ ...item,
89
+ onDelete: args.allowDelete && i !== 0
90
+ ? id => {
91
+ dispatch({ action: 'delete', id });
92
+ }
93
+ : undefined
94
+ }))
95
+ : state} onAdd={args.allowAdd
74
96
  ? () => {
75
97
  dispatch({ action: 'add' });
76
98
  }
77
- : undefined} onDelete={args.allowDelete
99
+ : undefined} onDelete={args.allowDelete && !args.itemLevelDelete
78
100
  ? id => {
79
101
  dispatch({ action: 'delete', id });
80
102
  }
@@ -82,18 +104,28 @@ export const InsuranceDemo = (args) => {
82
104
  </Form>);
83
105
  };
84
106
  export const FieldGroupListDemo = (args) => {
85
- const [state, dispatch] = useReducer(fieldGroupReducer(demoGroupMeta, DemoFieldRenderer), undefined, () => [
107
+ const [state, dispatch] = useReducer(fieldGroupReducer(demoGroupMeta, DemoFieldRenderer), [
86
108
  {
87
109
  name: `${demoGroupMeta.label} 1`,
88
110
  id: createUID(),
111
+ headingTag: 'h3',
89
112
  children: demoGroupMeta.fields.map(DemoFieldRenderer)
90
113
  }
91
114
  ]);
92
- return (<FieldGroupList items={state} onAdd={args.allowAdd
115
+ return (<FieldGroupList items={args.itemLevelDelete
116
+ ? state.map((item, i) => ({
117
+ ...item,
118
+ onDelete: args.allowDelete && i !== 0
119
+ ? id => {
120
+ dispatch({ action: 'delete', id });
121
+ }
122
+ : undefined
123
+ }))
124
+ : state} onAdd={args.allowAdd
93
125
  ? () => {
94
126
  dispatch({ action: 'add' });
95
127
  }
96
- : undefined} onDelete={args.allowDelete
128
+ : undefined} onDelete={args.allowDelete && !args.itemLevelDelete
97
129
  ? id => {
98
130
  dispatch({ action: 'delete', id });
99
131
  }