@zohodesk/dot 1.0.0-beta.244 → 1.0.0-beta.246
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 +8 -0
- package/assets/Appearance/dark/mode/dotDarkMode.module.css +6 -1
- package/assets/Appearance/default/mode/dotDefaultMode.module.css +6 -1
- package/assets/Appearance/pureDark/mode/dotPureDarkMode.module.css +6 -1
- package/es/Attachment/Attachment.js +6 -5
- package/es/AttachmentViewer/AttachmentViewer.js +29 -28
- package/es/ChannelIcon/ChannelIcon.js +5 -5
- package/es/Drawer/Drawer.js +7 -6
- package/es/ExternalLink/ExternalLink.js +6 -5
- package/es/FlipCard/FlipCard.js +5 -5
- package/es/FormAction/FormAction.js +12 -9
- package/es/FreezeLayer/FreezeLayer.js +7 -6
- package/es/IconButton/IconButton.js +6 -5
- package/es/Image/Image.js +5 -5
- package/es/ImportantNotes/ImportantNotes.js +7 -6
- package/es/Link/Link.js +6 -5
- package/es/Loader/Loader.js +6 -5
- package/es/Message/Message.js +7 -5
- package/es/MessageBanner/MessageBanner.js +6 -5
- package/es/NewStar/NewStar.js +6 -5
- package/es/PlusIcon/PlusIcon.js +7 -6
- package/es/Separator/Separator.js +57 -0
- package/es/Separator/Separator.module.css +34 -0
- package/es/Separator/props/defaultProps.js +12 -0
- package/es/Separator/props/propTypes.js +11 -0
- package/es/ToastMessage/ToastMessage.js +6 -5
- package/es/Upload/Upload.js +6 -5
- package/es/alert/AlertHeader/AlertHeader.js +7 -6
- package/es/alert/AlertLookup/AlertLookup.js +7 -6
- package/es/avatar/AvatarClose/AvatarClose.js +5 -5
- package/es/avatar/AvatarCollision/AvatarCollision.js +5 -5
- package/es/avatar/AvatarIcon/AvatarIcon.js +3 -5
- package/es/avatar/AvatarStatus/AvatarStatus.js +6 -5
- package/es/avatar/AvatarThread/AvatarThread.js +6 -5
- package/es/avatar/AvatarUser/AvatarUser.js +6 -5
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +6 -5
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +1 -1
- package/es/deprecated/SelectDropdown/SelectDropdown.js +7 -6
- package/es/dropdown/ToggleDropDown/ToggleDropDown.js +6 -5
- package/es/emptystate/CommonEmptyState/CommonEmptyState.js +6 -5
- package/es/emptystate/EditionPage/EditionPage.js +6 -5
- package/es/errorstate/LinkText/LinkText.js +5 -5
- package/es/errorstate/NoRequestFound/NoRequestFound.js +5 -5
- package/es/errorstate/PermissionPlay/PermissionPlay.js +5 -5
- package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +5 -5
- package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +5 -5
- package/es/errorstate/WillBack/WillBack.js +5 -5
- package/es/form/fields/CheckBoxField/CheckBoxField.js +7 -6
- package/es/form/fields/CurrencyField/CurrencyField.js +7 -6
- package/es/form/fields/DateField/DateField.js +7 -6
- package/es/form/fields/FieldContainer/FieldContainer.js +7 -6
- package/es/form/fields/MultiSelectField/MultiSelectField.js +7 -6
- package/es/form/fields/PhoneField/PhoneField.js +7 -6
- package/es/form/fields/RadioField/RadioField.js +6 -6
- package/es/form/fields/SelectField/SelectField.js +7 -6
- package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +6 -5
- package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +6 -5
- package/es/form/fields/TextBoxField/TextBoxField.js +7 -6
- package/es/form/fields/TextEditor/TextEditor.js +10 -10
- package/es/form/fields/TextEditorField/TextEditorField.js +6 -5
- package/es/form/fields/TextareaField/TextareaField.js +7 -6
- package/es/form/fields/ValidationMessage/ValidationMessage.js +7 -6
- package/es/form/layout/Field/Field.js +6 -5
- package/es/form/layout/Section/Section.js +5 -5
- package/es/layout/SetupDetailLayout/SetupDetailLayout.js +7 -5
- package/es/layout/SubtabLayout/SubtabLayout.js +6 -5
- package/es/list/AvatarFlip/AvatarFlip.js +7 -6
- package/es/list/BluePrintStatus/BluePrintStatus.js +6 -5
- package/es/list/Comment/Comment.js +7 -6
- package/es/list/DepartmentDropDown/DepartmentDropDown.js +6 -6
- package/es/list/DotNew/DotNew.js +7 -6
- package/es/list/GridStencils/GridStencils.js +7 -6
- package/es/list/Icons/FloatingIcons.js +7 -6
- package/es/list/ListLayout/ListLayout.js +7 -6
- package/es/list/ListStencils/ListStencils.js +7 -6
- package/es/list/SecondaryText/AccountName.js +7 -6
- package/es/list/SecondaryText/ContactName.js +7 -6
- package/es/list/SecondaryText/DepartmentText.js +7 -6
- package/es/list/SecondaryText/Email.js +7 -6
- package/es/list/SecondaryText/HappinessRating.js +7 -6
- package/es/list/SecondaryText/PhoneNumber.js +7 -6
- package/es/list/SecondaryText/PriorityText.js +7 -6
- package/es/list/SecondaryText/SecondaryText.js +7 -6
- package/es/list/SecondaryText/StatusText.js +7 -6
- package/es/list/SecondaryText/TicketId.js +7 -6
- package/es/list/SecondaryText/Website.js +7 -6
- package/es/list/SecondryPanel/SecondryPanel.js +7 -6
- package/es/list/SentimentStatus/SentimentStatus.js +6 -5
- package/es/list/Subject/Subject.js +7 -6
- package/es/list/TagNew/TagNew.js +7 -6
- package/es/list/Thread/Thread.js +7 -6
- package/es/list/UserTime/UserTime.js +7 -6
- package/es/list/status/StatusDropdown/StatusDropdown.js +6 -5
- package/es/list/status/StatusListItem/StatusListItem.js +7 -6
- package/es/lookup/EmptyPage/EmptyPage.js +6 -5
- package/es/lookup/Lookup/Lookup.js +6 -5
- package/es/lookup/header/Close/Close.js +6 -5
- package/es/lookup/header/ModuleHeader/ModuleHeader.js +6 -5
- package/es/lookup/header/Search/Search.js +6 -5
- package/es/lookup/header/TicketHeader/TicketHeader.js +6 -5
- package/es/lookup/header/Title/Title.js +6 -5
- package/es/lookup/header/ViewDropDown/ViewDropDown.js +8 -7
- package/es/setup/header/Button/Button.js +7 -6
- package/es/setup/header/Link/Link.js +7 -6
- package/es/setup/header/Search/Search.js +7 -6
- package/es/setup/header/Views/Views.js +7 -6
- package/es/setup/helptips/Description/Description.js +7 -6
- package/es/setup/helptips/Link/Link.js +7 -6
- package/es/setup/helptips/ListGroup/ListGroup.js +7 -6
- package/es/setup/helptips/Title/Title.js +7 -6
- package/es/setup/table/Table/Table.js +7 -6
- package/es/setup/table/TableBody/TableBody.js +7 -6
- package/es/setup/table/TableData/TableData.js +7 -6
- package/es/setup/table/TableHead/TableHead.js +7 -6
- package/es/setup/table/TableRow/TableRow.js +7 -6
- package/es/setup/table/Text/Text.js +7 -6
- package/es/svg/PlusIcon.js +6 -5
- package/es/svg/SnippetIcon.js +6 -5
- package/es/svg/TemplateIcon.js +6 -5
- package/es/utils/editorUtils.js +1 -1
- package/es/version2/AlertClose/AlertClose.js +7 -6
- package/es/version2/GlobalNotification/GlobalNotification.js +8 -6
- package/es/version2/alertIcons/AlertIcons.js +7 -6
- package/es/version2/errorstate/Inconvenience/Inconvenience.js +6 -5
- package/es/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +6 -5
- package/es/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +6 -5
- package/es/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +6 -5
- package/es/version2/errorstate/UrlNotFound/UrlNotFound.js +6 -5
- package/es/version2/errorstate/WillBeRightBack/WillBeRightBack.js +6 -5
- package/es/version2/lookup/AlertHeader/AlertHeader.js +7 -6
- package/es/version2/lookup/AlertLookup/AlertLookup.js +7 -6
- package/es/version2/notification/DesktopNotification/DesktopNotification.js +7 -6
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +7 -6
- package/install.md +12 -0
- package/lib/Attachment/Attachment.js +6 -5
- package/lib/AttachmentViewer/AttachmentViewer.js +17 -16
- package/lib/ChannelIcon/ChannelIcon.js +5 -5
- package/lib/Drawer/Drawer.js +6 -5
- package/lib/ExternalLink/ExternalLink.js +6 -5
- package/lib/FlipCard/FlipCard.js +5 -5
- package/lib/FormAction/FormAction.js +12 -9
- package/lib/FreezeLayer/FreezeLayer.js +7 -6
- package/lib/IconButton/IconButton.js +6 -5
- package/lib/Image/Image.js +5 -5
- package/lib/ImportantNotes/ImportantNotes.js +7 -6
- package/lib/Link/Link.js +6 -5
- package/lib/Loader/Loader.js +6 -7
- package/lib/Message/Message.js +7 -5
- package/lib/MessageBanner/MessageBanner.js +6 -5
- package/lib/NewStar/NewStar.js +6 -5
- package/lib/PlusIcon/PlusIcon.js +7 -6
- package/lib/Separator/Separator.js +82 -0
- package/lib/Separator/Separator.module.css +34 -0
- package/lib/Separator/props/defaultProps.js +19 -0
- package/lib/Separator/props/propTypes.js +19 -0
- package/lib/ToastMessage/ToastMessage.js +6 -5
- package/lib/Upload/Upload.js +6 -5
- package/lib/alert/AlertHeader/AlertHeader.js +7 -6
- package/lib/alert/AlertLookup/AlertLookup.js +7 -6
- package/lib/avatar/AvatarClose/AvatarClose.js +5 -5
- package/lib/avatar/AvatarCollision/AvatarCollision.js +5 -5
- package/lib/avatar/AvatarIcon/AvatarIcon.js +3 -5
- package/lib/avatar/AvatarStatus/AvatarStatus.js +6 -5
- package/lib/avatar/AvatarThread/AvatarThread.js +6 -5
- package/lib/avatar/AvatarUser/AvatarUser.js +6 -5
- package/lib/avatar/AvatarWithTeam/AvatarWithTeam.js +6 -5
- package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +1 -1
- package/lib/deprecated/SelectDropdown/SelectDropdown.js +6 -6
- package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +6 -5
- package/lib/emptystate/CommonEmptyState/CommonEmptyState.js +6 -5
- package/lib/emptystate/EditionPage/EditionPage.js +6 -5
- package/lib/errorstate/LinkText/LinkText.js +5 -5
- package/lib/errorstate/NoRequestFound/NoRequestFound.js +5 -5
- package/lib/errorstate/PermissionPlay/PermissionPlay.js +5 -5
- package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +5 -5
- package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +5 -5
- package/lib/errorstate/WillBack/WillBack.js +5 -5
- package/lib/form/fields/CheckBoxField/CheckBoxField.js +7 -6
- package/lib/form/fields/CurrencyField/CurrencyField.js +7 -6
- package/lib/form/fields/DateField/DateField.js +7 -6
- package/lib/form/fields/FieldContainer/FieldContainer.js +7 -6
- package/lib/form/fields/MultiSelectField/MultiSelectField.js +7 -6
- package/lib/form/fields/PhoneField/PhoneField.js +7 -6
- package/lib/form/fields/RadioField/RadioField.js +6 -6
- package/lib/form/fields/SelectField/SelectField.js +7 -6
- package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +6 -5
- package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +6 -5
- package/lib/form/fields/TextBoxField/TextBoxField.js +7 -6
- package/lib/form/fields/TextEditor/TextEditor.js +10 -10
- package/lib/form/fields/TextEditorField/TextEditorField.js +6 -5
- package/lib/form/fields/TextareaField/TextareaField.js +7 -6
- package/lib/form/fields/ValidationMessage/ValidationMessage.js +7 -6
- package/lib/form/layout/Field/Field.js +6 -5
- package/lib/form/layout/Section/Section.js +5 -5
- package/lib/layout/SetupDetailLayout/SetupDetailLayout.js +6 -5
- package/lib/layout/SubtabLayout/SubtabLayout.js +6 -5
- package/lib/list/AvatarFlip/AvatarFlip.js +7 -6
- package/lib/list/BluePrintStatus/BluePrintStatus.js +6 -5
- package/lib/list/Comment/Comment.js +7 -6
- package/lib/list/DepartmentDropDown/DepartmentDropDown.js +7 -8
- package/lib/list/DotNew/DotNew.js +7 -6
- package/lib/list/GridStencils/GridStencils.js +7 -6
- package/lib/list/Icons/FloatingIcons.js +7 -6
- package/lib/list/ListLayout/ListLayout.js +7 -6
- package/lib/list/ListStencils/ListStencils.js +7 -6
- package/lib/list/SecondaryText/AccountName.js +7 -6
- package/lib/list/SecondaryText/ContactName.js +7 -6
- package/lib/list/SecondaryText/DepartmentText.js +7 -6
- package/lib/list/SecondaryText/Email.js +7 -6
- package/lib/list/SecondaryText/HappinessRating.js +7 -6
- package/lib/list/SecondaryText/PhoneNumber.js +7 -6
- package/lib/list/SecondaryText/PriorityText.js +7 -6
- package/lib/list/SecondaryText/SecondaryText.js +7 -6
- package/lib/list/SecondaryText/StatusText.js +7 -6
- package/lib/list/SecondaryText/TicketId.js +7 -6
- package/lib/list/SecondaryText/Website.js +7 -6
- package/lib/list/SecondryPanel/SecondryPanel.js +7 -6
- package/lib/list/SentimentStatus/SentimentStatus.js +6 -5
- package/lib/list/Subject/Subject.js +7 -6
- package/lib/list/TagNew/TagNew.js +7 -6
- package/lib/list/Thread/Thread.js +7 -6
- package/lib/list/UserTime/UserTime.js +7 -6
- package/lib/list/status/StatusDropdown/StatusDropdown.js +5 -6
- package/lib/list/status/StatusListItem/StatusListItem.js +7 -6
- package/lib/lookup/EmptyPage/EmptyPage.js +6 -5
- package/lib/lookup/Lookup/Lookup.js +6 -5
- package/lib/lookup/header/Close/Close.js +6 -5
- package/lib/lookup/header/ModuleHeader/ModuleHeader.js +6 -5
- package/lib/lookup/header/Search/Search.js +6 -5
- package/lib/lookup/header/TicketHeader/TicketHeader.js +6 -5
- package/lib/lookup/header/Title/Title.js +6 -5
- package/lib/lookup/header/ViewDropDown/ViewDropDown.js +8 -7
- package/lib/setup/header/Button/Button.js +7 -6
- package/lib/setup/header/Link/Link.js +7 -6
- package/lib/setup/header/Search/Search.js +7 -6
- package/lib/setup/header/Views/Views.js +7 -6
- package/lib/setup/helptips/Description/Description.js +7 -6
- package/lib/setup/helptips/Link/Link.js +7 -6
- package/lib/setup/helptips/ListGroup/ListGroup.js +7 -6
- package/lib/setup/helptips/Title/Title.js +7 -6
- package/lib/setup/table/Table/Table.js +7 -6
- package/lib/setup/table/TableBody/TableBody.js +7 -6
- package/lib/setup/table/TableData/TableData.js +7 -6
- package/lib/setup/table/TableHead/TableHead.js +7 -6
- package/lib/setup/table/TableRow/TableRow.js +7 -6
- package/lib/setup/table/Text/Text.js +7 -6
- package/lib/svg/PlusIcon.js +6 -5
- package/lib/svg/SnippetIcon.js +6 -5
- package/lib/svg/TemplateIcon.js +6 -5
- package/lib/utils/editorUtils.js +1 -1
- package/lib/version2/AlertClose/AlertClose.js +7 -6
- package/lib/version2/GlobalNotification/GlobalNotification.js +8 -6
- package/lib/version2/alertIcons/AlertIcons.js +7 -6
- package/lib/version2/errorstate/Inconvenience/Inconvenience.js +6 -5
- package/lib/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +6 -5
- package/lib/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +6 -5
- package/lib/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +6 -5
- package/lib/version2/errorstate/UrlNotFound/UrlNotFound.js +6 -5
- package/lib/version2/errorstate/WillBeRightBack/WillBeRightBack.js +6 -5
- package/lib/version2/lookup/AlertHeader/AlertHeader.js +7 -6
- package/lib/version2/lookup/AlertLookup/AlertLookup.js +7 -6
- package/lib/version2/notification/DesktopNotification/DesktopNotification.js +7 -6
- package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +7 -6
- package/package.json +3 -3
- package/css_error.log +0 -0
|
@@ -63,9 +63,10 @@ var Comment = /*#__PURE__*/function (_Component) {
|
|
|
63
63
|
exports["default"] = Comment;
|
|
64
64
|
Comment.defaultProps = _defaultProps.defaultProps;
|
|
65
65
|
Comment.propTypes = _propTypes.propTypes;
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
}
|
|
66
|
+
|
|
67
|
+
// if (__DOCS__) {
|
|
68
|
+
// Comment.docs = {
|
|
69
|
+
// folderName: 'List',
|
|
70
|
+
// componentGroup: 'Comment'
|
|
71
|
+
// };
|
|
72
|
+
// }
|
|
@@ -117,11 +117,10 @@ var DepartmentDropDown = /*#__PURE__*/function (_Component) {
|
|
|
117
117
|
}(_react.Component);
|
|
118
118
|
DepartmentDropDown.defaultProps = _defaultProps.defaultProps;
|
|
119
119
|
DepartmentDropDown.propTypes = _propTypes.propTypes;
|
|
120
|
-
var _default = DepartmentDropDown;
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
}
|
|
120
|
+
var _default = DepartmentDropDown; // if (__DOCS__) {
|
|
121
|
+
// DepartmentDropDown.docs = {
|
|
122
|
+
// folderName: 'List',
|
|
123
|
+
// componentGroup: 'DepartmentDropDown'
|
|
124
|
+
// };
|
|
125
|
+
// }
|
|
126
|
+
exports["default"] = _default;
|
|
@@ -47,9 +47,10 @@ var DotNew = /*#__PURE__*/function (_Component) {
|
|
|
47
47
|
exports["default"] = DotNew;
|
|
48
48
|
DotNew.propTypes = _propTypes.propTypes;
|
|
49
49
|
DotNew.defaultProps = _defaultProps.defaultProps;
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
}
|
|
50
|
+
|
|
51
|
+
// if (__DOCS__) {
|
|
52
|
+
// DotNew.docs = {
|
|
53
|
+
// folderName: 'List',
|
|
54
|
+
// componentGroup: 'DotNew'
|
|
55
|
+
// };
|
|
56
|
+
// }
|
|
@@ -54,9 +54,10 @@ var GridStencils = /*#__PURE__*/function (_React$Component) {
|
|
|
54
54
|
}(_react["default"].Component);
|
|
55
55
|
exports["default"] = GridStencils;
|
|
56
56
|
GridStencils.propTypes = _propTypes.propTypes;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
}
|
|
57
|
+
|
|
58
|
+
// if (__DOCS__) {
|
|
59
|
+
// GridStencils.docs = {
|
|
60
|
+
// folderName: 'List',
|
|
61
|
+
// componentGroup: 'GridStencils'
|
|
62
|
+
// };
|
|
63
|
+
// }
|
|
@@ -53,9 +53,10 @@ var FloatingIcons = /*#__PURE__*/function (_Component) {
|
|
|
53
53
|
exports["default"] = FloatingIcons;
|
|
54
54
|
FloatingIcons.propTypes = _propTypes.FloatingIcons_propTypes;
|
|
55
55
|
FloatingIcons.defaultProps = _defaultProps.FloatingIcons_defaultProps;
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
}
|
|
56
|
+
|
|
57
|
+
// if (__DOCS__) {
|
|
58
|
+
// FloatingIcons.docs = {
|
|
59
|
+
// folderName: 'List',
|
|
60
|
+
// componentGroup: 'FloatingIcons'
|
|
61
|
+
// };
|
|
62
|
+
// }
|
|
@@ -103,9 +103,10 @@ var Column = /*#__PURE__*/function (_Component2) {
|
|
|
103
103
|
}(_react.Component);
|
|
104
104
|
exports.Column = Column;
|
|
105
105
|
Column.propTypes = _propTypes.Column_propTypes;
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
}
|
|
106
|
+
|
|
107
|
+
// if (__DOCS__) {
|
|
108
|
+
// ListLayout.docs = {
|
|
109
|
+
// folderName: 'List',
|
|
110
|
+
// componentGroup: 'ListLayout'
|
|
111
|
+
// };
|
|
112
|
+
// }
|
|
@@ -63,9 +63,10 @@ var ListStencils = /*#__PURE__*/function (_Component) {
|
|
|
63
63
|
exports["default"] = ListStencils;
|
|
64
64
|
ListStencils.propTypes = _propTypes.propTypes;
|
|
65
65
|
ListStencils.defaultProps = _defaultProps.defaultProps;
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
}
|
|
66
|
+
|
|
67
|
+
// if (__DOCS__) {
|
|
68
|
+
// ListStencils.docs = {
|
|
69
|
+
// folderName: 'List',
|
|
70
|
+
// componentGroup: 'ListStencils'
|
|
71
|
+
// };
|
|
72
|
+
// }
|
|
@@ -101,9 +101,10 @@ var AccountName = /*#__PURE__*/function (_Component) {
|
|
|
101
101
|
exports["default"] = AccountName;
|
|
102
102
|
AccountName.propTypes = _propTypes.AccountName_propTypes;
|
|
103
103
|
AccountName.defaultProps = _defaultProps.AccountName_defaultProps;
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
}
|
|
104
|
+
|
|
105
|
+
// if (__DOCS__) {
|
|
106
|
+
// AccountName.docs = {
|
|
107
|
+
// folderName: 'List',
|
|
108
|
+
// componentGroup: 'AccountName'
|
|
109
|
+
// };
|
|
110
|
+
// }
|
|
@@ -107,9 +107,10 @@ var ContactName = /*#__PURE__*/function (_Component) {
|
|
|
107
107
|
exports["default"] = ContactName;
|
|
108
108
|
ContactName.propTypes = _propTypes.ContactName_propTypes;
|
|
109
109
|
ContactName.defaultProps = _defaultProps.ContactName_defaultProps;
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
}
|
|
110
|
+
|
|
111
|
+
// if (__DOCS__) {
|
|
112
|
+
// ContactName.docs = {
|
|
113
|
+
// folderName: 'List',
|
|
114
|
+
// componentGroup: 'ContactName'
|
|
115
|
+
// };
|
|
116
|
+
// }
|
|
@@ -47,9 +47,10 @@ var DepartmentText = /*#__PURE__*/function (_Component) {
|
|
|
47
47
|
}(_react.Component);
|
|
48
48
|
exports["default"] = DepartmentText;
|
|
49
49
|
DepartmentText.propTypes = _propTypes.DepartmentText_propTypes;
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
}
|
|
50
|
+
|
|
51
|
+
// if (__DOCS__) {
|
|
52
|
+
// DepartmentText.docs = {
|
|
53
|
+
// folderName: 'List',
|
|
54
|
+
// componentGroup: 'DepartmentText'
|
|
55
|
+
// };
|
|
56
|
+
// }
|
|
@@ -69,9 +69,10 @@ var Email = /*#__PURE__*/function (_Component) {
|
|
|
69
69
|
exports["default"] = Email;
|
|
70
70
|
Email.propTypes = _propTypes.Email_propTypes;
|
|
71
71
|
Email.defaultProps = _defaultProps.Email_defaultProps;
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
}
|
|
72
|
+
|
|
73
|
+
// if (__DOCS__) {
|
|
74
|
+
// Email.docs = {
|
|
75
|
+
// folderName: 'List',
|
|
76
|
+
// componentGroup: 'EmailText'
|
|
77
|
+
// };
|
|
78
|
+
// }
|
|
@@ -50,9 +50,10 @@ var HappinessRating = /*#__PURE__*/function (_Component) {
|
|
|
50
50
|
}(_react.Component);
|
|
51
51
|
exports["default"] = HappinessRating;
|
|
52
52
|
HappinessRating.propTypes = _propTypes.HappinessRating_propTypes;
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
}
|
|
53
|
+
|
|
54
|
+
// if (__DOCS__) {
|
|
55
|
+
// HappinessRating.docs = {
|
|
56
|
+
// folderName: 'List',
|
|
57
|
+
// componentGroup: 'HappinessRating'
|
|
58
|
+
// };
|
|
59
|
+
// }
|
|
@@ -73,9 +73,10 @@ var PhoneNumber = /*#__PURE__*/function (_Component) {
|
|
|
73
73
|
exports["default"] = PhoneNumber;
|
|
74
74
|
PhoneNumber.propTypes = _propTypes.PhoneNumber_propTypes;
|
|
75
75
|
PhoneNumber.defaultProps = _defaultProps.PhoneNumber_defaultProps;
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
}
|
|
76
|
+
|
|
77
|
+
// if (__DOCS__) {
|
|
78
|
+
// PhoneNumber.docs = {
|
|
79
|
+
// folderName: 'List',
|
|
80
|
+
// componentGroup: 'PhoneNumberText'
|
|
81
|
+
// };
|
|
82
|
+
// }
|
|
@@ -50,9 +50,10 @@ var PriorityText = /*#__PURE__*/function (_Component) {
|
|
|
50
50
|
exports["default"] = PriorityText;
|
|
51
51
|
PriorityText.propTypes = _propTypes.PriorityText_propTypes;
|
|
52
52
|
PriorityText.defaultProps = _defaultProps.PriorityText_defaultProps;
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
}
|
|
53
|
+
|
|
54
|
+
// if (__DOCS__) {
|
|
55
|
+
// PriorityText.docs = {
|
|
56
|
+
// folderName: 'List',
|
|
57
|
+
// componentGroup: 'PriorityText'
|
|
58
|
+
// };
|
|
59
|
+
// }
|
|
@@ -54,9 +54,10 @@ var SecondaryText = /*#__PURE__*/function (_Component) {
|
|
|
54
54
|
exports["default"] = SecondaryText;
|
|
55
55
|
SecondaryText.propTypes = _propTypes.SecondaryText_propTypes;
|
|
56
56
|
SecondaryText.defaultProps = _defaultProps.SecondaryText_defaultProps;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
}
|
|
57
|
+
|
|
58
|
+
// if (__DOCS__) {
|
|
59
|
+
// SecondaryText.docs = {
|
|
60
|
+
// folderName: 'List',
|
|
61
|
+
// componentGroup: 'SecondaryText'
|
|
62
|
+
// };
|
|
63
|
+
// }
|
|
@@ -51,9 +51,10 @@ var StatusText = /*#__PURE__*/function (_Component) {
|
|
|
51
51
|
exports["default"] = StatusText;
|
|
52
52
|
StatusText.propTypes = _propTypes.StatusText_propTypes;
|
|
53
53
|
StatusText.defaultProps = _defaultProps.StatusText_defaultProps;
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
}
|
|
54
|
+
|
|
55
|
+
// if (__DOCS__) {
|
|
56
|
+
// StatusText.docs = {
|
|
57
|
+
// folderName: 'List',
|
|
58
|
+
// componentGroup: 'StatusText'
|
|
59
|
+
// };
|
|
60
|
+
// }
|
|
@@ -69,9 +69,10 @@ var TicketId = /*#__PURE__*/function (_Component) {
|
|
|
69
69
|
exports["default"] = TicketId;
|
|
70
70
|
TicketId.propTypes = _propTypes.TicketId_propTypes;
|
|
71
71
|
TicketId.defaultProps = _defaultProps.TicketId_defaultProps;
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
}
|
|
72
|
+
|
|
73
|
+
// if (__DOCS__) {
|
|
74
|
+
// TicketId.docs = {
|
|
75
|
+
// folderName: 'List',
|
|
76
|
+
// componentGroup: 'TicketId'
|
|
77
|
+
// };
|
|
78
|
+
// }
|
|
@@ -58,9 +58,10 @@ var Website = /*#__PURE__*/function (_Component) {
|
|
|
58
58
|
exports["default"] = Website;
|
|
59
59
|
Website.propTypes = _propTypes.Website_propTypes;
|
|
60
60
|
Website.defaultProps = _defaultProps.Website_defaultProps;
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
}
|
|
61
|
+
|
|
62
|
+
// if (__DOCS__) {
|
|
63
|
+
// Website.docs = {
|
|
64
|
+
// folderName: 'List',
|
|
65
|
+
// componentGroup: 'WebsiteText'
|
|
66
|
+
// };
|
|
67
|
+
// }
|
|
@@ -151,9 +151,10 @@ var SecondryPanelItem = /*#__PURE__*/function (_Component4) {
|
|
|
151
151
|
exports.SecondryPanelItem = SecondryPanelItem;
|
|
152
152
|
SecondryPanelItem.propTypes = _propTypes.SecondryPanelItem_propTypes;
|
|
153
153
|
SecondryPanelItem.defaultProps = _defaultProps.SecondryPanelItem_defaultProps;
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
}
|
|
154
|
+
|
|
155
|
+
// if (__DOCS__) {
|
|
156
|
+
// SecondryPanel.docs = {
|
|
157
|
+
// folderName: 'List',
|
|
158
|
+
// componentGroup: 'SecondaryLayout'
|
|
159
|
+
// };
|
|
160
|
+
// }
|
|
@@ -51,8 +51,9 @@ var SentimentStatus = /*#__PURE__*/function (_React$Component) {
|
|
|
51
51
|
}(_react["default"].Component);
|
|
52
52
|
exports["default"] = SentimentStatus;
|
|
53
53
|
SentimentStatus.propTypes = _propTypes.propTypes;
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
}
|
|
54
|
+
|
|
55
|
+
// if (__DOCS__) {
|
|
56
|
+
// SentimentStatus.docs = {
|
|
57
|
+
// componentGroup: ''
|
|
58
|
+
// };
|
|
59
|
+
// }
|
|
@@ -73,9 +73,10 @@ var Subject = /*#__PURE__*/function (_Component) {
|
|
|
73
73
|
exports["default"] = Subject;
|
|
74
74
|
Subject.propTypes = _propTypes.propTypes;
|
|
75
75
|
Subject.defaultProps = _defaultProps.defaultProps;
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
}
|
|
76
|
+
|
|
77
|
+
// if (__DOCS__) {
|
|
78
|
+
// Subject.docs = {
|
|
79
|
+
// folderName: 'List',
|
|
80
|
+
// componentGroup: 'Subject'
|
|
81
|
+
// };
|
|
82
|
+
// }
|
|
@@ -50,9 +50,10 @@ var TagNew = /*#__PURE__*/function (_Component) {
|
|
|
50
50
|
exports["default"] = TagNew;
|
|
51
51
|
TagNew.propTypes = _propTypes.propTypes;
|
|
52
52
|
TagNew.defaultProps = _defaultProps.defaultProps;
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
}
|
|
53
|
+
|
|
54
|
+
// if (__DOCS__) {
|
|
55
|
+
// TagNew.docs = {
|
|
56
|
+
// folderName: 'List',
|
|
57
|
+
// componentGroup: 'TagNew'
|
|
58
|
+
// };
|
|
59
|
+
// }
|
|
@@ -61,9 +61,10 @@ var Thread = /*#__PURE__*/function (_Component) {
|
|
|
61
61
|
exports["default"] = Thread;
|
|
62
62
|
Thread.propTypes = _propTypes.propTypes;
|
|
63
63
|
Thread.defaultProps = _defaultProps.defaultProps;
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
}
|
|
64
|
+
|
|
65
|
+
// if (__DOCS__) {
|
|
66
|
+
// Thread.docs = {
|
|
67
|
+
// folderName: 'List',
|
|
68
|
+
// componentGroup: 'Thread'
|
|
69
|
+
// };
|
|
70
|
+
// }
|
|
@@ -100,9 +100,10 @@ var UserTime = /*#__PURE__*/function (_Component) {
|
|
|
100
100
|
exports["default"] = UserTime;
|
|
101
101
|
UserTime.propTypes = _propTypes.propTypes;
|
|
102
102
|
UserTime.defaultProps = _defaultProps.defaultProps;
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
}
|
|
103
|
+
|
|
104
|
+
// if (__DOCS__) {
|
|
105
|
+
// UserTime.docs = {
|
|
106
|
+
// folderName: 'List',
|
|
107
|
+
// componentGroup: 'UserTime'
|
|
108
|
+
// };
|
|
109
|
+
// }
|
|
@@ -459,13 +459,12 @@ var StatusDropdown = /*#__PURE__*/function (_React$Component) {
|
|
|
459
459
|
}
|
|
460
460
|
}]);
|
|
461
461
|
return StatusDropdown;
|
|
462
|
-
}(_react["default"].Component);
|
|
462
|
+
}(_react["default"].Component); // if (__DOCS__) {
|
|
463
|
+
// StatusDropdown.docs = {
|
|
464
|
+
// componentGroup: 'Molecule'
|
|
465
|
+
// };
|
|
466
|
+
// }
|
|
463
467
|
exports.StatusDropdown = StatusDropdown;
|
|
464
|
-
if (false) {
|
|
465
|
-
StatusDropdown.docs = {
|
|
466
|
-
componentGroup: 'Molecule'
|
|
467
|
-
};
|
|
468
|
-
}
|
|
469
468
|
StatusDropdown.defaultProps = _defaultProps.defaultProps;
|
|
470
469
|
StatusDropdown.propTypes = _propTypes.propTypes;
|
|
471
470
|
var _default = (0, _Popup["default"])(StatusDropdown);
|
|
@@ -130,9 +130,10 @@ var StatusListItem = /*#__PURE__*/function (_React$Component) {
|
|
|
130
130
|
exports["default"] = StatusListItem;
|
|
131
131
|
StatusListItem.defaultProps = _defaultProps.defaultProps;
|
|
132
132
|
StatusListItem.propTypes = _propTypes.propTypes;
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
}
|
|
133
|
+
|
|
134
|
+
// if (__DOCS__) {
|
|
135
|
+
// StatusListItem.docs = {
|
|
136
|
+
// componentGroup: 'StatusListItem',
|
|
137
|
+
// folderName: 'List'
|
|
138
|
+
// };
|
|
139
|
+
// }
|
|
@@ -79,8 +79,9 @@ var EmptyPage = /*#__PURE__*/function (_Component) {
|
|
|
79
79
|
exports["default"] = EmptyPage;
|
|
80
80
|
EmptyPage.propTypes = _propTypes.propTypes;
|
|
81
81
|
EmptyPage.defaultProps = _defaultProps.defaultProps;
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
}
|
|
82
|
+
|
|
83
|
+
// if (__DOCS__) {
|
|
84
|
+
// EmptyPage.docs = {
|
|
85
|
+
// componentGroup: 'Lookup'
|
|
86
|
+
// };
|
|
87
|
+
// }
|
|
@@ -116,8 +116,9 @@ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.g
|
|
|
116
116
|
exports["default"] = Lookup;
|
|
117
117
|
Lookup.propTypes = _propTypes.propTypes;
|
|
118
118
|
Lookup.defaultProps = _defaultProps.defaultProps;
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
}
|
|
119
|
+
|
|
120
|
+
// if (__DOCS__) {
|
|
121
|
+
// Lookup.docs = {
|
|
122
|
+
// componentGroup: 'Lookup'
|
|
123
|
+
// };
|
|
124
|
+
// }
|
|
@@ -50,8 +50,9 @@ var Close = /*#__PURE__*/function (_PureComponent) {
|
|
|
50
50
|
exports["default"] = Close;
|
|
51
51
|
Close.propTypes = _propTypes.propTypes;
|
|
52
52
|
Close.defaultProps = _defaultProps.defaultProps;
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
}
|
|
53
|
+
|
|
54
|
+
// if (__DOCS__) {
|
|
55
|
+
// Close.docs = {
|
|
56
|
+
// componentGroup: 'Lookup'
|
|
57
|
+
// };
|
|
58
|
+
// }
|
|
@@ -95,8 +95,9 @@ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.g
|
|
|
95
95
|
exports["default"] = ModuleHeader;
|
|
96
96
|
ModuleHeader.propTypes = _propTypes.propTypes;
|
|
97
97
|
ModuleHeader.defaultProps = _defaultProps.defaultProps;
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
}
|
|
98
|
+
|
|
99
|
+
// if (__DOCS__) {
|
|
100
|
+
// ModuleHeader.docs = {
|
|
101
|
+
// componentGroup: 'Lookup'
|
|
102
|
+
// };
|
|
103
|
+
// }
|
|
@@ -244,8 +244,9 @@ var SearchUI = /*#__PURE__*/function (_Component2) {
|
|
|
244
244
|
}(_react.Component);
|
|
245
245
|
SearchUI.defaultProps = _defaultProps.SearchUI_defaultProps;
|
|
246
246
|
SearchUI.propTypes = _propTypes.SearchUI_propTypes;
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
}
|
|
247
|
+
|
|
248
|
+
// if (__DOCS__) {
|
|
249
|
+
// Search.docs = {
|
|
250
|
+
// componentGroup: 'Lookup'
|
|
251
|
+
// };
|
|
252
|
+
// }
|
|
@@ -112,8 +112,9 @@ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.g
|
|
|
112
112
|
exports["default"] = TicketHeader;
|
|
113
113
|
TicketHeader.propTypes = _propTypes.propTypes;
|
|
114
114
|
TicketHeader.defaultProps = _defaultProps.defaultProps;
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
}
|
|
115
|
+
|
|
116
|
+
// if (__DOCS__) {
|
|
117
|
+
// TicketHeader.docs = {
|
|
118
|
+
// componentGroup: 'Lookup'
|
|
119
|
+
// };
|
|
120
|
+
// }
|
|
@@ -47,8 +47,9 @@ var Title = /*#__PURE__*/function (_PureComponent) {
|
|
|
47
47
|
exports["default"] = Title;
|
|
48
48
|
Title.propTypes = _propTypes.propTypes;
|
|
49
49
|
Title.defaultProps = _defaultProps.defaultProps;
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
}
|
|
50
|
+
|
|
51
|
+
// if (__DOCS__) {
|
|
52
|
+
// Title.docs = {
|
|
53
|
+
// componentGroup: 'Lookup'
|
|
54
|
+
// };
|
|
55
|
+
// }
|
|
@@ -173,12 +173,13 @@ DropDown.propTypes = _propTypes.propTypes;
|
|
|
173
173
|
DropDown.defaultProps = _defaultProps.defaultProps;
|
|
174
174
|
var ViewDropDown = (0, _Popup["default"])(DropDown);
|
|
175
175
|
ViewDropDown.defaultProps = DropDown.defaultProps;
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
176
|
+
|
|
177
|
+
// if (__DOCS__) {
|
|
178
|
+
// DropDown.docs = {
|
|
179
|
+
// componentGroup: 'Lookup'
|
|
180
|
+
// };
|
|
181
|
+
// // eslint-disable-next-line react/forbid-foreign-prop-types
|
|
182
|
+
// ViewDropDown.propTypes = DropDown.propTypes;
|
|
183
|
+
// }
|
|
183
184
|
var _default = ViewDropDown;
|
|
184
185
|
exports["default"] = _default;
|
|
@@ -52,9 +52,10 @@ var Button = /*#__PURE__*/function (_React$Component) {
|
|
|
52
52
|
exports["default"] = Button;
|
|
53
53
|
Button.defaultProps = _defaultProps.defaultProps;
|
|
54
54
|
Button.propTypes = _propTypes.propTypes;
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
}
|
|
55
|
+
|
|
56
|
+
// if (__DOCS__) {
|
|
57
|
+
// Button.docs = {
|
|
58
|
+
// componentGroup: 'Header',
|
|
59
|
+
// folderName: 'Setup'
|
|
60
|
+
// };
|
|
61
|
+
// }
|