@pega/cosmos-react-demos 5.0.0-dev.4.8 → 5.0.0-dev.5.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 (1753) hide show
  1. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.mocks.d.ts +3 -0
  2. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.mocks.d.ts.map +1 -0
  3. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.mocks.js +15 -0
  4. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.mocks.js.map +1 -0
  5. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.stories.d.ts +19 -0
  6. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.stories.d.ts.map +1 -0
  7. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.stories.jsx +297 -0
  8. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.stories.jsx.map +1 -0
  9. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.styles.d.ts +5 -0
  10. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.styles.d.ts.map +1 -0
  11. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.styles.js +15 -0
  12. package/jsx/condition-builder/ConditionBuilder/ConditionBuilder.styles.js.map +1 -0
  13. package/jsx/condition-builder/ConditionBuilder/props.mock.d.ts +6 -0
  14. package/jsx/condition-builder/ConditionBuilder/props.mock.d.ts.map +1 -0
  15. package/jsx/condition-builder/ConditionBuilder/props.mock.js +229 -0
  16. package/jsx/condition-builder/ConditionBuilder/props.mock.js.map +1 -0
  17. package/jsx/condition-builder/ConditionInput/ConditionInput.stories.d.ts +10 -0
  18. package/jsx/condition-builder/ConditionInput/ConditionInput.stories.d.ts.map +1 -0
  19. package/jsx/condition-builder/ConditionInput/ConditionInput.stories.jsx +40 -0
  20. package/jsx/condition-builder/ConditionInput/ConditionInput.stories.jsx.map +1 -0
  21. package/jsx/condition-builder/PromotedFilters/PromotedFilters.mocks.d.ts +4 -0
  22. package/jsx/condition-builder/PromotedFilters/PromotedFilters.mocks.d.ts.map +1 -0
  23. package/jsx/condition-builder/PromotedFilters/PromotedFilters.mocks.js +233 -0
  24. package/jsx/condition-builder/PromotedFilters/PromotedFilters.mocks.js.map +1 -0
  25. package/jsx/condition-builder/PromotedFilters/PromotedFilters.stories.d.ts +8 -0
  26. package/jsx/condition-builder/PromotedFilters/PromotedFilters.stories.d.ts.map +1 -0
  27. package/jsx/condition-builder/PromotedFilters/PromotedFilters.stories.jsx +31 -0
  28. package/jsx/condition-builder/PromotedFilters/PromotedFilters.stories.jsx.map +1 -0
  29. package/jsx/condition-builder/PromotedFilters/PromotedFilters.styles.d.ts +9 -0
  30. package/jsx/condition-builder/PromotedFilters/PromotedFilters.styles.d.ts.map +1 -0
  31. package/jsx/condition-builder/PromotedFilters/PromotedFilters.styles.js +35 -0
  32. package/jsx/condition-builder/PromotedFilters/PromotedFilters.styles.js.map +1 -0
  33. package/jsx/core/AIButton/AIButton.mocks.d.ts +22 -0
  34. package/jsx/core/AIButton/AIButton.mocks.d.ts.map +1 -0
  35. package/jsx/core/AIButton/AIButton.mocks.js +136 -0
  36. package/jsx/core/AIButton/AIButton.mocks.js.map +1 -0
  37. package/jsx/core/AIButton/AIButton.stories.d.ts +23 -0
  38. package/jsx/core/AIButton/AIButton.stories.d.ts.map +1 -0
  39. package/jsx/core/AIButton/AIButton.stories.jsx +306 -0
  40. package/jsx/core/AIButton/AIButton.stories.jsx.map +1 -0
  41. package/jsx/core/AdditionalInfo/AdditionalInfo.stories.d.ts +9 -0
  42. package/jsx/core/AdditionalInfo/AdditionalInfo.stories.d.ts.map +1 -0
  43. package/jsx/core/AdditionalInfo/AdditionalInfo.stories.jsx +25 -0
  44. package/jsx/core/AdditionalInfo/AdditionalInfo.stories.jsx.map +1 -0
  45. package/jsx/core/AppShell/AppShell.mocks.d.ts +15 -0
  46. package/jsx/core/AppShell/AppShell.mocks.d.ts.map +1 -0
  47. package/jsx/core/AppShell/AppShell.mocks.jsx +132 -0
  48. package/jsx/core/AppShell/AppShell.mocks.jsx.map +1 -0
  49. package/jsx/core/AppShell/AppShell.stories.d.ts +39 -0
  50. package/jsx/core/AppShell/AppShell.stories.d.ts.map +1 -0
  51. package/jsx/core/AppShell/AppShell.stories.jsx +266 -0
  52. package/jsx/core/AppShell/AppShell.stories.jsx.map +1 -0
  53. package/jsx/core/AppShell/AppShell.styles.d.ts +2 -0
  54. package/jsx/core/AppShell/AppShell.styles.d.ts.map +1 -0
  55. package/jsx/core/AppShell/AppShell.styles.js +5 -0
  56. package/jsx/core/AppShell/AppShell.styles.js.map +1 -0
  57. package/jsx/core/Avatar/Avatar.stories.d.ts +15 -0
  58. package/jsx/core/Avatar/Avatar.stories.d.ts.map +1 -0
  59. package/jsx/core/Avatar/Avatar.stories.jsx +77 -0
  60. package/jsx/core/Avatar/Avatar.stories.jsx.map +1 -0
  61. package/jsx/core/Backdrop/Backdrop.stories.d.ts +7 -0
  62. package/jsx/core/Backdrop/Backdrop.stories.d.ts.map +1 -0
  63. package/jsx/core/Backdrop/Backdrop.stories.jsx +43 -0
  64. package/jsx/core/Backdrop/Backdrop.stories.jsx.map +1 -0
  65. package/jsx/core/Badges/Alert.stories.d.ts +6 -0
  66. package/jsx/core/Badges/Alert.stories.d.ts.map +1 -0
  67. package/jsx/core/Badges/Alert.stories.jsx +15 -0
  68. package/jsx/core/Badges/Alert.stories.jsx.map +1 -0
  69. package/jsx/core/Badges/Count.stories.d.ts +6 -0
  70. package/jsx/core/Badges/Count.stories.d.ts.map +1 -0
  71. package/jsx/core/Badges/Count.stories.jsx +20 -0
  72. package/jsx/core/Badges/Count.stories.jsx.map +1 -0
  73. package/jsx/core/Badges/Keyboard.stories.d.ts +6 -0
  74. package/jsx/core/Badges/Keyboard.stories.d.ts.map +1 -0
  75. package/jsx/core/Badges/Keyboard.stories.jsx +17 -0
  76. package/jsx/core/Badges/Keyboard.stories.jsx.map +1 -0
  77. package/jsx/core/Badges/Selection.stories.d.ts +5 -0
  78. package/jsx/core/Badges/Selection.stories.d.ts.map +1 -0
  79. package/jsx/core/Badges/Selection.stories.jsx +9 -0
  80. package/jsx/core/Badges/Selection.stories.jsx.map +1 -0
  81. package/jsx/core/Badges/Status.stories.d.ts +11 -0
  82. package/jsx/core/Badges/Status.stories.d.ts.map +1 -0
  83. package/jsx/core/Badges/Status.stories.jsx +43 -0
  84. package/jsx/core/Badges/Status.stories.jsx.map +1 -0
  85. package/jsx/core/Badges/Tag.stories.d.ts +5 -0
  86. package/jsx/core/Badges/Tag.stories.d.ts.map +1 -0
  87. package/jsx/core/Badges/Tag.stories.jsx +9 -0
  88. package/jsx/core/Badges/Tag.stories.jsx.map +1 -0
  89. package/jsx/core/Banner/Banner.mocks.d.ts +18 -0
  90. package/jsx/core/Banner/Banner.mocks.d.ts.map +1 -0
  91. package/jsx/core/Banner/Banner.mocks.jsx +41 -0
  92. package/jsx/core/Banner/Banner.mocks.jsx.map +1 -0
  93. package/jsx/core/Banner/Banner.stories.d.ts +18 -0
  94. package/jsx/core/Banner/Banner.stories.d.ts.map +1 -0
  95. package/jsx/core/Banner/Banner.stories.jsx +156 -0
  96. package/jsx/core/Banner/Banner.stories.jsx.map +1 -0
  97. package/jsx/core/Boolean/BooleanDisplay.stories.d.ts +6 -0
  98. package/jsx/core/Boolean/BooleanDisplay.stories.d.ts.map +1 -0
  99. package/jsx/core/Boolean/BooleanDisplay.stories.jsx +19 -0
  100. package/jsx/core/Boolean/BooleanDisplay.stories.jsx.map +1 -0
  101. package/jsx/core/Breadcrumbs/Breadcrumbs.mocks.d.ts +2 -0
  102. package/jsx/core/Breadcrumbs/Breadcrumbs.mocks.d.ts.map +1 -0
  103. package/jsx/core/Breadcrumbs/Breadcrumbs.mocks.js +8 -0
  104. package/jsx/core/Breadcrumbs/Breadcrumbs.mocks.js.map +1 -0
  105. package/jsx/core/Breadcrumbs/Breadcrumbs.stories.d.ts +11 -0
  106. package/jsx/core/Breadcrumbs/Breadcrumbs.stories.d.ts.map +1 -0
  107. package/jsx/core/Breadcrumbs/Breadcrumbs.stories.jsx +69 -0
  108. package/jsx/core/Breadcrumbs/Breadcrumbs.stories.jsx.map +1 -0
  109. package/jsx/core/Breadcrumbs/Breadcrumbs.styles.d.ts +2 -0
  110. package/jsx/core/Breadcrumbs/Breadcrumbs.styles.d.ts.map +1 -0
  111. package/jsx/core/Breadcrumbs/Breadcrumbs.styles.js +12 -0
  112. package/jsx/core/Breadcrumbs/Breadcrumbs.styles.js.map +1 -0
  113. package/jsx/core/Button/Button.stories.d.ts +18 -0
  114. package/jsx/core/Button/Button.stories.d.ts.map +1 -0
  115. package/jsx/core/Button/Button.stories.jsx +119 -0
  116. package/jsx/core/Button/Button.stories.jsx.map +1 -0
  117. package/jsx/core/Card/Card.stories.d.ts +12 -0
  118. package/jsx/core/Card/Card.stories.d.ts.map +1 -0
  119. package/jsx/core/Card/Card.stories.jsx +85 -0
  120. package/jsx/core/Card/Card.stories.jsx.map +1 -0
  121. package/jsx/core/Card/Card.styles.d.ts +2 -0
  122. package/jsx/core/Card/Card.styles.d.ts.map +1 -0
  123. package/jsx/core/Card/Card.styles.js +5 -0
  124. package/jsx/core/Card/Card.styles.js.map +1 -0
  125. package/jsx/core/Checkbox/Checkbox.stories.d.ts +23 -0
  126. package/jsx/core/Checkbox/Checkbox.stories.d.ts.map +1 -0
  127. package/jsx/core/Checkbox/Checkbox.stories.jsx +103 -0
  128. package/jsx/core/Checkbox/Checkbox.stories.jsx.map +1 -0
  129. package/jsx/core/CheckboxGroup/CheckboxGroup.stories.d.ts +11 -0
  130. package/jsx/core/CheckboxGroup/CheckboxGroup.stories.d.ts.map +1 -0
  131. package/jsx/core/CheckboxGroup/CheckboxGroup.stories.jsx +105 -0
  132. package/jsx/core/CheckboxGroup/CheckboxGroup.stories.jsx.map +1 -0
  133. package/jsx/core/CheckboxGroup/CheckboxGroup.styles.d.ts +4 -0
  134. package/jsx/core/CheckboxGroup/CheckboxGroup.styles.d.ts.map +1 -0
  135. package/jsx/core/CheckboxGroup/CheckboxGroup.styles.js +9 -0
  136. package/jsx/core/CheckboxGroup/CheckboxGroup.styles.js.map +1 -0
  137. package/jsx/core/ColorPicker/ColorPicker.stories.d.ts +10 -0
  138. package/jsx/core/ColorPicker/ColorPicker.stories.d.ts.map +1 -0
  139. package/jsx/core/ColorPicker/ColorPicker.stories.jsx +90 -0
  140. package/jsx/core/ColorPicker/ColorPicker.stories.jsx.map +1 -0
  141. package/jsx/core/ColorPicker/ColorPicker.styles.d.ts +4 -0
  142. package/jsx/core/ColorPicker/ColorPicker.styles.d.ts.map +1 -0
  143. package/jsx/core/ColorPicker/ColorPicker.styles.js +11 -0
  144. package/jsx/core/ColorPicker/ColorPicker.styles.js.map +1 -0
  145. package/jsx/core/ComboBox/ComboBox.mocks.d.ts +26 -0
  146. package/jsx/core/ComboBox/ComboBox.mocks.d.ts.map +1 -0
  147. package/jsx/core/ComboBox/ComboBox.mocks.jsx +58 -0
  148. package/jsx/core/ComboBox/ComboBox.mocks.jsx.map +1 -0
  149. package/jsx/core/ComboBox/ComboBox.stories.d.ts +24 -0
  150. package/jsx/core/ComboBox/ComboBox.stories.d.ts.map +1 -0
  151. package/jsx/core/ComboBox/ComboBox.stories.jsx +375 -0
  152. package/jsx/core/ComboBox/ComboBox.stories.jsx.map +1 -0
  153. package/jsx/core/CompositeInput/CompositeInput.mocks.d.ts +8 -0
  154. package/jsx/core/CompositeInput/CompositeInput.mocks.d.ts.map +1 -0
  155. package/jsx/core/CompositeInput/CompositeInput.mocks.jsx +8 -0
  156. package/jsx/core/CompositeInput/CompositeInput.mocks.jsx.map +1 -0
  157. package/jsx/core/CompositeInput/CompositeInput.stories.d.ts +9 -0
  158. package/jsx/core/CompositeInput/CompositeInput.stories.d.ts.map +1 -0
  159. package/jsx/core/CompositeInput/CompositeInput.stories.jsx +54 -0
  160. package/jsx/core/CompositeInput/CompositeInput.stories.jsx.map +1 -0
  161. package/jsx/core/Configuration/Configuration.mocks.d.ts +7 -0
  162. package/jsx/core/Configuration/Configuration.mocks.d.ts.map +1 -0
  163. package/jsx/core/Configuration/Configuration.mocks.jsx +9 -0
  164. package/jsx/core/Configuration/Configuration.mocks.jsx.map +1 -0
  165. package/jsx/core/Configuration/Configuration.stories.d.ts +25 -0
  166. package/jsx/core/Configuration/Configuration.stories.d.ts.map +1 -0
  167. package/jsx/core/Configuration/Configuration.stories.jsx +196 -0
  168. package/jsx/core/Configuration/Configuration.stories.jsx.map +1 -0
  169. package/jsx/core/Configuration/Configuration.styles.d.ts +6 -0
  170. package/jsx/core/Configuration/Configuration.styles.d.ts.map +1 -0
  171. package/jsx/core/Configuration/Configuration.styles.js +12 -0
  172. package/jsx/core/Configuration/Configuration.styles.js.map +1 -0
  173. package/jsx/core/CreditCard/CreditCard.stories.d.ts +14 -0
  174. package/jsx/core/CreditCard/CreditCard.stories.d.ts.map +1 -0
  175. package/jsx/core/CreditCard/CreditCard.stories.jsx +51 -0
  176. package/jsx/core/CreditCard/CreditCard.stories.jsx.map +1 -0
  177. package/jsx/core/Currency/Currency.stories.d.ts +19 -0
  178. package/jsx/core/Currency/Currency.stories.d.ts.map +1 -0
  179. package/jsx/core/Currency/Currency.stories.jsx +106 -0
  180. package/jsx/core/Currency/Currency.stories.jsx.map +1 -0
  181. package/jsx/core/DangerButton/DangerButton.stories.d.ts +6 -0
  182. package/jsx/core/DangerButton/DangerButton.stories.d.ts.map +1 -0
  183. package/jsx/core/DangerButton/DangerButton.stories.jsx +17 -0
  184. package/jsx/core/DangerButton/DangerButton.stories.jsx.map +1 -0
  185. package/jsx/core/DateTime/DateTime.stories.d.ts +51 -0
  186. package/jsx/core/DateTime/DateTime.stories.d.ts.map +1 -0
  187. package/jsx/core/DateTime/DateTime.stories.jsx +301 -0
  188. package/jsx/core/DateTime/DateTime.stories.jsx.map +1 -0
  189. package/jsx/core/DateTime/DateTimeDisplay.stories.d.ts +7 -0
  190. package/jsx/core/DateTime/DateTimeDisplay.stories.d.ts.map +1 -0
  191. package/jsx/core/DateTime/DateTimeDisplay.stories.jsx +49 -0
  192. package/jsx/core/DateTime/DateTimeDisplay.stories.jsx.map +1 -0
  193. package/jsx/core/DateTime/DateTimePicker.stories.d.ts +7 -0
  194. package/jsx/core/DateTime/DateTimePicker.stories.d.ts.map +1 -0
  195. package/jsx/core/DateTime/DateTimePicker.stories.jsx +34 -0
  196. package/jsx/core/DateTime/DateTimePicker.stories.jsx.map +1 -0
  197. package/jsx/core/Dialog/Dialog.stories.d.ts +7 -0
  198. package/jsx/core/Dialog/Dialog.stories.d.ts.map +1 -0
  199. package/jsx/core/Dialog/Dialog.stories.jsx +15 -0
  200. package/jsx/core/Dialog/Dialog.stories.jsx.map +1 -0
  201. package/jsx/core/Dialog/FormDialog.mocks.d.ts +27 -0
  202. package/jsx/core/Dialog/FormDialog.mocks.d.ts.map +1 -0
  203. package/jsx/core/Dialog/FormDialog.mocks.jsx +194 -0
  204. package/jsx/core/Dialog/FormDialog.mocks.jsx.map +1 -0
  205. package/jsx/core/Dialog/InfoDialog.mocks.d.ts +4 -0
  206. package/jsx/core/Dialog/InfoDialog.mocks.d.ts.map +1 -0
  207. package/jsx/core/Dialog/InfoDialog.mocks.jsx +64 -0
  208. package/jsx/core/Dialog/InfoDialog.mocks.jsx.map +1 -0
  209. package/jsx/core/Drawer/Drawer.stories.d.ts +7 -0
  210. package/jsx/core/Drawer/Drawer.stories.d.ts.map +1 -0
  211. package/jsx/core/Drawer/Drawer.stories.jsx +98 -0
  212. package/jsx/core/Drawer/Drawer.stories.jsx.map +1 -0
  213. package/jsx/core/Drawer/Drawer.styles.d.ts +2 -0
  214. package/jsx/core/Drawer/Drawer.styles.d.ts.map +1 -0
  215. package/jsx/core/Drawer/Drawer.styles.js +11 -0
  216. package/jsx/core/Drawer/Drawer.styles.js.map +1 -0
  217. package/jsx/core/Email/EmailDisplay.stories.d.ts +6 -0
  218. package/jsx/core/Email/EmailDisplay.stories.d.ts.map +1 -0
  219. package/jsx/core/Email/EmailDisplay.stories.jsx +19 -0
  220. package/jsx/core/Email/EmailDisplay.stories.jsx.map +1 -0
  221. package/jsx/core/EmojiPicker/EmojiPicker.stories.d.ts +8 -0
  222. package/jsx/core/EmojiPicker/EmojiPicker.stories.d.ts.map +1 -0
  223. package/jsx/core/EmojiPicker/EmojiPicker.stories.jsx +53 -0
  224. package/jsx/core/EmojiPicker/EmojiPicker.stories.jsx.map +1 -0
  225. package/jsx/core/EmptyState/EmptyState.stories.d.ts +6 -0
  226. package/jsx/core/EmptyState/EmptyState.stories.d.ts.map +1 -0
  227. package/jsx/core/EmptyState/EmptyState.stories.jsx +18 -0
  228. package/jsx/core/EmptyState/EmptyState.stories.jsx.map +1 -0
  229. package/jsx/core/ErrorState/ErrorState.stories.d.ts +9 -0
  230. package/jsx/core/ErrorState/ErrorState.stories.d.ts.map +1 -0
  231. package/jsx/core/ErrorState/ErrorState.stories.jsx +20 -0
  232. package/jsx/core/ErrorState/ErrorState.stories.jsx.map +1 -0
  233. package/jsx/core/ExpandCollapse/ExpandCollapse.stories.d.ts +7 -0
  234. package/jsx/core/ExpandCollapse/ExpandCollapse.stories.d.ts.map +1 -0
  235. package/jsx/core/ExpandCollapse/ExpandCollapse.stories.jsx +73 -0
  236. package/jsx/core/ExpandCollapse/ExpandCollapse.stories.jsx.map +1 -0
  237. package/jsx/core/ExpandCollapse/ExpandCollapse.styles.d.ts +4 -0
  238. package/jsx/core/ExpandCollapse/ExpandCollapse.styles.d.ts.map +1 -0
  239. package/jsx/core/ExpandCollapse/ExpandCollapse.styles.js +17 -0
  240. package/jsx/core/ExpandCollapse/ExpandCollapse.styles.js.map +1 -0
  241. package/jsx/core/FieldGroup/FieldGroup.stories.d.ts +20 -0
  242. package/jsx/core/FieldGroup/FieldGroup.stories.d.ts.map +1 -0
  243. package/jsx/core/FieldGroup/FieldGroup.stories.jsx +89 -0
  244. package/jsx/core/FieldGroup/FieldGroup.stories.jsx.map +1 -0
  245. package/jsx/core/FieldGroup/FieldGroupList.mocks.d.ts +25 -0
  246. package/jsx/core/FieldGroup/FieldGroupList.mocks.d.ts.map +1 -0
  247. package/jsx/core/FieldGroup/FieldGroupList.mocks.jsx +109 -0
  248. package/jsx/core/FieldGroup/FieldGroupList.mocks.jsx.map +1 -0
  249. package/jsx/core/FieldGroup/FieldGroupList.stories.d.ts +12 -0
  250. package/jsx/core/FieldGroup/FieldGroupList.stories.d.ts.map +1 -0
  251. package/jsx/core/FieldGroup/FieldGroupList.stories.jsx +134 -0
  252. package/jsx/core/FieldGroup/FieldGroupList.stories.jsx.map +1 -0
  253. package/jsx/core/FieldValueList/FieldValueList.mocks.d.ts +20 -0
  254. package/jsx/core/FieldValueList/FieldValueList.mocks.d.ts.map +1 -0
  255. package/jsx/core/FieldValueList/FieldValueList.mocks.jsx +54 -0
  256. package/jsx/core/FieldValueList/FieldValueList.mocks.jsx.map +1 -0
  257. package/jsx/core/FieldValueList/FieldValueList.stories.d.ts +11 -0
  258. package/jsx/core/FieldValueList/FieldValueList.stories.d.ts.map +1 -0
  259. package/jsx/core/FieldValueList/FieldValueList.stories.jsx +37 -0
  260. package/jsx/core/FieldValueList/FieldValueList.stories.jsx.map +1 -0
  261. package/jsx/core/FieldValueList/FieldValueList.styles.d.ts +2 -0
  262. package/jsx/core/FieldValueList/FieldValueList.styles.d.ts.map +1 -0
  263. package/jsx/core/FieldValueList/FieldValueList.styles.js +8 -0
  264. package/jsx/core/FieldValueList/FieldValueList.styles.js.map +1 -0
  265. package/jsx/core/File/FileDisplay.stories.d.ts +20 -0
  266. package/jsx/core/File/FileDisplay.stories.d.ts.map +1 -0
  267. package/jsx/core/File/FileDisplay.stories.jsx +138 -0
  268. package/jsx/core/File/FileDisplay.stories.jsx.map +1 -0
  269. package/jsx/core/File/FileInput.stories.d.ts +10 -0
  270. package/jsx/core/File/FileInput.stories.d.ts.map +1 -0
  271. package/jsx/core/File/FileInput.stories.jsx +97 -0
  272. package/jsx/core/File/FileInput.stories.jsx.map +1 -0
  273. package/jsx/core/Flex/Flex.styles.d.ts +10 -0
  274. package/jsx/core/Flex/Flex.styles.d.ts.map +1 -0
  275. package/jsx/core/Flex/Flex.styles.js +41 -0
  276. package/jsx/core/Flex/Flex.styles.js.map +1 -0
  277. package/jsx/core/Flex/FlexContainer.stories.d.ts +21 -0
  278. package/jsx/core/Flex/FlexContainer.stories.d.ts.map +1 -0
  279. package/jsx/core/Flex/FlexContainer.stories.jsx +164 -0
  280. package/jsx/core/Flex/FlexContainer.stories.jsx.map +1 -0
  281. package/jsx/core/Flex/FlexItem.stories.d.ts +13 -0
  282. package/jsx/core/Flex/FlexItem.stories.d.ts.map +1 -0
  283. package/jsx/core/Flex/FlexItem.stories.jsx +71 -0
  284. package/jsx/core/Flex/FlexItem.stories.jsx.map +1 -0
  285. package/jsx/core/Form/Form.mocks.d.ts +14 -0
  286. package/jsx/core/Form/Form.mocks.d.ts.map +1 -0
  287. package/jsx/core/Form/Form.mocks.jsx +265 -0
  288. package/jsx/core/Form/Form.mocks.jsx.map +1 -0
  289. package/jsx/core/Form/Form.stories.d.ts +25 -0
  290. package/jsx/core/Form/Form.stories.d.ts.map +1 -0
  291. package/jsx/core/Form/Form.stories.jsx +106 -0
  292. package/jsx/core/Form/Form.stories.jsx.map +1 -0
  293. package/jsx/core/Grid/Grid.styles.d.ts +6 -0
  294. package/jsx/core/Grid/Grid.styles.d.ts.map +1 -0
  295. package/jsx/core/Grid/Grid.styles.js +36 -0
  296. package/jsx/core/Grid/Grid.styles.js.map +1 -0
  297. package/jsx/core/Grid/GridContainer.stories.d.ts +23 -0
  298. package/jsx/core/Grid/GridContainer.stories.d.ts.map +1 -0
  299. package/jsx/core/Grid/GridContainer.stories.jsx +168 -0
  300. package/jsx/core/Grid/GridContainer.stories.jsx.map +1 -0
  301. package/jsx/core/Grid/GridItem.stories.d.ts +12 -0
  302. package/jsx/core/Grid/GridItem.stories.d.ts.map +1 -0
  303. package/jsx/core/Grid/GridItem.stories.jsx +74 -0
  304. package/jsx/core/Grid/GridItem.stories.jsx.map +1 -0
  305. package/jsx/core/HTML/HTML.stories.d.ts +6 -0
  306. package/jsx/core/HTML/HTML.stories.d.ts.map +1 -0
  307. package/jsx/core/HTML/HTML.stories.jsx +13 -0
  308. package/jsx/core/HTML/HTML.stories.jsx.map +1 -0
  309. package/jsx/core/Icon/Icon.mocks.d.ts +26 -0
  310. package/jsx/core/Icon/Icon.mocks.d.ts.map +1 -0
  311. package/jsx/core/Icon/Icon.mocks.jsx +32 -0
  312. package/jsx/core/Icon/Icon.mocks.jsx.map +1 -0
  313. package/jsx/core/Icon/Icon.stories.d.ts +21 -0
  314. package/jsx/core/Icon/Icon.stories.d.ts.map +1 -0
  315. package/jsx/core/Icon/Icon.stories.jsx +112 -0
  316. package/jsx/core/Icon/Icon.stories.jsx.map +1 -0
  317. package/jsx/core/Icon/Icon.styles.d.ts +4 -0
  318. package/jsx/core/Icon/Icon.styles.d.ts.map +1 -0
  319. package/jsx/core/Icon/Icon.styles.js +25 -0
  320. package/jsx/core/Icon/Icon.styles.js.map +1 -0
  321. package/jsx/core/IconPicker/IconPicker.stories.d.ts +6 -0
  322. package/jsx/core/IconPicker/IconPicker.stories.d.ts.map +1 -0
  323. package/jsx/core/IconPicker/IconPicker.stories.jsx +35 -0
  324. package/jsx/core/IconPicker/IconPicker.stories.jsx.map +1 -0
  325. package/jsx/core/Image/Image.stories.d.ts +5 -0
  326. package/jsx/core/Image/Image.stories.d.ts.map +1 -0
  327. package/jsx/core/Image/Image.stories.jsx +9 -0
  328. package/jsx/core/Image/Image.stories.jsx.map +1 -0
  329. package/jsx/core/Input/Input.stories.d.ts +20 -0
  330. package/jsx/core/Input/Input.stories.d.ts.map +1 -0
  331. package/jsx/core/Input/Input.stories.jsx +160 -0
  332. package/jsx/core/Input/Input.stories.jsx.map +1 -0
  333. package/jsx/core/Label/Label.stories.d.ts +10 -0
  334. package/jsx/core/Label/Label.stories.d.ts.map +1 -0
  335. package/jsx/core/Label/Label.stories.jsx +33 -0
  336. package/jsx/core/Label/Label.stories.jsx.map +1 -0
  337. package/jsx/core/Lightbox/Lightbox.mocks.d.ts +15 -0
  338. package/jsx/core/Lightbox/Lightbox.mocks.d.ts.map +1 -0
  339. package/jsx/core/Lightbox/Lightbox.mocks.js +59 -0
  340. package/jsx/core/Lightbox/Lightbox.mocks.js.map +1 -0
  341. package/jsx/core/Lightbox/Lightbox.stories.d.ts +10 -0
  342. package/jsx/core/Lightbox/Lightbox.stories.d.ts.map +1 -0
  343. package/jsx/core/Lightbox/Lightbox.stories.jsx +55 -0
  344. package/jsx/core/Lightbox/Lightbox.stories.jsx.map +1 -0
  345. package/jsx/core/Link/Link.stories.d.ts +13 -0
  346. package/jsx/core/Link/Link.stories.d.ts.map +1 -0
  347. package/jsx/core/Link/Link.stories.jsx +43 -0
  348. package/jsx/core/Link/Link.stories.jsx.map +1 -0
  349. package/jsx/core/List/CommaSeparatedList.stories.d.ts +6 -0
  350. package/jsx/core/List/CommaSeparatedList.stories.d.ts.map +1 -0
  351. package/jsx/core/List/CommaSeparatedList.stories.jsx +31 -0
  352. package/jsx/core/List/CommaSeparatedList.stories.jsx.map +1 -0
  353. package/jsx/core/List/OrderedList.stories.d.ts +10 -0
  354. package/jsx/core/List/OrderedList.stories.d.ts.map +1 -0
  355. package/jsx/core/List/OrderedList.stories.jsx +38 -0
  356. package/jsx/core/List/OrderedList.stories.jsx.map +1 -0
  357. package/jsx/core/List/UnorderedList.stories.d.ts +10 -0
  358. package/jsx/core/List/UnorderedList.stories.d.ts.map +1 -0
  359. package/jsx/core/List/UnorderedList.stories.jsx +38 -0
  360. package/jsx/core/List/UnorderedList.stories.jsx.map +1 -0
  361. package/jsx/core/ListToolbar/ListToolbar.mocks.d.ts +9 -0
  362. package/jsx/core/ListToolbar/ListToolbar.mocks.d.ts.map +1 -0
  363. package/jsx/core/ListToolbar/ListToolbar.mocks.jsx +66 -0
  364. package/jsx/core/ListToolbar/ListToolbar.mocks.jsx.map +1 -0
  365. package/jsx/core/ListToolbar/ListToolbar.stories.d.ts +12 -0
  366. package/jsx/core/ListToolbar/ListToolbar.stories.d.ts.map +1 -0
  367. package/jsx/core/ListToolbar/ListToolbar.stories.jsx +121 -0
  368. package/jsx/core/ListToolbar/ListToolbar.stories.jsx.map +1 -0
  369. package/jsx/core/LiveLog/LiveLog.mocks.d.ts +5 -0
  370. package/jsx/core/LiveLog/LiveLog.mocks.d.ts.map +1 -0
  371. package/jsx/core/LiveLog/LiveLog.mocks.jsx +47 -0
  372. package/jsx/core/LiveLog/LiveLog.mocks.jsx.map +1 -0
  373. package/jsx/core/LiveLog/LiveLog.stories.d.ts +9 -0
  374. package/jsx/core/LiveLog/LiveLog.stories.d.ts.map +1 -0
  375. package/jsx/core/LiveLog/LiveLog.stories.jsx +19 -0
  376. package/jsx/core/LiveLog/LiveLog.stories.jsx.map +1 -0
  377. package/jsx/core/Location/Location.stories.d.ts +15 -0
  378. package/jsx/core/Location/Location.stories.d.ts.map +1 -0
  379. package/jsx/core/Location/Location.stories.jsx +143 -0
  380. package/jsx/core/Location/Location.stories.jsx.map +1 -0
  381. package/jsx/core/Location/locationTestUtils.d.ts +3 -0
  382. package/jsx/core/Location/locationTestUtils.d.ts.map +1 -0
  383. package/jsx/core/Location/locationTestUtils.js +29 -0
  384. package/jsx/core/Location/locationTestUtils.js.map +1 -0
  385. package/jsx/core/Menu/Menu.mocks.d.ts +4 -0
  386. package/jsx/core/Menu/Menu.mocks.d.ts.map +1 -0
  387. package/jsx/core/Menu/Menu.mocks.js +179 -0
  388. package/jsx/core/Menu/Menu.mocks.js.map +1 -0
  389. package/jsx/core/Menu/Menu.stories.d.ts +18 -0
  390. package/jsx/core/Menu/Menu.stories.d.ts.map +1 -0
  391. package/jsx/core/Menu/Menu.stories.jsx +196 -0
  392. package/jsx/core/Menu/Menu.stories.jsx.map +1 -0
  393. package/jsx/core/Menu/Menu.styles.d.ts +2 -0
  394. package/jsx/core/Menu/Menu.styles.d.ts.map +1 -0
  395. package/jsx/core/Menu/Menu.styles.js +6 -0
  396. package/jsx/core/Menu/Menu.styles.js.map +1 -0
  397. package/jsx/core/MenuButton/MenuButton.stories.d.ts +16 -0
  398. package/jsx/core/MenuButton/MenuButton.stories.d.ts.map +1 -0
  399. package/jsx/core/MenuButton/MenuButton.stories.jsx +188 -0
  400. package/jsx/core/MenuButton/MenuButton.stories.jsx.map +1 -0
  401. package/jsx/core/MetaList/MetaList.stories.d.ts +9 -0
  402. package/jsx/core/MetaList/MetaList.stories.d.ts.map +1 -0
  403. package/jsx/core/MetaList/MetaList.stories.jsx +24 -0
  404. package/jsx/core/MetaList/MetaList.stories.jsx.map +1 -0
  405. package/jsx/core/Modal/Modal.mocks.d.ts +4 -0
  406. package/jsx/core/Modal/Modal.mocks.d.ts.map +1 -0
  407. package/jsx/core/Modal/Modal.mocks.jsx +44 -0
  408. package/jsx/core/Modal/Modal.mocks.jsx.map +1 -0
  409. package/jsx/core/Modal/Modal.stories.d.ts +35 -0
  410. package/jsx/core/Modal/Modal.stories.d.ts.map +1 -0
  411. package/jsx/core/Modal/Modal.stories.jsx +315 -0
  412. package/jsx/core/Modal/Modal.stories.jsx.map +1 -0
  413. package/jsx/core/MultiStepForm/MultiStepForm.mocks.d.ts +70 -0
  414. package/jsx/core/MultiStepForm/MultiStepForm.mocks.d.ts.map +1 -0
  415. package/jsx/core/MultiStepForm/MultiStepForm.mocks.jsx +401 -0
  416. package/jsx/core/MultiStepForm/MultiStepForm.mocks.jsx.map +1 -0
  417. package/jsx/core/MultiStepForm/MultiStepForm.stories.d.ts +7 -0
  418. package/jsx/core/MultiStepForm/MultiStepForm.stories.d.ts.map +1 -0
  419. package/jsx/core/MultiStepForm/MultiStepForm.stories.jsx +133 -0
  420. package/jsx/core/MultiStepForm/MultiStepForm.stories.jsx.map +1 -0
  421. package/jsx/core/NoValue/NoValue.stories.d.ts +6 -0
  422. package/jsx/core/NoValue/NoValue.stories.d.ts.map +1 -0
  423. package/jsx/core/NoValue/NoValue.stories.jsx +30 -0
  424. package/jsx/core/NoValue/NoValue.stories.jsx.map +1 -0
  425. package/jsx/core/Number/Number.stories.d.ts +19 -0
  426. package/jsx/core/Number/Number.stories.d.ts.map +1 -0
  427. package/jsx/core/Number/Number.stories.jsx +299 -0
  428. package/jsx/core/Number/Number.stories.jsx.map +1 -0
  429. package/jsx/core/PageTemplates/PageTemplates.mocks.d.ts +3 -0
  430. package/jsx/core/PageTemplates/PageTemplates.mocks.d.ts.map +1 -0
  431. package/jsx/core/PageTemplates/PageTemplates.mocks.js +10 -0
  432. package/jsx/core/PageTemplates/PageTemplates.mocks.js.map +1 -0
  433. package/jsx/core/PageTemplates/PageTemplates.stories.d.ts +33 -0
  434. package/jsx/core/PageTemplates/PageTemplates.stories.d.ts.map +1 -0
  435. package/jsx/core/PageTemplates/PageTemplates.stories.jsx +287 -0
  436. package/jsx/core/PageTemplates/PageTemplates.stories.jsx.map +1 -0
  437. package/jsx/core/PageTemplates/PageTemplates.styles.d.ts +5 -0
  438. package/jsx/core/PageTemplates/PageTemplates.styles.d.ts.map +1 -0
  439. package/jsx/core/PageTemplates/PageTemplates.styles.js +40 -0
  440. package/jsx/core/PageTemplates/PageTemplates.styles.js.map +1 -0
  441. package/jsx/core/Pagination/Pagination.stories.d.ts +6 -0
  442. package/jsx/core/Pagination/Pagination.stories.d.ts.map +1 -0
  443. package/jsx/core/Pagination/Pagination.stories.jsx +19 -0
  444. package/jsx/core/Pagination/Pagination.stories.jsx.map +1 -0
  445. package/jsx/core/Paragraph/ParagraphDisplay.stories.d.ts +6 -0
  446. package/jsx/core/Paragraph/ParagraphDisplay.stories.d.ts.map +1 -0
  447. package/jsx/core/Paragraph/ParagraphDisplay.stories.jsx +15 -0
  448. package/jsx/core/Paragraph/ParagraphDisplay.stories.jsx.map +1 -0
  449. package/jsx/core/Phone/Phone.stories.d.ts +13 -0
  450. package/jsx/core/Phone/Phone.stories.d.ts.map +1 -0
  451. package/jsx/core/Phone/Phone.stories.jsx +53 -0
  452. package/jsx/core/Phone/Phone.stories.jsx.map +1 -0
  453. package/jsx/core/Popover/Popover.mocks.d.ts +9 -0
  454. package/jsx/core/Popover/Popover.mocks.d.ts.map +1 -0
  455. package/jsx/core/Popover/Popover.mocks.jsx +114 -0
  456. package/jsx/core/Popover/Popover.mocks.jsx.map +1 -0
  457. package/jsx/core/Popover/Popover.stories.d.ts +13 -0
  458. package/jsx/core/Popover/Popover.stories.d.ts.map +1 -0
  459. package/jsx/core/Popover/Popover.stories.jsx +209 -0
  460. package/jsx/core/Popover/Popover.stories.jsx.map +1 -0
  461. package/jsx/core/Progress/Progress.mocks.d.ts +2 -0
  462. package/jsx/core/Progress/Progress.mocks.d.ts.map +1 -0
  463. package/jsx/core/Progress/Progress.mocks.js +2 -0
  464. package/jsx/core/Progress/Progress.mocks.js.map +1 -0
  465. package/jsx/core/Progress/Progress.stories.d.ts +16 -0
  466. package/jsx/core/Progress/Progress.stories.d.ts.map +1 -0
  467. package/jsx/core/Progress/Progress.stories.jsx +124 -0
  468. package/jsx/core/Progress/Progress.stories.jsx.map +1 -0
  469. package/jsx/core/Progress/Progress.styles.d.ts +2 -0
  470. package/jsx/core/Progress/Progress.styles.d.ts.map +1 -0
  471. package/jsx/core/Progress/Progress.styles.js +14 -0
  472. package/jsx/core/Progress/Progress.styles.js.map +1 -0
  473. package/jsx/core/QRCode/QRCode.stories.d.ts +9 -0
  474. package/jsx/core/QRCode/QRCode.stories.d.ts.map +1 -0
  475. package/jsx/core/QRCode/QRCode.stories.jsx +17 -0
  476. package/jsx/core/QRCode/QRCode.stories.jsx.map +1 -0
  477. package/jsx/core/RadioButton/RadioButton.stories.d.ts +23 -0
  478. package/jsx/core/RadioButton/RadioButton.stories.d.ts.map +1 -0
  479. package/jsx/core/RadioButton/RadioButton.stories.jsx +98 -0
  480. package/jsx/core/RadioButton/RadioButton.stories.jsx.map +1 -0
  481. package/jsx/core/RadioButtonGroup/RadioButtonGroup.stories.d.ts +11 -0
  482. package/jsx/core/RadioButtonGroup/RadioButtonGroup.stories.d.ts.map +1 -0
  483. package/jsx/core/RadioButtonGroup/RadioButtonGroup.stories.jsx +107 -0
  484. package/jsx/core/RadioButtonGroup/RadioButtonGroup.stories.jsx.map +1 -0
  485. package/jsx/core/RadioButtonGroup/RadioButtonGroup.styles.d.ts +4 -0
  486. package/jsx/core/RadioButtonGroup/RadioButtonGroup.styles.d.ts.map +1 -0
  487. package/jsx/core/RadioButtonGroup/RadioButtonGroup.styles.js +9 -0
  488. package/jsx/core/RadioButtonGroup/RadioButtonGroup.styles.js.map +1 -0
  489. package/jsx/core/Rating/Rating.stories.d.ts +13 -0
  490. package/jsx/core/Rating/Rating.stories.d.ts.map +1 -0
  491. package/jsx/core/Rating/Rating.stories.jsx +39 -0
  492. package/jsx/core/Rating/Rating.stories.jsx.map +1 -0
  493. package/jsx/core/SearchInput/SearchInput.mocks.d.ts +12 -0
  494. package/jsx/core/SearchInput/SearchInput.mocks.d.ts.map +1 -0
  495. package/jsx/core/SearchInput/SearchInput.mocks.js +25 -0
  496. package/jsx/core/SearchInput/SearchInput.mocks.js.map +1 -0
  497. package/jsx/core/SearchInput/SearchInput.stories.d.ts +7 -0
  498. package/jsx/core/SearchInput/SearchInput.stories.d.ts.map +1 -0
  499. package/jsx/core/SearchInput/SearchInput.stories.jsx +44 -0
  500. package/jsx/core/SearchInput/SearchInput.stories.jsx.map +1 -0
  501. package/jsx/core/Select/Select.stories.d.ts +18 -0
  502. package/jsx/core/Select/Select.stories.d.ts.map +1 -0
  503. package/jsx/core/Select/Select.stories.jsx +84 -0
  504. package/jsx/core/Select/Select.stories.jsx.map +1 -0
  505. package/jsx/core/Sentiment/Sentiment.stories.d.ts +20 -0
  506. package/jsx/core/Sentiment/Sentiment.stories.d.ts.map +1 -0
  507. package/jsx/core/Sentiment/Sentiment.stories.jsx +71 -0
  508. package/jsx/core/Sentiment/Sentiment.stories.jsx.map +1 -0
  509. package/jsx/core/SkipLinks/SkipLinks.stories.d.ts +6 -0
  510. package/jsx/core/SkipLinks/SkipLinks.stories.d.ts.map +1 -0
  511. package/jsx/core/SkipLinks/SkipLinks.stories.jsx +29 -0
  512. package/jsx/core/SkipLinks/SkipLinks.stories.jsx.map +1 -0
  513. package/jsx/core/SkipLinks/SkipLinks.styles.d.ts +2 -0
  514. package/jsx/core/SkipLinks/SkipLinks.styles.d.ts.map +1 -0
  515. package/jsx/core/SkipLinks/SkipLinks.styles.js +16 -0
  516. package/jsx/core/SkipLinks/SkipLinks.styles.js.map +1 -0
  517. package/jsx/core/Slider/Slider.stories.d.ts +13 -0
  518. package/jsx/core/Slider/Slider.stories.d.ts.map +1 -0
  519. package/jsx/core/Slider/Slider.stories.jsx +79 -0
  520. package/jsx/core/Slider/Slider.stories.jsx.map +1 -0
  521. package/jsx/core/SummaryItem/SummaryItem.stories.d.ts +11 -0
  522. package/jsx/core/SummaryItem/SummaryItem.stories.d.ts.map +1 -0
  523. package/jsx/core/SummaryItem/SummaryItem.stories.jsx +36 -0
  524. package/jsx/core/SummaryItem/SummaryItem.stories.jsx.map +1 -0
  525. package/jsx/core/SummaryList/SummaryList.mocks.d.ts +20 -0
  526. package/jsx/core/SummaryList/SummaryList.mocks.d.ts.map +1 -0
  527. package/jsx/core/SummaryList/SummaryList.mocks.jsx +48 -0
  528. package/jsx/core/SummaryList/SummaryList.mocks.jsx.map +1 -0
  529. package/jsx/core/SummaryList/SummaryList.stories.d.ts +13 -0
  530. package/jsx/core/SummaryList/SummaryList.stories.d.ts.map +1 -0
  531. package/jsx/core/SummaryList/SummaryList.stories.jsx +131 -0
  532. package/jsx/core/SummaryList/SummaryList.stories.jsx.map +1 -0
  533. package/jsx/core/SummaryList/mockUsers.d.ts +16 -0
  534. package/jsx/core/SummaryList/mockUsers.d.ts.map +1 -0
  535. package/jsx/core/SummaryList/mockUsers.js +904 -0
  536. package/jsx/core/SummaryList/mockUsers.js.map +1 -0
  537. package/jsx/core/Switch/Switch.stories.d.ts +14 -0
  538. package/jsx/core/Switch/Switch.stories.d.ts.map +1 -0
  539. package/jsx/core/Switch/Switch.stories.jsx +60 -0
  540. package/jsx/core/Switch/Switch.stories.jsx.map +1 -0
  541. package/jsx/core/Switch/Switch.styles.d.ts +2 -0
  542. package/jsx/core/Switch/Switch.styles.d.ts.map +1 -0
  543. package/jsx/core/Switch/Switch.styles.js +13 -0
  544. package/jsx/core/Switch/Switch.styles.js.map +1 -0
  545. package/jsx/core/Table/Table.mocks.d.ts +25 -0
  546. package/jsx/core/Table/Table.mocks.d.ts.map +1 -0
  547. package/jsx/core/Table/Table.mocks.jsx +166 -0
  548. package/jsx/core/Table/Table.mocks.jsx.map +1 -0
  549. package/jsx/core/Table/Table.stories.d.ts +39 -0
  550. package/jsx/core/Table/Table.stories.d.ts.map +1 -0
  551. package/jsx/core/Table/Table.stories.jsx +178 -0
  552. package/jsx/core/Table/Table.stories.jsx.map +1 -0
  553. package/jsx/core/Table/Table.styles.d.ts +4 -0
  554. package/jsx/core/Table/Table.styles.d.ts.map +1 -0
  555. package/jsx/core/Table/Table.styles.js +9 -0
  556. package/jsx/core/Table/Table.styles.js.map +1 -0
  557. package/jsx/core/Tabs/Tabs.stories.d.ts +9 -0
  558. package/jsx/core/Tabs/Tabs.stories.d.ts.map +1 -0
  559. package/jsx/core/Tabs/Tabs.stories.jsx +59 -0
  560. package/jsx/core/Tabs/Tabs.stories.jsx.map +1 -0
  561. package/jsx/core/Text/Text.stories.d.ts +25 -0
  562. package/jsx/core/Text/Text.stories.d.ts.map +1 -0
  563. package/jsx/core/Text/Text.stories.jsx +134 -0
  564. package/jsx/core/Text/Text.stories.jsx.map +1 -0
  565. package/jsx/core/TextArea/TextArea.stories.d.ts +14 -0
  566. package/jsx/core/TextArea/TextArea.stories.d.ts.map +1 -0
  567. package/jsx/core/TextArea/TextArea.stories.jsx +72 -0
  568. package/jsx/core/TextArea/TextArea.stories.jsx.map +1 -0
  569. package/jsx/core/Toaster/Toaster.stories.d.ts +5 -0
  570. package/jsx/core/Toaster/Toaster.stories.d.ts.map +1 -0
  571. package/jsx/core/Toaster/Toaster.stories.jsx +27 -0
  572. package/jsx/core/Toaster/Toaster.stories.jsx.map +1 -0
  573. package/jsx/core/Tooltip/Tooltip.stories.d.ts +11 -0
  574. package/jsx/core/Tooltip/Tooltip.stories.d.ts.map +1 -0
  575. package/jsx/core/Tooltip/Tooltip.stories.jsx +66 -0
  576. package/jsx/core/Tooltip/Tooltip.stories.jsx.map +1 -0
  577. package/jsx/core/Tooltip/Tooltip.styles.d.ts +2 -0
  578. package/jsx/core/Tooltip/Tooltip.styles.d.ts.map +1 -0
  579. package/jsx/core/Tooltip/Tooltip.styles.js +23 -0
  580. package/jsx/core/Tooltip/Tooltip.styles.js.map +1 -0
  581. package/jsx/core/Tree/Tree.mocks.d.ts +2 -0
  582. package/jsx/core/Tree/Tree.mocks.d.ts.map +1 -0
  583. package/jsx/core/Tree/Tree.mocks.js +20 -0
  584. package/jsx/core/Tree/Tree.mocks.js.map +1 -0
  585. package/jsx/core/Tree/Tree.stories.d.ts +7 -0
  586. package/jsx/core/Tree/Tree.stories.d.ts.map +1 -0
  587. package/jsx/core/Tree/Tree.stories.jsx +95 -0
  588. package/jsx/core/Tree/Tree.stories.jsx.map +1 -0
  589. package/jsx/core/Tree/Tree.styles.d.ts +3 -0
  590. package/jsx/core/Tree/Tree.styles.d.ts.map +1 -0
  591. package/jsx/core/Tree/Tree.styles.js +10 -0
  592. package/jsx/core/Tree/Tree.styles.js.map +1 -0
  593. package/jsx/core/URL/URL.stories.d.ts +6 -0
  594. package/jsx/core/URL/URL.stories.d.ts.map +1 -0
  595. package/jsx/core/URL/URL.stories.jsx +17 -0
  596. package/jsx/core/URL/URL.stories.jsx.map +1 -0
  597. package/jsx/dnd/DragDropList/DragDropList.mocks.d.ts +15 -0
  598. package/jsx/dnd/DragDropList/DragDropList.mocks.d.ts.map +1 -0
  599. package/jsx/dnd/DragDropList/DragDropList.mocks.jsx +33 -0
  600. package/jsx/dnd/DragDropList/DragDropList.mocks.jsx.map +1 -0
  601. package/jsx/dnd/DragDropList/DragDropList.stories.d.ts +10 -0
  602. package/jsx/dnd/DragDropList/DragDropList.stories.d.ts.map +1 -0
  603. package/jsx/dnd/DragDropList/DragDropList.stories.jsx +55 -0
  604. package/jsx/dnd/DragDropList/DragDropList.stories.jsx.map +1 -0
  605. package/jsx/dnd/DragDropList/DragDropList.styles.d.ts +6 -0
  606. package/jsx/dnd/DragDropList/DragDropList.styles.d.ts.map +1 -0
  607. package/jsx/dnd/DragDropList/DragDropList.styles.js +32 -0
  608. package/jsx/dnd/DragDropList/DragDropList.styles.js.map +1 -0
  609. package/jsx/dnd/StandardDragDropList/Demo.d.ts +8 -0
  610. package/jsx/dnd/StandardDragDropList/Demo.d.ts.map +1 -0
  611. package/jsx/dnd/StandardDragDropList/Demo.jsx +156 -0
  612. package/jsx/dnd/StandardDragDropList/Demo.jsx.map +1 -0
  613. package/jsx/dnd/StandardDragDropList/GroupConfig.d.ts +10 -0
  614. package/jsx/dnd/StandardDragDropList/GroupConfig.d.ts.map +1 -0
  615. package/jsx/dnd/StandardDragDropList/GroupConfig.jsx +26 -0
  616. package/jsx/dnd/StandardDragDropList/GroupConfig.jsx.map +1 -0
  617. package/jsx/dnd/StandardDragDropList/ItemConfig.d.ts +12 -0
  618. package/jsx/dnd/StandardDragDropList/ItemConfig.d.ts.map +1 -0
  619. package/jsx/dnd/StandardDragDropList/ItemConfig.jsx +21 -0
  620. package/jsx/dnd/StandardDragDropList/ItemConfig.jsx.map +1 -0
  621. package/jsx/dnd/StandardDragDropList/Popover.d.ts +14 -0
  622. package/jsx/dnd/StandardDragDropList/Popover.d.ts.map +1 -0
  623. package/jsx/dnd/StandardDragDropList/Popover.jsx +51 -0
  624. package/jsx/dnd/StandardDragDropList/Popover.jsx.map +1 -0
  625. package/jsx/dnd/StandardDragDropList/SelectionMenu.d.ts +16 -0
  626. package/jsx/dnd/StandardDragDropList/SelectionMenu.d.ts.map +1 -0
  627. package/jsx/dnd/StandardDragDropList/SelectionMenu.jsx +104 -0
  628. package/jsx/dnd/StandardDragDropList/SelectionMenu.jsx.map +1 -0
  629. package/jsx/dnd/StandardDragDropList/StandardDragDropList.stories.d.ts +5 -0
  630. package/jsx/dnd/StandardDragDropList/StandardDragDropList.stories.d.ts.map +1 -0
  631. package/jsx/dnd/StandardDragDropList/StandardDragDropList.stories.jsx +15 -0
  632. package/jsx/dnd/StandardDragDropList/StandardDragDropList.stories.jsx.map +1 -0
  633. package/jsx/dnd/StandardDragDropList/mockData.d.ts +26 -0
  634. package/jsx/dnd/StandardDragDropList/mockData.d.ts.map +1 -0
  635. package/jsx/dnd/StandardDragDropList/mockData.js +77 -0
  636. package/jsx/dnd/StandardDragDropList/mockData.js.map +1 -0
  637. package/jsx/rte/DynamicContentEditor/DynamicContentEditor.stories.d.ts +8 -0
  638. package/jsx/rte/DynamicContentEditor/DynamicContentEditor.stories.d.ts.map +1 -0
  639. package/jsx/rte/DynamicContentEditor/DynamicContentEditor.stories.jsx +103 -0
  640. package/jsx/rte/DynamicContentEditor/DynamicContentEditor.stories.jsx.map +1 -0
  641. package/jsx/rte/DynamicContentEditor/FieldSelector.d.ts +11 -0
  642. package/jsx/rte/DynamicContentEditor/FieldSelector.d.ts.map +1 -0
  643. package/jsx/rte/DynamicContentEditor/FieldSelector.jsx +82 -0
  644. package/jsx/rte/DynamicContentEditor/FieldSelector.jsx.map +1 -0
  645. package/jsx/rte/Editor/Editor.mocks.d.ts +330 -0
  646. package/jsx/rte/Editor/Editor.mocks.d.ts.map +1 -0
  647. package/jsx/rte/Editor/Editor.mocks.jsx +23 -0
  648. package/jsx/rte/Editor/Editor.mocks.jsx.map +1 -0
  649. package/jsx/rte/Editor/Editor.stories.d.ts +13 -0
  650. package/jsx/rte/Editor/Editor.stories.d.ts.map +1 -0
  651. package/jsx/rte/Editor/Editor.stories.jsx +126 -0
  652. package/jsx/rte/Editor/Editor.stories.jsx.map +1 -0
  653. package/jsx/rte/RichTextEditor/RichTextEditor.mocks.d.ts +3 -0
  654. package/jsx/rte/RichTextEditor/RichTextEditor.mocks.d.ts.map +1 -0
  655. package/jsx/rte/RichTextEditor/RichTextEditor.mocks.jsx +34 -0
  656. package/jsx/rte/RichTextEditor/RichTextEditor.mocks.jsx.map +1 -0
  657. package/jsx/rte/RichTextEditor/RichTextEditor.stories.d.ts +6 -0
  658. package/jsx/rte/RichTextEditor/RichTextEditor.stories.d.ts.map +1 -0
  659. package/jsx/rte/RichTextEditor/RichTextEditor.stories.jsx +45 -0
  660. package/jsx/rte/RichTextEditor/RichTextEditor.stories.jsx.map +1 -0
  661. package/jsx/rte/RichTextEditor/RichTextViewer.stories.d.ts +8 -0
  662. package/jsx/rte/RichTextEditor/RichTextViewer.stories.d.ts.map +1 -0
  663. package/jsx/rte/RichTextEditor/RichTextViewer.stories.jsx +96 -0
  664. package/jsx/rte/RichTextEditor/RichTextViewer.stories.jsx.map +1 -0
  665. package/jsx/social/Chat/Chat.mocks.d.ts +64 -0
  666. package/jsx/social/Chat/Chat.mocks.d.ts.map +1 -0
  667. package/jsx/social/Chat/Chat.mocks.js +744 -0
  668. package/jsx/social/Chat/Chat.mocks.js.map +1 -0
  669. package/jsx/social/Chat/Chat.stories.d.ts +52 -0
  670. package/jsx/social/Chat/Chat.stories.d.ts.map +1 -0
  671. package/jsx/social/Chat/Chat.stories.jsx +624 -0
  672. package/jsx/social/Chat/Chat.stories.jsx.map +1 -0
  673. package/jsx/social/Email/Email.mocks.d.ts +352 -0
  674. package/jsx/social/Email/Email.mocks.d.ts.map +1 -0
  675. package/jsx/social/Email/Email.mocks.jsx +1215 -0
  676. package/jsx/social/Email/Email.mocks.jsx.map +1 -0
  677. package/jsx/social/Email/Email.stories.d.ts +81 -0
  678. package/jsx/social/Email/Email.stories.d.ts.map +1 -0
  679. package/jsx/social/Email/Email.stories.jsx +1199 -0
  680. package/jsx/social/Email/Email.stories.jsx.map +1 -0
  681. package/jsx/social/Email/Email.styles.d.ts +3 -0
  682. package/jsx/social/Email/Email.styles.d.ts.map +1 -0
  683. package/jsx/social/Email/Email.styles.js +11 -0
  684. package/jsx/social/Email/Email.styles.js.map +1 -0
  685. package/jsx/social/Feed/Feed.mocks.d.ts +53 -0
  686. package/jsx/social/Feed/Feed.mocks.d.ts.map +1 -0
  687. package/jsx/social/Feed/Feed.mocks.jsx +412 -0
  688. package/jsx/social/Feed/Feed.mocks.jsx.map +1 -0
  689. package/jsx/social/Feed/Feed.stories.d.ts +11 -0
  690. package/jsx/social/Feed/Feed.stories.d.ts.map +1 -0
  691. package/jsx/social/Feed/Feed.stories.jsx +215 -0
  692. package/jsx/social/Feed/Feed.stories.jsx.map +1 -0
  693. package/jsx/social/Feed/FeedNewPost.mocks.d.ts +8 -0
  694. package/jsx/social/Feed/FeedNewPost.mocks.d.ts.map +1 -0
  695. package/jsx/social/Feed/FeedNewPost.mocks.jsx +29 -0
  696. package/jsx/social/Feed/FeedNewPost.mocks.jsx.map +1 -0
  697. package/jsx/social/Feed/FeedPost.mocks.d.ts +4 -0
  698. package/jsx/social/Feed/FeedPost.mocks.d.ts.map +1 -0
  699. package/jsx/social/Feed/FeedPost.mocks.jsx +182 -0
  700. package/jsx/social/Feed/FeedPost.mocks.jsx.map +1 -0
  701. package/jsx/social/Feed/FeedReply.mocks.d.ts +13 -0
  702. package/jsx/social/Feed/FeedReply.mocks.d.ts.map +1 -0
  703. package/jsx/social/Feed/FeedReply.mocks.jsx +83 -0
  704. package/jsx/social/Feed/FeedReply.mocks.jsx.map +1 -0
  705. package/jsx/work/AppAnnouncement/AppAnnouncement.stories.d.ts +6 -0
  706. package/jsx/work/AppAnnouncement/AppAnnouncement.stories.d.ts.map +1 -0
  707. package/jsx/work/AppAnnouncement/AppAnnouncement.stories.jsx +30 -0
  708. package/jsx/work/AppAnnouncement/AppAnnouncement.stories.jsx.map +1 -0
  709. package/jsx/work/Article/Article.mocks.d.ts +22 -0
  710. package/jsx/work/Article/Article.mocks.d.ts.map +1 -0
  711. package/jsx/work/Article/Article.mocks.js +22 -0
  712. package/jsx/work/Article/Article.mocks.js.map +1 -0
  713. package/jsx/work/Article/Article.stories.d.ts +18 -0
  714. package/jsx/work/Article/Article.stories.d.ts.map +1 -0
  715. package/jsx/work/Article/Article.stories.jsx +244 -0
  716. package/jsx/work/Article/Article.stories.jsx.map +1 -0
  717. package/jsx/work/ArticleList/ArticleList.mocks.d.ts +165 -0
  718. package/jsx/work/ArticleList/ArticleList.mocks.d.ts.map +1 -0
  719. package/jsx/work/ArticleList/ArticleList.mocks.js +450 -0
  720. package/jsx/work/ArticleList/ArticleList.mocks.js.map +1 -0
  721. package/jsx/work/ArticleList/ArticleList.stories.d.ts +15 -0
  722. package/jsx/work/ArticleList/ArticleList.stories.d.ts.map +1 -0
  723. package/jsx/work/ArticleList/ArticleList.stories.jsx +520 -0
  724. package/jsx/work/ArticleList/ArticleList.stories.jsx.map +1 -0
  725. package/jsx/work/Assignments/Assignments.stories.d.ts +11 -0
  726. package/jsx/work/Assignments/Assignments.stories.d.ts.map +1 -0
  727. package/jsx/work/Assignments/Assignments.stories.jsx +64 -0
  728. package/jsx/work/Assignments/Assignments.stories.jsx.map +1 -0
  729. package/jsx/work/CaseView/Attachments.mocks.d.ts +3 -0
  730. package/jsx/work/CaseView/Attachments.mocks.d.ts.map +1 -0
  731. package/jsx/work/CaseView/Attachments.mocks.jsx +397 -0
  732. package/jsx/work/CaseView/Attachments.mocks.jsx.map +1 -0
  733. package/jsx/work/CaseView/CaseView.mocks.d.ts +113 -0
  734. package/jsx/work/CaseView/CaseView.mocks.d.ts.map +1 -0
  735. package/jsx/work/CaseView/CaseView.mocks.jsx +596 -0
  736. package/jsx/work/CaseView/CaseView.mocks.jsx.map +1 -0
  737. package/jsx/work/CaseView/CaseView.stories.d.ts +6 -0
  738. package/jsx/work/CaseView/CaseView.stories.d.ts.map +1 -0
  739. package/jsx/work/CaseView/CaseView.stories.jsx +57 -0
  740. package/jsx/work/CaseView/CaseView.stories.jsx.map +1 -0
  741. package/jsx/work/CaseView/Details.mocks.d.ts +3 -0
  742. package/jsx/work/CaseView/Details.mocks.d.ts.map +1 -0
  743. package/jsx/work/CaseView/Details.mocks.jsx +21 -0
  744. package/jsx/work/CaseView/Details.mocks.jsx.map +1 -0
  745. package/jsx/work/CaseView/FileService.mock.d.ts +28 -0
  746. package/jsx/work/CaseView/FileService.mock.d.ts.map +1 -0
  747. package/jsx/work/CaseView/FileService.mock.jsx +139 -0
  748. package/jsx/work/CaseView/FileService.mock.jsx.map +1 -0
  749. package/jsx/work/CaseView/Pulse.mocks.d.ts +7 -0
  750. package/jsx/work/CaseView/Pulse.mocks.d.ts.map +1 -0
  751. package/jsx/work/CaseView/Pulse.mocks.jsx +35 -0
  752. package/jsx/work/CaseView/Pulse.mocks.jsx.map +1 -0
  753. package/jsx/work/ConfigurableLayout/ConfigurableLayout.mocks.d.ts +45 -0
  754. package/jsx/work/ConfigurableLayout/ConfigurableLayout.mocks.d.ts.map +1 -0
  755. package/jsx/work/ConfigurableLayout/ConfigurableLayout.mocks.jsx +166 -0
  756. package/jsx/work/ConfigurableLayout/ConfigurableLayout.mocks.jsx.map +1 -0
  757. package/jsx/work/ConfigurableLayout/ConfigurableLayout.stories.d.ts +5 -0
  758. package/jsx/work/ConfigurableLayout/ConfigurableLayout.stories.d.ts.map +1 -0
  759. package/jsx/work/ConfigurableLayout/ConfigurableLayout.stories.jsx +24 -0
  760. package/jsx/work/ConfigurableLayout/ConfigurableLayout.stories.jsx.map +1 -0
  761. package/jsx/work/ConfigurableLayout/ConfigurableLayout.styles.d.ts +4 -0
  762. package/jsx/work/ConfigurableLayout/ConfigurableLayout.styles.d.ts.map +1 -0
  763. package/jsx/work/ConfigurableLayout/ConfigurableLayout.styles.js +11 -0
  764. package/jsx/work/ConfigurableLayout/ConfigurableLayout.styles.js.map +1 -0
  765. package/jsx/work/Confirmation/Confirmation.stories.d.ts +13 -0
  766. package/jsx/work/Confirmation/Confirmation.stories.d.ts.map +1 -0
  767. package/jsx/work/Confirmation/Confirmation.stories.jsx +39 -0
  768. package/jsx/work/Confirmation/Confirmation.stories.jsx.map +1 -0
  769. package/jsx/work/Confirmation/Confirmation.styles.d.ts +2 -0
  770. package/jsx/work/Confirmation/Confirmation.styles.d.ts.map +1 -0
  771. package/jsx/work/Confirmation/Confirmation.styles.js +7 -0
  772. package/jsx/work/Confirmation/Confirmation.styles.js.map +1 -0
  773. package/jsx/work/Details/Details.stories.d.ts +10 -0
  774. package/jsx/work/Details/Details.stories.d.ts.map +1 -0
  775. package/jsx/work/Details/Details.stories.jsx +110 -0
  776. package/jsx/work/Details/Details.stories.jsx.map +1 -0
  777. package/jsx/work/Glimpse/Glimpse.stories.d.ts +5 -0
  778. package/jsx/work/Glimpse/Glimpse.stories.d.ts.map +1 -0
  779. package/jsx/work/Glimpse/Glimpse.stories.jsx +42 -0
  780. package/jsx/work/Glimpse/Glimpse.stories.jsx.map +1 -0
  781. package/jsx/work/IntelligentGuidance/IntelligentGuidance.stories.d.ts +5 -0
  782. package/jsx/work/IntelligentGuidance/IntelligentGuidance.stories.d.ts.map +1 -0
  783. package/jsx/work/IntelligentGuidance/IntelligentGuidance.stories.jsx +115 -0
  784. package/jsx/work/IntelligentGuidance/IntelligentGuidance.stories.jsx.map +1 -0
  785. package/jsx/work/Predictions/Predictions.mocks.d.ts +3 -0
  786. package/jsx/work/Predictions/Predictions.mocks.d.ts.map +1 -0
  787. package/jsx/work/Predictions/Predictions.mocks.jsx +18 -0
  788. package/jsx/work/Predictions/Predictions.mocks.jsx.map +1 -0
  789. package/jsx/work/Predictions/Predictions.stories.d.ts +5 -0
  790. package/jsx/work/Predictions/Predictions.stories.d.ts.map +1 -0
  791. package/jsx/work/Predictions/Predictions.stories.jsx +53 -0
  792. package/jsx/work/Predictions/Predictions.stories.jsx.map +1 -0
  793. package/jsx/work/SearchResults/SearchResults.mocks.d.ts +14 -0
  794. package/jsx/work/SearchResults/SearchResults.mocks.d.ts.map +1 -0
  795. package/jsx/work/SearchResults/SearchResults.mocks.jsx +97 -0
  796. package/jsx/work/SearchResults/SearchResults.mocks.jsx.map +1 -0
  797. package/jsx/work/SearchResults/SearchResults.stories.d.ts +9 -0
  798. package/jsx/work/SearchResults/SearchResults.stories.d.ts.map +1 -0
  799. package/jsx/work/SearchResults/SearchResults.stories.jsx +242 -0
  800. package/jsx/work/SearchResults/SearchResults.stories.jsx.map +1 -0
  801. package/jsx/work/SearchResults/SearchResults.styles.d.ts +5 -0
  802. package/jsx/work/SearchResults/SearchResults.styles.d.ts.map +1 -0
  803. package/jsx/work/SearchResults/SearchResults.styles.js +12 -0
  804. package/jsx/work/SearchResults/SearchResults.styles.js.map +1 -0
  805. package/jsx/work/Stages/Stages.mocks.d.ts +14 -0
  806. package/jsx/work/Stages/Stages.mocks.d.ts.map +1 -0
  807. package/jsx/work/Stages/Stages.mocks.jsx +40 -0
  808. package/jsx/work/Stages/Stages.mocks.jsx.map +1 -0
  809. package/jsx/work/Stages/Stages.stories.d.ts +11 -0
  810. package/jsx/work/Stages/Stages.stories.d.ts.map +1 -0
  811. package/jsx/work/Stages/Stages.stories.jsx +45 -0
  812. package/jsx/work/Stages/Stages.stories.jsx.map +1 -0
  813. package/jsx/work/Stakeholders/Stakeholders.mocks.d.ts +17 -0
  814. package/jsx/work/Stakeholders/Stakeholders.mocks.d.ts.map +1 -0
  815. package/jsx/work/Stakeholders/Stakeholders.mocks.jsx +36 -0
  816. package/jsx/work/Stakeholders/Stakeholders.mocks.jsx.map +1 -0
  817. package/jsx/work/Stakeholders/Stakeholders.stories.d.ts +5 -0
  818. package/jsx/work/Stakeholders/Stakeholders.stories.d.ts.map +1 -0
  819. package/jsx/work/Stakeholders/Stakeholders.stories.jsx +91 -0
  820. package/jsx/work/Stakeholders/Stakeholders.stories.jsx.map +1 -0
  821. package/jsx/work/Tags/Tags.mocks.d.ts +3 -0
  822. package/jsx/work/Tags/Tags.mocks.d.ts.map +1 -0
  823. package/jsx/work/Tags/Tags.mocks.js +76 -0
  824. package/jsx/work/Tags/Tags.mocks.js.map +1 -0
  825. package/jsx/work/Tags/Tags.stories.d.ts +10 -0
  826. package/jsx/work/Tags/Tags.stories.d.ts.map +1 -0
  827. package/jsx/work/Tags/Tags.stories.jsx +66 -0
  828. package/jsx/work/Tags/Tags.stories.jsx.map +1 -0
  829. package/jsx/work/Tasks/TaskList.stories.d.ts +5 -0
  830. package/jsx/work/Tasks/TaskList.stories.d.ts.map +1 -0
  831. package/jsx/work/Tasks/TaskList.stories.jsx +19 -0
  832. package/jsx/work/Tasks/TaskList.stories.jsx.map +1 -0
  833. package/jsx/work/Tasks/Tasks.mocks.d.ts +22 -0
  834. package/jsx/work/Tasks/Tasks.mocks.d.ts.map +1 -0
  835. package/jsx/work/Tasks/Tasks.mocks.js +51 -0
  836. package/jsx/work/Tasks/Tasks.mocks.js.map +1 -0
  837. package/jsx/work/Tasks/Tasks.stories.d.ts +15 -0
  838. package/jsx/work/Tasks/Tasks.stories.d.ts.map +1 -0
  839. package/jsx/work/Tasks/Tasks.stories.jsx +79 -0
  840. package/jsx/work/Tasks/Tasks.stories.jsx.map +1 -0
  841. package/jsx/work/Timeline/Timeline.mocks.d.ts +3 -0
  842. package/jsx/work/Timeline/Timeline.mocks.d.ts.map +1 -0
  843. package/jsx/work/Timeline/Timeline.mocks.jsx +144 -0
  844. package/jsx/work/Timeline/Timeline.mocks.jsx.map +1 -0
  845. package/jsx/work/Timeline/Timeline.stories.d.ts +11 -0
  846. package/jsx/work/Timeline/Timeline.stories.d.ts.map +1 -0
  847. package/jsx/work/Timeline/Timeline.stories.jsx +78 -0
  848. package/jsx/work/Timeline/Timeline.stories.jsx.map +1 -0
  849. package/jsx/wss/AppShell/AppShell.mocks.d.ts +24 -0
  850. package/jsx/wss/AppShell/AppShell.mocks.d.ts.map +1 -0
  851. package/jsx/wss/AppShell/AppShell.mocks.jsx +64 -0
  852. package/jsx/wss/AppShell/AppShell.mocks.jsx.map +1 -0
  853. package/jsx/wss/AppShell/AppShell.stories.d.ts +19 -0
  854. package/jsx/wss/AppShell/AppShell.stories.d.ts.map +1 -0
  855. package/jsx/wss/AppShell/AppShell.stories.jsx +96 -0
  856. package/jsx/wss/AppShell/AppShell.stories.jsx.map +1 -0
  857. package/jsx/wss/AppShell/AppShell.styles.d.ts +2 -0
  858. package/jsx/wss/AppShell/AppShell.styles.d.ts.map +1 -0
  859. package/jsx/wss/AppShell/AppShell.styles.js +5 -0
  860. package/jsx/wss/AppShell/AppShell.styles.js.map +1 -0
  861. package/jsx/wss/CaseView/CaseView.mocks.d.ts +13 -0
  862. package/jsx/wss/CaseView/CaseView.mocks.d.ts.map +1 -0
  863. package/jsx/wss/CaseView/CaseView.mocks.jsx +34 -0
  864. package/jsx/wss/CaseView/CaseView.mocks.jsx.map +1 -0
  865. package/jsx/wss/CaseView/CaseView.stories.d.ts +12 -0
  866. package/jsx/wss/CaseView/CaseView.stories.d.ts.map +1 -0
  867. package/jsx/wss/CaseView/CaseView.stories.jsx +74 -0
  868. package/jsx/wss/CaseView/CaseView.stories.jsx.map +1 -0
  869. package/jsx/wss/PageTemplates/PageTemplates.stories.d.ts +15 -0
  870. package/jsx/wss/PageTemplates/PageTemplates.stories.d.ts.map +1 -0
  871. package/jsx/wss/PageTemplates/PageTemplates.stories.jsx +48 -0
  872. package/jsx/wss/PageTemplates/PageTemplates.stories.jsx.map +1 -0
  873. package/jsx/wss/QuickCreate/QuickCreate.stories.d.ts +10 -0
  874. package/jsx/wss/QuickCreate/QuickCreate.stories.d.ts.map +1 -0
  875. package/jsx/wss/QuickCreate/QuickCreate.stories.jsx +37 -0
  876. package/jsx/wss/QuickCreate/QuickCreate.stories.jsx.map +1 -0
  877. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.mocks.d.ts +3 -0
  878. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.mocks.d.ts.map +1 -0
  879. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.mocks.js +15 -0
  880. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.mocks.js.map +1 -0
  881. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.stories.d.ts +19 -0
  882. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.stories.d.ts.map +1 -0
  883. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.stories.js +182 -0
  884. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.stories.js.map +1 -0
  885. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.styles.d.ts +5 -0
  886. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.styles.d.ts.map +1 -0
  887. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.styles.js +15 -0
  888. package/lib/condition-builder/ConditionBuilder/ConditionBuilder.styles.js.map +1 -0
  889. package/lib/condition-builder/ConditionBuilder/props.mock.d.ts +6 -0
  890. package/lib/condition-builder/ConditionBuilder/props.mock.d.ts.map +1 -0
  891. package/lib/condition-builder/ConditionBuilder/props.mock.js +229 -0
  892. package/lib/condition-builder/ConditionBuilder/props.mock.js.map +1 -0
  893. package/lib/condition-builder/ConditionInput/ConditionInput.stories.d.ts +10 -0
  894. package/lib/condition-builder/ConditionInput/ConditionInput.stories.d.ts.map +1 -0
  895. package/lib/condition-builder/ConditionInput/ConditionInput.stories.js +41 -0
  896. package/lib/condition-builder/ConditionInput/ConditionInput.stories.js.map +1 -0
  897. package/lib/condition-builder/PromotedFilters/PromotedFilters.mocks.d.ts +4 -0
  898. package/lib/condition-builder/PromotedFilters/PromotedFilters.mocks.d.ts.map +1 -0
  899. package/lib/condition-builder/PromotedFilters/PromotedFilters.mocks.js +233 -0
  900. package/lib/condition-builder/PromotedFilters/PromotedFilters.mocks.js.map +1 -0
  901. package/lib/condition-builder/PromotedFilters/PromotedFilters.stories.d.ts +8 -0
  902. package/lib/condition-builder/PromotedFilters/PromotedFilters.stories.d.ts.map +1 -0
  903. package/lib/condition-builder/PromotedFilters/PromotedFilters.stories.js +24 -0
  904. package/lib/condition-builder/PromotedFilters/PromotedFilters.stories.js.map +1 -0
  905. package/lib/condition-builder/PromotedFilters/PromotedFilters.styles.d.ts +9 -0
  906. package/lib/condition-builder/PromotedFilters/PromotedFilters.styles.d.ts.map +1 -0
  907. package/lib/condition-builder/PromotedFilters/PromotedFilters.styles.js +35 -0
  908. package/lib/condition-builder/PromotedFilters/PromotedFilters.styles.js.map +1 -0
  909. package/lib/core/AIButton/AIButton.mocks.d.ts +22 -0
  910. package/lib/core/AIButton/AIButton.mocks.d.ts.map +1 -0
  911. package/lib/core/AIButton/AIButton.mocks.js +139 -0
  912. package/lib/core/AIButton/AIButton.mocks.js.map +1 -0
  913. package/lib/core/AIButton/AIButton.stories.d.ts +23 -0
  914. package/lib/core/AIButton/AIButton.stories.d.ts.map +1 -0
  915. package/lib/core/AIButton/AIButton.stories.js +223 -0
  916. package/lib/core/AIButton/AIButton.stories.js.map +1 -0
  917. package/lib/core/AdditionalInfo/AdditionalInfo.stories.d.ts +9 -0
  918. package/lib/core/AdditionalInfo/AdditionalInfo.stories.d.ts.map +1 -0
  919. package/lib/core/AdditionalInfo/AdditionalInfo.stories.js +16 -0
  920. package/lib/core/AdditionalInfo/AdditionalInfo.stories.js.map +1 -0
  921. package/lib/core/AppShell/AppShell.mocks.d.ts +15 -0
  922. package/lib/core/AppShell/AppShell.mocks.d.ts.map +1 -0
  923. package/lib/core/AppShell/AppShell.mocks.js +127 -0
  924. package/lib/core/AppShell/AppShell.mocks.js.map +1 -0
  925. package/lib/core/AppShell/AppShell.stories.d.ts +41 -0
  926. package/lib/core/AppShell/AppShell.stories.d.ts.map +1 -0
  927. package/lib/core/AppShell/AppShell.stories.js +267 -0
  928. package/lib/core/AppShell/AppShell.stories.js.map +1 -0
  929. package/lib/core/AppShell/AppShell.styles.d.ts +2 -0
  930. package/lib/core/AppShell/AppShell.styles.d.ts.map +1 -0
  931. package/lib/core/AppShell/AppShell.styles.js +5 -0
  932. package/lib/core/AppShell/AppShell.styles.js.map +1 -0
  933. package/lib/core/Avatar/Avatar.stories.d.ts +15 -0
  934. package/lib/core/Avatar/Avatar.stories.d.ts.map +1 -0
  935. package/lib/core/Avatar/Avatar.stories.js +76 -0
  936. package/lib/core/Avatar/Avatar.stories.js.map +1 -0
  937. package/lib/core/Backdrop/Backdrop.stories.d.ts +7 -0
  938. package/lib/core/Backdrop/Backdrop.stories.d.ts.map +1 -0
  939. package/lib/core/Backdrop/Backdrop.stories.js +26 -0
  940. package/lib/core/Backdrop/Backdrop.stories.js.map +1 -0
  941. package/lib/core/Badges/Alert.stories.d.ts +6 -0
  942. package/lib/core/Badges/Alert.stories.d.ts.map +1 -0
  943. package/lib/core/Badges/Alert.stories.js +16 -0
  944. package/lib/core/Badges/Alert.stories.js.map +1 -0
  945. package/lib/core/Badges/Count.stories.d.ts +6 -0
  946. package/lib/core/Badges/Count.stories.d.ts.map +1 -0
  947. package/lib/core/Badges/Count.stories.js +21 -0
  948. package/lib/core/Badges/Count.stories.js.map +1 -0
  949. package/lib/core/Badges/Keyboard.stories.d.ts +6 -0
  950. package/lib/core/Badges/Keyboard.stories.d.ts.map +1 -0
  951. package/lib/core/Badges/Keyboard.stories.js +16 -0
  952. package/lib/core/Badges/Keyboard.stories.js.map +1 -0
  953. package/lib/core/Badges/Selection.stories.d.ts +5 -0
  954. package/lib/core/Badges/Selection.stories.d.ts.map +1 -0
  955. package/lib/core/Badges/Selection.stories.js +10 -0
  956. package/lib/core/Badges/Selection.stories.js.map +1 -0
  957. package/lib/core/Badges/Status.stories.d.ts +11 -0
  958. package/lib/core/Badges/Status.stories.d.ts.map +1 -0
  959. package/lib/core/Badges/Status.stories.js +42 -0
  960. package/lib/core/Badges/Status.stories.js.map +1 -0
  961. package/lib/core/Badges/Tag.stories.d.ts +5 -0
  962. package/lib/core/Badges/Tag.stories.d.ts.map +1 -0
  963. package/lib/core/Badges/Tag.stories.js +10 -0
  964. package/lib/core/Badges/Tag.stories.js.map +1 -0
  965. package/lib/core/Banner/Banner.mocks.d.ts +18 -0
  966. package/lib/core/Banner/Banner.mocks.d.ts.map +1 -0
  967. package/lib/core/Banner/Banner.mocks.js +36 -0
  968. package/lib/core/Banner/Banner.mocks.js.map +1 -0
  969. package/lib/core/Banner/Banner.stories.d.ts +18 -0
  970. package/lib/core/Banner/Banner.stories.d.ts.map +1 -0
  971. package/lib/core/Banner/Banner.stories.js +154 -0
  972. package/lib/core/Banner/Banner.stories.js.map +1 -0
  973. package/lib/core/Boolean/BooleanDisplay.stories.d.ts +6 -0
  974. package/lib/core/Boolean/BooleanDisplay.stories.d.ts.map +1 -0
  975. package/lib/core/Boolean/BooleanDisplay.stories.js +20 -0
  976. package/lib/core/Boolean/BooleanDisplay.stories.js.map +1 -0
  977. package/lib/core/Breadcrumbs/Breadcrumbs.mocks.d.ts +2 -0
  978. package/lib/core/Breadcrumbs/Breadcrumbs.mocks.d.ts.map +1 -0
  979. package/lib/core/Breadcrumbs/Breadcrumbs.mocks.js +8 -0
  980. package/lib/core/Breadcrumbs/Breadcrumbs.mocks.js.map +1 -0
  981. package/lib/core/Breadcrumbs/Breadcrumbs.stories.d.ts +11 -0
  982. package/lib/core/Breadcrumbs/Breadcrumbs.stories.d.ts.map +1 -0
  983. package/lib/core/Breadcrumbs/Breadcrumbs.stories.js +68 -0
  984. package/lib/core/Breadcrumbs/Breadcrumbs.stories.js.map +1 -0
  985. package/lib/core/Breadcrumbs/Breadcrumbs.styles.d.ts +2 -0
  986. package/lib/core/Breadcrumbs/Breadcrumbs.styles.d.ts.map +1 -0
  987. package/lib/core/Breadcrumbs/Breadcrumbs.styles.js +12 -0
  988. package/lib/core/Breadcrumbs/Breadcrumbs.styles.js.map +1 -0
  989. package/lib/core/Button/Button.stories.d.ts +18 -0
  990. package/lib/core/Button/Button.stories.d.ts.map +1 -0
  991. package/lib/core/Button/Button.stories.js +80 -0
  992. package/lib/core/Button/Button.stories.js.map +1 -0
  993. package/lib/core/Card/Card.stories.d.ts +12 -0
  994. package/lib/core/Card/Card.stories.d.ts.map +1 -0
  995. package/lib/core/Card/Card.stories.js +51 -0
  996. package/lib/core/Card/Card.stories.js.map +1 -0
  997. package/lib/core/Card/Card.styles.d.ts +2 -0
  998. package/lib/core/Card/Card.styles.d.ts.map +1 -0
  999. package/lib/core/Card/Card.styles.js +5 -0
  1000. package/lib/core/Card/Card.styles.js.map +1 -0
  1001. package/lib/core/Checkbox/Checkbox.stories.d.ts +23 -0
  1002. package/lib/core/Checkbox/Checkbox.stories.d.ts.map +1 -0
  1003. package/lib/core/Checkbox/Checkbox.stories.js +102 -0
  1004. package/lib/core/Checkbox/Checkbox.stories.js.map +1 -0
  1005. package/lib/core/CheckboxGroup/CheckboxGroup.stories.d.ts +11 -0
  1006. package/lib/core/CheckboxGroup/CheckboxGroup.stories.d.ts.map +1 -0
  1007. package/lib/core/CheckboxGroup/CheckboxGroup.stories.js +72 -0
  1008. package/lib/core/CheckboxGroup/CheckboxGroup.stories.js.map +1 -0
  1009. package/lib/core/CheckboxGroup/CheckboxGroup.styles.d.ts +4 -0
  1010. package/lib/core/CheckboxGroup/CheckboxGroup.styles.d.ts.map +1 -0
  1011. package/lib/core/CheckboxGroup/CheckboxGroup.styles.js +9 -0
  1012. package/lib/core/CheckboxGroup/CheckboxGroup.styles.js.map +1 -0
  1013. package/lib/core/ColorPicker/ColorPicker.stories.d.ts +10 -0
  1014. package/lib/core/ColorPicker/ColorPicker.stories.d.ts.map +1 -0
  1015. package/lib/core/ColorPicker/ColorPicker.stories.js +75 -0
  1016. package/lib/core/ColorPicker/ColorPicker.stories.js.map +1 -0
  1017. package/lib/core/ColorPicker/ColorPicker.styles.d.ts +4 -0
  1018. package/lib/core/ColorPicker/ColorPicker.styles.d.ts.map +1 -0
  1019. package/lib/core/ColorPicker/ColorPicker.styles.js +11 -0
  1020. package/lib/core/ColorPicker/ColorPicker.styles.js.map +1 -0
  1021. package/lib/core/ComboBox/ComboBox.mocks.d.ts +26 -0
  1022. package/lib/core/ComboBox/ComboBox.mocks.d.ts.map +1 -0
  1023. package/lib/core/ComboBox/ComboBox.mocks.js +57 -0
  1024. package/lib/core/ComboBox/ComboBox.mocks.js.map +1 -0
  1025. package/lib/core/ComboBox/ComboBox.stories.d.ts +34 -0
  1026. package/lib/core/ComboBox/ComboBox.stories.d.ts.map +1 -0
  1027. package/lib/core/ComboBox/ComboBox.stories.js +428 -0
  1028. package/lib/core/ComboBox/ComboBox.stories.js.map +1 -0
  1029. package/lib/core/CompositeInput/CompositeInput.mocks.d.ts +8 -0
  1030. package/lib/core/CompositeInput/CompositeInput.mocks.d.ts.map +1 -0
  1031. package/lib/core/CompositeInput/CompositeInput.mocks.js +6 -0
  1032. package/lib/core/CompositeInput/CompositeInput.mocks.js.map +1 -0
  1033. package/lib/core/CompositeInput/CompositeInput.stories.d.ts +9 -0
  1034. package/lib/core/CompositeInput/CompositeInput.stories.d.ts.map +1 -0
  1035. package/lib/core/CompositeInput/CompositeInput.stories.js +55 -0
  1036. package/lib/core/CompositeInput/CompositeInput.stories.js.map +1 -0
  1037. package/lib/core/Configuration/Configuration.mocks.d.ts +7 -0
  1038. package/lib/core/Configuration/Configuration.mocks.d.ts.map +1 -0
  1039. package/lib/core/Configuration/Configuration.mocks.js +6 -0
  1040. package/lib/core/Configuration/Configuration.mocks.js.map +1 -0
  1041. package/lib/core/Configuration/Configuration.stories.d.ts +25 -0
  1042. package/lib/core/Configuration/Configuration.stories.d.ts.map +1 -0
  1043. package/lib/core/Configuration/Configuration.stories.js +123 -0
  1044. package/lib/core/Configuration/Configuration.stories.js.map +1 -0
  1045. package/lib/core/Configuration/Configuration.styles.d.ts +6 -0
  1046. package/lib/core/Configuration/Configuration.styles.d.ts.map +1 -0
  1047. package/lib/core/Configuration/Configuration.styles.js +12 -0
  1048. package/lib/core/Configuration/Configuration.styles.js.map +1 -0
  1049. package/lib/core/CreditCard/CreditCard.stories.d.ts +14 -0
  1050. package/lib/core/CreditCard/CreditCard.stories.d.ts.map +1 -0
  1051. package/lib/core/CreditCard/CreditCard.stories.js +52 -0
  1052. package/lib/core/CreditCard/CreditCard.stories.js.map +1 -0
  1053. package/lib/core/Currency/Currency.stories.d.ts +19 -0
  1054. package/lib/core/Currency/Currency.stories.d.ts.map +1 -0
  1055. package/lib/core/Currency/Currency.stories.js +107 -0
  1056. package/lib/core/Currency/Currency.stories.js.map +1 -0
  1057. package/lib/core/DangerButton/DangerButton.stories.d.ts +6 -0
  1058. package/lib/core/DangerButton/DangerButton.stories.d.ts.map +1 -0
  1059. package/lib/core/DangerButton/DangerButton.stories.js +18 -0
  1060. package/lib/core/DangerButton/DangerButton.stories.js.map +1 -0
  1061. package/lib/core/DateTime/DateTime.stories.d.ts +51 -0
  1062. package/lib/core/DateTime/DateTime.stories.d.ts.map +1 -0
  1063. package/lib/core/DateTime/DateTime.stories.js +303 -0
  1064. package/lib/core/DateTime/DateTime.stories.js.map +1 -0
  1065. package/lib/core/DateTime/DateTimeDisplay.stories.d.ts +7 -0
  1066. package/lib/core/DateTime/DateTimeDisplay.stories.d.ts.map +1 -0
  1067. package/lib/core/DateTime/DateTimeDisplay.stories.js +50 -0
  1068. package/lib/core/DateTime/DateTimeDisplay.stories.js.map +1 -0
  1069. package/lib/core/DateTime/DateTimePicker.stories.d.ts +7 -0
  1070. package/lib/core/DateTime/DateTimePicker.stories.d.ts.map +1 -0
  1071. package/lib/core/DateTime/DateTimePicker.stories.js +35 -0
  1072. package/lib/core/DateTime/DateTimePicker.stories.js.map +1 -0
  1073. package/lib/core/Dialog/Dialog.stories.d.ts +7 -0
  1074. package/lib/core/Dialog/Dialog.stories.d.ts.map +1 -0
  1075. package/lib/core/Dialog/Dialog.stories.js +16 -0
  1076. package/lib/core/Dialog/Dialog.stories.js.map +1 -0
  1077. package/lib/core/Dialog/FormDialog.mocks.d.ts +27 -0
  1078. package/lib/core/Dialog/FormDialog.mocks.d.ts.map +1 -0
  1079. package/lib/core/Dialog/FormDialog.mocks.js +188 -0
  1080. package/lib/core/Dialog/FormDialog.mocks.js.map +1 -0
  1081. package/lib/core/Dialog/InfoDialog.mocks.d.ts +4 -0
  1082. package/lib/core/Dialog/InfoDialog.mocks.d.ts.map +1 -0
  1083. package/lib/core/Dialog/InfoDialog.mocks.js +41 -0
  1084. package/lib/core/Dialog/InfoDialog.mocks.js.map +1 -0
  1085. package/lib/core/Drawer/Drawer.stories.d.ts +7 -0
  1086. package/lib/core/Drawer/Drawer.stories.d.ts.map +1 -0
  1087. package/lib/core/Drawer/Drawer.stories.js +71 -0
  1088. package/lib/core/Drawer/Drawer.stories.js.map +1 -0
  1089. package/lib/core/Drawer/Drawer.styles.d.ts +2 -0
  1090. package/lib/core/Drawer/Drawer.styles.d.ts.map +1 -0
  1091. package/lib/core/Drawer/Drawer.styles.js +11 -0
  1092. package/lib/core/Drawer/Drawer.styles.js.map +1 -0
  1093. package/lib/core/Email/EmailDisplay.stories.d.ts +6 -0
  1094. package/lib/core/Email/EmailDisplay.stories.d.ts.map +1 -0
  1095. package/lib/core/Email/EmailDisplay.stories.js +20 -0
  1096. package/lib/core/Email/EmailDisplay.stories.js.map +1 -0
  1097. package/lib/core/EmojiPicker/EmojiPicker.stories.d.ts +8 -0
  1098. package/lib/core/EmojiPicker/EmojiPicker.stories.d.ts.map +1 -0
  1099. package/lib/core/EmojiPicker/EmojiPicker.stories.js +43 -0
  1100. package/lib/core/EmojiPicker/EmojiPicker.stories.js.map +1 -0
  1101. package/lib/core/EmptyState/EmptyState.stories.d.ts +6 -0
  1102. package/lib/core/EmptyState/EmptyState.stories.d.ts.map +1 -0
  1103. package/lib/core/EmptyState/EmptyState.stories.js +19 -0
  1104. package/lib/core/EmptyState/EmptyState.stories.js.map +1 -0
  1105. package/lib/core/ErrorState/ErrorState.stories.d.ts +9 -0
  1106. package/lib/core/ErrorState/ErrorState.stories.d.ts.map +1 -0
  1107. package/lib/core/ErrorState/ErrorState.stories.js +21 -0
  1108. package/lib/core/ErrorState/ErrorState.stories.js.map +1 -0
  1109. package/lib/core/ExpandCollapse/ExpandCollapse.stories.d.ts +7 -0
  1110. package/lib/core/ExpandCollapse/ExpandCollapse.stories.d.ts.map +1 -0
  1111. package/lib/core/ExpandCollapse/ExpandCollapse.stories.js +28 -0
  1112. package/lib/core/ExpandCollapse/ExpandCollapse.stories.js.map +1 -0
  1113. package/lib/core/ExpandCollapse/ExpandCollapse.styles.d.ts +4 -0
  1114. package/lib/core/ExpandCollapse/ExpandCollapse.styles.d.ts.map +1 -0
  1115. package/lib/core/ExpandCollapse/ExpandCollapse.styles.js +17 -0
  1116. package/lib/core/ExpandCollapse/ExpandCollapse.styles.js.map +1 -0
  1117. package/lib/core/FieldGroup/FieldGroup.stories.d.ts +20 -0
  1118. package/lib/core/FieldGroup/FieldGroup.stories.d.ts.map +1 -0
  1119. package/lib/core/FieldGroup/FieldGroup.stories.js +59 -0
  1120. package/lib/core/FieldGroup/FieldGroup.stories.js.map +1 -0
  1121. package/lib/core/FieldGroup/FieldGroupList.mocks.d.ts +25 -0
  1122. package/lib/core/FieldGroup/FieldGroupList.mocks.d.ts.map +1 -0
  1123. package/lib/core/FieldGroup/FieldGroupList.mocks.js +87 -0
  1124. package/lib/core/FieldGroup/FieldGroupList.mocks.js.map +1 -0
  1125. package/lib/core/FieldGroup/FieldGroupList.stories.d.ts +12 -0
  1126. package/lib/core/FieldGroup/FieldGroupList.stories.d.ts.map +1 -0
  1127. package/lib/core/FieldGroup/FieldGroupList.stories.js +114 -0
  1128. package/lib/core/FieldGroup/FieldGroupList.stories.js.map +1 -0
  1129. package/lib/core/FieldValueList/FieldValueList.mocks.d.ts +20 -0
  1130. package/lib/core/FieldValueList/FieldValueList.mocks.d.ts.map +1 -0
  1131. package/lib/core/FieldValueList/FieldValueList.mocks.js +51 -0
  1132. package/lib/core/FieldValueList/FieldValueList.mocks.js.map +1 -0
  1133. package/lib/core/FieldValueList/FieldValueList.stories.d.ts +11 -0
  1134. package/lib/core/FieldValueList/FieldValueList.stories.d.ts.map +1 -0
  1135. package/lib/core/FieldValueList/FieldValueList.stories.js +36 -0
  1136. package/lib/core/FieldValueList/FieldValueList.stories.js.map +1 -0
  1137. package/lib/core/FieldValueList/FieldValueList.styles.d.ts +2 -0
  1138. package/lib/core/FieldValueList/FieldValueList.styles.d.ts.map +1 -0
  1139. package/lib/core/FieldValueList/FieldValueList.styles.js +8 -0
  1140. package/lib/core/FieldValueList/FieldValueList.styles.js.map +1 -0
  1141. package/lib/core/File/FileDisplay.stories.d.ts +20 -0
  1142. package/lib/core/File/FileDisplay.stories.d.ts.map +1 -0
  1143. package/lib/core/File/FileDisplay.stories.js +139 -0
  1144. package/lib/core/File/FileDisplay.stories.js.map +1 -0
  1145. package/lib/core/File/FileInput.stories.d.ts +10 -0
  1146. package/lib/core/File/FileInput.stories.d.ts.map +1 -0
  1147. package/lib/core/File/FileInput.stories.js +85 -0
  1148. package/lib/core/File/FileInput.stories.js.map +1 -0
  1149. package/lib/core/Flex/Flex.styles.d.ts +10 -0
  1150. package/lib/core/Flex/Flex.styles.d.ts.map +1 -0
  1151. package/lib/core/Flex/Flex.styles.js +41 -0
  1152. package/lib/core/Flex/Flex.styles.js.map +1 -0
  1153. package/lib/core/Flex/FlexContainer.stories.d.ts +21 -0
  1154. package/lib/core/Flex/FlexContainer.stories.d.ts.map +1 -0
  1155. package/lib/core/Flex/FlexContainer.stories.js +82 -0
  1156. package/lib/core/Flex/FlexContainer.stories.js.map +1 -0
  1157. package/lib/core/Flex/FlexItem.stories.d.ts +13 -0
  1158. package/lib/core/Flex/FlexItem.stories.d.ts.map +1 -0
  1159. package/lib/core/Flex/FlexItem.stories.js +41 -0
  1160. package/lib/core/Flex/FlexItem.stories.js.map +1 -0
  1161. package/lib/core/Form/Form.mocks.d.ts +14 -0
  1162. package/lib/core/Form/Form.mocks.d.ts.map +1 -0
  1163. package/lib/core/Form/Form.mocks.js +165 -0
  1164. package/lib/core/Form/Form.mocks.js.map +1 -0
  1165. package/lib/core/Form/Form.stories.d.ts +25 -0
  1166. package/lib/core/Form/Form.stories.d.ts.map +1 -0
  1167. package/lib/core/Form/Form.stories.js +94 -0
  1168. package/lib/core/Form/Form.stories.js.map +1 -0
  1169. package/lib/core/Grid/Grid.styles.d.ts +6 -0
  1170. package/lib/core/Grid/Grid.styles.d.ts.map +1 -0
  1171. package/lib/core/Grid/Grid.styles.js +36 -0
  1172. package/lib/core/Grid/Grid.styles.js.map +1 -0
  1173. package/lib/core/Grid/GridContainer.stories.d.ts +23 -0
  1174. package/lib/core/Grid/GridContainer.stories.d.ts.map +1 -0
  1175. package/lib/core/Grid/GridContainer.stories.js +115 -0
  1176. package/lib/core/Grid/GridContainer.stories.js.map +1 -0
  1177. package/lib/core/Grid/GridItem.stories.d.ts +12 -0
  1178. package/lib/core/Grid/GridItem.stories.d.ts.map +1 -0
  1179. package/lib/core/Grid/GridItem.stories.js +36 -0
  1180. package/lib/core/Grid/GridItem.stories.js.map +1 -0
  1181. package/lib/core/HTML/HTML.stories.d.ts +6 -0
  1182. package/lib/core/HTML/HTML.stories.d.ts.map +1 -0
  1183. package/lib/core/HTML/HTML.stories.js +14 -0
  1184. package/lib/core/HTML/HTML.stories.js.map +1 -0
  1185. package/lib/core/Icon/Icon.mocks.d.ts +26 -0
  1186. package/lib/core/Icon/Icon.mocks.d.ts.map +1 -0
  1187. package/lib/core/Icon/Icon.mocks.js +33 -0
  1188. package/lib/core/Icon/Icon.mocks.js.map +1 -0
  1189. package/lib/core/Icon/Icon.stories.d.ts +21 -0
  1190. package/lib/core/Icon/Icon.stories.d.ts.map +1 -0
  1191. package/lib/core/Icon/Icon.stories.js +101 -0
  1192. package/lib/core/Icon/Icon.stories.js.map +1 -0
  1193. package/lib/core/Icon/Icon.styles.d.ts +4 -0
  1194. package/lib/core/Icon/Icon.styles.d.ts.map +1 -0
  1195. package/lib/core/Icon/Icon.styles.js +25 -0
  1196. package/lib/core/Icon/Icon.styles.js.map +1 -0
  1197. package/lib/core/IconPicker/IconPicker.stories.d.ts +6 -0
  1198. package/lib/core/IconPicker/IconPicker.stories.d.ts.map +1 -0
  1199. package/lib/core/IconPicker/IconPicker.stories.js +36 -0
  1200. package/lib/core/IconPicker/IconPicker.stories.js.map +1 -0
  1201. package/lib/core/Image/Image.stories.d.ts +5 -0
  1202. package/lib/core/Image/Image.stories.d.ts.map +1 -0
  1203. package/lib/core/Image/Image.stories.js +10 -0
  1204. package/lib/core/Image/Image.stories.js.map +1 -0
  1205. package/lib/core/Input/Input.stories.d.ts +20 -0
  1206. package/lib/core/Input/Input.stories.d.ts.map +1 -0
  1207. package/lib/core/Input/Input.stories.js +159 -0
  1208. package/lib/core/Input/Input.stories.js.map +1 -0
  1209. package/lib/core/Label/Label.stories.d.ts +10 -0
  1210. package/lib/core/Label/Label.stories.d.ts.map +1 -0
  1211. package/lib/core/Label/Label.stories.js +32 -0
  1212. package/lib/core/Label/Label.stories.js.map +1 -0
  1213. package/lib/core/Lightbox/Lightbox.mocks.d.ts +15 -0
  1214. package/lib/core/Lightbox/Lightbox.mocks.d.ts.map +1 -0
  1215. package/lib/core/Lightbox/Lightbox.mocks.js +59 -0
  1216. package/lib/core/Lightbox/Lightbox.mocks.js.map +1 -0
  1217. package/lib/core/Lightbox/Lightbox.stories.d.ts +10 -0
  1218. package/lib/core/Lightbox/Lightbox.stories.d.ts.map +1 -0
  1219. package/lib/core/Lightbox/Lightbox.stories.js +51 -0
  1220. package/lib/core/Lightbox/Lightbox.stories.js.map +1 -0
  1221. package/lib/core/Link/Link.stories.d.ts +13 -0
  1222. package/lib/core/Link/Link.stories.d.ts.map +1 -0
  1223. package/lib/core/Link/Link.stories.js +31 -0
  1224. package/lib/core/Link/Link.stories.js.map +1 -0
  1225. package/lib/core/List/CommaSeparatedList.stories.d.ts +6 -0
  1226. package/lib/core/List/CommaSeparatedList.stories.d.ts.map +1 -0
  1227. package/lib/core/List/CommaSeparatedList.stories.js +32 -0
  1228. package/lib/core/List/CommaSeparatedList.stories.js.map +1 -0
  1229. package/lib/core/List/OrderedList.stories.d.ts +10 -0
  1230. package/lib/core/List/OrderedList.stories.d.ts.map +1 -0
  1231. package/lib/core/List/OrderedList.stories.js +39 -0
  1232. package/lib/core/List/OrderedList.stories.js.map +1 -0
  1233. package/lib/core/List/UnorderedList.stories.d.ts +10 -0
  1234. package/lib/core/List/UnorderedList.stories.d.ts.map +1 -0
  1235. package/lib/core/List/UnorderedList.stories.js +39 -0
  1236. package/lib/core/List/UnorderedList.stories.js.map +1 -0
  1237. package/lib/core/ListToolbar/ListToolbar.mocks.d.ts +9 -0
  1238. package/lib/core/ListToolbar/ListToolbar.mocks.d.ts.map +1 -0
  1239. package/lib/core/ListToolbar/ListToolbar.mocks.js +43 -0
  1240. package/lib/core/ListToolbar/ListToolbar.mocks.js.map +1 -0
  1241. package/lib/core/ListToolbar/ListToolbar.stories.d.ts +12 -0
  1242. package/lib/core/ListToolbar/ListToolbar.stories.d.ts.map +1 -0
  1243. package/lib/core/ListToolbar/ListToolbar.stories.js +107 -0
  1244. package/lib/core/ListToolbar/ListToolbar.stories.js.map +1 -0
  1245. package/lib/core/LiveLog/LiveLog.mocks.d.ts +5 -0
  1246. package/lib/core/LiveLog/LiveLog.mocks.d.ts.map +1 -0
  1247. package/lib/core/LiveLog/LiveLog.mocks.js +29 -0
  1248. package/lib/core/LiveLog/LiveLog.mocks.js.map +1 -0
  1249. package/lib/core/LiveLog/LiveLog.stories.d.ts +9 -0
  1250. package/lib/core/LiveLog/LiveLog.stories.d.ts.map +1 -0
  1251. package/lib/core/LiveLog/LiveLog.stories.js +20 -0
  1252. package/lib/core/LiveLog/LiveLog.stories.js.map +1 -0
  1253. package/lib/core/Location/Location.stories.d.ts +15 -0
  1254. package/lib/core/Location/Location.stories.d.ts.map +1 -0
  1255. package/lib/core/Location/Location.stories.js +136 -0
  1256. package/lib/core/Location/Location.stories.js.map +1 -0
  1257. package/lib/core/Location/locationTestUtils.d.ts +3 -0
  1258. package/lib/core/Location/locationTestUtils.d.ts.map +1 -0
  1259. package/lib/core/Location/locationTestUtils.js +30 -0
  1260. package/lib/core/Location/locationTestUtils.js.map +1 -0
  1261. package/lib/core/Menu/Menu.mocks.d.ts +4 -0
  1262. package/lib/core/Menu/Menu.mocks.d.ts.map +1 -0
  1263. package/lib/core/Menu/Menu.mocks.js +179 -0
  1264. package/lib/core/Menu/Menu.mocks.js.map +1 -0
  1265. package/lib/core/Menu/Menu.stories.d.ts +18 -0
  1266. package/lib/core/Menu/Menu.stories.d.ts.map +1 -0
  1267. package/lib/core/Menu/Menu.stories.js +174 -0
  1268. package/lib/core/Menu/Menu.stories.js.map +1 -0
  1269. package/lib/core/Menu/Menu.styles.d.ts +2 -0
  1270. package/lib/core/Menu/Menu.styles.d.ts.map +1 -0
  1271. package/lib/core/Menu/Menu.styles.js +6 -0
  1272. package/lib/core/Menu/Menu.styles.js.map +1 -0
  1273. package/lib/core/MenuButton/MenuButton.stories.d.ts +16 -0
  1274. package/lib/core/MenuButton/MenuButton.stories.d.ts.map +1 -0
  1275. package/lib/core/MenuButton/MenuButton.stories.js +185 -0
  1276. package/lib/core/MenuButton/MenuButton.stories.js.map +1 -0
  1277. package/lib/core/MetaList/MetaList.stories.d.ts +9 -0
  1278. package/lib/core/MetaList/MetaList.stories.d.ts.map +1 -0
  1279. package/lib/core/MetaList/MetaList.stories.js +20 -0
  1280. package/lib/core/MetaList/MetaList.stories.js.map +1 -0
  1281. package/lib/core/Modal/Modal.mocks.d.ts +4 -0
  1282. package/lib/core/Modal/Modal.mocks.d.ts.map +1 -0
  1283. package/lib/core/Modal/Modal.mocks.js +36 -0
  1284. package/lib/core/Modal/Modal.mocks.js.map +1 -0
  1285. package/lib/core/Modal/Modal.stories.d.ts +35 -0
  1286. package/lib/core/Modal/Modal.stories.d.ts.map +1 -0
  1287. package/lib/core/Modal/Modal.stories.js +258 -0
  1288. package/lib/core/Modal/Modal.stories.js.map +1 -0
  1289. package/lib/core/MultiStepForm/MultiStepForm.mocks.d.ts +70 -0
  1290. package/lib/core/MultiStepForm/MultiStepForm.mocks.d.ts.map +1 -0
  1291. package/lib/core/MultiStepForm/MultiStepForm.mocks.js +326 -0
  1292. package/lib/core/MultiStepForm/MultiStepForm.mocks.js.map +1 -0
  1293. package/lib/core/MultiStepForm/MultiStepForm.stories.d.ts +7 -0
  1294. package/lib/core/MultiStepForm/MultiStepForm.stories.d.ts.map +1 -0
  1295. package/lib/core/MultiStepForm/MultiStepForm.stories.js +109 -0
  1296. package/lib/core/MultiStepForm/MultiStepForm.stories.js.map +1 -0
  1297. package/lib/core/NoValue/NoValue.stories.d.ts +6 -0
  1298. package/lib/core/NoValue/NoValue.stories.d.ts.map +1 -0
  1299. package/lib/core/NoValue/NoValue.stories.js +29 -0
  1300. package/lib/core/NoValue/NoValue.stories.js.map +1 -0
  1301. package/lib/core/Number/Number.stories.d.ts +19 -0
  1302. package/lib/core/Number/Number.stories.d.ts.map +1 -0
  1303. package/lib/core/Number/Number.stories.js +300 -0
  1304. package/lib/core/Number/Number.stories.js.map +1 -0
  1305. package/lib/core/PageTemplates/PageTemplates.mocks.d.ts +3 -0
  1306. package/lib/core/PageTemplates/PageTemplates.mocks.d.ts.map +1 -0
  1307. package/lib/core/PageTemplates/PageTemplates.mocks.js +10 -0
  1308. package/lib/core/PageTemplates/PageTemplates.mocks.js.map +1 -0
  1309. package/lib/core/PageTemplates/PageTemplates.stories.d.ts +33 -0
  1310. package/lib/core/PageTemplates/PageTemplates.stories.d.ts.map +1 -0
  1311. package/lib/core/PageTemplates/PageTemplates.stories.js +272 -0
  1312. package/lib/core/PageTemplates/PageTemplates.stories.js.map +1 -0
  1313. package/lib/core/PageTemplates/PageTemplates.styles.d.ts +5 -0
  1314. package/lib/core/PageTemplates/PageTemplates.styles.d.ts.map +1 -0
  1315. package/lib/core/PageTemplates/PageTemplates.styles.js +40 -0
  1316. package/lib/core/PageTemplates/PageTemplates.styles.js.map +1 -0
  1317. package/lib/core/Pagination/Pagination.stories.d.ts +6 -0
  1318. package/lib/core/Pagination/Pagination.stories.d.ts.map +1 -0
  1319. package/lib/core/Pagination/Pagination.stories.js +20 -0
  1320. package/lib/core/Pagination/Pagination.stories.js.map +1 -0
  1321. package/lib/core/Paragraph/ParagraphDisplay.stories.d.ts +6 -0
  1322. package/lib/core/Paragraph/ParagraphDisplay.stories.d.ts.map +1 -0
  1323. package/lib/core/Paragraph/ParagraphDisplay.stories.js +16 -0
  1324. package/lib/core/Paragraph/ParagraphDisplay.stories.js.map +1 -0
  1325. package/lib/core/Phone/Phone.stories.d.ts +13 -0
  1326. package/lib/core/Phone/Phone.stories.d.ts.map +1 -0
  1327. package/lib/core/Phone/Phone.stories.js +54 -0
  1328. package/lib/core/Phone/Phone.stories.js.map +1 -0
  1329. package/lib/core/Popover/Popover.mocks.d.ts +9 -0
  1330. package/lib/core/Popover/Popover.mocks.d.ts.map +1 -0
  1331. package/lib/core/Popover/Popover.mocks.js +105 -0
  1332. package/lib/core/Popover/Popover.mocks.js.map +1 -0
  1333. package/lib/core/Popover/Popover.stories.d.ts +13 -0
  1334. package/lib/core/Popover/Popover.stories.d.ts.map +1 -0
  1335. package/lib/core/Popover/Popover.stories.js +122 -0
  1336. package/lib/core/Popover/Popover.stories.js.map +1 -0
  1337. package/lib/core/Progress/Progress.mocks.d.ts +2 -0
  1338. package/lib/core/Progress/Progress.mocks.d.ts.map +1 -0
  1339. package/lib/core/Progress/Progress.mocks.js +2 -0
  1340. package/lib/core/Progress/Progress.mocks.js.map +1 -0
  1341. package/lib/core/Progress/Progress.stories.d.ts +16 -0
  1342. package/lib/core/Progress/Progress.stories.d.ts.map +1 -0
  1343. package/lib/core/Progress/Progress.stories.js +106 -0
  1344. package/lib/core/Progress/Progress.stories.js.map +1 -0
  1345. package/lib/core/Progress/Progress.styles.d.ts +2 -0
  1346. package/lib/core/Progress/Progress.styles.d.ts.map +1 -0
  1347. package/lib/core/Progress/Progress.styles.js +14 -0
  1348. package/lib/core/Progress/Progress.styles.js.map +1 -0
  1349. package/lib/core/QRCode/QRCode.stories.d.ts +9 -0
  1350. package/lib/core/QRCode/QRCode.stories.d.ts.map +1 -0
  1351. package/lib/core/QRCode/QRCode.stories.js +18 -0
  1352. package/lib/core/QRCode/QRCode.stories.js.map +1 -0
  1353. package/lib/core/RadioButton/RadioButton.stories.d.ts +23 -0
  1354. package/lib/core/RadioButton/RadioButton.stories.d.ts.map +1 -0
  1355. package/lib/core/RadioButton/RadioButton.stories.js +97 -0
  1356. package/lib/core/RadioButton/RadioButton.stories.js.map +1 -0
  1357. package/lib/core/RadioButtonGroup/RadioButtonGroup.stories.d.ts +11 -0
  1358. package/lib/core/RadioButtonGroup/RadioButtonGroup.stories.d.ts.map +1 -0
  1359. package/lib/core/RadioButtonGroup/RadioButtonGroup.stories.js +74 -0
  1360. package/lib/core/RadioButtonGroup/RadioButtonGroup.stories.js.map +1 -0
  1361. package/lib/core/RadioButtonGroup/RadioButtonGroup.styles.d.ts +4 -0
  1362. package/lib/core/RadioButtonGroup/RadioButtonGroup.styles.d.ts.map +1 -0
  1363. package/lib/core/RadioButtonGroup/RadioButtonGroup.styles.js +9 -0
  1364. package/lib/core/RadioButtonGroup/RadioButtonGroup.styles.js.map +1 -0
  1365. package/lib/core/Rating/Rating.stories.d.ts +13 -0
  1366. package/lib/core/Rating/Rating.stories.d.ts.map +1 -0
  1367. package/lib/core/Rating/Rating.stories.js +38 -0
  1368. package/lib/core/Rating/Rating.stories.js.map +1 -0
  1369. package/lib/core/SearchInput/SearchInput.mocks.d.ts +12 -0
  1370. package/lib/core/SearchInput/SearchInput.mocks.d.ts.map +1 -0
  1371. package/lib/core/SearchInput/SearchInput.mocks.js +25 -0
  1372. package/lib/core/SearchInput/SearchInput.mocks.js.map +1 -0
  1373. package/lib/core/SearchInput/SearchInput.stories.d.ts +7 -0
  1374. package/lib/core/SearchInput/SearchInput.stories.d.ts.map +1 -0
  1375. package/lib/core/SearchInput/SearchInput.stories.js +45 -0
  1376. package/lib/core/SearchInput/SearchInput.stories.js.map +1 -0
  1377. package/lib/core/Select/Select.stories.d.ts +18 -0
  1378. package/lib/core/Select/Select.stories.d.ts.map +1 -0
  1379. package/lib/core/Select/Select.stories.js +73 -0
  1380. package/lib/core/Select/Select.stories.js.map +1 -0
  1381. package/lib/core/Sentiment/Sentiment.stories.d.ts +20 -0
  1382. package/lib/core/Sentiment/Sentiment.stories.d.ts.map +1 -0
  1383. package/lib/core/Sentiment/Sentiment.stories.js +68 -0
  1384. package/lib/core/Sentiment/Sentiment.stories.js.map +1 -0
  1385. package/lib/core/SkipLinks/SkipLinks.stories.d.ts +6 -0
  1386. package/lib/core/SkipLinks/SkipLinks.stories.d.ts.map +1 -0
  1387. package/lib/core/SkipLinks/SkipLinks.stories.js +28 -0
  1388. package/lib/core/SkipLinks/SkipLinks.stories.js.map +1 -0
  1389. package/lib/core/SkipLinks/SkipLinks.styles.d.ts +2 -0
  1390. package/lib/core/SkipLinks/SkipLinks.styles.d.ts.map +1 -0
  1391. package/lib/core/SkipLinks/SkipLinks.styles.js +16 -0
  1392. package/lib/core/SkipLinks/SkipLinks.styles.js.map +1 -0
  1393. package/lib/core/Slider/Slider.stories.d.ts +13 -0
  1394. package/lib/core/Slider/Slider.stories.d.ts.map +1 -0
  1395. package/lib/core/Slider/Slider.stories.js +66 -0
  1396. package/lib/core/Slider/Slider.stories.js.map +1 -0
  1397. package/lib/core/SummaryItem/SummaryItem.stories.d.ts +11 -0
  1398. package/lib/core/SummaryItem/SummaryItem.stories.d.ts.map +1 -0
  1399. package/lib/core/SummaryItem/SummaryItem.stories.js +32 -0
  1400. package/lib/core/SummaryItem/SummaryItem.stories.js.map +1 -0
  1401. package/lib/core/SummaryList/SummaryList.mocks.d.ts +20 -0
  1402. package/lib/core/SummaryList/SummaryList.mocks.d.ts.map +1 -0
  1403. package/lib/core/SummaryList/SummaryList.mocks.js +48 -0
  1404. package/lib/core/SummaryList/SummaryList.mocks.js.map +1 -0
  1405. package/lib/core/SummaryList/SummaryList.stories.d.ts +13 -0
  1406. package/lib/core/SummaryList/SummaryList.stories.d.ts.map +1 -0
  1407. package/lib/core/SummaryList/SummaryList.stories.js +126 -0
  1408. package/lib/core/SummaryList/SummaryList.stories.js.map +1 -0
  1409. package/lib/core/SummaryList/mockUsers.d.ts +16 -0
  1410. package/lib/core/SummaryList/mockUsers.d.ts.map +1 -0
  1411. package/lib/core/SummaryList/mockUsers.js +906 -0
  1412. package/lib/core/SummaryList/mockUsers.js.map +1 -0
  1413. package/lib/core/Switch/Switch.stories.d.ts +14 -0
  1414. package/lib/core/Switch/Switch.stories.d.ts.map +1 -0
  1415. package/lib/core/Switch/Switch.stories.js +57 -0
  1416. package/lib/core/Switch/Switch.stories.js.map +1 -0
  1417. package/lib/core/Switch/Switch.styles.d.ts +2 -0
  1418. package/lib/core/Switch/Switch.styles.d.ts.map +1 -0
  1419. package/lib/core/Switch/Switch.styles.js +13 -0
  1420. package/lib/core/Switch/Switch.styles.js.map +1 -0
  1421. package/lib/core/Table/Table.mocks.d.ts +25 -0
  1422. package/lib/core/Table/Table.mocks.d.ts.map +1 -0
  1423. package/lib/core/Table/Table.mocks.js +164 -0
  1424. package/lib/core/Table/Table.mocks.js.map +1 -0
  1425. package/lib/core/Table/Table.stories.d.ts +39 -0
  1426. package/lib/core/Table/Table.stories.d.ts.map +1 -0
  1427. package/lib/core/Table/Table.stories.js +167 -0
  1428. package/lib/core/Table/Table.stories.js.map +1 -0
  1429. package/lib/core/Table/Table.styles.d.ts +4 -0
  1430. package/lib/core/Table/Table.styles.d.ts.map +1 -0
  1431. package/lib/core/Table/Table.styles.js +9 -0
  1432. package/lib/core/Table/Table.styles.js.map +1 -0
  1433. package/lib/core/Tabs/Tabs.stories.d.ts +9 -0
  1434. package/lib/core/Tabs/Tabs.stories.d.ts.map +1 -0
  1435. package/lib/core/Tabs/Tabs.stories.js +42 -0
  1436. package/lib/core/Tabs/Tabs.stories.js.map +1 -0
  1437. package/lib/core/Text/Text.stories.d.ts +25 -0
  1438. package/lib/core/Text/Text.stories.d.ts.map +1 -0
  1439. package/lib/core/Text/Text.stories.js +122 -0
  1440. package/lib/core/Text/Text.stories.js.map +1 -0
  1441. package/lib/core/TextArea/TextArea.stories.d.ts +14 -0
  1442. package/lib/core/TextArea/TextArea.stories.d.ts.map +1 -0
  1443. package/lib/core/TextArea/TextArea.stories.js +71 -0
  1444. package/lib/core/TextArea/TextArea.stories.js.map +1 -0
  1445. package/lib/core/Toaster/Toaster.stories.d.ts +5 -0
  1446. package/lib/core/Toaster/Toaster.stories.d.ts.map +1 -0
  1447. package/lib/core/Toaster/Toaster.stories.js +26 -0
  1448. package/lib/core/Toaster/Toaster.stories.js.map +1 -0
  1449. package/lib/core/Tooltip/Tooltip.stories.d.ts +11 -0
  1450. package/lib/core/Tooltip/Tooltip.stories.d.ts.map +1 -0
  1451. package/lib/core/Tooltip/Tooltip.stories.js +39 -0
  1452. package/lib/core/Tooltip/Tooltip.stories.js.map +1 -0
  1453. package/lib/core/Tooltip/Tooltip.styles.d.ts +2 -0
  1454. package/lib/core/Tooltip/Tooltip.styles.d.ts.map +1 -0
  1455. package/lib/core/Tooltip/Tooltip.styles.js +23 -0
  1456. package/lib/core/Tooltip/Tooltip.styles.js.map +1 -0
  1457. package/lib/core/Tree/Tree.mocks.d.ts +2 -0
  1458. package/lib/core/Tree/Tree.mocks.d.ts.map +1 -0
  1459. package/lib/core/Tree/Tree.mocks.js +22 -0
  1460. package/lib/core/Tree/Tree.mocks.js.map +1 -0
  1461. package/lib/core/Tree/Tree.stories.d.ts +7 -0
  1462. package/lib/core/Tree/Tree.stories.d.ts.map +1 -0
  1463. package/lib/core/Tree/Tree.stories.js +91 -0
  1464. package/lib/core/Tree/Tree.stories.js.map +1 -0
  1465. package/lib/core/Tree/Tree.styles.d.ts +3 -0
  1466. package/lib/core/Tree/Tree.styles.d.ts.map +1 -0
  1467. package/lib/core/Tree/Tree.styles.js +10 -0
  1468. package/lib/core/Tree/Tree.styles.js.map +1 -0
  1469. package/lib/core/URL/URL.stories.d.ts +6 -0
  1470. package/lib/core/URL/URL.stories.d.ts.map +1 -0
  1471. package/lib/core/URL/URL.stories.js +18 -0
  1472. package/lib/core/URL/URL.stories.js.map +1 -0
  1473. package/lib/dnd/DragDropList/DragDropList.mocks.d.ts +15 -0
  1474. package/lib/dnd/DragDropList/DragDropList.mocks.d.ts.map +1 -0
  1475. package/lib/dnd/DragDropList/DragDropList.mocks.js +32 -0
  1476. package/lib/dnd/DragDropList/DragDropList.mocks.js.map +1 -0
  1477. package/lib/dnd/DragDropList/DragDropList.stories.d.ts +10 -0
  1478. package/lib/dnd/DragDropList/DragDropList.stories.d.ts.map +1 -0
  1479. package/lib/dnd/DragDropList/DragDropList.stories.js +42 -0
  1480. package/lib/dnd/DragDropList/DragDropList.stories.js.map +1 -0
  1481. package/lib/dnd/DragDropList/DragDropList.styles.d.ts +6 -0
  1482. package/lib/dnd/DragDropList/DragDropList.styles.d.ts.map +1 -0
  1483. package/lib/dnd/DragDropList/DragDropList.styles.js +32 -0
  1484. package/lib/dnd/DragDropList/DragDropList.styles.js.map +1 -0
  1485. package/lib/dnd/StandardDragDropList/Demo.d.ts +8 -0
  1486. package/lib/dnd/StandardDragDropList/Demo.d.ts.map +1 -0
  1487. package/lib/dnd/StandardDragDropList/Demo.js +151 -0
  1488. package/lib/dnd/StandardDragDropList/Demo.js.map +1 -0
  1489. package/lib/dnd/StandardDragDropList/GroupConfig.d.ts +10 -0
  1490. package/lib/dnd/StandardDragDropList/GroupConfig.d.ts.map +1 -0
  1491. package/lib/dnd/StandardDragDropList/GroupConfig.js +18 -0
  1492. package/lib/dnd/StandardDragDropList/GroupConfig.js.map +1 -0
  1493. package/lib/dnd/StandardDragDropList/ItemConfig.d.ts +12 -0
  1494. package/lib/dnd/StandardDragDropList/ItemConfig.d.ts.map +1 -0
  1495. package/lib/dnd/StandardDragDropList/ItemConfig.js +20 -0
  1496. package/lib/dnd/StandardDragDropList/ItemConfig.js.map +1 -0
  1497. package/lib/dnd/StandardDragDropList/Popover.d.ts +14 -0
  1498. package/lib/dnd/StandardDragDropList/Popover.d.ts.map +1 -0
  1499. package/lib/dnd/StandardDragDropList/Popover.js +33 -0
  1500. package/lib/dnd/StandardDragDropList/Popover.js.map +1 -0
  1501. package/lib/dnd/StandardDragDropList/SelectionMenu.d.ts +16 -0
  1502. package/lib/dnd/StandardDragDropList/SelectionMenu.d.ts.map +1 -0
  1503. package/lib/dnd/StandardDragDropList/SelectionMenu.js +100 -0
  1504. package/lib/dnd/StandardDragDropList/SelectionMenu.js.map +1 -0
  1505. package/lib/dnd/StandardDragDropList/StandardDragDropList.stories.d.ts +5 -0
  1506. package/lib/dnd/StandardDragDropList/StandardDragDropList.stories.d.ts.map +1 -0
  1507. package/lib/dnd/StandardDragDropList/StandardDragDropList.stories.js +13 -0
  1508. package/lib/dnd/StandardDragDropList/StandardDragDropList.stories.js.map +1 -0
  1509. package/lib/dnd/StandardDragDropList/mockData.d.ts +26 -0
  1510. package/lib/dnd/StandardDragDropList/mockData.d.ts.map +1 -0
  1511. package/lib/dnd/StandardDragDropList/mockData.js +78 -0
  1512. package/lib/dnd/StandardDragDropList/mockData.js.map +1 -0
  1513. package/lib/rte/DynamicContentEditor/DynamicContentEditor.stories.d.ts +8 -0
  1514. package/lib/rte/DynamicContentEditor/DynamicContentEditor.stories.d.ts.map +1 -0
  1515. package/lib/rte/DynamicContentEditor/DynamicContentEditor.stories.js +87 -0
  1516. package/lib/rte/DynamicContentEditor/DynamicContentEditor.stories.js.map +1 -0
  1517. package/lib/rte/DynamicContentEditor/FieldSelector.d.ts +14 -0
  1518. package/lib/rte/DynamicContentEditor/FieldSelector.d.ts.map +1 -0
  1519. package/lib/rte/DynamicContentEditor/FieldSelector.js +83 -0
  1520. package/lib/rte/DynamicContentEditor/FieldSelector.js.map +1 -0
  1521. package/lib/rte/Editor/Editor.mocks.d.ts +330 -0
  1522. package/lib/rte/Editor/Editor.mocks.d.ts.map +1 -0
  1523. package/lib/rte/Editor/Editor.mocks.js +26 -0
  1524. package/lib/rte/Editor/Editor.mocks.js.map +1 -0
  1525. package/lib/rte/Editor/Editor.stories.d.ts +13 -0
  1526. package/lib/rte/Editor/Editor.stories.d.ts.map +1 -0
  1527. package/lib/rte/Editor/Editor.stories.js +91 -0
  1528. package/lib/rte/Editor/Editor.stories.js.map +1 -0
  1529. package/lib/rte/RichTextEditor/RichTextEditor.mocks.d.ts +3 -0
  1530. package/lib/rte/RichTextEditor/RichTextEditor.mocks.d.ts.map +1 -0
  1531. package/lib/rte/RichTextEditor/RichTextEditor.mocks.js +36 -0
  1532. package/lib/rte/RichTextEditor/RichTextEditor.mocks.js.map +1 -0
  1533. package/lib/rte/RichTextEditor/RichTextEditor.stories.d.ts +6 -0
  1534. package/lib/rte/RichTextEditor/RichTextEditor.stories.d.ts.map +1 -0
  1535. package/lib/rte/RichTextEditor/RichTextEditor.stories.js +46 -0
  1536. package/lib/rte/RichTextEditor/RichTextEditor.stories.js.map +1 -0
  1537. package/lib/rte/RichTextEditor/RichTextViewer.stories.d.ts +8 -0
  1538. package/lib/rte/RichTextEditor/RichTextViewer.stories.d.ts.map +1 -0
  1539. package/lib/rte/RichTextEditor/RichTextViewer.stories.js +79 -0
  1540. package/lib/rte/RichTextEditor/RichTextViewer.stories.js.map +1 -0
  1541. package/lib/social/Chat/Chat.mocks.d.ts +64 -0
  1542. package/lib/social/Chat/Chat.mocks.d.ts.map +1 -0
  1543. package/lib/social/Chat/Chat.mocks.js +744 -0
  1544. package/lib/social/Chat/Chat.mocks.js.map +1 -0
  1545. package/lib/social/Chat/Chat.stories.d.ts +66 -0
  1546. package/lib/social/Chat/Chat.stories.d.ts.map +1 -0
  1547. package/lib/social/Chat/Chat.stories.js +585 -0
  1548. package/lib/social/Chat/Chat.stories.js.map +1 -0
  1549. package/lib/social/Email/Email.mocks.d.ts +352 -0
  1550. package/lib/social/Email/Email.mocks.d.ts.map +1 -0
  1551. package/lib/social/Email/Email.mocks.js +1216 -0
  1552. package/lib/social/Email/Email.mocks.js.map +1 -0
  1553. package/lib/social/Email/Email.stories.d.ts +81 -0
  1554. package/lib/social/Email/Email.stories.d.ts.map +1 -0
  1555. package/lib/social/Email/Email.stories.js +1167 -0
  1556. package/lib/social/Email/Email.stories.js.map +1 -0
  1557. package/lib/social/Email/Email.styles.d.ts +3 -0
  1558. package/lib/social/Email/Email.styles.d.ts.map +1 -0
  1559. package/lib/social/Email/Email.styles.js +11 -0
  1560. package/lib/social/Email/Email.styles.js.map +1 -0
  1561. package/lib/social/Feed/Feed.mocks.d.ts +53 -0
  1562. package/lib/social/Feed/Feed.mocks.d.ts.map +1 -0
  1563. package/lib/social/Feed/Feed.mocks.js +404 -0
  1564. package/lib/social/Feed/Feed.mocks.js.map +1 -0
  1565. package/lib/social/Feed/Feed.stories.d.ts +11 -0
  1566. package/lib/social/Feed/Feed.stories.d.ts.map +1 -0
  1567. package/lib/social/Feed/Feed.stories.js +214 -0
  1568. package/lib/social/Feed/Feed.stories.js.map +1 -0
  1569. package/lib/social/Feed/FeedNewPost.mocks.d.ts +8 -0
  1570. package/lib/social/Feed/FeedNewPost.mocks.d.ts.map +1 -0
  1571. package/lib/social/Feed/FeedNewPost.mocks.js +30 -0
  1572. package/lib/social/Feed/FeedNewPost.mocks.js.map +1 -0
  1573. package/lib/social/Feed/FeedPost.mocks.d.ts +4 -0
  1574. package/lib/social/Feed/FeedPost.mocks.d.ts.map +1 -0
  1575. package/lib/social/Feed/FeedPost.mocks.js +180 -0
  1576. package/lib/social/Feed/FeedPost.mocks.js.map +1 -0
  1577. package/lib/social/Feed/FeedReply.mocks.d.ts +13 -0
  1578. package/lib/social/Feed/FeedReply.mocks.d.ts.map +1 -0
  1579. package/lib/social/Feed/FeedReply.mocks.js +81 -0
  1580. package/lib/social/Feed/FeedReply.mocks.js.map +1 -0
  1581. package/lib/work/AppAnnouncement/AppAnnouncement.stories.d.ts +6 -0
  1582. package/lib/work/AppAnnouncement/AppAnnouncement.stories.d.ts.map +1 -0
  1583. package/lib/work/AppAnnouncement/AppAnnouncement.stories.js +31 -0
  1584. package/lib/work/AppAnnouncement/AppAnnouncement.stories.js.map +1 -0
  1585. package/lib/work/Article/Article.mocks.d.ts +22 -0
  1586. package/lib/work/Article/Article.mocks.d.ts.map +1 -0
  1587. package/lib/work/Article/Article.mocks.js +22 -0
  1588. package/lib/work/Article/Article.mocks.js.map +1 -0
  1589. package/lib/work/Article/Article.stories.d.ts +18 -0
  1590. package/lib/work/Article/Article.stories.d.ts.map +1 -0
  1591. package/lib/work/Article/Article.stories.js +244 -0
  1592. package/lib/work/Article/Article.stories.js.map +1 -0
  1593. package/lib/work/ArticleList/ArticleList.mocks.d.ts +165 -0
  1594. package/lib/work/ArticleList/ArticleList.mocks.d.ts.map +1 -0
  1595. package/lib/work/ArticleList/ArticleList.mocks.js +450 -0
  1596. package/lib/work/ArticleList/ArticleList.mocks.js.map +1 -0
  1597. package/lib/work/ArticleList/ArticleList.stories.d.ts +15 -0
  1598. package/lib/work/ArticleList/ArticleList.stories.d.ts.map +1 -0
  1599. package/lib/work/ArticleList/ArticleList.stories.js +519 -0
  1600. package/lib/work/ArticleList/ArticleList.stories.js.map +1 -0
  1601. package/lib/work/Assignments/Assignments.stories.d.ts +11 -0
  1602. package/lib/work/Assignments/Assignments.stories.d.ts.map +1 -0
  1603. package/lib/work/Assignments/Assignments.stories.js +63 -0
  1604. package/lib/work/Assignments/Assignments.stories.js.map +1 -0
  1605. package/lib/work/CaseView/Attachments.mocks.d.ts +3 -0
  1606. package/lib/work/CaseView/Attachments.mocks.d.ts.map +1 -0
  1607. package/lib/work/CaseView/Attachments.mocks.js +388 -0
  1608. package/lib/work/CaseView/Attachments.mocks.js.map +1 -0
  1609. package/lib/work/CaseView/CaseView.mocks.d.ts +113 -0
  1610. package/lib/work/CaseView/CaseView.mocks.d.ts.map +1 -0
  1611. package/lib/work/CaseView/CaseView.mocks.js +533 -0
  1612. package/lib/work/CaseView/CaseView.mocks.js.map +1 -0
  1613. package/lib/work/CaseView/CaseView.stories.d.ts +6 -0
  1614. package/lib/work/CaseView/CaseView.stories.d.ts.map +1 -0
  1615. package/lib/work/CaseView/CaseView.stories.js +58 -0
  1616. package/lib/work/CaseView/CaseView.stories.js.map +1 -0
  1617. package/lib/work/CaseView/Details.mocks.d.ts +3 -0
  1618. package/lib/work/CaseView/Details.mocks.d.ts.map +1 -0
  1619. package/lib/work/CaseView/Details.mocks.js +7 -0
  1620. package/lib/work/CaseView/Details.mocks.js.map +1 -0
  1621. package/lib/work/CaseView/FileService.mock.d.ts +28 -0
  1622. package/lib/work/CaseView/FileService.mock.d.ts.map +1 -0
  1623. package/lib/work/CaseView/FileService.mock.js +158 -0
  1624. package/lib/work/CaseView/FileService.mock.js.map +1 -0
  1625. package/lib/work/CaseView/Pulse.mocks.d.ts +7 -0
  1626. package/lib/work/CaseView/Pulse.mocks.d.ts.map +1 -0
  1627. package/lib/work/CaseView/Pulse.mocks.js +25 -0
  1628. package/lib/work/CaseView/Pulse.mocks.js.map +1 -0
  1629. package/lib/work/ConfigurableLayout/ConfigurableLayout.mocks.d.ts +45 -0
  1630. package/lib/work/ConfigurableLayout/ConfigurableLayout.mocks.d.ts.map +1 -0
  1631. package/lib/work/ConfigurableLayout/ConfigurableLayout.mocks.js +165 -0
  1632. package/lib/work/ConfigurableLayout/ConfigurableLayout.mocks.js.map +1 -0
  1633. package/lib/work/ConfigurableLayout/ConfigurableLayout.stories.d.ts +5 -0
  1634. package/lib/work/ConfigurableLayout/ConfigurableLayout.stories.d.ts.map +1 -0
  1635. package/lib/work/ConfigurableLayout/ConfigurableLayout.stories.js +25 -0
  1636. package/lib/work/ConfigurableLayout/ConfigurableLayout.stories.js.map +1 -0
  1637. package/lib/work/ConfigurableLayout/ConfigurableLayout.styles.d.ts +4 -0
  1638. package/lib/work/ConfigurableLayout/ConfigurableLayout.styles.d.ts.map +1 -0
  1639. package/lib/work/ConfigurableLayout/ConfigurableLayout.styles.js +11 -0
  1640. package/lib/work/ConfigurableLayout/ConfigurableLayout.styles.js.map +1 -0
  1641. package/lib/work/Confirmation/Confirmation.stories.d.ts +13 -0
  1642. package/lib/work/Confirmation/Confirmation.stories.d.ts.map +1 -0
  1643. package/lib/work/Confirmation/Confirmation.stories.js +35 -0
  1644. package/lib/work/Confirmation/Confirmation.stories.js.map +1 -0
  1645. package/lib/work/Confirmation/Confirmation.styles.d.ts +2 -0
  1646. package/lib/work/Confirmation/Confirmation.styles.d.ts.map +1 -0
  1647. package/lib/work/Confirmation/Confirmation.styles.js +7 -0
  1648. package/lib/work/Confirmation/Confirmation.styles.js.map +1 -0
  1649. package/lib/work/Details/Details.stories.d.ts +10 -0
  1650. package/lib/work/Details/Details.stories.d.ts.map +1 -0
  1651. package/lib/work/Details/Details.stories.js +41 -0
  1652. package/lib/work/Details/Details.stories.js.map +1 -0
  1653. package/lib/work/Glimpse/Glimpse.stories.d.ts +5 -0
  1654. package/lib/work/Glimpse/Glimpse.stories.d.ts.map +1 -0
  1655. package/lib/work/Glimpse/Glimpse.stories.js +38 -0
  1656. package/lib/work/Glimpse/Glimpse.stories.js.map +1 -0
  1657. package/lib/work/IntelligentGuidance/IntelligentGuidance.stories.d.ts +5 -0
  1658. package/lib/work/IntelligentGuidance/IntelligentGuidance.stories.d.ts.map +1 -0
  1659. package/lib/work/IntelligentGuidance/IntelligentGuidance.stories.js +116 -0
  1660. package/lib/work/IntelligentGuidance/IntelligentGuidance.stories.js.map +1 -0
  1661. package/lib/work/Predictions/Predictions.mocks.d.ts +3 -0
  1662. package/lib/work/Predictions/Predictions.mocks.d.ts.map +1 -0
  1663. package/lib/work/Predictions/Predictions.mocks.js +6 -0
  1664. package/lib/work/Predictions/Predictions.mocks.js.map +1 -0
  1665. package/lib/work/Predictions/Predictions.stories.d.ts +5 -0
  1666. package/lib/work/Predictions/Predictions.stories.d.ts.map +1 -0
  1667. package/lib/work/Predictions/Predictions.stories.js +54 -0
  1668. package/lib/work/Predictions/Predictions.stories.js.map +1 -0
  1669. package/lib/work/SearchResults/SearchResults.mocks.d.ts +14 -0
  1670. package/lib/work/SearchResults/SearchResults.mocks.d.ts.map +1 -0
  1671. package/lib/work/SearchResults/SearchResults.mocks.js +98 -0
  1672. package/lib/work/SearchResults/SearchResults.mocks.js.map +1 -0
  1673. package/lib/work/SearchResults/SearchResults.stories.d.ts +9 -0
  1674. package/lib/work/SearchResults/SearchResults.stories.d.ts.map +1 -0
  1675. package/lib/work/SearchResults/SearchResults.stories.js +235 -0
  1676. package/lib/work/SearchResults/SearchResults.stories.js.map +1 -0
  1677. package/lib/work/SearchResults/SearchResults.styles.d.ts +5 -0
  1678. package/lib/work/SearchResults/SearchResults.styles.d.ts.map +1 -0
  1679. package/lib/work/SearchResults/SearchResults.styles.js +12 -0
  1680. package/lib/work/SearchResults/SearchResults.styles.js.map +1 -0
  1681. package/lib/work/Stages/Stages.mocks.d.ts +14 -0
  1682. package/lib/work/Stages/Stages.mocks.d.ts.map +1 -0
  1683. package/lib/work/Stages/Stages.mocks.js +39 -0
  1684. package/lib/work/Stages/Stages.mocks.js.map +1 -0
  1685. package/lib/work/Stages/Stages.stories.d.ts +11 -0
  1686. package/lib/work/Stages/Stages.stories.d.ts.map +1 -0
  1687. package/lib/work/Stages/Stages.stories.js +46 -0
  1688. package/lib/work/Stages/Stages.stories.js.map +1 -0
  1689. package/lib/work/Stakeholders/Stakeholders.mocks.d.ts +22 -0
  1690. package/lib/work/Stakeholders/Stakeholders.mocks.d.ts.map +1 -0
  1691. package/lib/work/Stakeholders/Stakeholders.mocks.js +38 -0
  1692. package/lib/work/Stakeholders/Stakeholders.mocks.js.map +1 -0
  1693. package/lib/work/Stakeholders/Stakeholders.stories.d.ts +5 -0
  1694. package/lib/work/Stakeholders/Stakeholders.stories.d.ts.map +1 -0
  1695. package/lib/work/Stakeholders/Stakeholders.stories.js +112 -0
  1696. package/lib/work/Stakeholders/Stakeholders.stories.js.map +1 -0
  1697. package/lib/work/Tags/Tags.mocks.d.ts +3 -0
  1698. package/lib/work/Tags/Tags.mocks.d.ts.map +1 -0
  1699. package/lib/work/Tags/Tags.mocks.js +76 -0
  1700. package/lib/work/Tags/Tags.mocks.js.map +1 -0
  1701. package/lib/work/Tags/Tags.stories.d.ts +10 -0
  1702. package/lib/work/Tags/Tags.stories.d.ts.map +1 -0
  1703. package/lib/work/Tags/Tags.stories.js +68 -0
  1704. package/lib/work/Tags/Tags.stories.js.map +1 -0
  1705. package/lib/work/Tasks/TaskList.stories.d.ts +5 -0
  1706. package/lib/work/Tasks/TaskList.stories.d.ts.map +1 -0
  1707. package/lib/work/Tasks/TaskList.stories.js +20 -0
  1708. package/lib/work/Tasks/TaskList.stories.js.map +1 -0
  1709. package/lib/work/Tasks/Tasks.mocks.d.ts +22 -0
  1710. package/lib/work/Tasks/Tasks.mocks.d.ts.map +1 -0
  1711. package/lib/work/Tasks/Tasks.mocks.js +51 -0
  1712. package/lib/work/Tasks/Tasks.mocks.js.map +1 -0
  1713. package/lib/work/Tasks/Tasks.stories.d.ts +15 -0
  1714. package/lib/work/Tasks/Tasks.stories.d.ts.map +1 -0
  1715. package/lib/work/Tasks/Tasks.stories.js +78 -0
  1716. package/lib/work/Tasks/Tasks.stories.js.map +1 -0
  1717. package/lib/work/Timeline/Timeline.mocks.d.ts +3 -0
  1718. package/lib/work/Timeline/Timeline.mocks.d.ts.map +1 -0
  1719. package/lib/work/Timeline/Timeline.mocks.js +132 -0
  1720. package/lib/work/Timeline/Timeline.mocks.js.map +1 -0
  1721. package/lib/work/Timeline/Timeline.stories.d.ts +11 -0
  1722. package/lib/work/Timeline/Timeline.stories.d.ts.map +1 -0
  1723. package/lib/work/Timeline/Timeline.stories.js +72 -0
  1724. package/lib/work/Timeline/Timeline.stories.js.map +1 -0
  1725. package/lib/wss/AppShell/AppShell.mocks.d.ts +24 -0
  1726. package/lib/wss/AppShell/AppShell.mocks.d.ts.map +1 -0
  1727. package/lib/wss/AppShell/AppShell.mocks.js +59 -0
  1728. package/lib/wss/AppShell/AppShell.mocks.js.map +1 -0
  1729. package/lib/wss/AppShell/AppShell.stories.d.ts +19 -0
  1730. package/lib/wss/AppShell/AppShell.stories.d.ts.map +1 -0
  1731. package/lib/wss/AppShell/AppShell.stories.js +97 -0
  1732. package/lib/wss/AppShell/AppShell.stories.js.map +1 -0
  1733. package/lib/wss/AppShell/AppShell.styles.d.ts +2 -0
  1734. package/lib/wss/AppShell/AppShell.styles.d.ts.map +1 -0
  1735. package/lib/wss/AppShell/AppShell.styles.js +5 -0
  1736. package/lib/wss/AppShell/AppShell.styles.js.map +1 -0
  1737. package/lib/wss/CaseView/CaseView.mocks.d.ts +13 -0
  1738. package/lib/wss/CaseView/CaseView.mocks.d.ts.map +1 -0
  1739. package/lib/wss/CaseView/CaseView.mocks.js +35 -0
  1740. package/lib/wss/CaseView/CaseView.mocks.js.map +1 -0
  1741. package/lib/wss/CaseView/CaseView.stories.d.ts +12 -0
  1742. package/lib/wss/CaseView/CaseView.stories.d.ts.map +1 -0
  1743. package/lib/wss/CaseView/CaseView.stories.js +71 -0
  1744. package/lib/wss/CaseView/CaseView.stories.js.map +1 -0
  1745. package/lib/wss/PageTemplates/PageTemplates.stories.d.ts +15 -0
  1746. package/lib/wss/PageTemplates/PageTemplates.stories.d.ts.map +1 -0
  1747. package/lib/wss/PageTemplates/PageTemplates.stories.js +41 -0
  1748. package/lib/wss/PageTemplates/PageTemplates.stories.js.map +1 -0
  1749. package/lib/wss/QuickCreate/QuickCreate.stories.d.ts +10 -0
  1750. package/lib/wss/QuickCreate/QuickCreate.stories.d.ts.map +1 -0
  1751. package/lib/wss/QuickCreate/QuickCreate.stories.js +36 -0
  1752. package/lib/wss/QuickCreate/QuickCreate.stories.js.map +1 -0
  1753. package/package.json +7 -7
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Chat.stories.js","sourceRoot":"","sources":["../../../src/social/Chat/Chat.stories.tsx"],"names":[],"mappings":"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","sourcesContent":["import { useState, useRef, useEffect, useCallback, useMemo } from 'react';\nimport type { SyntheticEvent } from 'react';\nimport { action } from '@storybook/addon-actions';\nimport type { Meta, StoryFn } from '@storybook/react';\n\nimport {\n Button,\n Icon,\n registerIcon,\n Text,\n MenuButton,\n Flex,\n Popover,\n Link,\n EmojiContext,\n createUID,\n useOuterEvent,\n Select,\n Option,\n useElement,\n useModalManager,\n useModalContext,\n Modal,\n SummaryItem,\n useToaster,\n SearchInput,\n menuHelpers,\n VisuallyHiddenText,\n Menu,\n useEscape\n} from '@pega/cosmos-react-core';\nimport type {\n BannerProps,\n MenuItemProps,\n FieldValueListItemProps,\n OmitStrict\n} from '@pega/cosmos-react-core';\nimport * as arrowMicroDownIcon from '@pega/cosmos-react-core/lib/components/Icon/icons/arrow-micro-down.icon';\nimport * as replyIcon from '@pega/cosmos-react-core/lib/components/Icon/icons/reply.icon';\nimport * as replyAllIcon from '@pega/cosmos-react-core/lib/components/Icon/icons/reply-all.icon';\nimport * as forwardIcon from '@pega/cosmos-react-core/lib/components/Icon/icons/forward.icon';\nimport {\n Chat,\n ChatHeader,\n ChatComposer,\n Message,\n NewMessageSeparatorId,\n SuggestedReplyPicker,\n SystemMessage,\n TypeIndicator\n} from '@pega/cosmos-react-social';\nimport type {\n ChatHeaderProps,\n MessageProps,\n AttachmentItemProps,\n ChatComposerImperativeHandleProps,\n SuggestedReply,\n SystemMessageProps,\n ChatComposerProps,\n SuggestedReplyPickerProps,\n ChatBodyProps,\n ChatBodyHandleValue,\n MessageHeaderProps\n} from '@pega/cosmos-react-social';\n\nimport {\n ChatMockData,\n phrasesDisplayNames,\n phrasesMessages,\n pagePushList,\n contextItems as contextItemsMock,\n BotConversation,\n ClaimsAgentConversation,\n LiveChatConversation\n} from './Chat.mocks';\n\nregisterIcon(forwardIcon, replyIcon, replyAllIcon, arrowMicroDownIcon);\n\nexport default {\n title: 'Social/Chat',\n component: Chat\n} as Meta;\n\n/** *********************** ChatHeader component - START *********************** */\ninterface ChatHeaderDemoProps\n extends OmitStrict<ChatHeaderProps, 'actions' | 'sentiment' | 'context'> {}\n\nexport const ChatHeaderDemo: StoryFn<ChatHeaderDemoProps> = (args: ChatHeaderDemoProps) => {\n const { title, icon, customer, authenticated } = args;\n\n const [contextItems, setContextItems] = useState<FieldValueListItemProps[]>([]);\n const [loading, setLoading] = useState(false);\n\n return (\n <ChatHeader\n title={title}\n icon={icon || 'chat'}\n actions={[\n { id: 'action-1', primary: 'Transfer' },\n { id: 'action-2', primary: 'End chat' }\n ]}\n sentiment={{\n variant: 'positive',\n 'aria-label': 'Sentiment is positive'\n }}\n customer={customer}\n authenticated={authenticated}\n context={{\n items: contextItems,\n onClick: () => {\n setLoading(true);\n setTimeout(() => {\n setContextItems(contextItemsMock);\n setLoading(false);\n }, 1000);\n },\n loading\n }}\n />\n );\n};\n\nChatHeaderDemo.args = {\n title: 'Live chat',\n icon: 'chat',\n customer: 'Ginger Ventura',\n authenticated: true\n};\n\nChatHeaderDemo.argTypes = {\n title: { control: { type: 'text' } },\n icon: { control: { type: 'text' }, type: { name: 'string', required: false } },\n customer: { control: { type: 'text' } },\n authenticated: { control: { type: 'boolean' }, type: { name: 'string', required: false } }\n};\n/** ***************************** ChatHeader component - END ******************* */\n\n/** ***************************** Message component - START ********************** */\n\ninterface MessageDemoProps extends OmitStrict<MessageProps, 'senderId' | 'messageHeader'> {\n showTimestamp: boolean;\n showStatus: boolean;\n showHeader: boolean;\n headerContent: MessageHeaderProps['content'];\n headerMeta: MessageHeaderProps['meta'];\n showAvatarImage: boolean;\n showAttachments: boolean;\n showMediaPageLinks: boolean;\n}\n\nexport const MessageDemo: StoryFn<MessageDemoProps> = (args: MessageDemoProps) => {\n const actions: AttachmentItemProps['actions'] = [\n {\n text: 'Associate with case',\n id: 'Associate with case',\n onClick: () => {\n action('Associate with case');\n }\n },\n {\n text: 'Download',\n id: 'Download',\n onClick: () => {\n action('Download');\n }\n }\n ];\n\n const attachments = [\n {\n id: '2499167340',\n name: 'Location',\n icon: 'document',\n meta: 'PNG 0.1 MB',\n thumbnail:\n 'https://pegasystems.github.io/uplus-wss/health_provider/img/secondary-options.jpg',\n actions\n },\n {\n id: '2499167341',\n name: 'FAQ with detailed terms and conditions of the policy',\n icon: 'document-pdf',\n meta: 'PDF 0.7 MB',\n actions\n }\n ];\n const mediaPageLinks = [\n {\n id: '2499167349',\n href: 'https://collaborate.pega.com/',\n thumbnail:\n 'https://community.pega.com/sites/default/files/styles/480/public/media/images/2020-02/AskExpert.png?itok=ef2MVbOV',\n title: 'Ask the expert'\n }\n ];\n return (\n <Message\n attachments={args.showAttachments ? attachments : undefined}\n mediaPageLinks={args.showMediaPageLinks ? mediaPageLinks : undefined}\n avatarInfo={\n args.direction === 'in' && args.senderType !== 'bot'\n ? {\n name: 'John Brown',\n imageSrc: args.showAvatarImage\n ? 'https://pegasystems.github.io/uplus-wss/insurance/img/option-1.jpg'\n : undefined\n }\n : undefined\n }\n timestamp={args.showTimestamp ? args.timestamp : undefined}\n status={args.showStatus ? args.status : undefined}\n message={args.message}\n direction={args.direction}\n senderType={args.senderType}\n senderId={createUID()}\n agentVariant={args.agentVariant}\n messageHeader={\n args.showHeader ? { content: args.headerContent, meta: args.headerMeta } : undefined\n }\n />\n );\n};\n\nMessageDemo.args = {\n direction: 'in',\n senderType: 'customer',\n agentVariant: 0,\n message: 'Hi, Welcome to u-plus. How can I help you ?',\n showStatus: true,\n status: 'delivered',\n showTimestamp: true,\n timestamp: '1:44 PM',\n showHeader: false,\n headerContent: 'Public Reply',\n headerMeta: 'I-12345',\n showAvatarImage: false,\n showAttachments: false,\n showMediaPageLinks: false\n};\n\nMessageDemo.argTypes = {\n direction: { options: ['in', 'out'], control: { type: 'inline-radio' } },\n senderType: { options: ['agent', 'customer', 'bot'], control: { type: 'inline-radio' } },\n agentVariant: { type: 'number' },\n message: { type: 'string' },\n showTimestamp: { type: 'boolean' },\n timestamp: { control: 'text' },\n showStatus: { type: 'boolean' },\n status: {\n options: ['delivered', 'opened', 'undeliverable', 'sent'],\n control: { type: 'inline-radio' }\n },\n showHeader: { control: 'boolean' },\n headerContent: { control: 'text' },\n headerMeta: { control: 'text' },\n showAvatarImage: { control: 'boolean' },\n showAttachments: { control: 'boolean' },\n showMediaPageLinks: { control: 'boolean' }\n};\n/** ***************************** Message component - END *********************** */\n\n/** **************************** SystemMessage component - START ***************** */\nexport const SystemMessageDemo: StoryFn<SystemMessageProps> = (args: SystemMessageProps) => (\n <SystemMessage message={args.message} timestamp={args.timestamp} variant={args.variant} />\n);\n\nSystemMessageDemo.args = {\n message: 'John Brown has joined',\n variant: 'secondary',\n timestamp: '10:00 AM'\n};\n\nSystemMessageDemo.argTypes = {\n message: { control: { type: 'text' } },\n variant: { options: ['primary', 'secondary'], control: { type: 'select' } },\n timestamp: { control: { type: 'text' } }\n};\n/** ***************************** SystemMessage component - END ******************** */\n\n/** ***************************** TypeIndicator component - START ****************** */\ninterface TypeIndicatorDemoProps {\n message?: string;\n}\nexport const TypeIndicatorDemo: StoryFn<TypeIndicatorDemoProps> = (\n args: TypeIndicatorDemoProps\n) => {\n return (\n <TypeIndicator\n avatarInfo={{ name: 'John Brown' }}\n message={args.message}\n senderId='johnBrown'\n senderType='agent'\n />\n );\n};\n\nTypeIndicatorDemo.args = {\n message: ''\n};\n\nTypeIndicatorDemo.argTypes = {\n message: { control: { type: 'text' } }\n};\n/** *************************** TypeIndicator component - END *********************** */\n\n/** *************************** SuggestedReplyPicker component - START ****************** */\ninterface SuggestedReplyPickerDemoProps {\n showNotification?: boolean;\n singleSuggestedReply?: boolean;\n noSuggestedReplies?: boolean;\n disableButton?: boolean;\n}\n\nexport const SuggestedReplyPickerDemo: StoryFn<SuggestedReplyPickerDemoProps> = (\n args: SuggestedReplyPickerDemoProps\n) => {\n const [suggestedRepliesCollapsed, setSuggestedRepliesCollapsed] = useState<boolean>(false);\n const [currentReplyId, setCurrentReplyId] = useState(\n ChatMockData?.suggestedReplies?.[0]?.id || ''\n );\n const renderReplies = args.singleSuggestedReply\n ? [ChatMockData.suggestedReplies[0]]\n : ChatMockData.suggestedReplies;\n return (\n <SuggestedReplyPicker\n replies={args.noSuggestedReplies ? [] : renderReplies}\n onSelect={suggestedReply => {\n action(`Suggested reply picked ${suggestedReply.message}`)();\n }}\n collapsed={suggestedRepliesCollapsed}\n onExpandCollapse={() => {\n setSuggestedRepliesCollapsed(prev => !prev);\n }}\n currentReplyId={currentReplyId}\n onReplyChange={setCurrentReplyId}\n showNotification={args.showNotification}\n onSend={() => action('Send suggested reply')}\n disabled={args.disableButton}\n />\n );\n};\nSuggestedReplyPickerDemo.args = {\n showNotification: false,\n singleSuggestedReply: false,\n noSuggestedReplies: false,\n disableButton: false\n};\n\nSuggestedReplyPickerDemo.argTypes = {\n showNotification: { type: 'boolean' },\n singleSuggestedReply: { type: 'boolean' },\n noSuggestedReplies: { type: 'boolean' },\n disableButton: { type: 'boolean' }\n};\n\n/** *************************** SuggestedReplyPicker component - END ****************** */\n\n/** ******************************* ChatComposer component - START ************************ */\ninterface ChatComposerDemoProps {\n maxAttachments?: number;\n}\n\nexport const ChatComposerDemo: StoryFn<ChatComposerDemoProps> = (args: ChatComposerDemoProps) => (\n <ChatComposer\n maxAttachments={args.maxAttachments}\n attachments={ChatMockData.defaultAttachments}\n maxLength={256}\n placeholder='Type here to send message'\n onSend={() => {}}\n >\n <MenuButton text='Phrases' menu={{ items: [] }} />\n <MenuButton text='Page Push' menu={{ items: [] }} />\n </ChatComposer>\n);\n\nChatComposerDemo.args = {\n maxAttachments: 2\n};\n\nChatComposerDemo.argTypes = {\n maxAttachments: { control: { type: 'number' } }\n};\n/** *********************************** ChatComposer component - END ********************** */\n\n/** *********************************** Standard Chat component - START ******************** */\ninterface StandardChatProps {\n maxAttachments?: number;\n chatWidth?: string;\n chatHeight?: string;\n selectedChannel?: string;\n showChatBanner?: boolean;\n disableChat?: boolean;\n simulateConversation?: boolean;\n message?: string;\n placeholder?: string;\n defaultMessage?: string;\n maxLength?: number;\n loading?: boolean;\n typingIndicator?: boolean;\n}\n\nexport const StandardChat: StoryFn<StandardChatProps> = (args: StandardChatProps) => {\n const ChatMockDataClone: any = useMemo(() => {\n return JSON.parse(JSON.stringify(ChatMockData));\n }, [ChatMockData]);\n\n const Channels: {\n label: string;\n options: any;\n } = {\n label: 'Channel',\n options: {\n LiveChat: {\n title: 'Live chat',\n icon: 'chat'\n },\n Twitter: {\n title: 'Twitter chat',\n icon: 'twitter'\n },\n Facebook: {\n title: 'Facebook messenger',\n icon: 'facebook'\n }\n }\n };\n\n const {\n chatMessages: mockChatMessagesJson,\n defaultAttachments,\n suggestedReplies\n }: {\n participants: any;\n chatMessages: any[];\n defaultAttachments: any[];\n suggestedReplies: SuggestedReply[];\n } = ChatMockDataClone;\n\n const { create } = useModalManager();\n\n const MyModal = () => {\n const { dismiss } = useModalContext();\n const { push } = useToaster();\n\n return (\n <Modal\n heading='Associate with case'\n actions={\n <>\n <Button\n onClick={() => {\n dismiss();\n push({ content: 'Cancelled' });\n }}\n >\n Cancel\n </Button>\n <Button\n variant='primary'\n onClick={() => {\n dismiss();\n push({ content: 'Successfully Submitted!!' });\n }}\n >\n Submit\n </Button>\n </>\n }\n center\n >\n <Flex container={{ gap: 2, direction: 'column' }}>\n <SummaryItem\n primary={<Text variant='secondary'>Security policy</Text>}\n secondary={<Text variant='secondary'>PNG - 6.1MB</Text>}\n visual={<Icon name='document-doc' />}\n />\n <Select label='Select a service case' style={{ width: '15rem' }}>\n <Option value=''>Select…</Option>\n <Option value='Make payment' selected>\n Make payment\n </Option>\n <Option value='Facilities'>Facilities</Option>\n </Select>\n </Flex>\n </Modal>\n );\n };\n\n const onAssociateWithCase = () => {\n create(MyModal);\n };\n\n const actions: AttachmentItemProps['actions'] = [\n {\n text: 'Associate with case',\n id: 'Associate with case',\n onClick: () => {\n action('Associate with case');\n onAssociateWithCase();\n }\n },\n {\n text: 'Download',\n id: 'Download',\n onClick: () => {\n action('Download');\n }\n }\n ];\n\n const mockChatMessages = useMemo(() => {\n return [\n ...mockChatMessagesJson.map(message => {\n const { messagePrivacy, ...restMessageData } = message;\n if (messagePrivacy) {\n restMessageData.messageHeader = {\n content: <span>{messagePrivacy}</span>,\n meta: <Link href='/'>I-12345</Link>\n };\n }\n if (restMessageData.attachments) {\n restMessageData.attachments = restMessageData.attachments.map(\n (item: AttachmentItemProps) => {\n return {\n ...item,\n actions\n };\n }\n );\n }\n return restMessageData;\n })\n ];\n }, []);\n\n const conversationRef = useRef<ChatBodyHandleValue>(null);\n const timers = useRef<number[]>([]);\n\n useEffect(() => {\n return () => {\n timers.current.forEach(clearTimeout);\n };\n }, []);\n\n const [attachments, setAttachments] = useState<AttachmentItemProps[]>(defaultAttachments);\n const [unreadMessageCount, setUnreadMessageCount] = useState(0);\n const [chatMessages, setChatMessages] = useState<any[]>(\n LiveChatConversation.map(message => {\n if (message.type === 'message' && message.attachments) {\n message.attachments = message.attachments.map((item: AttachmentItemProps) => {\n return {\n ...item,\n actions\n };\n });\n }\n return message;\n })\n );\n const [contextItems, setContextItems] = useState<FieldValueListItemProps[]>([]);\n const [contextLoading, setContextLoading] = useState(false);\n const [suggestedRepliesCollapsed, setSuggestedRepliesCollapsed] = useState<boolean>(false);\n\n const onDeleteAttachment = useCallback(\n (name: string) => {\n setAttachments(prevAttachments => prevAttachments.filter(item => item.name !== name));\n },\n [setAttachments]\n );\n\n useEffect(() => {\n setAttachments(\n defaultAttachments.map((item: any) => {\n return {\n ...item,\n onDelete: onDeleteAttachment\n };\n })\n );\n }, [defaultAttachments]);\n\n const appendMessage = (message: any) => {\n const incrementUnreadMessageCount = conversationRef.current?.isScrolledToLatest();\n setChatMessages(prevChatMessages => {\n const newMockMessage: any = {\n ...message\n };\n newMockMessage.id = `m-${message.id ? message.id : prevChatMessages.length}`;\n if (\n !incrementUnreadMessageCount &&\n prevChatMessages.filter(({ id }) => id === NewMessageSeparatorId).length === 0\n ) {\n return [\n ...prevChatMessages,\n {\n id: NewMessageSeparatorId,\n type: 'system',\n message: 'New messages',\n variant: 'primary'\n },\n newMockMessage\n ];\n }\n return [...prevChatMessages, newMockMessage];\n });\n if (!incrementUnreadMessageCount) {\n setUnreadMessageCount(prevCount => prevCount + 1);\n }\n };\n\n useEffect(() => {\n if (args.simulateConversation) {\n const timeOutId = setTimeout(() => {\n if (mockChatMessages.length) {\n appendMessage(mockChatMessages.shift());\n }\n }, 1500);\n return () => {\n clearTimeout(timeOutId);\n };\n }\n }, [chatMessages, args.simulateConversation]);\n\n const chatBanner: BannerProps = {\n messages: ['This is a public interaction and any responses will be public and visible'],\n variant: 'warning'\n };\n\n const bodyProps: ChatBodyProps = {\n unreadMessageCount,\n handle: conversationRef,\n transcripts: [\n { id: createUID(), messages: BotConversation },\n { id: createUID(), messages: ClaimsAgentConversation }\n ],\n liveChat:\n !args.simulateConversation && args.typingIndicator\n ? [\n ...chatMessages,\n {\n id: 'typingMessage',\n type: 'typing',\n avatarInfo: {\n name: 'Ginger Ventura'\n },\n message: args.message,\n senderId: 'gingerVentura',\n senderType: 'customer'\n }\n ]\n : chatMessages,\n onScrollToButtonClick: () => {\n const timeOutId: number = window.setTimeout(() => {\n setChatMessages(prevChatMessages =>\n prevChatMessages.filter(({ id }) => id !== NewMessageSeparatorId)\n );\n timers.current = timers.current.filter(id => id !== timeOutId);\n }, 5000);\n timers.current.push(timeOutId);\n setUnreadMessageCount(0);\n },\n loadMore: action('Load more'),\n offset: 5,\n loading: args.loading\n };\n\n const chatComposerImperativeHandleRef = useRef<ChatComposerImperativeHandleProps>(null);\n\n const [mountPopover, setMountPopover] = useState(false);\n const specialKeysConfig = {\n keys: ['//'],\n onSpecialKey: (e: SyntheticEvent<HTMLTextAreaElement>, key: string) => {\n action(`Event is ${e}`)();\n action(`Typed special key is ${key}`)();\n if (chatComposerImperativeHandleRef.current) {\n setMountPopover(!mountPopover);\n }\n }\n };\n\n const insertPhrasesMessage = (message: string) => {\n if (chatComposerImperativeHandleRef.current) {\n chatComposerImperativeHandleRef.current.appendToMessage(message, 'specialKey');\n setMountPopover(false);\n }\n };\n\n useOuterEvent(\n 'mousedown',\n [chatComposerImperativeHandleRef?.current?.chatComposerRef?.current as Element],\n () => {\n setMountPopover(false);\n }\n );\n\n const [search, setSearch] = useState('');\n const [isOpen, setIsOpen] = useState(false);\n const searchEleRef = useRef<HTMLInputElement>(null);\n const [announcement, setAnnouncement] = useState('');\n\n const searchRegex = useMemo(() => {\n const escapedSearch = search.replace(/[.*+\\-?^${}()|[\\]\\\\]/g, '\\\\$&');\n return new RegExp(escapedSearch);\n }, [search]);\n\n const itemsToRender = useMemo(() => {\n return menuHelpers.mapTree(\n search\n ? menuHelpers.flatten(phrasesDisplayNames).filter(({ primary }: MenuItemProps) => {\n return searchRegex.test(primary);\n })\n : phrasesDisplayNames,\n item => {\n return {\n ...item\n };\n }\n );\n }, [search, phrasesDisplayNames, searchRegex]);\n\n useEffect(() => {\n if (isOpen) {\n searchEleRef?.current?.focus();\n }\n }, [isOpen, searchEleRef.current]);\n\n const menuID = createUID();\n const menuListID = `${menuID}--list`;\n const [buttonEl, setButtonEl] = useElement<HTMLButtonElement>(null);\n const [popoverEl, setPopoverEl] = useElement<HTMLElement>(null);\n const [currentReply, setCurrentReply] = useState(suggestedReplies?.[0]?.id || '');\n\n useOuterEvent('mousedown', [popoverEl, buttonEl], () => {\n setIsOpen(false);\n setSearch('');\n });\n\n useEscape(() => {\n setIsOpen(false);\n });\n\n const pagePushItemsRender = useMemo(() => {\n return pagePushList.map(item => {\n return { id: item.id, primary: item.message };\n });\n }, [pagePushList]);\n\n const composerChildren = (\n <>\n <Button\n ref={setButtonEl}\n onClick={() => setIsOpen(cur => !cur)}\n variant='secondary'\n disabled={args.disableChat}\n >\n <Flex container={{ alignItems: 'center', gap: 1 }}>\n <Text>Phrases</Text>\n <Icon name='arrow-micro-down' />\n </Flex>\n </Button>\n\n <Popover show={isOpen} ref={setPopoverEl} target={buttonEl}>\n <Menu\n id={menuID}\n listId={menuListID}\n mode='action'\n variant='flyout'\n items={itemsToRender}\n role='listbox'\n onItemClick={id => {\n insertPhrasesMessage(phrasesMessages.filter(message => message.id === id)[0].message);\n setAnnouncement('Phrase inserted');\n setIsOpen(false);\n setSearch('');\n }}\n accent={search ? searchRegex : undefined}\n focusControlEl={searchEleRef.current || undefined}\n footer={\n <SearchInput\n ref={searchEleRef}\n onSearchChange={setSearch}\n value={search}\n role='searchbox'\n searchInputAriaLabel='Start typing to search.'\n />\n }\n />\n </Popover>\n\n <MenuButton\n text='Page push'\n disabled={args.disableChat}\n menu={{\n id: menuID,\n listId: menuListID,\n mode: 'action',\n variant: 'flyout',\n items: pagePushItemsRender,\n role: 'listbox',\n onItemClick: id => {\n setAnnouncement('Link inserted');\n setChatMessages(prevChatMessages => [\n ...prevChatMessages,\n pagePushList.filter(item => item.id === id)[0]\n ]);\n }\n }}\n />\n <Popover\n show={mountPopover}\n target={chatComposerImperativeHandleRef?.current?.textAreaRef?.current as Element}\n placement='top-start'\n >\n <Menu\n scrollAt={20}\n items={itemsToRender}\n onItemClick={id => {\n insertPhrasesMessage(phrasesMessages.filter(message => message.id === id)[0].message);\n setAnnouncement('Phrase inserted');\n }}\n focusControlEl={\n chatComposerImperativeHandleRef?.current?.textAreaRef?.current as\n | HTMLElement\n | undefined\n }\n />\n </Popover>\n </>\n );\n\n const composerProps: ChatComposerProps = {\n ref: chatComposerImperativeHandleRef,\n maxAttachments: args.maxAttachments,\n attachments,\n specialKeysConfig,\n showEmoji: true,\n disabled: args.disableChat,\n onAddAttachment: () => {\n setAttachments([\n ...attachments,\n {\n id: `${attachments.length} statement.pdf`,\n name: `${attachments.length} statement.pdf`,\n onDelete: onDeleteAttachment\n }\n ]);\n },\n maxLength: args.maxLength,\n placeholder: args.placeholder,\n defaultMessage: args.defaultMessage,\n onSend: (message: string) => {\n action(`onAppendMessage: ${message}`)();\n appendMessage({\n senderType: 'agent',\n direction: 'out',\n avatarInfo: {\n name: 'Edward Green'\n },\n type: 'message',\n message,\n timeStamp: '2:08'\n });\n },\n children: composerChildren\n };\n\n const suggestedReplyPickerProps: SuggestedReplyPickerProps = {\n replies: suggestedReplies,\n onSelect: (suggestedReply: SuggestedReply) => {\n chatComposerImperativeHandleRef.current?.appendToMessage(suggestedReply.message, 'cursor');\n },\n collapsed: suggestedRepliesCollapsed,\n onExpandCollapse: () => {\n setSuggestedRepliesCollapsed(prev => !prev);\n },\n showNotification: true,\n currentReplyId: currentReply,\n onReplyChange: id => {\n setCurrentReply(id);\n },\n onSend: (message: string) => {\n action(`onAppendMessage: ${message}`)();\n appendMessage({\n senderType: 'agent',\n direction: 'out',\n avatarInfo: {\n name: 'Edward Green'\n },\n type: 'message',\n message,\n timeStamp: '2:08'\n });\n }\n };\n\n const emojiCtx = useMemo(\n () =>\n ({\n set: 'google',\n spriteSrcResolver: () =>\n 'https://unpkg.com/emoji-datasource-google@5.0.1/img/google/sheets-256/64.png'\n } as const),\n []\n );\n\n return (\n <EmojiContext.Provider value={emojiCtx}>\n <Flex\n container={{\n justify: 'center'\n }}\n style={{\n height: args.chatHeight || 'calc(100vh)',\n width: args.chatWidth || '30rem',\n margin: 'auto'\n }}\n >\n <VisuallyHiddenText aria-live='assertive'>{announcement}</VisuallyHiddenText>\n <Chat\n header={{\n title: Channels.options[args.selectedChannel || 'LiveChat'].title,\n icon: Channels.options[args.selectedChannel || 'LiveChat'].icon,\n customer: 'Ginger Ventura',\n authenticated: true,\n sentiment: { variant: 'positive' },\n context: {\n items: contextItems,\n onClick: () => {\n setContextLoading(true);\n setTimeout(() => {\n setContextItems(contextItemsMock);\n setContextLoading(false);\n }, 1000);\n },\n loading: contextLoading\n },\n actions: [\n { id: 'action-1', primary: 'Transfer' },\n { id: 'action-2', primary: 'End chat' }\n ]\n }}\n banner={args.showChatBanner ? chatBanner : undefined}\n body={bodyProps}\n suggestedReplyPicker={suggestedReplyPickerProps}\n composer={composerProps}\n />\n </Flex>\n </EmojiContext.Provider>\n );\n};\n\nStandardChat.args = {\n maxAttachments: 2,\n selectedChannel: 'LiveChat',\n showChatBanner: true,\n disableChat: false,\n simulateConversation: false,\n typingIndicator: false,\n message: '',\n placeholder: 'Enter message',\n defaultMessage:\n 'Greetings! Hope you are having a great time, Please reach out to us for any help, Thanks!',\n maxLength: 280,\n loading: false\n};\n\nStandardChat.argTypes = {\n maxAttachments: { control: { type: 'number' } },\n selectedChannel: { options: ['LiveChat', 'Twitter', 'Facebook'], control: { type: 'select' } },\n showChatBanner: { control: { type: 'boolean' } },\n disableChat: { control: { type: 'boolean' } },\n simulateConversation: { control: { type: 'boolean' } },\n typingIndicator: { control: { type: 'boolean' } },\n message: { control: { type: 'text' } },\n placeholder: { control: { type: 'text' } },\n defaultMessage: { control: { type: 'text' } },\n maxLength: { control: { type: 'number' } },\n loading: { control: { type: 'boolean' } }\n};\n\nStandardChat.parameters = {\n layout: 'fullscreen'\n};\n\n/** *************************** Standard Chat component - END ************************ */\n"]}
@@ -0,0 +1,352 @@
1
+ import { FC, Ref, RefObject } from 'react';
2
+ import { FieldValueListProps, SentimentProps } from '@pega/cosmos-react-core';
3
+ import { ModalManagerContextValue, ModalMethods } from '@pega/cosmos-react-core/lib/components/Modal/Modal.types';
4
+ import { EmailComposerProps, EmailProps, EmailUser, EntityListProps, EmailTemplate } from '@pega/cosmos-react-social';
5
+ import { EmailComposerHandleValue } from '@pega/cosmos-react-social/lib/components/Email/Email.types';
6
+ export declare const emailBodyContent = "<div>Hi, <br /> <br /><div>Can you please change my address in the SSN.</div> <br /> <br />Regards, <br />Sara Davis </div>";
7
+ export declare const emailAttachments: EmailComposerProps['data']['attachments'];
8
+ export declare const participants: EmailComposerProps['participants'];
9
+ export declare const emailAccounts: EmailComposerProps['participants'];
10
+ export declare const mailDeliverySystemEmail: {
11
+ emailAddress: string;
12
+ fullName: string;
13
+ shortName: string;
14
+ };
15
+ export declare const supportTeamEmail: {
16
+ emailAddress: string;
17
+ fullName: string;
18
+ shortName: string;
19
+ };
20
+ export declare const toParticipants: string[];
21
+ export declare const ccParticipants: string[];
22
+ export declare const bccParticipants: string[];
23
+ export declare const EntityListMockData: EntityListProps['content'];
24
+ export declare const EmailMockData: {
25
+ emails: {
26
+ 'Sara Davis': {
27
+ fullName: string;
28
+ shortName: string;
29
+ emailAddress: string;
30
+ };
31
+ 'John Brown': {
32
+ fullName: string;
33
+ shortName: string;
34
+ emailAddress: string;
35
+ };
36
+ 'Hugh Phillips': {
37
+ fullName: string;
38
+ shortName: string;
39
+ emailAddress: string;
40
+ };
41
+ 'Laura Stevens': {
42
+ fullName: string;
43
+ shortName: string;
44
+ emailAddress: string;
45
+ avatarProps: {
46
+ icon: string;
47
+ };
48
+ };
49
+ 'Joe Stevens': {
50
+ fullName: string;
51
+ shortName: string;
52
+ emailAddress: string;
53
+ };
54
+ 'Adam Gillchrist': {
55
+ fullName: string;
56
+ shortName: string;
57
+ emailAddress: string;
58
+ };
59
+ 'John Paul': {
60
+ fullName: string;
61
+ shortName: string;
62
+ emailAddress: string;
63
+ };
64
+ 'Oran Jacob': {
65
+ fullName: string;
66
+ shortName: string;
67
+ emailAddress: string;
68
+ };
69
+ 'Tyson Mike': {
70
+ fullName: string;
71
+ shortName: string;
72
+ emailAddress: string;
73
+ };
74
+ 'John Cent': {
75
+ fullName: string;
76
+ shortName: string;
77
+ emailAddress: string;
78
+ };
79
+ 'Mystery Rey': {
80
+ fullName: string;
81
+ shortName: string;
82
+ emailAddress: string;
83
+ };
84
+ 'Anton, Randy': {
85
+ fullName: string;
86
+ shortName: string;
87
+ emailAddress: string;
88
+ };
89
+ };
90
+ suggestedReplies: {
91
+ id: string;
92
+ title: string;
93
+ content: string;
94
+ }[];
95
+ emailBodyTemplates: ({
96
+ id: string;
97
+ title: string;
98
+ templates: {
99
+ id: string;
100
+ title: string;
101
+ content: string;
102
+ }[];
103
+ content?: undefined;
104
+ } | {
105
+ id: string;
106
+ title: string;
107
+ content: string;
108
+ templates?: undefined;
109
+ })[];
110
+ };
111
+ export declare const viewAnalysisEmailHeaderMock: FieldValueListProps['fields'];
112
+ export declare const topicListMock: ({
113
+ id: string;
114
+ primary: string;
115
+ secondary: {
116
+ indicator: string;
117
+ value: string;
118
+ };
119
+ } | {
120
+ id: string;
121
+ primary: string;
122
+ secondary: {
123
+ indicator: string;
124
+ value?: undefined;
125
+ };
126
+ })[];
127
+ export declare const emptyFieldErrorMessage = "Field cannot be blank";
128
+ export declare const invalidEmailErrorMessage = "Invalid Email Address";
129
+ export declare const emailValidation: (validationData: EmailUser['emailAddress'][]) => boolean;
130
+ export declare const fieldValidation: (validationData: EmailUser['emailAddress'][] | undefined) => "Invalid Email Address" | undefined;
131
+ export declare const handleExternalEntry: (filterValue: string) => boolean;
132
+ export declare const templates: ({
133
+ id: string;
134
+ title: string;
135
+ templates: {
136
+ id: string;
137
+ title: string;
138
+ content: string;
139
+ }[];
140
+ content?: undefined;
141
+ } | {
142
+ id: string;
143
+ title: string;
144
+ content: string;
145
+ templates?: undefined;
146
+ })[];
147
+ export declare const baseComposerProps: EmailComposerProps;
148
+ export declare enum LaunchAction {
149
+ REPLY = 0,
150
+ REPLYALL = 1,
151
+ SUGGESTION = 2,
152
+ FORWARD = 3
153
+ }
154
+ export declare const composerModals: {
155
+ [key: string]: {
156
+ dismissModal: () => void;
157
+ unMountModal: () => void;
158
+ updateModal: ModalMethods['update'];
159
+ composerHandle: Ref<EmailComposerHandleValue>;
160
+ };
161
+ };
162
+ export declare const getCompositeId: (id: string, launchAction: LaunchAction) => string;
163
+ export declare const handleComposerCancel: (compositeID: string) => void;
164
+ export declare const ComposerModalComponent: FC<{
165
+ compositeId: string;
166
+ composerProps: EmailComposerProps;
167
+ composerHandle: RefObject<EmailComposerHandleValue>;
168
+ progress: EmailComposerProps['progress'];
169
+ }>;
170
+ export declare const mockEmails: {
171
+ 'Sara Davis': {
172
+ fullName: string;
173
+ shortName: string;
174
+ emailAddress: string;
175
+ };
176
+ 'John Brown': {
177
+ fullName: string;
178
+ shortName: string;
179
+ emailAddress: string;
180
+ };
181
+ 'Hugh Phillips': {
182
+ fullName: string;
183
+ shortName: string;
184
+ emailAddress: string;
185
+ };
186
+ 'Laura Stevens': {
187
+ fullName: string;
188
+ shortName: string;
189
+ emailAddress: string;
190
+ avatarProps: {
191
+ icon: string;
192
+ };
193
+ };
194
+ 'Joe Stevens': {
195
+ fullName: string;
196
+ shortName: string;
197
+ emailAddress: string;
198
+ };
199
+ 'Adam Gillchrist': {
200
+ fullName: string;
201
+ shortName: string;
202
+ emailAddress: string;
203
+ };
204
+ 'John Paul': {
205
+ fullName: string;
206
+ shortName: string;
207
+ emailAddress: string;
208
+ };
209
+ 'Oran Jacob': {
210
+ fullName: string;
211
+ shortName: string;
212
+ emailAddress: string;
213
+ };
214
+ 'Tyson Mike': {
215
+ fullName: string;
216
+ shortName: string;
217
+ emailAddress: string;
218
+ };
219
+ 'John Cent': {
220
+ fullName: string;
221
+ shortName: string;
222
+ emailAddress: string;
223
+ };
224
+ 'Mystery Rey': {
225
+ fullName: string;
226
+ shortName: string;
227
+ emailAddress: string;
228
+ };
229
+ 'Anton, Randy': {
230
+ fullName: string;
231
+ shortName: string;
232
+ emailAddress: string;
233
+ };
234
+ };
235
+ export declare const mockSuggestedReplies: {
236
+ id: string;
237
+ title: string;
238
+ content: string;
239
+ }[];
240
+ export declare const mockEmailBodyTemplates: ({
241
+ id: string;
242
+ title: string;
243
+ templates: {
244
+ id: string;
245
+ title: string;
246
+ content: string;
247
+ }[];
248
+ content?: undefined;
249
+ } | {
250
+ id: string;
251
+ title: string;
252
+ content: string;
253
+ templates?: undefined;
254
+ })[];
255
+ export declare const getTemplate: (id: EmailTemplate['id']) => {
256
+ id: string;
257
+ title: string;
258
+ content?: string | undefined;
259
+ templates?: {
260
+ id: string;
261
+ title: string;
262
+ content: string;
263
+ }[] | undefined;
264
+ } | undefined;
265
+ export declare const launchEmailComposer: (id: string, launchAction: LaunchAction, composerProps: EmailComposerProps, create: ModalManagerContextValue['create']) => void;
266
+ export declare const emailDemoActions: (id: EmailProps['id'], subject: EmailProps['subject'], createOrActivateComposer: (id: EmailProps['id'], launchAction: LaunchAction, composerProps: EmailComposerProps) => void, draft: boolean, body: EmailProps['body'], deleteEmail?: ((id: EmailProps['id']) => void) | undefined) => JSX.Element;
267
+ export declare const generateEmailConversationParticipants: (emails: EmailProps[], fields?: ('from' | 'to' | 'cc' | 'bcc')[]) => EmailUser[];
268
+ export declare const sentiment: SentimentProps;
269
+ export declare const emailSummaryItems: ({
270
+ id: string;
271
+ activeParticipants: {
272
+ shortName: string;
273
+ fullName: string;
274
+ emailAddress: string;
275
+ }[];
276
+ message: string;
277
+ timeStamp: Date;
278
+ topic: string;
279
+ sentiment: SentimentProps;
280
+ urgency: number;
281
+ unreadEmailCount: number;
282
+ drafts: boolean;
283
+ undelivered: boolean;
284
+ } | {
285
+ id: string;
286
+ activeParticipants: {
287
+ shortName: string;
288
+ fullName: string;
289
+ emailAddress: string;
290
+ }[];
291
+ undelivered: boolean;
292
+ message: string;
293
+ timeStamp: Date;
294
+ topic: string;
295
+ sentiment: SentimentProps;
296
+ urgency: number;
297
+ unreadEmailCount: number;
298
+ drafts?: undefined;
299
+ } | {
300
+ id: string;
301
+ activeParticipants: {
302
+ shortName: string;
303
+ fullName: string;
304
+ emailAddress: string;
305
+ }[];
306
+ message: string;
307
+ timeStamp: Date;
308
+ topic: string;
309
+ sentiment: SentimentProps;
310
+ urgency: number;
311
+ unreadEmailCount: number;
312
+ drafts?: undefined;
313
+ undelivered?: undefined;
314
+ } | {
315
+ id: string;
316
+ activeParticipants: {
317
+ shortName: string;
318
+ fullName: string;
319
+ emailAddress: string;
320
+ }[];
321
+ message: string;
322
+ timeStamp: Date;
323
+ topic: string;
324
+ sentiment: SentimentProps;
325
+ urgency: number;
326
+ unreadEmailCount?: undefined;
327
+ drafts?: undefined;
328
+ undelivered?: undefined;
329
+ })[];
330
+ export declare const forwardedContent = "\n <div id=\"pega-email-message-forward\" style=\"font-family:OpenSans,sans-serif; border-left: 1px solid #c4c4c4; padding-left: 8px;\">\n <div>\n <p class=\"pega-email-forward-header\" style=\"font-size:smaller;color:#90909D;\">--------------------Forwarded message--------------------<br />From: Person, Example &lt;example.person@pega.com&gt; &nbsp;<br />Date: Feb 23, 2022 9:29:59 PM&nbsp;<br />Subject: Regarding flight booking &nbsp;<br />To: Laura, Stevens &lt;laurastevens@example.com&gt;<br />&nbsp;</p>\n </div>\n <div class=\"pega-email-forward-content\">\n <div class=\"WordSection1\">\n <p class=\"MsoNormal\" style=\"margin:0cm;font-size:11pt;font-family:'calibri' , sans-serif\"><span style=\"color:black\">Hi,&nbsp; </span></p>\n <p class=\"MsoNormal\" style=\"margin:0cm;font-size:11pt;font-family:'calibri' , sans-serif\"><span style=\"color:black\">&nbsp;&nbsp; </span></p>\n <p class=\"MsoNormal\" style=\"margin:0cm;font-size:11pt;font-family:'calibri' , sans-serif\"><span style=\"color:black\">I need to book a flight from Hyderabad to Chennai.&nbsp; </span></p>\n <p class=\"MsoNormal\" style=\"margin:0cm;font-size:11pt;font-family:'calibri' , sans-serif\"><span style=\"color:black\">Please let me know the fare including taxes per each person. </span></p>\n <p class=\"MsoNormal\" style=\"margin:0cm;font-size:11pt;font-family:'calibri' , sans-serif\"><span style=\"color:black\">&nbsp;&nbsp; </span></p>\n <p class=\"MsoNormal\" style=\"margin:0cm;font-size:11pt;font-family:'calibri' , sans-serif\"><span style=\"color:black\">Thanks,&nbsp; </span></p>\n <p class=\"MsoNormal\" style=\"margin:0cm;font-size:11pt;font-family:'calibri' , sans-serif\"><span style=\"color:black\">Goutham </span></p>\n </div>\n </div>\n </div>\n";
331
+ export declare const emailWorklistItemsMock: {
332
+ id: string;
333
+ primary: string;
334
+ selected: boolean;
335
+ }[];
336
+ export declare const contextMenuItemsMock: {
337
+ id: string;
338
+ primary: string;
339
+ selected: boolean;
340
+ }[];
341
+ export declare const highlightedEntitiesMock: {
342
+ value: string;
343
+ type: string;
344
+ variant: number;
345
+ names: string[];
346
+ }[];
347
+ export declare const mockUploadImage: (image: File) => Promise<{
348
+ src: string;
349
+ alt: string;
350
+ }>;
351
+ export declare const bodyData = "<div id=\"pega-email-message-forward\" style=\"font-family: OpenSans, sans-serif\">\n <div>\n <p\n class=\"pega-email-forward-header\"\n style=\"font-size: smaller; color: #90909d\"\n >\n --------------------Forwarded message--------------------<br />\n From: Support2 &lt;testinpega2022@gmail.com&gt; &nbsp;<br />\n Date: May 30, 2022 11:40:51 AM&nbsp;<br />\n Subject: Re:Address Change &nbsp;<br />\n To: Bandi, Likitha &lt;Likitha.Bandi@in.pega.com&gt; <br />\n &nbsp;\n </p>\n </div>\n <div class=\"pega-email-forward-content\"><p>hi</p></div>\n <p\n class=\"pega-email-forward-separator\"\n style=\"margin-left: 7px; font-size: smaller; color: #90909d\"\n >\n On May 26, 2022 1:11:55 PM Support2 &lt;testinpega2022@gmail.com&gt; wrote :\n </p>\n <blockquote\n style=\"\n border-left: 1px solid #d7d7d7;\n margin-left: 10px;\n padding-left: 5px;\n font-style: normal;\n font-family: inherit;\n padding-bottom: 0px;\n \"\n >\n <div class=\"pega-email-forward-content\">\n Dear&nbsp;Bandi, Likitha &nbsp; <br />&nbsp; <br />Thank you for reaching\n out! <br />Could you tell me a little more about the issue? Where exactly\n you are facing the issue? <br />Having a little more information about the\n situation will help me to evaluate and get the issue sorted faster.\n <br />&nbsp; <br />Thank you <br />Goutham &nbsp;\n </div>\n <p\n class=\"pega-email-forward-separator\"\n style=\"margin-left: 7px; font-size: smaller; color: #90909d\"\n >\n On May 12, 2022 6:14:52 PM Bandi, Likitha\n &lt;Likitha.Bandi@in.pega.com&gt; wrote :\n </p>\n <blockquote\n style=\"\n border-left: 1px solid #d7d7d7;\n margin-left: 10px;\n padding-left: 5px;\n font-style: normal;\n font-family: inherit;\n padding-bottom: 0px;\n \"\n >\n <div class=\"pega-email-forward-content\">\n <div class=\"WordSection1\">\n <p\n class=\"MsoNormal\"\n style=\"\n margin: 0in;\n font-size: 11pt;\n font-family: 'calibri', sans-serif;\n \"\n >\n <span\n style=\"\n font-size: 10.5pt;\n font-family: 'segoe ui', sans-serif;\n color: black;\n background: white;\n \"\n >Hello,</span\n ><span\n style=\"\n font-size: 10.5pt;\n font-family: 'segoe ui', sans-serif;\n color: black;\n \"\n ><br />\n <br />\n <span style=\"background: white\"\n >I want to update my address details into my profile. Here is my\n latest email as follows:</span\n ><br />\n <br />\n <span style=\"background: white\">102, 2nd Floor,</span><br />\n <span style=\"background: white\">Mumbai</span><br />\n <span style=\"background: white\">500011</span><br />\n <span style=\"background: white\">Mobile: 9012390123 </span></span\n >\n </p>\n <p\n class=\"MsoNormal\"\n style=\"\n margin: 0in;\n font-size: 11pt;\n font-family: 'calibri', sans-serif;\n \"\n >\n <span\n style=\"\n font-size: 10.5pt;\n font-family: 'segoe ui', sans-serif;\n color: black;\n background: white;\n \"\n >\n &nbsp;\n </span>\n </p>\n <p\n class=\"MsoNormal\"\n style=\"\n margin: 0in;\n font-size: 11pt;\n font-family: 'calibri', sans-serif;\n \"\n >\n <span\n style=\"\n font-size: 10.5pt;\n font-family: 'segoe ui', sans-serif;\n color: black;\n background: white;\n \"\n >Thanks\n </span>\n </p>\n <p\n class=\"MsoNormal\"\n style=\"\n margin: 0in;\n font-size: 11pt;\n font-family: 'calibri', sans-serif;\n \"\n >\n <span\n style=\"\n font-size: 10.5pt;\n font-family: 'segoe ui', sans-serif;\n color: black;\n background: white;\n \"\n >Likitha</span\n >\n </p>\n </div>\n </div>\n </blockquote>\n </blockquote>\n </div>";
352
+ //# sourceMappingURL=Email.mocks.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Email.mocks.d.ts","sourceRoot":"","sources":["../../../src/social/Email/Email.mocks.tsx"],"names":[],"mappings":"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"}