@pega/cosmos-react-demos 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +185 -0
- package/lib/build/AppHeader/AppHeader.stories.d.ts +8 -0
- package/lib/build/AppHeader/AppHeader.stories.d.ts.map +1 -0
- package/lib/build/AppHeader/AppHeader.stories.jsx +65 -0
- package/lib/build/AppHeader/AppHeader.stories.jsx.map +1 -0
- package/lib/build/AppShell/AppShell.mocks.d.ts +50 -0
- package/lib/build/AppShell/AppShell.mocks.d.ts.map +1 -0
- package/lib/build/AppShell/AppShell.mocks.js +503 -0
- package/lib/build/AppShell/AppShell.mocks.js.map +1 -0
- package/lib/build/AppShell/AppShell.stories.d.ts +12 -0
- package/lib/build/AppShell/AppShell.stories.d.ts.map +1 -0
- package/lib/build/AppShell/AppShell.stories.jsx +194 -0
- package/lib/build/AppShell/AppShell.stories.jsx.map +1 -0
- package/lib/build/FlowModeller/AddNodeUtils.mocks.d.ts +45 -0
- package/lib/build/FlowModeller/AddNodeUtils.mocks.d.ts.map +1 -0
- package/lib/build/FlowModeller/AddNodeUtils.mocks.js +291 -0
- package/lib/build/FlowModeller/AddNodeUtils.mocks.js.map +1 -0
- package/lib/build/FlowModeller/FlowModeller.mocks.d.ts +9 -0
- package/lib/build/FlowModeller/FlowModeller.mocks.d.ts.map +1 -0
- package/lib/build/FlowModeller/FlowModeller.mocks.js +411 -0
- package/lib/build/FlowModeller/FlowModeller.mocks.js.map +1 -0
- package/lib/build/FlowModeller/FlowModeller.stories.d.ts +12 -0
- package/lib/build/FlowModeller/FlowModeller.stories.d.ts.map +1 -0
- package/lib/build/FlowModeller/FlowModeller.stories.jsx +214 -0
- package/lib/build/FlowModeller/FlowModeller.stories.jsx.map +1 -0
- package/lib/build/LifeCycle/LifeCycle.mocks.d.ts +201 -0
- package/lib/build/LifeCycle/LifeCycle.mocks.d.ts.map +1 -0
- package/lib/build/LifeCycle/LifeCycle.mocks.js +1128 -0
- package/lib/build/LifeCycle/LifeCycle.mocks.js.map +1 -0
- package/lib/build/LifeCycle/LifeCycle.stories.d.ts +11 -0
- package/lib/build/LifeCycle/LifeCycle.stories.d.ts.map +1 -0
- package/lib/build/LifeCycle/LifeCycle.stories.jsx +491 -0
- package/lib/build/LifeCycle/LifeCycle.stories.jsx.map +1 -0
- package/lib/build/LifeCycle/utils.d.ts +65 -0
- package/lib/build/LifeCycle/utils.d.ts.map +1 -0
- package/lib/build/LifeCycle/utils.js +218 -0
- package/lib/build/LifeCycle/utils.js.map +1 -0
- package/lib/build/PageTemplates/GalleryPage.stories.d.ts +12 -0
- package/lib/build/PageTemplates/GalleryPage.stories.d.ts.map +1 -0
- package/lib/build/PageTemplates/GalleryPage.stories.jsx +126 -0
- package/lib/build/PageTemplates/GalleryPage.stories.jsx.map +1 -0
- package/lib/build/PageTemplates/PageTemplates.stories.d.ts +26 -0
- package/lib/build/PageTemplates/PageTemplates.stories.d.ts.map +1 -0
- package/lib/build/PageTemplates/PageTemplates.stories.jsx +434 -0
- package/lib/build/PageTemplates/PageTemplates.stories.jsx.map +1 -0
- package/lib/build/Workbench/Workbench.mocks.d.ts +9 -0
- package/lib/build/Workbench/Workbench.mocks.d.ts.map +1 -0
- package/lib/build/Workbench/Workbench.mocks.js +67 -0
- package/lib/build/Workbench/Workbench.mocks.js.map +1 -0
- package/lib/build/Workbench/Workbench.stories.d.ts +10 -0
- package/lib/build/Workbench/Workbench.stories.d.ts.map +1 -0
- package/lib/build/Workbench/Workbench.stories.jsx +124 -0
- package/lib/build/Workbench/Workbench.stories.jsx.map +1 -0
- package/lib/condition-builder/ConditionBuilder/ConditionBuilder.stories.d.ts +10 -0
- package/lib/condition-builder/ConditionBuilder/ConditionBuilder.stories.d.ts.map +1 -0
- package/lib/condition-builder/ConditionBuilder/ConditionBuilder.stories.jsx +263 -0
- package/lib/condition-builder/ConditionBuilder/ConditionBuilder.stories.jsx.map +1 -0
- package/lib/condition-builder/ConditionBuilder/props.mock.d.ts +6 -0
- package/lib/condition-builder/ConditionBuilder/props.mock.d.ts.map +1 -0
- package/lib/condition-builder/ConditionBuilder/props.mock.js +113 -0
- package/lib/condition-builder/ConditionBuilder/props.mock.js.map +1 -0
- package/lib/core/AppShell/AppShell.mocks.d.ts +15 -0
- package/lib/core/AppShell/AppShell.mocks.d.ts.map +1 -0
- package/lib/core/AppShell/AppShell.mocks.jsx +147 -0
- package/lib/core/AppShell/AppShell.mocks.jsx.map +1 -0
- package/lib/core/AppShell/AppShell.stories.d.ts +31 -0
- package/lib/core/AppShell/AppShell.stories.d.ts.map +1 -0
- package/lib/core/AppShell/AppShell.stories.jsx +222 -0
- package/lib/core/AppShell/AppShell.stories.jsx.map +1 -0
- package/lib/core/AppShell/AppShell.styles.d.ts +2 -0
- package/lib/core/AppShell/AppShell.styles.d.ts.map +1 -0
- package/lib/core/AppShell/AppShell.styles.js +5 -0
- package/lib/core/AppShell/AppShell.styles.js.map +1 -0
- package/lib/core/Avatar/Avatar.stories.d.ts +10 -0
- package/lib/core/Avatar/Avatar.stories.d.ts.map +1 -0
- package/lib/core/Avatar/Avatar.stories.jsx +50 -0
- package/lib/core/Avatar/Avatar.stories.jsx.map +1 -0
- package/lib/core/Backdrop/Backdrop.stories.d.ts +7 -0
- package/lib/core/Backdrop/Backdrop.stories.d.ts.map +1 -0
- package/lib/core/Backdrop/Backdrop.stories.jsx +43 -0
- package/lib/core/Backdrop/Backdrop.stories.jsx.map +1 -0
- package/lib/core/Badges/Alert.stories.d.ts +6 -0
- package/lib/core/Badges/Alert.stories.d.ts.map +1 -0
- package/lib/core/Badges/Alert.stories.jsx +15 -0
- package/lib/core/Badges/Alert.stories.jsx.map +1 -0
- package/lib/core/Badges/Count.stories.d.ts +6 -0
- package/lib/core/Badges/Count.stories.d.ts.map +1 -0
- package/lib/core/Badges/Count.stories.jsx +20 -0
- package/lib/core/Badges/Count.stories.jsx.map +1 -0
- package/lib/core/Badges/Selection.stories.d.ts +6 -0
- package/lib/core/Badges/Selection.stories.d.ts.map +1 -0
- package/lib/core/Badges/Selection.stories.jsx +9 -0
- package/lib/core/Badges/Selection.stories.jsx.map +1 -0
- package/lib/core/Badges/Status.stories.d.ts +6 -0
- package/lib/core/Badges/Status.stories.d.ts.map +1 -0
- package/lib/core/Badges/Status.stories.jsx +18 -0
- package/lib/core/Badges/Status.stories.jsx.map +1 -0
- package/lib/core/Badges/Tag.stories.d.ts +6 -0
- package/lib/core/Badges/Tag.stories.d.ts.map +1 -0
- package/lib/core/Badges/Tag.stories.jsx +9 -0
- package/lib/core/Badges/Tag.stories.jsx.map +1 -0
- package/lib/core/Banner/Banner.stories.d.ts +22 -0
- package/lib/core/Banner/Banner.stories.d.ts.map +1 -0
- package/lib/core/Banner/Banner.stories.jsx +125 -0
- package/lib/core/Banner/Banner.stories.jsx.map +1 -0
- package/lib/core/Boolean/BooleanDisplay.stories.d.ts +6 -0
- package/lib/core/Boolean/BooleanDisplay.stories.d.ts.map +1 -0
- package/lib/core/Boolean/BooleanDisplay.stories.jsx +19 -0
- package/lib/core/Boolean/BooleanDisplay.stories.jsx.map +1 -0
- package/lib/core/Breadcrumbs/Breadcrumbs.stories.d.ts +7 -0
- package/lib/core/Breadcrumbs/Breadcrumbs.stories.d.ts.map +1 -0
- package/lib/core/Breadcrumbs/Breadcrumbs.stories.jsx +29 -0
- package/lib/core/Breadcrumbs/Breadcrumbs.stories.jsx.map +1 -0
- package/lib/core/Breadcrumbs/Breadcrumbs.styles.d.ts +2 -0
- package/lib/core/Breadcrumbs/Breadcrumbs.styles.d.ts.map +1 -0
- package/lib/core/Breadcrumbs/Breadcrumbs.styles.js +12 -0
- package/lib/core/Breadcrumbs/Breadcrumbs.styles.js.map +1 -0
- package/lib/core/Button/Button.stories.d.ts +12 -0
- package/lib/core/Button/Button.stories.d.ts.map +1 -0
- package/lib/core/Button/Button.stories.jsx +103 -0
- package/lib/core/Button/Button.stories.jsx.map +1 -0
- package/lib/core/Card/Card.stories.d.ts +8 -0
- package/lib/core/Card/Card.stories.d.ts.map +1 -0
- package/lib/core/Card/Card.stories.jsx +55 -0
- package/lib/core/Card/Card.stories.jsx.map +1 -0
- package/lib/core/Card/Card.styles.d.ts +2 -0
- package/lib/core/Card/Card.styles.d.ts.map +1 -0
- package/lib/core/Card/Card.styles.js +5 -0
- package/lib/core/Card/Card.styles.js.map +1 -0
- package/lib/core/Checkbox/Checkbox.stories.d.ts +7 -0
- package/lib/core/Checkbox/Checkbox.stories.d.ts.map +1 -0
- package/lib/core/Checkbox/Checkbox.stories.jsx +28 -0
- package/lib/core/Checkbox/Checkbox.stories.jsx.map +1 -0
- package/lib/core/CheckboxGroup/CheckboxGroup.stories.d.ts +7 -0
- package/lib/core/CheckboxGroup/CheckboxGroup.stories.d.ts.map +1 -0
- package/lib/core/CheckboxGroup/CheckboxGroup.stories.jsx +60 -0
- package/lib/core/CheckboxGroup/CheckboxGroup.stories.jsx.map +1 -0
- package/lib/core/CheckboxGroup/CheckboxGroup.styles.d.ts +4 -0
- package/lib/core/CheckboxGroup/CheckboxGroup.styles.d.ts.map +1 -0
- package/lib/core/CheckboxGroup/CheckboxGroup.styles.js +9 -0
- package/lib/core/CheckboxGroup/CheckboxGroup.styles.js.map +1 -0
- package/lib/core/ColorPicker/ColorPicker.stories.d.ts +8 -0
- package/lib/core/ColorPicker/ColorPicker.stories.d.ts.map +1 -0
- package/lib/core/ColorPicker/ColorPicker.stories.jsx +91 -0
- package/lib/core/ColorPicker/ColorPicker.stories.jsx.map +1 -0
- package/lib/core/ComboBox/ComboBox.mocks.d.ts +24 -0
- package/lib/core/ComboBox/ComboBox.mocks.d.ts.map +1 -0
- package/lib/core/ComboBox/ComboBox.mocks.js +54 -0
- package/lib/core/ComboBox/ComboBox.mocks.js.map +1 -0
- package/lib/core/ComboBox/ComboBox.stories.d.ts +21 -0
- package/lib/core/ComboBox/ComboBox.stories.d.ts.map +1 -0
- package/lib/core/ComboBox/ComboBox.stories.jsx +323 -0
- package/lib/core/ComboBox/ComboBox.stories.jsx.map +1 -0
- package/lib/core/Configuration/Configuration.stories.d.ts +10 -0
- package/lib/core/Configuration/Configuration.stories.d.ts.map +1 -0
- package/lib/core/Configuration/Configuration.stories.jsx +125 -0
- package/lib/core/Configuration/Configuration.stories.jsx.map +1 -0
- package/lib/core/Currency/Currency.stories.d.ts +11 -0
- package/lib/core/Currency/Currency.stories.d.ts.map +1 -0
- package/lib/core/Currency/Currency.stories.jsx +65 -0
- package/lib/core/Currency/Currency.stories.jsx.map +1 -0
- package/lib/core/DateTime/DateTime.stories.d.ts +20 -0
- package/lib/core/DateTime/DateTime.stories.d.ts.map +1 -0
- package/lib/core/DateTime/DateTime.stories.jsx +127 -0
- package/lib/core/DateTime/DateTime.stories.jsx.map +1 -0
- package/lib/core/DateTime/DateTimeDisplay.stories.d.ts +7 -0
- package/lib/core/DateTime/DateTimeDisplay.stories.d.ts.map +1 -0
- package/lib/core/DateTime/DateTimeDisplay.stories.jsx +46 -0
- package/lib/core/DateTime/DateTimeDisplay.stories.jsx.map +1 -0
- package/lib/core/DateTime/DateTimePicker.stories.d.ts +7 -0
- package/lib/core/DateTime/DateTimePicker.stories.d.ts.map +1 -0
- package/lib/core/DateTime/DateTimePicker.stories.jsx +34 -0
- package/lib/core/DateTime/DateTimePicker.stories.jsx.map +1 -0
- package/lib/core/Drawer/Drawer.stories.d.ts +7 -0
- package/lib/core/Drawer/Drawer.stories.d.ts.map +1 -0
- package/lib/core/Drawer/Drawer.stories.jsx +98 -0
- package/lib/core/Drawer/Drawer.stories.jsx.map +1 -0
- package/lib/core/Drawer/Drawer.styles.d.ts +2 -0
- package/lib/core/Drawer/Drawer.styles.d.ts.map +1 -0
- package/lib/core/Drawer/Drawer.styles.js +11 -0
- package/lib/core/Drawer/Drawer.styles.js.map +1 -0
- package/lib/core/Email/EmailDisplay.stories.d.ts +6 -0
- package/lib/core/Email/EmailDisplay.stories.d.ts.map +1 -0
- package/lib/core/Email/EmailDisplay.stories.jsx +19 -0
- package/lib/core/Email/EmailDisplay.stories.jsx.map +1 -0
- package/lib/core/EmojiPicker/EmojiPicker.stories.d.ts +8 -0
- package/lib/core/EmojiPicker/EmojiPicker.stories.d.ts.map +1 -0
- package/lib/core/EmojiPicker/EmojiPicker.stories.jsx +52 -0
- package/lib/core/EmojiPicker/EmojiPicker.stories.jsx.map +1 -0
- package/lib/core/EmptyState/EmptyState.stories.d.ts +6 -0
- package/lib/core/EmptyState/EmptyState.stories.d.ts.map +1 -0
- package/lib/core/EmptyState/EmptyState.stories.jsx +18 -0
- package/lib/core/EmptyState/EmptyState.stories.jsx.map +1 -0
- package/lib/core/ErrorState/ErrorState.stories.d.ts +9 -0
- package/lib/core/ErrorState/ErrorState.stories.d.ts.map +1 -0
- package/lib/core/ErrorState/ErrorState.stories.jsx +20 -0
- package/lib/core/ErrorState/ErrorState.stories.jsx.map +1 -0
- package/lib/core/ExpandCollapse/ExpandCollapse.stories.d.ts +7 -0
- package/lib/core/ExpandCollapse/ExpandCollapse.stories.d.ts.map +1 -0
- package/lib/core/ExpandCollapse/ExpandCollapse.stories.jsx +73 -0
- package/lib/core/ExpandCollapse/ExpandCollapse.stories.jsx.map +1 -0
- package/lib/core/ExpandCollapse/ExpandCollapse.styles.d.ts +4 -0
- package/lib/core/ExpandCollapse/ExpandCollapse.styles.d.ts.map +1 -0
- package/lib/core/ExpandCollapse/ExpandCollapse.styles.js +12 -0
- package/lib/core/ExpandCollapse/ExpandCollapse.styles.js.map +1 -0
- package/lib/core/FieldGroup/FieldGroup.stories.d.ts +11 -0
- package/lib/core/FieldGroup/FieldGroup.stories.d.ts.map +1 -0
- package/lib/core/FieldGroup/FieldGroup.stories.jsx +52 -0
- package/lib/core/FieldGroup/FieldGroup.stories.jsx.map +1 -0
- package/lib/core/FieldGroup/FieldGroupList.stories.d.ts +10 -0
- package/lib/core/FieldGroup/FieldGroupList.stories.d.ts.map +1 -0
- package/lib/core/FieldGroup/FieldGroupList.stories.jsx +183 -0
- package/lib/core/FieldGroup/FieldGroupList.stories.jsx.map +1 -0
- package/lib/core/FieldValueList/FieldValueList.stories.d.ts +10 -0
- package/lib/core/FieldValueList/FieldValueList.stories.d.ts.map +1 -0
- package/lib/core/FieldValueList/FieldValueList.stories.jsx +54 -0
- package/lib/core/FieldValueList/FieldValueList.stories.jsx.map +1 -0
- package/lib/core/File/FileDisplay.stories.d.ts +13 -0
- package/lib/core/File/FileDisplay.stories.d.ts.map +1 -0
- package/lib/core/File/FileDisplay.stories.jsx +100 -0
- package/lib/core/File/FileDisplay.stories.jsx.map +1 -0
- package/lib/core/File/FileInput.stories.d.ts +9 -0
- package/lib/core/File/FileInput.stories.d.ts.map +1 -0
- package/lib/core/File/FileInput.stories.jsx +76 -0
- package/lib/core/File/FileInput.stories.jsx.map +1 -0
- package/lib/core/Flex/Flex.styles.d.ts +10 -0
- package/lib/core/Flex/Flex.styles.d.ts.map +1 -0
- package/lib/core/Flex/Flex.styles.js +41 -0
- package/lib/core/Flex/Flex.styles.js.map +1 -0
- package/lib/core/Flex/FlexContainer.stories.d.ts +20 -0
- package/lib/core/Flex/FlexContainer.stories.d.ts.map +1 -0
- package/lib/core/Flex/FlexContainer.stories.jsx +151 -0
- package/lib/core/Flex/FlexContainer.stories.jsx.map +1 -0
- package/lib/core/Flex/FlexItem.stories.d.ts +13 -0
- package/lib/core/Flex/FlexItem.stories.d.ts.map +1 -0
- package/lib/core/Flex/FlexItem.stories.jsx +71 -0
- package/lib/core/Flex/FlexItem.stories.jsx.map +1 -0
- package/lib/core/Form/Form.stories.d.ts +21 -0
- package/lib/core/Form/Form.stories.d.ts.map +1 -0
- package/lib/core/Form/Form.stories.jsx +196 -0
- package/lib/core/Form/Form.stories.jsx.map +1 -0
- package/lib/core/Grid/Grid.styles.d.ts +6 -0
- package/lib/core/Grid/Grid.styles.d.ts.map +1 -0
- package/lib/core/Grid/Grid.styles.js +36 -0
- package/lib/core/Grid/Grid.styles.js.map +1 -0
- package/lib/core/Grid/GridContainer.stories.d.ts +23 -0
- package/lib/core/Grid/GridContainer.stories.d.ts.map +1 -0
- package/lib/core/Grid/GridContainer.stories.jsx +161 -0
- package/lib/core/Grid/GridContainer.stories.jsx.map +1 -0
- package/lib/core/Grid/GridItem.stories.d.ts +13 -0
- package/lib/core/Grid/GridItem.stories.d.ts.map +1 -0
- package/lib/core/Grid/GridItem.stories.jsx +74 -0
- package/lib/core/Grid/GridItem.stories.jsx.map +1 -0
- package/lib/core/Icon/Icon.stories.d.ts +8 -0
- package/lib/core/Icon/Icon.stories.d.ts.map +1 -0
- package/lib/core/Icon/Icon.stories.jsx +84 -0
- package/lib/core/Icon/Icon.stories.jsx.map +1 -0
- package/lib/core/IconPicker/IconPicker.stories.d.ts +6 -0
- package/lib/core/IconPicker/IconPicker.stories.d.ts.map +1 -0
- package/lib/core/IconPicker/IconPicker.stories.jsx +39 -0
- package/lib/core/IconPicker/IconPicker.stories.jsx.map +1 -0
- package/lib/core/Image/Image.stories.d.ts +6 -0
- package/lib/core/Image/Image.stories.d.ts.map +1 -0
- package/lib/core/Image/Image.stories.jsx +9 -0
- package/lib/core/Image/Image.stories.jsx.map +1 -0
- package/lib/core/Input/Input.stories.d.ts +9 -0
- package/lib/core/Input/Input.stories.d.ts.map +1 -0
- package/lib/core/Input/Input.stories.jsx +44 -0
- package/lib/core/Input/Input.stories.jsx.map +1 -0
- package/lib/core/Label/Label.stories.d.ts +6 -0
- package/lib/core/Label/Label.stories.d.ts.map +1 -0
- package/lib/core/Label/Label.stories.jsx +15 -0
- package/lib/core/Label/Label.stories.jsx.map +1 -0
- package/lib/core/Lightbox/Lightbox.stories.d.ts +9 -0
- package/lib/core/Lightbox/Lightbox.stories.d.ts.map +1 -0
- package/lib/core/Lightbox/Lightbox.stories.jsx +106 -0
- package/lib/core/Lightbox/Lightbox.stories.jsx.map +1 -0
- package/lib/core/Link/Link.stories.d.ts +8 -0
- package/lib/core/Link/Link.stories.d.ts.map +1 -0
- package/lib/core/Link/Link.stories.jsx +32 -0
- package/lib/core/Link/Link.stories.jsx.map +1 -0
- package/lib/core/List/CommaSeparatedList.stories.d.ts +6 -0
- package/lib/core/List/CommaSeparatedList.stories.d.ts.map +1 -0
- package/lib/core/List/CommaSeparatedList.stories.jsx +33 -0
- package/lib/core/List/CommaSeparatedList.stories.jsx.map +1 -0
- package/lib/core/List/OrderedList.stories.d.ts +10 -0
- package/lib/core/List/OrderedList.stories.d.ts.map +1 -0
- package/lib/core/List/OrderedList.stories.jsx +38 -0
- package/lib/core/List/OrderedList.stories.jsx.map +1 -0
- package/lib/core/List/UnorderedList.stories.d.ts +10 -0
- package/lib/core/List/UnorderedList.stories.d.ts.map +1 -0
- package/lib/core/List/UnorderedList.stories.jsx +38 -0
- package/lib/core/List/UnorderedList.stories.jsx.map +1 -0
- package/lib/core/Location/Location.stories.d.ts +12 -0
- package/lib/core/Location/Location.stories.d.ts.map +1 -0
- package/lib/core/Location/Location.stories.jsx +130 -0
- package/lib/core/Location/Location.stories.jsx.map +1 -0
- package/lib/core/Menu/Menu.mocks.d.ts +4 -0
- package/lib/core/Menu/Menu.mocks.d.ts.map +1 -0
- package/lib/core/Menu/Menu.mocks.js +179 -0
- package/lib/core/Menu/Menu.mocks.js.map +1 -0
- package/lib/core/Menu/Menu.stories.d.ts +17 -0
- package/lib/core/Menu/Menu.stories.d.ts.map +1 -0
- package/lib/core/Menu/Menu.stories.jsx +166 -0
- package/lib/core/Menu/Menu.stories.jsx.map +1 -0
- package/lib/core/Menu/Menu.styles.d.ts +2 -0
- package/lib/core/Menu/Menu.styles.d.ts.map +1 -0
- package/lib/core/Menu/Menu.styles.js +6 -0
- package/lib/core/Menu/Menu.styles.js.map +1 -0
- package/lib/core/MenuButton/MenuButton.stories.d.ts +15 -0
- package/lib/core/MenuButton/MenuButton.stories.d.ts.map +1 -0
- package/lib/core/MenuButton/MenuButton.stories.jsx +188 -0
- package/lib/core/MenuButton/MenuButton.stories.jsx.map +1 -0
- package/lib/core/MetaList/MetaList.stories.d.ts +9 -0
- package/lib/core/MetaList/MetaList.stories.d.ts.map +1 -0
- package/lib/core/MetaList/MetaList.stories.jsx +24 -0
- package/lib/core/MetaList/MetaList.stories.jsx.map +1 -0
- package/lib/core/Modal/Modal.mocks.d.ts +4 -0
- package/lib/core/Modal/Modal.mocks.d.ts.map +1 -0
- package/lib/core/Modal/Modal.mocks.jsx +44 -0
- package/lib/core/Modal/Modal.mocks.jsx.map +1 -0
- package/lib/core/Modal/Modal.stories.d.ts +20 -0
- package/lib/core/Modal/Modal.stories.d.ts.map +1 -0
- package/lib/core/Modal/Modal.stories.jsx +305 -0
- package/lib/core/Modal/Modal.stories.jsx.map +1 -0
- package/lib/core/MultiStep/MultiStep.stories.d.ts +6 -0
- package/lib/core/MultiStep/MultiStep.stories.d.ts.map +1 -0
- package/lib/core/MultiStep/MultiStep.stories.jsx +56 -0
- package/lib/core/MultiStep/MultiStep.stories.jsx.map +1 -0
- package/lib/core/Number/Number.stories.d.ts +13 -0
- package/lib/core/Number/Number.stories.d.ts.map +1 -0
- package/lib/core/Number/Number.stories.jsx +110 -0
- package/lib/core/Number/Number.stories.jsx.map +1 -0
- package/lib/core/PageTemplates/PageTemplates.mocks.d.ts +3 -0
- package/lib/core/PageTemplates/PageTemplates.mocks.d.ts.map +1 -0
- package/lib/core/PageTemplates/PageTemplates.mocks.js +10 -0
- package/lib/core/PageTemplates/PageTemplates.mocks.js.map +1 -0
- package/lib/core/PageTemplates/PageTemplates.stories.d.ts +28 -0
- package/lib/core/PageTemplates/PageTemplates.stories.d.ts.map +1 -0
- package/lib/core/PageTemplates/PageTemplates.stories.jsx +233 -0
- package/lib/core/PageTemplates/PageTemplates.stories.jsx.map +1 -0
- package/lib/core/PageTemplates/PageTemplates.styles.d.ts +4 -0
- package/lib/core/PageTemplates/PageTemplates.styles.d.ts.map +1 -0
- package/lib/core/PageTemplates/PageTemplates.styles.js +31 -0
- package/lib/core/PageTemplates/PageTemplates.styles.js.map +1 -0
- package/lib/core/Pagination/Pagination.stories.d.ts +6 -0
- package/lib/core/Pagination/Pagination.stories.d.ts.map +1 -0
- package/lib/core/Pagination/Pagination.stories.jsx +19 -0
- package/lib/core/Pagination/Pagination.stories.jsx.map +1 -0
- package/lib/core/Paragraph/ParagraphDisplay.stories.d.ts +6 -0
- package/lib/core/Paragraph/ParagraphDisplay.stories.d.ts.map +1 -0
- package/lib/core/Paragraph/ParagraphDisplay.stories.jsx +12 -0
- package/lib/core/Paragraph/ParagraphDisplay.stories.jsx.map +1 -0
- package/lib/core/Phone/Phone.stories.d.ts +7 -0
- package/lib/core/Phone/Phone.stories.d.ts.map +1 -0
- package/lib/core/Phone/Phone.stories.jsx +42 -0
- package/lib/core/Phone/Phone.stories.jsx.map +1 -0
- package/lib/core/Popover/Popover.stories.d.ts +8 -0
- package/lib/core/Popover/Popover.stories.d.ts.map +1 -0
- package/lib/core/Popover/Popover.stories.jsx +184 -0
- package/lib/core/Popover/Popover.stories.jsx.map +1 -0
- package/lib/core/Progress/Progress.stories.d.ts +7 -0
- package/lib/core/Progress/Progress.stories.d.ts.map +1 -0
- package/lib/core/Progress/Progress.stories.jsx +71 -0
- package/lib/core/Progress/Progress.stories.jsx.map +1 -0
- package/lib/core/Progress/Progress.styles.d.ts +2 -0
- package/lib/core/Progress/Progress.styles.d.ts.map +1 -0
- package/lib/core/Progress/Progress.styles.js +13 -0
- package/lib/core/Progress/Progress.styles.js.map +1 -0
- package/lib/core/RadioButton/RadioButton.stories.d.ts +7 -0
- package/lib/core/RadioButton/RadioButton.stories.d.ts.map +1 -0
- package/lib/core/RadioButton/RadioButton.stories.jsx +26 -0
- package/lib/core/RadioButton/RadioButton.stories.jsx.map +1 -0
- package/lib/core/RadioButtonGroup/RadioButtonGroup.stories.d.ts +7 -0
- package/lib/core/RadioButtonGroup/RadioButtonGroup.stories.d.ts.map +1 -0
- package/lib/core/RadioButtonGroup/RadioButtonGroup.stories.jsx +62 -0
- package/lib/core/RadioButtonGroup/RadioButtonGroup.stories.jsx.map +1 -0
- package/lib/core/RadioButtonGroup/RadioButtonGroup.styles.d.ts +4 -0
- package/lib/core/RadioButtonGroup/RadioButtonGroup.styles.d.ts.map +1 -0
- package/lib/core/RadioButtonGroup/RadioButtonGroup.styles.js +9 -0
- package/lib/core/RadioButtonGroup/RadioButtonGroup.styles.js.map +1 -0
- package/lib/core/Rating/Rating.stories.d.ts +6 -0
- package/lib/core/Rating/Rating.stories.d.ts.map +1 -0
- package/lib/core/Rating/Rating.stories.jsx +21 -0
- package/lib/core/Rating/Rating.stories.jsx.map +1 -0
- package/lib/core/SearchInput/SearchInput.stories.d.ts +6 -0
- package/lib/core/SearchInput/SearchInput.stories.d.ts.map +1 -0
- package/lib/core/SearchInput/SearchInput.stories.jsx +15 -0
- package/lib/core/SearchInput/SearchInput.stories.jsx.map +1 -0
- package/lib/core/Select/Select.stories.d.ts +9 -0
- package/lib/core/Select/Select.stories.d.ts.map +1 -0
- package/lib/core/Select/Select.stories.jsx +42 -0
- package/lib/core/Select/Select.stories.jsx.map +1 -0
- package/lib/core/Sentiment/Sentiment.stories.d.ts +14 -0
- package/lib/core/Sentiment/Sentiment.stories.d.ts.map +1 -0
- package/lib/core/Sentiment/Sentiment.stories.jsx +39 -0
- package/lib/core/Sentiment/Sentiment.stories.jsx.map +1 -0
- package/lib/core/Slider/Slider.stories.d.ts +11 -0
- package/lib/core/Slider/Slider.stories.d.ts.map +1 -0
- package/lib/core/Slider/Slider.stories.jsx +58 -0
- package/lib/core/Slider/Slider.stories.jsx.map +1 -0
- package/lib/core/SummaryItem/SummaryItem.stories.d.ts +11 -0
- package/lib/core/SummaryItem/SummaryItem.stories.d.ts.map +1 -0
- package/lib/core/SummaryItem/SummaryItem.stories.jsx +36 -0
- package/lib/core/SummaryItem/SummaryItem.stories.jsx.map +1 -0
- package/lib/core/SummaryList/SummaryList.mocks.d.ts +32 -0
- package/lib/core/SummaryList/SummaryList.mocks.d.ts.map +1 -0
- package/lib/core/SummaryList/SummaryList.mocks.jsx +35 -0
- package/lib/core/SummaryList/SummaryList.mocks.jsx.map +1 -0
- package/lib/core/SummaryList/SummaryList.stories.d.ts +13 -0
- package/lib/core/SummaryList/SummaryList.stories.d.ts.map +1 -0
- package/lib/core/SummaryList/SummaryList.stories.jsx +131 -0
- package/lib/core/SummaryList/SummaryList.stories.jsx.map +1 -0
- package/lib/core/Switch/Switch.stories.d.ts +7 -0
- package/lib/core/Switch/Switch.stories.d.ts.map +1 -0
- package/lib/core/Switch/Switch.stories.jsx +26 -0
- package/lib/core/Switch/Switch.stories.jsx.map +1 -0
- package/lib/core/Switch/Switch.styles.d.ts +2 -0
- package/lib/core/Switch/Switch.styles.d.ts.map +1 -0
- package/lib/core/Switch/Switch.styles.js +13 -0
- package/lib/core/Switch/Switch.styles.js.map +1 -0
- package/lib/core/Table/Table.mocks.d.ts +19 -0
- package/lib/core/Table/Table.mocks.d.ts.map +1 -0
- package/lib/core/Table/Table.mocks.jsx +32 -0
- package/lib/core/Table/Table.mocks.jsx.map +1 -0
- package/lib/core/Table/Table.stories.d.ts +14 -0
- package/lib/core/Table/Table.stories.d.ts.map +1 -0
- package/lib/core/Table/Table.stories.jsx +58 -0
- package/lib/core/Table/Table.stories.jsx.map +1 -0
- package/lib/core/Table/Table.styles.d.ts +4 -0
- package/lib/core/Table/Table.styles.d.ts.map +1 -0
- package/lib/core/Table/Table.styles.js +9 -0
- package/lib/core/Table/Table.styles.js.map +1 -0
- package/lib/core/Tabs/Tabs.stories.d.ts +7 -0
- package/lib/core/Tabs/Tabs.stories.d.ts.map +1 -0
- package/lib/core/Tabs/Tabs.stories.jsx +59 -0
- package/lib/core/Tabs/Tabs.stories.jsx.map +1 -0
- package/lib/core/Text/Text.stories.d.ts +6 -0
- package/lib/core/Text/Text.stories.d.ts.map +1 -0
- package/lib/core/Text/Text.stories.jsx +22 -0
- package/lib/core/Text/Text.stories.jsx.map +1 -0
- package/lib/core/TextArea/TextArea.stories.d.ts +6 -0
- package/lib/core/TextArea/TextArea.stories.d.ts.map +1 -0
- package/lib/core/TextArea/TextArea.stories.jsx +43 -0
- package/lib/core/TextArea/TextArea.stories.jsx.map +1 -0
- package/lib/core/Toaster/Toaster.stories.d.ts +6 -0
- package/lib/core/Toaster/Toaster.stories.d.ts.map +1 -0
- package/lib/core/Toaster/Toaster.stories.jsx +17 -0
- package/lib/core/Toaster/Toaster.stories.jsx.map +1 -0
- package/lib/core/Tooltip/Tooltip.stories.d.ts +8 -0
- package/lib/core/Tooltip/Tooltip.stories.d.ts.map +1 -0
- package/lib/core/Tooltip/Tooltip.stories.jsx +18 -0
- package/lib/core/Tooltip/Tooltip.stories.jsx.map +1 -0
- package/lib/core/Tree/Tree.mocks.d.ts +2 -0
- package/lib/core/Tree/Tree.mocks.d.ts.map +1 -0
- package/lib/core/Tree/Tree.mocks.js +20 -0
- package/lib/core/Tree/Tree.mocks.js.map +1 -0
- package/lib/core/Tree/Tree.stories.d.ts +8 -0
- package/lib/core/Tree/Tree.stories.d.ts.map +1 -0
- package/lib/core/Tree/Tree.stories.jsx +89 -0
- package/lib/core/Tree/Tree.stories.jsx.map +1 -0
- package/lib/core/Tree/Tree.styles.d.ts +3 -0
- package/lib/core/Tree/Tree.styles.d.ts.map +1 -0
- package/lib/core/Tree/Tree.styles.js +10 -0
- package/lib/core/Tree/Tree.styles.js.map +1 -0
- package/lib/core/URL/URL.stories.d.ts +6 -0
- package/lib/core/URL/URL.stories.d.ts.map +1 -0
- package/lib/core/URL/URL.stories.jsx +17 -0
- package/lib/core/URL/URL.stories.jsx.map +1 -0
- package/lib/cs/Article/Article.mocks.d.ts +14 -0
- package/lib/cs/Article/Article.mocks.d.ts.map +1 -0
- package/lib/cs/Article/Article.mocks.js +14 -0
- package/lib/cs/Article/Article.mocks.js.map +1 -0
- package/lib/cs/Article/Article.stories.d.ts +15 -0
- package/lib/cs/Article/Article.stories.d.ts.map +1 -0
- package/lib/cs/Article/Article.stories.jsx +126 -0
- package/lib/cs/Article/Article.stories.jsx.map +1 -0
- package/lib/cs/ArticleList/ArticleList.mocks.d.ts +21 -0
- package/lib/cs/ArticleList/ArticleList.mocks.d.ts.map +1 -0
- package/lib/cs/ArticleList/ArticleList.mocks.js +102 -0
- package/lib/cs/ArticleList/ArticleList.mocks.js.map +1 -0
- package/lib/cs/ArticleList/ArticleList.stories.d.ts +16 -0
- package/lib/cs/ArticleList/ArticleList.stories.d.ts.map +1 -0
- package/lib/cs/ArticleList/ArticleList.stories.jsx +110 -0
- package/lib/cs/ArticleList/ArticleList.stories.jsx.map +1 -0
- package/lib/cs/CSCaseView/CSAppShell.stories.d.ts +45 -0
- package/lib/cs/CSCaseView/CSAppShell.stories.d.ts.map +1 -0
- package/lib/cs/CSCaseView/CSAppShell.stories.jsx +275 -0
- package/lib/cs/CSCaseView/CSAppShell.stories.jsx.map +1 -0
- package/lib/cs/CSCaseView/CSCaseView.mocks.d.ts +57 -0
- package/lib/cs/CSCaseView/CSCaseView.mocks.d.ts.map +1 -0
- package/lib/cs/CSCaseView/CSCaseView.mocks.js +224 -0
- package/lib/cs/CSCaseView/CSCaseView.mocks.js.map +1 -0
- package/lib/cs/CallControlPanel/CallControlPanel.mocks.d.ts +16 -0
- package/lib/cs/CallControlPanel/CallControlPanel.mocks.d.ts.map +1 -0
- package/lib/cs/CallControlPanel/CallControlPanel.mocks.js +110 -0
- package/lib/cs/CallControlPanel/CallControlPanel.mocks.js.map +1 -0
- package/lib/cs/CallControlPanel/CallControlPanel.stories.d.ts +13 -0
- package/lib/cs/CallControlPanel/CallControlPanel.stories.d.ts.map +1 -0
- package/lib/cs/CallControlPanel/CallControlPanel.stories.jsx +188 -0
- package/lib/cs/CallControlPanel/CallControlPanel.stories.jsx.map +1 -0
- package/lib/cs/DialPad/DialPad.stories.d.ts +9 -0
- package/lib/cs/DialPad/DialPad.stories.d.ts.map +1 -0
- package/lib/cs/DialPad/DialPad.stories.jsx +18 -0
- package/lib/cs/DialPad/DialPad.stories.jsx.map +1 -0
- package/lib/cs/DialPad/DialPadKeyboardData.mock.d.ts +11 -0
- package/lib/cs/DialPad/DialPadKeyboardData.mock.d.ts.map +1 -0
- package/lib/cs/DialPad/DialPadKeyboardData.mock.js +20 -0
- package/lib/cs/DialPad/DialPadKeyboardData.mock.js.map +1 -0
- package/lib/cs/IntelligentGuidance/IntelligentGuidance.stories.d.ts +13 -0
- package/lib/cs/IntelligentGuidance/IntelligentGuidance.stories.d.ts.map +1 -0
- package/lib/cs/IntelligentGuidance/IntelligentGuidance.stories.jsx +356 -0
- package/lib/cs/IntelligentGuidance/IntelligentGuidance.stories.jsx.map +1 -0
- package/lib/cs/InteractionNotification/InteractionNotification.stories.d.ts +8 -0
- package/lib/cs/InteractionNotification/InteractionNotification.stories.d.ts.map +1 -0
- package/lib/cs/InteractionNotification/InteractionNotification.stories.jsx +32 -0
- package/lib/cs/InteractionNotification/InteractionNotification.stories.jsx.map +1 -0
- package/lib/cs/InteractionTimer/InteractionTimer.stories.d.ts +14 -0
- package/lib/cs/InteractionTimer/InteractionTimer.stories.d.ts.map +1 -0
- package/lib/cs/InteractionTimer/InteractionTimer.stories.jsx +85 -0
- package/lib/cs/InteractionTimer/InteractionTimer.stories.jsx.map +1 -0
- package/lib/cs/TaskManager/TaskManager.mocks.d.ts +13 -0
- package/lib/cs/TaskManager/TaskManager.mocks.d.ts.map +1 -0
- package/lib/cs/TaskManager/TaskManager.mocks.js +140 -0
- package/lib/cs/TaskManager/TaskManager.mocks.js.map +1 -0
- package/lib/cs/TaskManager/TaskManager.stories.d.ts +8 -0
- package/lib/cs/TaskManager/TaskManager.stories.d.ts.map +1 -0
- package/lib/cs/TaskManager/TaskManager.stories.jsx +314 -0
- package/lib/cs/TaskManager/TaskManager.stories.jsx.map +1 -0
- package/lib/dnd/DragDropList/DragDropList.stories.d.ts +11 -0
- package/lib/dnd/DragDropList/DragDropList.stories.d.ts.map +1 -0
- package/lib/dnd/DragDropList/DragDropList.stories.jsx +119 -0
- package/lib/dnd/DragDropList/DragDropList.stories.jsx.map +1 -0
- package/lib/rte/RichTextEditor/RichTextEditor.mocks.d.ts +3 -0
- package/lib/rte/RichTextEditor/RichTextEditor.mocks.d.ts.map +1 -0
- package/lib/rte/RichTextEditor/RichTextEditor.mocks.jsx +34 -0
- package/lib/rte/RichTextEditor/RichTextEditor.mocks.jsx.map +1 -0
- package/lib/rte/RichTextEditor/RichTextEditor.stories.d.ts +10 -0
- package/lib/rte/RichTextEditor/RichTextEditor.stories.d.ts.map +1 -0
- package/lib/rte/RichTextEditor/RichTextEditor.stories.jsx +145 -0
- package/lib/rte/RichTextEditor/RichTextEditor.stories.jsx.map +1 -0
- package/lib/rte/RichTextEditor/RichTextViewer.stories.d.ts +7 -0
- package/lib/rte/RichTextEditor/RichTextViewer.stories.d.ts.map +1 -0
- package/lib/rte/RichTextEditor/RichTextViewer.stories.jsx +62 -0
- package/lib/rte/RichTextEditor/RichTextViewer.stories.jsx.map +1 -0
- package/lib/social/Chat/Chat.mocks.d.ts +385 -0
- package/lib/social/Chat/Chat.mocks.d.ts.map +1 -0
- package/lib/social/Chat/Chat.mocks.js +648 -0
- package/lib/social/Chat/Chat.mocks.js.map +1 -0
- package/lib/social/Chat/Chat.stories.d.ts +25 -0
- package/lib/social/Chat/Chat.stories.d.ts.map +1 -0
- package/lib/social/Chat/Chat.stories.jsx +537 -0
- package/lib/social/Chat/Chat.stories.jsx.map +1 -0
- package/lib/social/Chat/RepeatingView.stories.d.ts +20 -0
- package/lib/social/Chat/RepeatingView.stories.d.ts.map +1 -0
- package/lib/social/Chat/RepeatingView.stories.jsx +90 -0
- package/lib/social/Chat/RepeatingView.stories.jsx.map +1 -0
- package/lib/social/Email/Email.mocks.d.ts +87 -0
- package/lib/social/Email/Email.mocks.d.ts.map +1 -0
- package/lib/social/Email/Email.mocks.jsx +349 -0
- package/lib/social/Email/Email.mocks.jsx.map +1 -0
- package/lib/social/Email/Email.stories.d.ts +28 -0
- package/lib/social/Email/Email.stories.d.ts.map +1 -0
- package/lib/social/Email/Email.stories.jsx +798 -0
- package/lib/social/Email/Email.stories.jsx.map +1 -0
- package/lib/social/Feed/Feed.mocks.d.ts +52 -0
- package/lib/social/Feed/Feed.mocks.d.ts.map +1 -0
- package/lib/social/Feed/Feed.mocks.jsx +315 -0
- package/lib/social/Feed/Feed.mocks.jsx.map +1 -0
- package/lib/social/Feed/Feed.stories.d.ts +15 -0
- package/lib/social/Feed/Feed.stories.d.ts.map +1 -0
- package/lib/social/Feed/Feed.stories.jsx +146 -0
- package/lib/social/Feed/Feed.stories.jsx.map +1 -0
- package/lib/social/Feed/FeedNewPost.stories.d.ts +17 -0
- package/lib/social/Feed/FeedNewPost.stories.d.ts.map +1 -0
- package/lib/social/Feed/FeedNewPost.stories.jsx +80 -0
- package/lib/social/Feed/FeedNewPost.stories.jsx.map +1 -0
- package/lib/social/Feed/FeedPost.stories.d.ts +9 -0
- package/lib/social/Feed/FeedPost.stories.d.ts.map +1 -0
- package/lib/social/Feed/FeedPost.stories.jsx +248 -0
- package/lib/social/Feed/FeedPost.stories.jsx.map +1 -0
- package/lib/social/Feed/FeedReply.stories.d.ts +16 -0
- package/lib/social/Feed/FeedReply.stories.d.ts.map +1 -0
- package/lib/social/Feed/FeedReply.stories.jsx +99 -0
- package/lib/social/Feed/FeedReply.stories.jsx.map +1 -0
- package/lib/social/Feed/FeedReplyInput.stories.d.ts +15 -0
- package/lib/social/Feed/FeedReplyInput.stories.d.ts.map +1 -0
- package/lib/social/Feed/FeedReplyInput.stories.jsx +59 -0
- package/lib/social/Feed/FeedReplyInput.stories.jsx.map +1 -0
- package/lib/work/AppAnnouncement/AppAnnouncement.stories.d.ts +6 -0
- package/lib/work/AppAnnouncement/AppAnnouncement.stories.d.ts.map +1 -0
- package/lib/work/AppAnnouncement/AppAnnouncement.stories.jsx +30 -0
- package/lib/work/AppAnnouncement/AppAnnouncement.stories.jsx.map +1 -0
- package/lib/work/CaseView/Attachments.mocks.d.ts +3 -0
- package/lib/work/CaseView/Attachments.mocks.d.ts.map +1 -0
- package/lib/work/CaseView/Attachments.mocks.jsx +388 -0
- package/lib/work/CaseView/Attachments.mocks.jsx.map +1 -0
- package/lib/work/CaseView/CaseView.mocks.d.ts +11 -0
- package/lib/work/CaseView/CaseView.mocks.d.ts.map +1 -0
- package/lib/work/CaseView/CaseView.mocks.jsx +126 -0
- package/lib/work/CaseView/CaseView.mocks.jsx.map +1 -0
- package/lib/work/CaseView/CaseView.stories.d.ts +34 -0
- package/lib/work/CaseView/CaseView.stories.d.ts.map +1 -0
- package/lib/work/CaseView/CaseView.stories.jsx +264 -0
- package/lib/work/CaseView/CaseView.stories.jsx.map +1 -0
- package/lib/work/CaseView/Details.mocks.d.ts +3 -0
- package/lib/work/CaseView/Details.mocks.d.ts.map +1 -0
- package/lib/work/CaseView/Details.mocks.jsx +21 -0
- package/lib/work/CaseView/Details.mocks.jsx.map +1 -0
- package/lib/work/CaseView/FileService.mock.d.ts +28 -0
- package/lib/work/CaseView/FileService.mock.d.ts.map +1 -0
- package/lib/work/CaseView/FileService.mock.jsx +139 -0
- package/lib/work/CaseView/FileService.mock.jsx.map +1 -0
- package/lib/work/CaseView/MobileCaseView.stories.d.ts +11 -0
- package/lib/work/CaseView/MobileCaseView.stories.d.ts.map +1 -0
- package/lib/work/CaseView/MobileCaseView.stories.jsx +27 -0
- package/lib/work/CaseView/MobileCaseView.stories.jsx.map +1 -0
- package/lib/work/CaseView/Pulse.mocks.d.ts +6 -0
- package/lib/work/CaseView/Pulse.mocks.d.ts.map +1 -0
- package/lib/work/CaseView/Pulse.mocks.jsx +35 -0
- package/lib/work/CaseView/Pulse.mocks.jsx.map +1 -0
- package/lib/work/ConfigurableLayout/ConfigurableLayout.stories.d.ts +10 -0
- package/lib/work/ConfigurableLayout/ConfigurableLayout.stories.d.ts.map +1 -0
- package/lib/work/ConfigurableLayout/ConfigurableLayout.stories.jsx +195 -0
- package/lib/work/ConfigurableLayout/ConfigurableLayout.stories.jsx.map +1 -0
- package/lib/work/Confirmation/Confirmation.stories.d.ts +9 -0
- package/lib/work/Confirmation/Confirmation.stories.d.ts.map +1 -0
- package/lib/work/Confirmation/Confirmation.stories.jsx +17 -0
- package/lib/work/Confirmation/Confirmation.stories.jsx.map +1 -0
- package/lib/work/Details/Details.stories.d.ts +5 -0
- package/lib/work/Details/Details.stories.d.ts.map +1 -0
- package/lib/work/Details/Details.stories.jsx +65 -0
- package/lib/work/Details/Details.stories.jsx.map +1 -0
- package/lib/work/Glimpse/Glimpse.stories.d.ts +10 -0
- package/lib/work/Glimpse/Glimpse.stories.d.ts.map +1 -0
- package/lib/work/Glimpse/Glimpse.stories.jsx +39 -0
- package/lib/work/Glimpse/Glimpse.stories.jsx.map +1 -0
- package/lib/work/SearchResults/SearchResults.mocks.d.ts +8 -0
- package/lib/work/SearchResults/SearchResults.mocks.d.ts.map +1 -0
- package/lib/work/SearchResults/SearchResults.mocks.jsx +96 -0
- package/lib/work/SearchResults/SearchResults.mocks.jsx.map +1 -0
- package/lib/work/SearchResults/SearchResults.stories.d.ts +8 -0
- package/lib/work/SearchResults/SearchResults.stories.d.ts.map +1 -0
- package/lib/work/SearchResults/SearchResults.stories.jsx +205 -0
- package/lib/work/SearchResults/SearchResults.stories.jsx.map +1 -0
- package/lib/work/Stages/Stages.stories.d.ts +11 -0
- package/lib/work/Stages/Stages.stories.d.ts.map +1 -0
- package/lib/work/Stages/Stages.stories.jsx +65 -0
- package/lib/work/Stages/Stages.stories.jsx.map +1 -0
- package/lib/work/Stakeholders/Stakeholders.stories.d.ts +9 -0
- package/lib/work/Stakeholders/Stakeholders.stories.d.ts.map +1 -0
- package/lib/work/Stakeholders/Stakeholders.stories.jsx +118 -0
- package/lib/work/Stakeholders/Stakeholders.stories.jsx.map +1 -0
- package/lib/work/Tags/Tags.mocks.d.ts +3 -0
- package/lib/work/Tags/Tags.mocks.d.ts.map +1 -0
- package/lib/work/Tags/Tags.mocks.js +76 -0
- package/lib/work/Tags/Tags.mocks.js.map +1 -0
- package/lib/work/Tags/Tags.stories.d.ts +10 -0
- package/lib/work/Tags/Tags.stories.d.ts.map +1 -0
- package/lib/work/Tags/Tags.stories.jsx +61 -0
- package/lib/work/Tags/Tags.stories.jsx.map +1 -0
- package/lib/work/Tasks/TaskList.stories.d.ts +5 -0
- package/lib/work/Tasks/TaskList.stories.d.ts.map +1 -0
- package/lib/work/Tasks/TaskList.stories.jsx +17 -0
- package/lib/work/Tasks/TaskList.stories.jsx.map +1 -0
- package/lib/work/Tasks/Tasks.stories.d.ts +9 -0
- package/lib/work/Tasks/Tasks.stories.d.ts.map +1 -0
- package/lib/work/Tasks/Tasks.stories.jsx +101 -0
- package/lib/work/Tasks/Tasks.stories.jsx.map +1 -0
- package/lib/work/Timeline/Timeline.mocks.d.ts +3 -0
- package/lib/work/Timeline/Timeline.mocks.d.ts.map +1 -0
- package/lib/work/Timeline/Timeline.mocks.jsx +129 -0
- package/lib/work/Timeline/Timeline.mocks.jsx.map +1 -0
- package/lib/work/Timeline/Timeline.stories.d.ts +7 -0
- package/lib/work/Timeline/Timeline.stories.d.ts.map +1 -0
- package/lib/work/Timeline/Timeline.stories.jsx +43 -0
- package/lib/work/Timeline/Timeline.stories.jsx.map +1 -0
- package/package.json +47 -0
|
@@ -0,0 +1,648 @@
|
|
|
1
|
+
export const ChatMockData = {
|
|
2
|
+
transcripts: [
|
|
3
|
+
{
|
|
4
|
+
id: 'botTranscripts',
|
|
5
|
+
title: 'Bot',
|
|
6
|
+
earlierTranscripts: true,
|
|
7
|
+
data: [
|
|
8
|
+
{
|
|
9
|
+
id: '2499167349',
|
|
10
|
+
type: 'transcript',
|
|
11
|
+
timeStamp: '01:20 PM',
|
|
12
|
+
variant: 'bot',
|
|
13
|
+
message: 'Hello… This is bot. How can I help you? Please select your category. ',
|
|
14
|
+
ariaLabel: 'Bot said Hello… This is bot. How can I help you? Please select your category. at 01:20 PM'
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
id: '414918079',
|
|
18
|
+
type: 'transcript',
|
|
19
|
+
timeStamp: '01:21 PM',
|
|
20
|
+
variant: 'user',
|
|
21
|
+
message: 'Policy details',
|
|
22
|
+
avatarInfo: {
|
|
23
|
+
name: 'Sara Davis'
|
|
24
|
+
},
|
|
25
|
+
messagePrivacy: {
|
|
26
|
+
privacy: 'PUBLIC TWEET'
|
|
27
|
+
},
|
|
28
|
+
ariaLabel: 'Sara Davis said Policy details at 01:21 PM via Public Tweet'
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
id: '4750473261',
|
|
32
|
+
type: 'transcript',
|
|
33
|
+
timeStamp: '01:22 PM',
|
|
34
|
+
variant: 'bot',
|
|
35
|
+
message: 'Please select what would you like to know about your policy. 😃😃',
|
|
36
|
+
ariaLabel: 'Bot said Please select what would you like to know about your policy. at 01:22 PM'
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
id: '925521127',
|
|
40
|
+
type: 'transcript',
|
|
41
|
+
timeStamp: '01:23 PM',
|
|
42
|
+
variant: 'user',
|
|
43
|
+
message: 'Policy terms and conditions',
|
|
44
|
+
messagePrivacy: {
|
|
45
|
+
privacy: 'PUBLIC TWEET'
|
|
46
|
+
},
|
|
47
|
+
avatarInfo: {
|
|
48
|
+
name: 'Sara Davis'
|
|
49
|
+
},
|
|
50
|
+
ariaLabel: 'Sara Davis said Policy terms and conditions at 01:23 PM'
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
id: 'preChatTranscript',
|
|
56
|
+
title: 'Questionnaire',
|
|
57
|
+
earlierTranscripts: false,
|
|
58
|
+
data: [
|
|
59
|
+
{
|
|
60
|
+
id: '1457969897',
|
|
61
|
+
type: 'transcript',
|
|
62
|
+
timeStamp: '01:23 PM',
|
|
63
|
+
variant: 'question',
|
|
64
|
+
message: 'Could you please enter your query',
|
|
65
|
+
ariaLabel: 'Customer was asked for Could you please enter your query at 01:23 PM'
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
id: '4633052071',
|
|
69
|
+
type: 'transcript',
|
|
70
|
+
timeStamp: '01:23 PM',
|
|
71
|
+
variant: 'user',
|
|
72
|
+
message: 'I would like to know my policy terms and conditions',
|
|
73
|
+
avatarInfo: {
|
|
74
|
+
name: 'Sara Davis'
|
|
75
|
+
},
|
|
76
|
+
ariaLabel: 'Sara Davis said I would like to know my policy terms and conditions at 01:23 PM'
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
id: '3105885518',
|
|
80
|
+
type: 'transcript',
|
|
81
|
+
timeStamp: '01:23 PM',
|
|
82
|
+
variant: 'question',
|
|
83
|
+
message: 'Could you please select the policy',
|
|
84
|
+
ariaLabel: 'Customer was asked for Could you please select the policy at 01:23 PM'
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
id: '3008407298',
|
|
88
|
+
type: 'transcript',
|
|
89
|
+
timeStamp: '01:23 PM',
|
|
90
|
+
variant: 'user',
|
|
91
|
+
message: 'Insurance policy - 5545456668555',
|
|
92
|
+
messagePrivacy: {
|
|
93
|
+
privacy: 'PUBLIC TWEET'
|
|
94
|
+
},
|
|
95
|
+
avatarInfo: {
|
|
96
|
+
name: 'Sara Davis'
|
|
97
|
+
},
|
|
98
|
+
ariaLabel: 'Sara Davis said Insurance policy - 5545456668555 at 01:23 PM via Public Tweet'
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
id: '4700050925',
|
|
102
|
+
type: 'system',
|
|
103
|
+
message: 'Chat escalated to live agent',
|
|
104
|
+
timeStamp: '01:23 PM'
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
id: '3608004939',
|
|
108
|
+
type: 'system',
|
|
109
|
+
message: 'Agent Fred joined the chat',
|
|
110
|
+
timeStamp: '01:24 PM'
|
|
111
|
+
}
|
|
112
|
+
]
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
id: 'csrTranscript',
|
|
116
|
+
earlierTranscripts: false,
|
|
117
|
+
title: 'Transcripts: Agent Fred and Jim',
|
|
118
|
+
data: [
|
|
119
|
+
{
|
|
120
|
+
id: '4713954822',
|
|
121
|
+
type: 'transcript',
|
|
122
|
+
timeStamp: '01:24 PM',
|
|
123
|
+
messagePrivacy: {
|
|
124
|
+
privacy: 'PUBLIC TWEET'
|
|
125
|
+
},
|
|
126
|
+
variant: 'user',
|
|
127
|
+
message: 'Hello, Welcome to U-Plus. How can I help you?',
|
|
128
|
+
avatarInfo: {
|
|
129
|
+
name: 'Jim'
|
|
130
|
+
},
|
|
131
|
+
ariaLabel: 'Jim said Hello, Welcome to U-Plus. How can I help you? at 01:24 PM via Public Tweet'
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
id: '2582654831',
|
|
135
|
+
type: 'transcript',
|
|
136
|
+
timeStamp: '01:25 PM',
|
|
137
|
+
variant: 'user',
|
|
138
|
+
message: 'Hi, I would like to know my policy terms and condition',
|
|
139
|
+
avatarInfo: {
|
|
140
|
+
name: 'Sara Davis'
|
|
141
|
+
},
|
|
142
|
+
ariaLabel: 'Sara Davis said Hi, I would like to know my policy terms and condition at 01:25 PM'
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
id: '4422603601',
|
|
146
|
+
type: 'transcript',
|
|
147
|
+
timeStamp: '01:26 PM',
|
|
148
|
+
messagePrivacy: {
|
|
149
|
+
privacy: 'PUBLIC TWEET'
|
|
150
|
+
},
|
|
151
|
+
variant: 'user',
|
|
152
|
+
message: 'You can refer this article to know more',
|
|
153
|
+
avatarInfo: {
|
|
154
|
+
name: 'Jim'
|
|
155
|
+
},
|
|
156
|
+
ariaLabel: 'Jim said You can refer this article to know more at 01:26 PM via Public Tweet'
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
id: '973978246',
|
|
160
|
+
type: 'system',
|
|
161
|
+
message: 'Customer opened knowledge article',
|
|
162
|
+
timeStamp: '01:26 PM'
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
id: '44764769',
|
|
166
|
+
type: 'transcript',
|
|
167
|
+
timeStamp: '01:26 PM',
|
|
168
|
+
variant: 'user',
|
|
169
|
+
message: 'Also I would like to know my policy validity',
|
|
170
|
+
avatarInfo: {
|
|
171
|
+
name: 'Sara Davis'
|
|
172
|
+
},
|
|
173
|
+
ariaLabel: 'Sara Davis said Also I would like to know my policy validity at 01:26 PM'
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
id: '1052005901',
|
|
177
|
+
type: 'transcript',
|
|
178
|
+
timeStamp: '01:27 PM',
|
|
179
|
+
variant: 'user',
|
|
180
|
+
message: 'Is that fine if I can transfer your chat to serve better? ',
|
|
181
|
+
avatarInfo: {
|
|
182
|
+
name: 'Jim'
|
|
183
|
+
},
|
|
184
|
+
ariaLabel: 'Jim said Is that fine if I can transfer your chat to serve better? at 01:27 PM'
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
id: '474082342',
|
|
188
|
+
type: 'transcript',
|
|
189
|
+
timeStamp: '01:27 PM',
|
|
190
|
+
variant: 'user',
|
|
191
|
+
message: 'Yeah Sure',
|
|
192
|
+
avatarInfo: {
|
|
193
|
+
name: 'Sara Davis'
|
|
194
|
+
},
|
|
195
|
+
ariaLabel: 'Sara Davis said Yeah Sure at 01:27 PM'
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
id: '2128368768',
|
|
199
|
+
type: 'system',
|
|
200
|
+
message: 'Chat has been transferred',
|
|
201
|
+
timeStamp: '01:27 PM'
|
|
202
|
+
}
|
|
203
|
+
]
|
|
204
|
+
}
|
|
205
|
+
],
|
|
206
|
+
participants: {
|
|
207
|
+
transcriptUser1: {
|
|
208
|
+
avatarInfo: {
|
|
209
|
+
name: 'Jim'
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
transcriptUser2: {
|
|
213
|
+
avatarInfo: {
|
|
214
|
+
name: 'Fred'
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
sender: {
|
|
218
|
+
variant: 'sender',
|
|
219
|
+
direction: 'out',
|
|
220
|
+
avatarInfo: {
|
|
221
|
+
name: 'John Brown'
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
sender2: {
|
|
225
|
+
variant: 'sender',
|
|
226
|
+
direction: 'out'
|
|
227
|
+
},
|
|
228
|
+
receiver: {
|
|
229
|
+
variant: 'receiver',
|
|
230
|
+
direction: 'in',
|
|
231
|
+
avatarInfo: {
|
|
232
|
+
name: 'Sara Davis'
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
other: {
|
|
236
|
+
variant: 'other',
|
|
237
|
+
direction: 'in',
|
|
238
|
+
avatarInfo: {
|
|
239
|
+
name: 'Pegasystems',
|
|
240
|
+
imageSrc: 'https://www.pega.com/sites/default/files/media/images/2018-12/Pega.com-og.png'
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
chatMessages: [
|
|
245
|
+
{
|
|
246
|
+
id: '4276065002',
|
|
247
|
+
type: 'system',
|
|
248
|
+
message: 'John brown has joined',
|
|
249
|
+
timeStamp: '01:44 PM'
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
id: '88365643',
|
|
253
|
+
type: 'message',
|
|
254
|
+
variant: 'sender',
|
|
255
|
+
direction: 'out',
|
|
256
|
+
avatarInfo: {
|
|
257
|
+
name: 'John Brown'
|
|
258
|
+
},
|
|
259
|
+
message: 'Hi, Welcome to u-plus. How can I help you ?',
|
|
260
|
+
timeStamp: '1:44 PM',
|
|
261
|
+
status: 'Opened',
|
|
262
|
+
attachments: [
|
|
263
|
+
{
|
|
264
|
+
id: '2499167340',
|
|
265
|
+
name: 'Location',
|
|
266
|
+
icon: 'document',
|
|
267
|
+
meta: 'PNG 0.1 MB',
|
|
268
|
+
thumbnail: 'https://pegasystems.github.io/uplus-wss/health_provider/img/secondary-options.jpg'
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
id: '2499167341',
|
|
272
|
+
name: 'FAQ with detailed terms and conditions of the policy',
|
|
273
|
+
icon: 'document-pdf',
|
|
274
|
+
meta: 'PDF 0.7 MB'
|
|
275
|
+
}
|
|
276
|
+
],
|
|
277
|
+
ariaLabel: 'John Brown said Hi, Welcome to u-plus. How can I help you ? at 1:44 PM with 2 attachments'
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
id: '3245595973',
|
|
281
|
+
type: 'message',
|
|
282
|
+
variant: 'sender',
|
|
283
|
+
direction: 'out',
|
|
284
|
+
avatarInfo: {
|
|
285
|
+
name: 'John Brown'
|
|
286
|
+
},
|
|
287
|
+
message: 'You may also reach us via',
|
|
288
|
+
timeStamp: '1:45 PM',
|
|
289
|
+
pagePushLinks: [
|
|
290
|
+
{
|
|
291
|
+
id: '2499167349',
|
|
292
|
+
href: 'https://collaborate.pega.com/',
|
|
293
|
+
thumbnail: 'https://community.pega.com/sites/default/files/styles/480/public/media/images/2020-02/AskExpert.png?itok=ef2MVbOV',
|
|
294
|
+
title: 'Ask the expert'
|
|
295
|
+
}
|
|
296
|
+
],
|
|
297
|
+
ariaLabel: 'John Brown said You may also reach us via at 1:45 PM with 1 link'
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
id: '3865379335',
|
|
301
|
+
type: 'message',
|
|
302
|
+
variant: 'receiver',
|
|
303
|
+
messagePrivacy: 'PUBLIC TWEET',
|
|
304
|
+
direction: 'in',
|
|
305
|
+
avatarInfo: {
|
|
306
|
+
name: 'Sara Davis'
|
|
307
|
+
},
|
|
308
|
+
message: 'Hi, I would like to know the validity of my policy',
|
|
309
|
+
ariaLabel: 'Sara Davis said Hi, I would like to know the validity of my policy via Public Tweet'
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
id: '777315059',
|
|
313
|
+
type: 'message',
|
|
314
|
+
variant: 'receiver',
|
|
315
|
+
messagePrivacy: 'PUBLIC TWEET',
|
|
316
|
+
direction: 'in',
|
|
317
|
+
avatarInfo: {
|
|
318
|
+
name: 'Sara Davis'
|
|
319
|
+
},
|
|
320
|
+
message: 'Could you please help',
|
|
321
|
+
timeStamp: '1:45 PM',
|
|
322
|
+
ariaLabel: 'Sara Davis said Could you please help at 1:45 PM via Public Tweet'
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
id: '4001121034',
|
|
326
|
+
type: 'system',
|
|
327
|
+
message: 'Pegasystems has joined'
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
id: '779591083',
|
|
331
|
+
type: 'message',
|
|
332
|
+
variant: 'other',
|
|
333
|
+
direction: 'in',
|
|
334
|
+
avatarInfo: {
|
|
335
|
+
name: 'Pegasystems',
|
|
336
|
+
imageSrc: 'https://www.pega.com/sites/default/files/media/images/2018-12/Pega.com-og.png'
|
|
337
|
+
},
|
|
338
|
+
message: 'Great, our CSR will help you with that',
|
|
339
|
+
timeStamp: '1:46 PM',
|
|
340
|
+
status: 'Delivered',
|
|
341
|
+
ariaLabel: 'Pegasystems said Great, our CSR will help you with that at 1:46 PM'
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
id: '2683629622',
|
|
345
|
+
type: 'message',
|
|
346
|
+
variant: 'sender',
|
|
347
|
+
messagePrivacy: 'PUBLIC REPLY',
|
|
348
|
+
direction: 'out',
|
|
349
|
+
avatarInfo: {
|
|
350
|
+
name: 'John Brown'
|
|
351
|
+
},
|
|
352
|
+
message: 'Sure',
|
|
353
|
+
timeStamp: '1:48 PM',
|
|
354
|
+
status: 'Delivered',
|
|
355
|
+
ariaLabel: 'John Brown said Sure at 1:48 PM via Public Tweet'
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
id: '2748689942',
|
|
359
|
+
type: 'message',
|
|
360
|
+
variant: 'other',
|
|
361
|
+
direction: 'in',
|
|
362
|
+
avatarInfo: {
|
|
363
|
+
name: 'Pegasystems',
|
|
364
|
+
imageSrc: 'https://www.pega.com/sites/default/files/media/images/2018-12/Pega.com-og.png'
|
|
365
|
+
},
|
|
366
|
+
message: ' Carry on',
|
|
367
|
+
timeStamp: '1:49 PM',
|
|
368
|
+
attachments: [
|
|
369
|
+
{
|
|
370
|
+
id: '2499167343',
|
|
371
|
+
name: 'Departments mapping',
|
|
372
|
+
icon: 'document-doc',
|
|
373
|
+
meta: 'PDF 0.1 MB'
|
|
374
|
+
}
|
|
375
|
+
],
|
|
376
|
+
ariaLabel: 'Pegasystems said Carry on at 1:49 PM with 1 attachment'
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
id: '4110947991',
|
|
380
|
+
type: 'message',
|
|
381
|
+
variant: 'other',
|
|
382
|
+
direction: 'in',
|
|
383
|
+
messagePrivacy: 'PUBLIC REPLY',
|
|
384
|
+
avatarInfo: {
|
|
385
|
+
name: 'Pegasystems',
|
|
386
|
+
imageSrc: 'https://www.pega.com/sites/default/files/media/images/2018-12/Pega.com-og.png'
|
|
387
|
+
},
|
|
388
|
+
message: ' Refer these documents for more FAQ',
|
|
389
|
+
timeStamp: '1:49 PM',
|
|
390
|
+
attachments: [
|
|
391
|
+
{
|
|
392
|
+
id: '2499167345',
|
|
393
|
+
name: 'FAQ with detailed terms and conditions of the policy',
|
|
394
|
+
icon: 'document-doc',
|
|
395
|
+
meta: 'PDF 0.7 MB'
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
id: '2499167346',
|
|
399
|
+
name: 'Privacy policy',
|
|
400
|
+
icon: 'document-doc',
|
|
401
|
+
meta: 'WORD 0.1 MB'
|
|
402
|
+
}
|
|
403
|
+
],
|
|
404
|
+
ariaLabel: 'Pegasystems said Refer these documents for more FAQ at 1:49 PM with 2 attachments via Public Tweet'
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
id: '2549273884',
|
|
408
|
+
type: 'system',
|
|
409
|
+
message: 'Pegasystems has left'
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
id: '3375453344',
|
|
413
|
+
type: 'message',
|
|
414
|
+
variant: 'sender',
|
|
415
|
+
messagePrivacy: 'PUBLIC REPLY',
|
|
416
|
+
direction: 'out',
|
|
417
|
+
avatarInfo: {
|
|
418
|
+
name: 'John Brown'
|
|
419
|
+
},
|
|
420
|
+
message: 'Could you please help me with your account num',
|
|
421
|
+
timeStamp: '1:50 PM',
|
|
422
|
+
attachments: [
|
|
423
|
+
{
|
|
424
|
+
id: '2499167347',
|
|
425
|
+
name: 'Security policy',
|
|
426
|
+
icon: 'document-pdf',
|
|
427
|
+
meta: 'PDF 6.1 MB'
|
|
428
|
+
}
|
|
429
|
+
],
|
|
430
|
+
ariaLabel: 'John Brown said Could you please help me with your account num at 1:50 PM with 1 attachment via Public Tweet'
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
id: '1868448522',
|
|
434
|
+
type: 'message',
|
|
435
|
+
variant: 'receiver',
|
|
436
|
+
direction: 'in',
|
|
437
|
+
avatarInfo: {
|
|
438
|
+
name: 'Sara Davis'
|
|
439
|
+
},
|
|
440
|
+
message: 'Yeah, sure please give me a second',
|
|
441
|
+
ariaLabel: 'Sara Davis said Yeah, sure please give me a second '
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
id: '1295058543',
|
|
445
|
+
type: 'message',
|
|
446
|
+
variant: 'receiver',
|
|
447
|
+
direction: 'in',
|
|
448
|
+
avatarInfo: {
|
|
449
|
+
name: 'Sara Davis'
|
|
450
|
+
},
|
|
451
|
+
message: '5588-8899-45-89',
|
|
452
|
+
timeStamp: '1:50 PM',
|
|
453
|
+
attachments: [
|
|
454
|
+
{
|
|
455
|
+
id: '2499167348',
|
|
456
|
+
name: 'Vehicle insurance',
|
|
457
|
+
icon: 'document-doc',
|
|
458
|
+
meta: 'WORD 1.1 MB'
|
|
459
|
+
}
|
|
460
|
+
],
|
|
461
|
+
ariaLabel: 'Sara Davis said 5588-8899-45-89 at 1:50 PM with 1 attachment'
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
id: '2690247642',
|
|
465
|
+
type: 'message',
|
|
466
|
+
variant: 'sender',
|
|
467
|
+
direction: 'out',
|
|
468
|
+
avatarInfo: {
|
|
469
|
+
name: 'John Brown'
|
|
470
|
+
},
|
|
471
|
+
message: 'Let me pick your details',
|
|
472
|
+
status: 'Delivered',
|
|
473
|
+
ariaLabel: 'John Brown said Let me pick your details '
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
id: '1208949065',
|
|
477
|
+
type: 'message',
|
|
478
|
+
variant: 'sender',
|
|
479
|
+
direction: 'out',
|
|
480
|
+
avatarInfo: {
|
|
481
|
+
name: 'John Brown'
|
|
482
|
+
},
|
|
483
|
+
message: 'Can I please transfer your chat request to concerned department please ?',
|
|
484
|
+
timeStamp: '1:51 PM',
|
|
485
|
+
ariaLabel: 'John Brown said Can I please transfer your chat request to concerned department please ? at 1:51 PM'
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
id: '4302656892',
|
|
489
|
+
type: 'message',
|
|
490
|
+
variant: 'receiver',
|
|
491
|
+
direction: 'in',
|
|
492
|
+
avatarInfo: {
|
|
493
|
+
name: 'Sara Davis'
|
|
494
|
+
},
|
|
495
|
+
message: 'Sure',
|
|
496
|
+
timeStamp: '1:51 PM',
|
|
497
|
+
ariaLabel: 'Sara Davis said Sure at 1:51 PM'
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
id: '658052414',
|
|
501
|
+
type: 'message',
|
|
502
|
+
variant: 'sender',
|
|
503
|
+
direction: 'out',
|
|
504
|
+
avatarInfo: {
|
|
505
|
+
name: 'John Brown'
|
|
506
|
+
},
|
|
507
|
+
message: 'Please give me a moment',
|
|
508
|
+
timeStamp: '1:51 PM',
|
|
509
|
+
ariaLabel: 'John Brown said Please give me a moment at 1:51 PM'
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
id: '719933419',
|
|
513
|
+
type: 'system',
|
|
514
|
+
message: 'Mike has joined'
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
id: '679831597',
|
|
518
|
+
type: 'message',
|
|
519
|
+
variant: 'sender',
|
|
520
|
+
direction: 'out',
|
|
521
|
+
message: 'Hi Sara. This is Mike. John has discussed with me. I will be helping you out with the required details',
|
|
522
|
+
timeStamp: '1:51 PM',
|
|
523
|
+
ariaLabel: 'You said Hi Sara. This is Mike. John has discussed with me. I will be helping you out with the required details at 1:51 PM'
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
id: '2785439809',
|
|
527
|
+
type: 'system',
|
|
528
|
+
message: 'John brown has left'
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
id: '85859690',
|
|
532
|
+
type: 'message',
|
|
533
|
+
variant: 'sender',
|
|
534
|
+
direction: 'out',
|
|
535
|
+
message: 'Ok, your insurance is valid until Dec 21, 2020 11:00 AM',
|
|
536
|
+
timeStamp: '1:52 PM',
|
|
537
|
+
ariaLabel: 'You said Ok, your insurance is valid until Dec 21, 2020 11:00 AM at 1:52 PM'
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
id: '2484793043',
|
|
541
|
+
type: 'message',
|
|
542
|
+
variant: 'receiver',
|
|
543
|
+
direction: 'in',
|
|
544
|
+
avatarInfo: {
|
|
545
|
+
name: 'Sara Davis'
|
|
546
|
+
},
|
|
547
|
+
message: 'Thanks',
|
|
548
|
+
timeStamp: '1:52 PM',
|
|
549
|
+
ariaLabel: 'Sara Davis said Thanks at 1:52 PM'
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
id: '352967030',
|
|
553
|
+
type: 'message',
|
|
554
|
+
variant: 'sender',
|
|
555
|
+
direction: 'out',
|
|
556
|
+
message: 'Is there anything I can help you with',
|
|
557
|
+
timeStamp: '1:52 PM',
|
|
558
|
+
ariaLabel: 'You said Is there anything I can help you with at 1:52 PM'
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
id: '3432757116',
|
|
562
|
+
type: 'message',
|
|
563
|
+
variant: 'receiver',
|
|
564
|
+
direction: 'in',
|
|
565
|
+
avatarInfo: {
|
|
566
|
+
name: 'Sara Davis'
|
|
567
|
+
},
|
|
568
|
+
message: 'I am good.😃',
|
|
569
|
+
timeStamp: '1:53 PM',
|
|
570
|
+
ariaLabel: 'Sara Davis said I am good 😃. at 1:53 PM'
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
id: '2432461831',
|
|
574
|
+
type: 'message',
|
|
575
|
+
variant: 'sender',
|
|
576
|
+
direction: 'out',
|
|
577
|
+
message: 'Thanks for contacting us, have a great day',
|
|
578
|
+
timeStamp: '1:53 PM',
|
|
579
|
+
ariaLabel: 'You said Thanks for contacting us, have a great day at 1:53 PM'
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
id: '2965626280',
|
|
583
|
+
type: 'system',
|
|
584
|
+
message: 'Chat has been ended'
|
|
585
|
+
}
|
|
586
|
+
],
|
|
587
|
+
defaultAttachments: [
|
|
588
|
+
{
|
|
589
|
+
id: '4455774588',
|
|
590
|
+
name: '03/2020 statement.pdf'
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
id: '44557745889',
|
|
594
|
+
name: 'Policy T&C.pdf'
|
|
595
|
+
}
|
|
596
|
+
],
|
|
597
|
+
suggestedReplies: [
|
|
598
|
+
{
|
|
599
|
+
id: 'suggested_reply_1',
|
|
600
|
+
message: 'Hello, Good morning Sara. How can I help you today',
|
|
601
|
+
confidence: 94
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
id: 'suggested_reply_2',
|
|
605
|
+
message: 'Sorry to hear that. I will surely help you resolve the issue. Can you please provide the policy id, so that I can get more details',
|
|
606
|
+
confidence: 75
|
|
607
|
+
}
|
|
608
|
+
],
|
|
609
|
+
phrasesDisplayNames: [
|
|
610
|
+
'Account > Account balance',
|
|
611
|
+
'Agreement > End of a case/interaction',
|
|
612
|
+
'Agreement > Mid interaction',
|
|
613
|
+
'Apologize > Apologize - ask customer to',
|
|
614
|
+
'Apologize > Thanks for patience',
|
|
615
|
+
'Ask for transfer > Agent not available',
|
|
616
|
+
'Ask for transfer > Agent not available - call back',
|
|
617
|
+
'Ask for transfer > Agent not available - stall',
|
|
618
|
+
'Account > Account balance',
|
|
619
|
+
'Agreement > End of a case/interaction',
|
|
620
|
+
'Agreement > Mid interaction',
|
|
621
|
+
'Apologize > Apologize - ask customer to',
|
|
622
|
+
'Apologize > Thanks for patience',
|
|
623
|
+
'Ask for transfer > Agent not available',
|
|
624
|
+
'Ask for transfer > Agent not available - call back',
|
|
625
|
+
'Ask for transfer > Agent not available - stall',
|
|
626
|
+
'Account > Account balance'
|
|
627
|
+
],
|
|
628
|
+
phrasesMessages: [
|
|
629
|
+
'Ms. Sara J Connor your account balance is $5226.32',
|
|
630
|
+
'My pleasure! Is there anything else I can do for you today?',
|
|
631
|
+
'You are welcome!',
|
|
632
|
+
"Ms.Connor. We do not respond to that kind of language. I'm doing my best to help you. Please be civil.",
|
|
633
|
+
'Thanks for your patience. I am working on your request. I will be with you shortly.',
|
|
634
|
+
'It looks like the agent we were looking to transfer you to will not be available. One moment please while I see whether someone else can assist.',
|
|
635
|
+
"The agent I was looking to transfer you to isn't available. Would it be possible for us to call you when a specialist is available?",
|
|
636
|
+
'It looks like the agent we were looking to transfer you to will not be available. One moment please while I see whether someone else can assist.',
|
|
637
|
+
'Ms. Sara J Connor your account balance is $5226.32',
|
|
638
|
+
'My pleasure! Is there anything else I can do for you today?',
|
|
639
|
+
'You are welcome!',
|
|
640
|
+
"Ms.Connor. We do not respond to that kind of language. I'm doing my best to help you. Please be civil.",
|
|
641
|
+
'Thanks for your patience. I am working on your request. I will be with you shortly.',
|
|
642
|
+
'It looks like the agent we were looking to transfer you to will not be available. One moment please while I see whether someone else can assist.',
|
|
643
|
+
"The agent I was looking to transfer you to isn't available. Would it be possible for us to call you when a specialist is available?",
|
|
644
|
+
'It looks like the agent we were looking to transfer you to will not be available. One moment please while I see whether someone else can assist.',
|
|
645
|
+
'Ms. Sara J Connor your account balance is $5226.32'
|
|
646
|
+
]
|
|
647
|
+
};
|
|
648
|
+
//# sourceMappingURL=Chat.mocks.js.map
|