@zohodesk/dot 1.0.0-beta.226 → 1.0.0-beta.227
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/README.md +4 -0
- package/assets/Appearance/pureDark/mode/dotPureDarkMode.module.css +16 -16
- package/es/ActionButton/docs/ActionButton__default.docs.js +144 -0
- package/es/AlphabeticList/docs/AlphabeticList__default.docs.js +34 -0
- package/es/AlphabeticList/docs/AlphabeticList__horizontal.docs.js +43 -0
- package/es/Attachment/docs/Attachment__default.docs.js +54 -0
- package/es/AttachmentViewer/docs/AttachmentViewer__default.docs.js +70 -0
- package/es/ChannelIcon/docs/ChannelIcon__default.docs.js +57 -0
- package/es/Drawer/docs/Drawer__default.docs.js +87 -0
- package/es/Drawer/docs/Drawer__multiDrawer.docs.js +112 -0
- package/es/Drawer/docs/Drawer__noFreeze.docs.js +20 -0
- package/es/Drawer/docs/Drawer__withModal.docs.js +74 -0
- package/es/ExternalLink/docs/ExternalLink__default.docs.js +19 -0
- package/es/FlipCard/docs/FlipCard__default.docs.js +66 -0
- package/es/FormAction/docs/FormAction__default.docs.js +72 -0
- package/es/FreezeLayer/docs/FreezeLayer__dark.docs.js +51 -0
- package/es/FreezeLayer/docs/FreezeLayer__default.docs.js +48 -0
- package/es/IconButton/docs/IconButton__default.docs.js +219 -0
- package/es/Image/docs/Image__default.docs.js +22 -0
- package/es/ImportantNotes/docs/ImportantNotes__default.docs.js +22 -0
- package/es/Link/docs/Link__default.docs.js +36 -0
- package/es/Loader/docs/Loader__default.docs.js +23 -0
- package/es/Message/docs/Message__default.docs.js +55 -0
- package/es/MessageBanner/docs/MessageBanner__default.docs.js +88 -0
- package/es/NewStar/docs/NewStar__default.docs.js +62 -0
- package/es/PlusIcon/docs/PlusIcon__default.docs.js +16 -0
- package/es/ToastMessage/docs/ToastMessage__custom.docs.js +92 -0
- package/es/ToastMessage/docs/ToastMessage__information.docs.js +54 -0
- package/es/ToastMessage/docs/ToastMessage__primary.docs.js +125 -0
- package/es/ToastMessage/docs/ToastMessage__secondary.docs.js +37 -0
- package/es/ToastMessage/docs/ToastMessage__success.docs.js +61 -0
- package/es/Upload/docs/Upload__default.docs.js +61 -0
- package/es/alert/AlertHeader/docs/AlertHeader__default.docs.js +63 -0
- package/es/alert/AlertLookup/docs/AlertLookup__default.docs.js +132 -0
- package/es/avatar/AvatarClose/docs/AvatarClose__default.docs.js +26 -0
- package/es/avatar/AvatarCollision/docs/AvatarCollision__default.docs.js +35 -0
- package/es/avatar/AvatarIcon/docs/AvatarIcon__palette.docs.js +40 -0
- package/es/avatar/AvatarIcon/docs/AvatarIcon__size.docs.js +46 -0
- package/es/avatar/AvatarStatus/docs/AvatarStatus__size.docs.js +35 -0
- package/es/avatar/AvatarStatus/docs/AvatarStatus__state.docs.js +51 -0
- package/es/avatar/AvatarThread/docs/AvatarThread__default.docs.js +147 -0
- package/es/avatar/AvatarUser/docs/AvatarUser__default.docs.js +173 -0
- package/es/avatar/AvatarWithTeam/docs/AvatarWithTeam__default.docs.js +24 -0
- package/es/deprecated/SelectDropdown/docs/SelectDropdown__default.docs.js +34 -0
- package/es/docs/formDocs.js +26 -0
- package/es/docs/generalDocs.js +135 -0
- package/es/docs/lookupDocs.js +44 -0
- package/es/docs/setupDocs.js +22 -0
- package/es/dropdown/ToggleDropDown/docs/ToggleDropDown__default.docs.js +228 -0
- package/es/emptystate/CommonEmptyState/docs/CommonEmptyState__default.docs.js +111 -0
- package/es/emptystate/EditionPage/docs/EditionPage__default.docs.js +21 -0
- package/es/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +19 -0
- package/es/errorstate/LinkText/docs/LinkText__default.docs.js +17 -0
- package/es/errorstate/NoRequestFound/docs/NoRequestFound__default.docs.js +19 -0
- package/es/errorstate/PermissionPlay/docs/PermissionPlay__default.docs.js +20 -0
- package/es/errorstate/RequestUrlNotFound/docs/RequestUrlNotFound__default.docs.js +19 -0
- package/es/errorstate/UnableToProcess/docs/UnableToProcess__default.docs.js +19 -0
- package/es/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__insufficient.docs.js +20 -0
- package/es/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__unauthorizedLogin.docs.js +19 -0
- package/es/errorstate/WillBack/docs/WillBack__default.docs.js +21 -0
- package/es/form/fields/CheckBoxField/docs/CheckBoxField__default.docs.js +30 -0
- package/es/form/fields/DateField/docs/DateField__default.docs.js +25 -0
- package/es/form/fields/MultiSelectField/docs/MultiSelectField__default.docs.js +48 -0
- package/es/form/fields/PhoneField/docs/PhoneField__default.docs.js +26 -0
- package/es/form/fields/SelectField/docs/SelectField__default.docs.js +58 -0
- package/es/form/fields/TagsMultiSelect/docs/TagsMultiSelect__default.docs.js +77 -0
- package/es/form/fields/TagsMultiSelectField/docs/TagsMultiSelectField__default.docs.js +82 -0
- package/es/form/fields/TextBoxField/docs/TextBoxField__default.docs.js +45 -0
- package/es/form/fields/TextEditorField/docs/TextEditorField__default.docs.js +43 -0
- package/es/form/fields/TextareaField/docs/TextareaField__default.docs.js +26 -0
- package/es/form/fields/ValidationMessage/docs/ValidationMessage__default.docs.js +58 -0
- package/es/form/layout/Field/docs/Field__default.docs.js +25 -0
- package/es/form/layout/Section/docs/Section__default.docs.js +21 -0
- package/es/layout/SetupDetailLayout/docs/SetupDetailLayout__default.docs.js +29 -0
- package/es/layout/SubtabLayout/docs/SubtabLayout__default.docs.js +67 -0
- package/es/list/AvatarFlip/docs/AvatarFlip__default.docs.js +100 -0
- package/es/list/BluePrintStatus/docs/BluePrintStatus__default.docs.js +19 -0
- package/es/list/Comment/docs/Comment__default.docs.js +26 -0
- package/es/list/DotNew/docs/DotNew__default.docs.js +20 -0
- package/es/list/GridStencils/docs/GridStencils__default.docs.js +35 -0
- package/es/list/Icons/docs/FloatingIcons__default.docs.js +24 -0
- package/es/list/ListLayout/docs/ListLayout__default.docs.js +60 -0
- package/es/list/ListStencils/docs/ListStencils__default.docs.js +20 -0
- package/es/list/SecondaryText/docs/ContactName__default.docs.js +23 -0
- package/es/list/SecondryPanel/docs/SecondryPanelDocs.module.css +37 -0
- package/es/list/SecondryPanel/docs/SecondryPanel__default.docs.js +81 -0
- package/es/list/SentimentStatus/docs/SentimentStatus__default.docs.js +19 -0
- package/es/list/Subject/docs/Subject__default.docs.js +44 -0
- package/es/list/TagNew/docs/TagNew__default.docs.js +23 -0
- package/es/list/Thread/docs/Thread__default.docs.js +22 -0
- package/es/list/UserTime/docs/UserTime__default.docs.js +157 -0
- package/es/list/status/StatusDropdown/docs/StatusDropdown__default.docs.js +129 -0
- package/es/list/status/StatusListItem/docs/StatusListItem__default.docs.js +27 -0
- package/es/lookup/EmptyPage/docs/EmptyPage__account.docs.js +20 -0
- package/es/lookup/EmptyPage/docs/EmptyPage__contact.docs.js +20 -0
- package/es/lookup/EmptyPage/docs/EmptyPage__default.docs.js +17 -0
- package/es/lookup/EmptyPage/docs/EmptyPage__product.docs.js +20 -0
- package/es/lookup/Lookup/docs/Lookup__contact.docs.js +196 -0
- package/es/lookup/Lookup/docs/Lookup__default.docs.js +68 -0
- package/es/lookup/header/Close/docs/Close__default.docs.js +19 -0
- package/es/lookup/header/ModuleHeader/docs/ModuleHeader__default.docs.js +51 -0
- package/es/lookup/header/Search/docs/Search__default.docs.js +124 -0
- package/es/lookup/header/TicketHeader/docs/TicketHeader__default.docs.js +83 -0
- package/es/lookup/header/Title/docs/Title__default.docs.js +21 -0
- package/es/lookup/header/ViewDropDown/docs/ViewDropDown__default.docs.js +75 -0
- package/es/setup/header/Button/docs/Button__default.docs.js +22 -0
- package/es/setup/header/Link/docs/Link__default.docs.js +23 -0
- package/es/setup/header/Search/docs/Search__default.docs.js +41 -0
- package/es/setup/header/Views/docs/Views__default.docs.js +24 -0
- package/es/setup/helptips/Description/docs/Description__default.docs.js +26 -0
- package/es/setup/helptips/Link/docs/Link__default.docs.js +27 -0
- package/es/setup/helptips/ListGroup/docs/ListGroup__default.docs.js +30 -0
- package/es/setup/helptips/Title/docs/Title__default.docs.js +26 -0
- package/es/setup/table/Table/docs/Table__default.docs.js +181 -0
- package/es/setup/table/Text/docs/Text__default.docs.js +35 -0
- package/es/svg/docs/SVG__default.docs.js +49 -0
- package/es/version2/AlertClose/docs/AlertClose__default.docs.js +47 -0
- package/es/version2/GlobalNotification/docs/GlobalNotification__default.docs.js +95 -0
- package/es/version2/alertIcons/docs/AlertIcons__default.docs.js +138 -0
- package/es/version2/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +18 -0
- package/es/version2/errorstate/OopsSomethingMiss/docs/OopsSomethingMiss__default.docs.js +20 -0
- package/es/version2/errorstate/UnableToProcessRequest/docs/UnableToProcessRequest__default.docs.js +30 -0
- package/es/version2/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__default.docs.js +18 -0
- package/es/version2/errorstate/UrlNotFound/docs/UrlNotFound__default.docs.js +20 -0
- package/es/version2/errorstate/WillBeRightBack/docs/WillBeRightBack__default.docs.js +18 -0
- package/es/version2/lookup/AlertHeader/docs/AlertHeader__default.docs.js +56 -0
- package/es/version2/lookup/AlertLookup/docs/AlertLookup__default.docs.js +157 -0
- package/es/version2/notification/DesktopNotification/docs/DesktopNotification__default.docs.js +92 -0
- package/es/version2/notification/DesktopNotificationHeader/docs/DesktopNotificationHeader__default.docs.js +57 -0
- package/lib/ActionButton/docs/ActionButton__default.docs.js +197 -0
- package/lib/AlphabeticList/docs/AlphabeticList__default.docs.js +82 -0
- package/lib/AlphabeticList/docs/AlphabeticList__horizontal.docs.js +91 -0
- package/lib/Attachment/docs/Attachment__default.docs.js +104 -0
- package/lib/AttachmentViewer/docs/AttachmentViewer__default.docs.js +123 -0
- package/lib/ChannelIcon/docs/ChannelIcon__default.docs.js +112 -0
- package/lib/Drawer/docs/Drawer__default.docs.js +143 -0
- package/lib/Drawer/docs/Drawer__multiDrawer.docs.js +171 -0
- package/lib/Drawer/docs/Drawer__noFreeze.docs.js +65 -0
- package/lib/Drawer/docs/Drawer__withModal.docs.js +131 -0
- package/lib/ExternalLink/docs/ExternalLink__default.docs.js +68 -0
- package/lib/FlipCard/docs/FlipCard__default.docs.js +121 -0
- package/lib/FormAction/docs/FormAction__default.docs.js +127 -0
- package/lib/FreezeLayer/docs/FreezeLayer__dark.docs.js +103 -0
- package/lib/FreezeLayer/docs/FreezeLayer__default.docs.js +100 -0
- package/lib/IconButton/docs/IconButton__default.docs.js +272 -0
- package/lib/Image/docs/Image__default.docs.js +76 -0
- package/lib/ImportantNotes/docs/ImportantNotes__default.docs.js +68 -0
- package/lib/Link/docs/Link__default.docs.js +90 -0
- package/lib/Loader/docs/Loader__default.docs.js +68 -0
- package/lib/Message/docs/Message__default.docs.js +100 -0
- package/lib/MessageBanner/docs/MessageBanner__default.docs.js +132 -0
- package/lib/NewStar/docs/NewStar__default.docs.js +111 -0
- package/lib/PlusIcon/docs/PlusIcon__default.docs.js +70 -0
- package/lib/ToastMessage/docs/ToastMessage__custom.docs.js +151 -0
- package/lib/ToastMessage/docs/ToastMessage__information.docs.js +108 -0
- package/lib/ToastMessage/docs/ToastMessage__primary.docs.js +175 -0
- package/lib/ToastMessage/docs/ToastMessage__secondary.docs.js +91 -0
- package/lib/ToastMessage/docs/ToastMessage__success.docs.js +115 -0
- package/lib/Upload/docs/Upload__default.docs.js +110 -0
- package/lib/alert/AlertHeader/docs/AlertHeader__default.docs.js +112 -0
- package/lib/alert/AlertLookup/docs/AlertLookup__default.docs.js +187 -0
- package/lib/avatar/AvatarClose/docs/AvatarClose__default.docs.js +72 -0
- package/lib/avatar/AvatarCollision/docs/AvatarCollision__default.docs.js +81 -0
- package/lib/avatar/AvatarIcon/docs/AvatarIcon__palette.docs.js +95 -0
- package/lib/avatar/AvatarIcon/docs/AvatarIcon__size.docs.js +99 -0
- package/lib/avatar/AvatarStatus/docs/AvatarStatus__size.docs.js +90 -0
- package/lib/avatar/AvatarStatus/docs/AvatarStatus__state.docs.js +104 -0
- package/lib/avatar/AvatarThread/docs/AvatarThread__default.docs.js +198 -0
- package/lib/avatar/AvatarUser/docs/AvatarUser__default.docs.js +224 -0
- package/lib/avatar/AvatarWithTeam/docs/AvatarWithTeam__default.docs.js +74 -0
- package/lib/deprecated/SelectDropdown/docs/SelectDropdown__default.docs.js +80 -0
- package/lib/docs/formDocs.js +215 -0
- package/lib/docs/generalDocs.js +1055 -0
- package/lib/docs/lookupDocs.js +287 -0
- package/lib/docs/setupDocs.js +183 -0
- package/lib/dropdown/ToggleDropDown/docs/ToggleDropDown__default.docs.js +279 -0
- package/lib/emptystate/CommonEmptyState/docs/CommonEmptyState__default.docs.js +171 -0
- package/lib/emptystate/EditionPage/docs/EditionPage__default.docs.js +74 -0
- package/lib/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +69 -0
- package/lib/errorstate/LinkText/docs/LinkText__default.docs.js +67 -0
- package/lib/errorstate/NoRequestFound/docs/NoRequestFound__default.docs.js +68 -0
- package/lib/errorstate/PermissionPlay/docs/PermissionPlay__default.docs.js +70 -0
- package/lib/errorstate/RequestUrlNotFound/docs/RequestUrlNotFound__default.docs.js +69 -0
- package/lib/errorstate/UnableToProcess/docs/UnableToProcess__default.docs.js +69 -0
- package/lib/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__insufficient.docs.js +70 -0
- package/lib/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__unauthorizedLogin.docs.js +69 -0
- package/lib/errorstate/WillBack/docs/WillBack__default.docs.js +71 -0
- package/lib/form/fields/CheckBoxField/docs/CheckBoxField__default.docs.js +80 -0
- package/lib/form/fields/DateField/docs/DateField__default.docs.js +74 -0
- package/lib/form/fields/MultiSelectField/docs/MultiSelectField__default.docs.js +100 -0
- package/lib/form/fields/PhoneField/docs/PhoneField__default.docs.js +76 -0
- package/lib/form/fields/SelectField/docs/SelectField__default.docs.js +110 -0
- package/lib/form/fields/TagsMultiSelect/docs/TagsMultiSelect__default.docs.js +126 -0
- package/lib/form/fields/TagsMultiSelectField/docs/TagsMultiSelectField__default.docs.js +96 -0
- package/lib/form/fields/TextBoxField/docs/TextBoxField__default.docs.js +97 -0
- package/lib/form/fields/TextEditorField/docs/TextEditorField__default.docs.js +94 -0
- package/lib/form/fields/TextareaField/docs/TextareaField__default.docs.js +76 -0
- package/lib/form/fields/ValidationMessage/docs/ValidationMessage__default.docs.js +103 -0
- package/lib/form/layout/Field/docs/Field__default.docs.js +74 -0
- package/lib/form/layout/Section/docs/Section__default.docs.js +71 -0
- package/lib/layout/SetupDetailLayout/docs/SetupDetailLayout__default.docs.js +80 -0
- package/lib/layout/SubtabLayout/docs/SubtabLayout__default.docs.js +118 -0
- package/lib/list/AvatarFlip/docs/AvatarFlip__default.docs.js +149 -0
- package/lib/list/BluePrintStatus/docs/BluePrintStatus__default.docs.js +65 -0
- package/lib/list/Comment/docs/Comment__default.docs.js +76 -0
- package/lib/list/DotNew/docs/DotNew__default.docs.js +70 -0
- package/lib/list/GridStencils/docs/GridStencils__default.docs.js +86 -0
- package/lib/list/Icons/docs/FloatingIcons__default.docs.js +81 -0
- package/lib/list/ListLayout/docs/ListLayout__default.docs.js +111 -0
- package/lib/list/ListStencils/docs/ListStencils__default.docs.js +70 -0
- package/lib/list/SecondaryText/docs/ContactName__default.docs.js +73 -0
- package/lib/list/SecondryPanel/docs/SecondryPanelDocs.module.css +37 -0
- package/lib/list/SecondryPanel/docs/SecondryPanel__default.docs.js +133 -0
- package/lib/list/SentimentStatus/docs/SentimentStatus__default.docs.js +65 -0
- package/lib/list/Subject/docs/Subject__default.docs.js +94 -0
- package/lib/list/TagNew/docs/TagNew__default.docs.js +73 -0
- package/lib/list/Thread/docs/Thread__default.docs.js +72 -0
- package/lib/list/UserTime/docs/UserTime__default.docs.js +196 -0
- package/lib/list/status/StatusDropdown/docs/StatusDropdown__default.docs.js +178 -0
- package/lib/list/status/StatusListItem/docs/StatusListItem__default.docs.js +77 -0
- package/lib/lookup/EmptyPage/docs/EmptyPage__account.docs.js +70 -0
- package/lib/lookup/EmptyPage/docs/EmptyPage__contact.docs.js +70 -0
- package/lib/lookup/EmptyPage/docs/EmptyPage__default.docs.js +67 -0
- package/lib/lookup/EmptyPage/docs/EmptyPage__product.docs.js +70 -0
- package/lib/lookup/Lookup/docs/Lookup__contact.docs.js +247 -0
- package/lib/lookup/Lookup/docs/Lookup__default.docs.js +121 -0
- package/lib/lookup/header/Close/docs/Close__default.docs.js +69 -0
- package/lib/lookup/header/ModuleHeader/docs/ModuleHeader__default.docs.js +99 -0
- package/lib/lookup/header/Search/docs/Search__default.docs.js +175 -0
- package/lib/lookup/header/TicketHeader/docs/TicketHeader__default.docs.js +133 -0
- package/lib/lookup/header/Title/docs/Title__default.docs.js +71 -0
- package/lib/lookup/header/ViewDropDown/docs/ViewDropDown__default.docs.js +119 -0
- package/lib/setup/header/Button/docs/Button__default.docs.js +68 -0
- package/lib/setup/header/Link/docs/Link__default.docs.js +69 -0
- package/lib/setup/header/Search/docs/Search__default.docs.js +92 -0
- package/lib/setup/header/Views/docs/Views__default.docs.js +70 -0
- package/lib/setup/helptips/Description/docs/Description__default.docs.js +72 -0
- package/lib/setup/helptips/Link/docs/Link__default.docs.js +73 -0
- package/lib/setup/helptips/ListGroup/docs/ListGroup__default.docs.js +76 -0
- package/lib/setup/helptips/Title/docs/Title__default.docs.js +72 -0
- package/lib/setup/table/Table/docs/Table__default.docs.js +238 -0
- package/lib/setup/table/Text/docs/Text__default.docs.js +84 -0
- package/lib/svg/docs/SVG__default.docs.js +101 -0
- package/lib/version2/AlertClose/docs/AlertClose__default.docs.js +97 -0
- package/lib/version2/GlobalNotification/docs/GlobalNotification__default.docs.js +143 -0
- package/lib/version2/alertIcons/docs/AlertIcons__default.docs.js +187 -0
- package/lib/version2/errorstate/Inconvenience/docs/Inconvenience__default.docs.js +68 -0
- package/lib/version2/errorstate/OopsSomethingMiss/docs/OopsSomethingMiss__default.docs.js +70 -0
- package/lib/version2/errorstate/UnableToProcessRequest/docs/UnableToProcessRequest__default.docs.js +80 -0
- package/lib/version2/errorstate/UnauthorizedLogin/docs/UnauthorizedLogin__default.docs.js +68 -0
- package/lib/version2/errorstate/UrlNotFound/docs/UrlNotFound__default.docs.js +70 -0
- package/lib/version2/errorstate/WillBeRightBack/docs/WillBeRightBack__default.docs.js +68 -0
- package/lib/version2/lookup/AlertHeader/docs/AlertHeader__default.docs.js +105 -0
- package/lib/version2/lookup/AlertLookup/docs/AlertLookup__default.docs.js +212 -0
- package/lib/version2/notification/DesktopNotification/docs/DesktopNotification__default.docs.js +142 -0
- package/lib/version2/notification/DesktopNotificationHeader/docs/DesktopNotificationHeader__default.docs.js +108 -0
- package/package.json +3 -3
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React, { Component } from 'react';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
import Image from '../Image';
|
|
4
|
+
export default class Image__default extends Component {
|
|
5
|
+
render() {
|
|
6
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
7
|
+
style: {
|
|
8
|
+
height: '120px',
|
|
9
|
+
width: '120px'
|
|
10
|
+
}
|
|
11
|
+
}, /*#__PURE__*/React.createElement(Image, {
|
|
12
|
+
src: "https://hjemly.dk/wp-content/uploads/2016/05/facebook-default-no-profile-pic.jpg"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
if (false) {
|
|
19
|
+
Image__default.docs = {
|
|
20
|
+
componentGroup: 'Atom'
|
|
21
|
+
};
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
import ImportantNotes from '../ImportantNotes';
|
|
4
|
+
export default class ImportantNotes__default extends React.Component {
|
|
5
|
+
constructor(props) {
|
|
6
|
+
super(props);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
render() {
|
|
10
|
+
return /*#__PURE__*/React.createElement(ImportantNotes, {
|
|
11
|
+
text: "Forwarded threads are always marked as private regardless of this setting.Forwarded threads are always marked as private regardless of this setting.Forwarded threads are always marked as private regardless of this setting.Forwarded threads are always marked as private regardless of this setting.Forwarded threads are always marked as private regardless of this setting."
|
|
12
|
+
}, "Children");
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
if (false) {
|
|
18
|
+
ImportantNotes__default.docs = {
|
|
19
|
+
componentGroup: 'Common',
|
|
20
|
+
folderName: 'General'
|
|
21
|
+
};
|
|
22
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import React, { Component } from 'react';
|
|
2
|
+
import Link from '../Link';
|
|
3
|
+
export default class Link__default extends React.Component {
|
|
4
|
+
constructor(props) {
|
|
5
|
+
super(props);
|
|
6
|
+
this.onCallBack = this.onCallBack.bind(this);
|
|
7
|
+
this.onConcertURL = this.onConcertURL.bind(this);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
onCallBack(value) {
|
|
11
|
+
console.log(value);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
onConcertURL(name, obj) {
|
|
15
|
+
console.log(name, obj, 'onConcertURL');
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
render() {
|
|
19
|
+
let style = {
|
|
20
|
+
width: '200px',
|
|
21
|
+
marginBottom: '20px',
|
|
22
|
+
display: 'block'
|
|
23
|
+
};
|
|
24
|
+
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("span", {
|
|
25
|
+
style: style
|
|
26
|
+
}, /*#__PURE__*/React.createElement(Link, {
|
|
27
|
+
href: null,
|
|
28
|
+
onClick: this.onConcertURL,
|
|
29
|
+
rel: "noopener noreferrer"
|
|
30
|
+
}, "Activities")));
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
}
|
|
34
|
+
Link__default.docs = {
|
|
35
|
+
componentGroup: 'Atom'
|
|
36
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Loader from '../Loader';
|
|
3
|
+
export default class Loader__default extends React.Component {
|
|
4
|
+
constructor(props) {
|
|
5
|
+
super(props);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
render() {
|
|
9
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
10
|
+
style: {
|
|
11
|
+
background: 'var(--dot_black)',
|
|
12
|
+
height: '40px'
|
|
13
|
+
}
|
|
14
|
+
}, /*#__PURE__*/React.createElement(Loader, null));
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
if (false) {
|
|
20
|
+
Loader__default.docs = {
|
|
21
|
+
componentGroup: 'Atom'
|
|
22
|
+
};
|
|
23
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Message from '../Message';
|
|
3
|
+
export default class Message__default extends React.Component {
|
|
4
|
+
constructor(props) {
|
|
5
|
+
super(props);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
render() {
|
|
9
|
+
let style = {
|
|
10
|
+
position: 'relative',
|
|
11
|
+
height: '100px',
|
|
12
|
+
overflow: 'hidden'
|
|
13
|
+
};
|
|
14
|
+
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
|
|
15
|
+
className: style.m20,
|
|
16
|
+
style: style
|
|
17
|
+
}, /*#__PURE__*/React.createElement(Message, {
|
|
18
|
+
type: "success",
|
|
19
|
+
message: "The status has been successfully updated",
|
|
20
|
+
showMessage: true,
|
|
21
|
+
hideMessage: () => {}
|
|
22
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
23
|
+
className: style.m20,
|
|
24
|
+
style: style
|
|
25
|
+
}, /*#__PURE__*/React.createElement(Message, {
|
|
26
|
+
type: "alert",
|
|
27
|
+
message: "The status has been successfully updated",
|
|
28
|
+
showMessage: true,
|
|
29
|
+
hideMessage: () => {}
|
|
30
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
31
|
+
className: style.m20,
|
|
32
|
+
style: style
|
|
33
|
+
}, /*#__PURE__*/React.createElement(Message, {
|
|
34
|
+
type: "info",
|
|
35
|
+
message: "The status has been successfully updated",
|
|
36
|
+
showMessage: true,
|
|
37
|
+
hideMessage: () => {}
|
|
38
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
39
|
+
className: style.m20,
|
|
40
|
+
style: style
|
|
41
|
+
}, /*#__PURE__*/React.createElement(Message, {
|
|
42
|
+
type: "info",
|
|
43
|
+
message: "The status has been successfully updated <h1>asdf</h1>",
|
|
44
|
+
showMessage: true,
|
|
45
|
+
hideMessage: () => {}
|
|
46
|
+
})));
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
if (false) {
|
|
52
|
+
Message__default.docs = {
|
|
53
|
+
componentGroup: 'Atom'
|
|
54
|
+
};
|
|
55
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
import MessageBanner from '../MessageBanner';
|
|
4
|
+
export default class MessageBanner__default extends React.Component {
|
|
5
|
+
constructor(props) {
|
|
6
|
+
super(props);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
render() {
|
|
10
|
+
let {
|
|
11
|
+
message
|
|
12
|
+
} = this.props;
|
|
13
|
+
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("p", null, "Type"), /*#__PURE__*/React.createElement("br", null), /*#__PURE__*/React.createElement("div", {
|
|
14
|
+
style: {
|
|
15
|
+
background: '#ddd',
|
|
16
|
+
padding: 'var(--zd_size16)'
|
|
17
|
+
}
|
|
18
|
+
}, /*#__PURE__*/React.createElement(MessageBanner, {
|
|
19
|
+
message: 'Type: Primary',
|
|
20
|
+
type: "primary",
|
|
21
|
+
urlText: "refresh",
|
|
22
|
+
href: '#',
|
|
23
|
+
onClick: () => {
|
|
24
|
+
console.log('clicked');
|
|
25
|
+
}
|
|
26
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
27
|
+
style: {
|
|
28
|
+
background: '#ddd',
|
|
29
|
+
padding: 'var(--zd_size16)'
|
|
30
|
+
}
|
|
31
|
+
}, /*#__PURE__*/React.createElement(MessageBanner, {
|
|
32
|
+
message: 'Type: Secondary',
|
|
33
|
+
type: "secondary",
|
|
34
|
+
urlText: "refresh",
|
|
35
|
+
href: '#',
|
|
36
|
+
onClick: () => {
|
|
37
|
+
console.log('clicked');
|
|
38
|
+
}
|
|
39
|
+
})), /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("p", null, "Palette"), /*#__PURE__*/React.createElement("br", null), /*#__PURE__*/React.createElement("div", {
|
|
40
|
+
style: {
|
|
41
|
+
background: '#ddd',
|
|
42
|
+
padding: 'var(--zd_size16)'
|
|
43
|
+
}
|
|
44
|
+
}, /*#__PURE__*/React.createElement(MessageBanner, {
|
|
45
|
+
message: 'Palette: default',
|
|
46
|
+
type: "primary",
|
|
47
|
+
urlText: "refresh",
|
|
48
|
+
href: '#',
|
|
49
|
+
onClick: () => {
|
|
50
|
+
console.log('clicked');
|
|
51
|
+
},
|
|
52
|
+
palette: "default"
|
|
53
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
54
|
+
style: {
|
|
55
|
+
background: '#ddd',
|
|
56
|
+
padding: 'var(--zd_size16)'
|
|
57
|
+
}
|
|
58
|
+
}, /*#__PURE__*/React.createElement(MessageBanner, {
|
|
59
|
+
message: 'Palette: blue',
|
|
60
|
+
urlText: "refresh",
|
|
61
|
+
href: '#',
|
|
62
|
+
onClick: () => {
|
|
63
|
+
console.log('clicked');
|
|
64
|
+
},
|
|
65
|
+
palette: "blue"
|
|
66
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
67
|
+
style: {
|
|
68
|
+
background: '#ddd',
|
|
69
|
+
padding: 'var(--zd_size16)'
|
|
70
|
+
}
|
|
71
|
+
}, /*#__PURE__*/React.createElement(MessageBanner, {
|
|
72
|
+
message: 'Palette: white',
|
|
73
|
+
urlText: "refresh",
|
|
74
|
+
href: '#',
|
|
75
|
+
onClick: () => {
|
|
76
|
+
console.log('clicked');
|
|
77
|
+
},
|
|
78
|
+
palette: "white"
|
|
79
|
+
})))));
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
if (false) {
|
|
85
|
+
MessageBanner__default.docs = {
|
|
86
|
+
componentGroup: 'Atom'
|
|
87
|
+
};
|
|
88
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import NewStar from '../NewStar';
|
|
3
|
+
export default class NewStar__default extends React.Component {
|
|
4
|
+
render() {
|
|
5
|
+
let style = {
|
|
6
|
+
width: '50px',
|
|
7
|
+
height: '50px',
|
|
8
|
+
margin: '30px',
|
|
9
|
+
position: 'relative'
|
|
10
|
+
};
|
|
11
|
+
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
|
|
12
|
+
style: style
|
|
13
|
+
}, /*#__PURE__*/React.createElement(NewStar, {
|
|
14
|
+
palette: "green",
|
|
15
|
+
position: "topLeft"
|
|
16
|
+
}), /*#__PURE__*/React.createElement(NewStar, {
|
|
17
|
+
palette: "green",
|
|
18
|
+
position: "topRight"
|
|
19
|
+
}), /*#__PURE__*/React.createElement(NewStar, {
|
|
20
|
+
palette: "green",
|
|
21
|
+
position: "bottomLeft"
|
|
22
|
+
}), /*#__PURE__*/React.createElement(NewStar, {
|
|
23
|
+
palette: "green",
|
|
24
|
+
position: "bottomRight"
|
|
25
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
26
|
+
style: style
|
|
27
|
+
}, /*#__PURE__*/React.createElement(NewStar, {
|
|
28
|
+
palette: "blue",
|
|
29
|
+
position: "topLeft"
|
|
30
|
+
}), /*#__PURE__*/React.createElement(NewStar, {
|
|
31
|
+
palette: "blue",
|
|
32
|
+
position: "topRight"
|
|
33
|
+
}), /*#__PURE__*/React.createElement(NewStar, {
|
|
34
|
+
palette: "blue",
|
|
35
|
+
position: "bottomLeft"
|
|
36
|
+
}), /*#__PURE__*/React.createElement(NewStar, {
|
|
37
|
+
palette: "blue",
|
|
38
|
+
position: "bottomRight"
|
|
39
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
40
|
+
style: style
|
|
41
|
+
}, /*#__PURE__*/React.createElement(NewStar, {
|
|
42
|
+
palette: "yellow",
|
|
43
|
+
position: "topLeft"
|
|
44
|
+
}), /*#__PURE__*/React.createElement(NewStar, {
|
|
45
|
+
palette: "yellow",
|
|
46
|
+
position: "topRight"
|
|
47
|
+
}), /*#__PURE__*/React.createElement(NewStar, {
|
|
48
|
+
palette: "yellow",
|
|
49
|
+
position: "bottomLeft"
|
|
50
|
+
}), /*#__PURE__*/React.createElement(NewStar, {
|
|
51
|
+
palette: "yellow",
|
|
52
|
+
position: "bottomRight"
|
|
53
|
+
})));
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
if (false) {
|
|
59
|
+
NewStar__default.docs = {
|
|
60
|
+
componentGroup: 'Atom'
|
|
61
|
+
};
|
|
62
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React, { Component } from 'react';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
import PlusIcon from '../PlusIcon';
|
|
4
|
+
export default class PlusIcon__default extends Component {
|
|
5
|
+
render() {
|
|
6
|
+
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(PlusIcon, null));
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
if (false) {
|
|
12
|
+
PlusIcon__default.docs = {
|
|
13
|
+
componentGroup: 'Common',
|
|
14
|
+
folderName: 'Ticket DetailView'
|
|
15
|
+
};
|
|
16
|
+
}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import React, { Component } from 'react';
|
|
2
|
+
import ToastMessage from '../ToastMessage';
|
|
3
|
+
import Avatar from '@zohodesk/components/lib/Avatar/Avatar';
|
|
4
|
+
import Switch from '@zohodesk/components/lib/Switch/Switch';
|
|
5
|
+
import style from '@zohodesk/components/lib/common/docStyle.module.css';
|
|
6
|
+
export default class ToastMessage__custom extends Component {
|
|
7
|
+
constructor(props) {
|
|
8
|
+
super(props);
|
|
9
|
+
this.getLeftPanel = this.getLeftPanel.bind(this);
|
|
10
|
+
this.getSubmitContainer = this.getSubmitContainer.bind(this);
|
|
11
|
+
this.getFooterContainer = this.getFooterContainer.bind(this);
|
|
12
|
+
this.getBottomContainer = this.getBottomContainer.bind(this);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
getLeftPanel() {
|
|
16
|
+
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Avatar, {
|
|
17
|
+
name: "BK",
|
|
18
|
+
shape: "square",
|
|
19
|
+
size: "medium",
|
|
20
|
+
src: "https://hjemly.dk/wp-content/uploads/2016/05/facebook-default-no-profile-pic.jpg"
|
|
21
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
getSubmitContainer() {
|
|
25
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
26
|
+
style: {
|
|
27
|
+
textAlign: 'center'
|
|
28
|
+
}
|
|
29
|
+
}, /*#__PURE__*/React.createElement(Switch, {
|
|
30
|
+
checked: true,
|
|
31
|
+
id: "test2",
|
|
32
|
+
name: "category"
|
|
33
|
+
}));
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
getFooterContainer() {
|
|
37
|
+
return /*#__PURE__*/React.createElement("p", null, "Custome Footer");
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
getBottomContainer() {
|
|
41
|
+
return /*#__PURE__*/React.createElement("div", null, "text");
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
render() {
|
|
45
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
46
|
+
className: style.m50
|
|
47
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
48
|
+
className: style.w410
|
|
49
|
+
}, /*#__PURE__*/React.createElement(ToastMessage, {
|
|
50
|
+
cancelText: "Not now",
|
|
51
|
+
getLeftContainer: this.getLeftPanel,
|
|
52
|
+
info: "There is a few changes occurred in this ticket",
|
|
53
|
+
isAnimate: false,
|
|
54
|
+
isIconMid: true,
|
|
55
|
+
subject: "Screen Notification",
|
|
56
|
+
submitText: "Submit",
|
|
57
|
+
getInnerBottomContainer: this.getFooterContainer,
|
|
58
|
+
getBottomContainer: this.getBottomContainer
|
|
59
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
60
|
+
className: style.w410
|
|
61
|
+
}, /*#__PURE__*/React.createElement(ToastMessage, {
|
|
62
|
+
cancelText: "Not now",
|
|
63
|
+
getLeftContainer: this.getLeftPanel,
|
|
64
|
+
getSubmitContainer: this.getSubmitContainer,
|
|
65
|
+
info: "There is a few changes occurred in this ticket",
|
|
66
|
+
isAnimate: false,
|
|
67
|
+
subject: "Screen Notification",
|
|
68
|
+
submitText: "Submit",
|
|
69
|
+
isIconMid: true
|
|
70
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
71
|
+
className: style.w410
|
|
72
|
+
}, /*#__PURE__*/React.createElement(ToastMessage, {
|
|
73
|
+
cancelText: "Not now",
|
|
74
|
+
info: "There is a few changes occurred in this ticket",
|
|
75
|
+
isAnimate: false,
|
|
76
|
+
subject: "Screen Notification",
|
|
77
|
+
submitText: "Submit",
|
|
78
|
+
getLeftContainer: this.getLeftPanel,
|
|
79
|
+
getSubmitContainer: this.getSubmitContainer,
|
|
80
|
+
getInnerBottomContainer: this.getFooterContainer,
|
|
81
|
+
isIconMid: true
|
|
82
|
+
})));
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
if (false) {
|
|
88
|
+
ToastMessage__custom.docs = {
|
|
89
|
+
componentGroup: 'Atom',
|
|
90
|
+
description: ' '
|
|
91
|
+
};
|
|
92
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import React, { Component } from 'react';
|
|
2
|
+
import ToastMessage from '../ToastMessage';
|
|
3
|
+
import style from '@zohodesk/components/lib/common/docStyle.module.css';
|
|
4
|
+
export default class ToastMessage__information extends Component {
|
|
5
|
+
render() {
|
|
6
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
7
|
+
className: style.m50
|
|
8
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
9
|
+
className: style.w410
|
|
10
|
+
}, /*#__PURE__*/React.createElement(ToastMessage, {
|
|
11
|
+
type: "information",
|
|
12
|
+
subject: "Screen Notification",
|
|
13
|
+
info: "There is a few changes occurred in this ticket",
|
|
14
|
+
submitText: "View changes",
|
|
15
|
+
needClose: true,
|
|
16
|
+
iconSize: "17",
|
|
17
|
+
iconName: "ZD-ticknew",
|
|
18
|
+
isIconMid: true,
|
|
19
|
+
iconPalette: "successPlain"
|
|
20
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
21
|
+
className: style.w410
|
|
22
|
+
}, /*#__PURE__*/React.createElement(ToastMessage, {
|
|
23
|
+
type: "information",
|
|
24
|
+
iconName: "ZD-exclamationNew",
|
|
25
|
+
subject: "Log Notification",
|
|
26
|
+
info: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,",
|
|
27
|
+
cancelText: "Not now",
|
|
28
|
+
iconSize: "30",
|
|
29
|
+
iconPalette: "dangerShadow"
|
|
30
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
31
|
+
className: style.w410
|
|
32
|
+
}, /*#__PURE__*/React.createElement(ToastMessage, {
|
|
33
|
+
type: "information",
|
|
34
|
+
iconName: "ZD-ticknew",
|
|
35
|
+
subject: "Log Notification",
|
|
36
|
+
info: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,",
|
|
37
|
+
cancelText: "Not now",
|
|
38
|
+
iconSize: "12",
|
|
39
|
+
iconPalette: "successFill",
|
|
40
|
+
needClose: true,
|
|
41
|
+
onPortalClose: () => {
|
|
42
|
+
console.log('from close');
|
|
43
|
+
}
|
|
44
|
+
})));
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
if (false) {
|
|
50
|
+
ToastMessage__information.docs = {
|
|
51
|
+
componentGroup: 'Atom',
|
|
52
|
+
description: ' '
|
|
53
|
+
};
|
|
54
|
+
}
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import React, { Component } from 'react';
|
|
2
|
+
import ToastMessage from '../ToastMessage';
|
|
3
|
+
import style from '@zohodesk/components/lib/common/docStyle.module.css';
|
|
4
|
+
export default class ToastMessage__primary extends Component {
|
|
5
|
+
constructor(props) {
|
|
6
|
+
super(props);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
render() {
|
|
10
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
11
|
+
className: style.m50
|
|
12
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
13
|
+
className: style.w410
|
|
14
|
+
}, /*#__PURE__*/React.createElement(ToastMessage, {
|
|
15
|
+
iconName: "ZD-exclamationNew",
|
|
16
|
+
subject: "Screen Notification",
|
|
17
|
+
info: "There is a few changes occurred in this ticket",
|
|
18
|
+
submitText: "Submit",
|
|
19
|
+
cancelText: "Not now",
|
|
20
|
+
isAnimate: false,
|
|
21
|
+
iconPalette: "dangerPlain"
|
|
22
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
23
|
+
className: style.w410
|
|
24
|
+
}, /*#__PURE__*/React.createElement(ToastMessage, {
|
|
25
|
+
iconName: "ZD-exclamationNew",
|
|
26
|
+
iconPalette: "dangerPlain",
|
|
27
|
+
subject: "Screen Notification",
|
|
28
|
+
info: "There is a few changes occurred in this ticket",
|
|
29
|
+
submitText: "Submit",
|
|
30
|
+
cancelText: "Not now",
|
|
31
|
+
submitType: "success",
|
|
32
|
+
isAnimate: false
|
|
33
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
34
|
+
className: style.w410
|
|
35
|
+
}, /*#__PURE__*/React.createElement(ToastMessage, {
|
|
36
|
+
iconName: "ZD-exclamationNew",
|
|
37
|
+
subject: "Desktop Notification",
|
|
38
|
+
info: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,",
|
|
39
|
+
submitText: "Submit",
|
|
40
|
+
cancelText: "Not now",
|
|
41
|
+
submitType: "danger",
|
|
42
|
+
isIconMid: true,
|
|
43
|
+
iconPalette: "dangerPlain"
|
|
44
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
45
|
+
className: style.w410
|
|
46
|
+
}, /*#__PURE__*/React.createElement(ToastMessage, {
|
|
47
|
+
iconName: "ZD-exclamationNew",
|
|
48
|
+
iconPalette: "dangerPlain",
|
|
49
|
+
subject: "Screen Notification",
|
|
50
|
+
info: "There is a few changes occurred in this ticket",
|
|
51
|
+
submitText: "Submit",
|
|
52
|
+
cancelText: "Not now",
|
|
53
|
+
isMore: true,
|
|
54
|
+
message: "Do not Show this again"
|
|
55
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
56
|
+
className: style.w410
|
|
57
|
+
}, /*#__PURE__*/React.createElement(ToastMessage, {
|
|
58
|
+
iconName: "ZD-exclamationNew",
|
|
59
|
+
iconPalette: "dangerPlain",
|
|
60
|
+
subject: "Screen Notification",
|
|
61
|
+
info: "There is a few changes occurred in this ticket",
|
|
62
|
+
submitText: "Submit",
|
|
63
|
+
cancelText: "Not now",
|
|
64
|
+
submitType: "success",
|
|
65
|
+
isMore: true,
|
|
66
|
+
message: "Do not Show this again"
|
|
67
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
68
|
+
className: style.w410
|
|
69
|
+
}, /*#__PURE__*/React.createElement(ToastMessage, {
|
|
70
|
+
iconName: "ZD-exclamationNew",
|
|
71
|
+
subject: "Desktop Notification",
|
|
72
|
+
info: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,",
|
|
73
|
+
submitText: "Submit",
|
|
74
|
+
cancelText: "Not now",
|
|
75
|
+
submitType: "danger",
|
|
76
|
+
isIconMid: true,
|
|
77
|
+
iconPalette: "dangerPlain",
|
|
78
|
+
isMore: true,
|
|
79
|
+
messageState: true,
|
|
80
|
+
message: "Do not Show this again"
|
|
81
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
82
|
+
className: style.w410
|
|
83
|
+
}, /*#__PURE__*/React.createElement(ToastMessage, {
|
|
84
|
+
iconName: "ZD-exclamationNew",
|
|
85
|
+
iconPalette: "primaryPlain",
|
|
86
|
+
subject: "Mobile Notification",
|
|
87
|
+
info: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s",
|
|
88
|
+
submitText: "Submit",
|
|
89
|
+
cancelText: "Not now"
|
|
90
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
91
|
+
className: style.w410
|
|
92
|
+
}, /*#__PURE__*/React.createElement(ToastMessage, {
|
|
93
|
+
iconName: "ZD-exclamationNew",
|
|
94
|
+
iconPalette: "dangerPlain",
|
|
95
|
+
subject: "Log Notification",
|
|
96
|
+
info: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,",
|
|
97
|
+
cancelText: "Not now"
|
|
98
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
99
|
+
className: style.w410
|
|
100
|
+
}, /*#__PURE__*/React.createElement(ToastMessage, {
|
|
101
|
+
iconName: "ZD-exclamationNew",
|
|
102
|
+
iconPalette: "primaryPlain",
|
|
103
|
+
subject: "Log Notification",
|
|
104
|
+
info: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,",
|
|
105
|
+
submitText: "Submit"
|
|
106
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
107
|
+
className: style.w410
|
|
108
|
+
}, /*#__PURE__*/React.createElement(ToastMessage, {
|
|
109
|
+
iconName: "ZD-exclamationNew",
|
|
110
|
+
iconPalette: "dangerPlain",
|
|
111
|
+
subject: "Log Notification",
|
|
112
|
+
info: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,",
|
|
113
|
+
submitText: "Close",
|
|
114
|
+
submitType: "danger"
|
|
115
|
+
})));
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
if (false) {
|
|
121
|
+
ToastMessage__primary.docs = {
|
|
122
|
+
componentGroup: 'Atom',
|
|
123
|
+
description: ' '
|
|
124
|
+
};
|
|
125
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import React, { Component } from 'react';
|
|
2
|
+
import ToastMessage from '../ToastMessage';
|
|
3
|
+
import style from '@zohodesk/components/lib/common/docStyle.module.css';
|
|
4
|
+
export default class ToastMessage__secondary extends Component {
|
|
5
|
+
render() {
|
|
6
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
7
|
+
className: style.m50
|
|
8
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
9
|
+
className: style.w410
|
|
10
|
+
}, /*#__PURE__*/React.createElement(ToastMessage, {
|
|
11
|
+
type: "secondary",
|
|
12
|
+
subject: "Screen Notification",
|
|
13
|
+
info: "There is a few changes occurred in this ticket",
|
|
14
|
+
submitText: "View changes",
|
|
15
|
+
needClose: true,
|
|
16
|
+
iconSize: "35",
|
|
17
|
+
iconName: "ZD-update"
|
|
18
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
19
|
+
className: style.w410
|
|
20
|
+
}, /*#__PURE__*/React.createElement(ToastMessage, {
|
|
21
|
+
type: "secondary",
|
|
22
|
+
iconName: "ZD-exclamationNew",
|
|
23
|
+
subject: "Log Notification",
|
|
24
|
+
info: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,",
|
|
25
|
+
cancelText: "Not now",
|
|
26
|
+
iconSize: "40"
|
|
27
|
+
})));
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
if (false) {
|
|
33
|
+
ToastMessage__secondary.docs = {
|
|
34
|
+
componentGroup: 'Atom',
|
|
35
|
+
description: ' '
|
|
36
|
+
};
|
|
37
|
+
}
|