@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
|
@@ -71,11 +71,13 @@ export default class SetupDetailLayout extends React.Component {
|
|
|
71
71
|
}
|
|
72
72
|
SetupDetailLayout.propTypes = SetupDetailLayout_propTypes;
|
|
73
73
|
SetupDetailLayout.defaultProps = SetupDetailLayout_defaultProps;
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
}
|
|
74
|
+
|
|
75
|
+
// if (__DOCS__) {
|
|
76
|
+
// SetupDetailLayout.docs = {
|
|
77
|
+
// componentGroup: 'Template'
|
|
78
|
+
// };
|
|
79
|
+
// }
|
|
80
|
+
|
|
79
81
|
export class SetupHeader extends Component {
|
|
80
82
|
constructor(props) {
|
|
81
83
|
super(props);
|
|
@@ -133,8 +133,9 @@ export default class SubtabLayout extends React.Component {
|
|
|
133
133
|
}
|
|
134
134
|
SubtabLayout.defaultProps = SubtabLayout_defaultProps;
|
|
135
135
|
SubtabLayout.propTypes = SubtabLayout_propTypes;
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
}
|
|
136
|
+
|
|
137
|
+
// if (__DOCS__) {
|
|
138
|
+
// SubtabLayout.docs = {
|
|
139
|
+
// componentGroup: 'Template'
|
|
140
|
+
// };
|
|
141
|
+
// }
|
|
@@ -66,9 +66,10 @@ export default class AvatarFlip extends Component {
|
|
|
66
66
|
}
|
|
67
67
|
AvatarFlip.propTypes = propTypes;
|
|
68
68
|
AvatarFlip.defaultProps = defaultProps;
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
}
|
|
69
|
+
|
|
70
|
+
// if (__DOCS__) {
|
|
71
|
+
// AvatarFlip.docs = {
|
|
72
|
+
// folderName: 'List',
|
|
73
|
+
// componentGroup: 'AvatarFlip'
|
|
74
|
+
// };
|
|
75
|
+
// }
|
|
@@ -20,8 +20,9 @@ export default class BluePrintStatus extends React.Component {
|
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
BluePrintStatus.propTypes = propTypes;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}
|
|
23
|
+
|
|
24
|
+
// if (__DOCS__) {
|
|
25
|
+
// BluePrintStatus.docs = {
|
|
26
|
+
// componentGroup: 'Atom'
|
|
27
|
+
// };
|
|
28
|
+
// }
|
|
@@ -36,9 +36,10 @@ export default class Comment extends Component {
|
|
|
36
36
|
}
|
|
37
37
|
Comment.defaultProps = defaultProps;
|
|
38
38
|
Comment.propTypes = propTypes;
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
}
|
|
39
|
+
|
|
40
|
+
// if (__DOCS__) {
|
|
41
|
+
// Comment.docs = {
|
|
42
|
+
// folderName: 'List',
|
|
43
|
+
// componentGroup: 'Comment'
|
|
44
|
+
// };
|
|
45
|
+
// }
|
|
@@ -85,9 +85,9 @@ class DepartmentDropDown extends Component {
|
|
|
85
85
|
DepartmentDropDown.defaultProps = defaultProps;
|
|
86
86
|
DepartmentDropDown.propTypes = propTypes;
|
|
87
87
|
export default DepartmentDropDown;
|
|
88
|
-
if (
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
}
|
|
88
|
+
// if (__DOCS__) {
|
|
89
|
+
// DepartmentDropDown.docs = {
|
|
90
|
+
// folderName: 'List',
|
|
91
|
+
// componentGroup: 'DepartmentDropDown'
|
|
92
|
+
// };
|
|
93
|
+
// }
|
package/es/list/DotNew/DotNew.js
CHANGED
|
@@ -20,9 +20,10 @@ export default class DotNew extends Component {
|
|
|
20
20
|
}
|
|
21
21
|
DotNew.propTypes = propTypes;
|
|
22
22
|
DotNew.defaultProps = defaultProps;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}
|
|
23
|
+
|
|
24
|
+
// if (__DOCS__) {
|
|
25
|
+
// DotNew.docs = {
|
|
26
|
+
// folderName: 'List',
|
|
27
|
+
// componentGroup: 'DotNew'
|
|
28
|
+
// };
|
|
29
|
+
// }
|
|
@@ -26,9 +26,10 @@ export default class GridStencils extends React.Component {
|
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
GridStencils.propTypes = propTypes;
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}
|
|
29
|
+
|
|
30
|
+
// if (__DOCS__) {
|
|
31
|
+
// GridStencils.docs = {
|
|
32
|
+
// folderName: 'List',
|
|
33
|
+
// componentGroup: 'GridStencils'
|
|
34
|
+
// };
|
|
35
|
+
// }
|
|
@@ -21,9 +21,10 @@ export default class FloatingIcons extends Component {
|
|
|
21
21
|
}
|
|
22
22
|
FloatingIcons.propTypes = FloatingIcons_propTypes;
|
|
23
23
|
FloatingIcons.defaultProps = FloatingIcons_defaultProps;
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
}
|
|
24
|
+
|
|
25
|
+
// if (__DOCS__) {
|
|
26
|
+
// FloatingIcons.docs = {
|
|
27
|
+
// folderName: 'List',
|
|
28
|
+
// componentGroup: 'FloatingIcons'
|
|
29
|
+
// };
|
|
30
|
+
// }
|
|
@@ -70,9 +70,10 @@ export class Column extends Component {
|
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
Column.propTypes = Column_propTypes;
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
}
|
|
73
|
+
|
|
74
|
+
// if (__DOCS__) {
|
|
75
|
+
// ListLayout.docs = {
|
|
76
|
+
// folderName: 'List',
|
|
77
|
+
// componentGroup: 'ListLayout'
|
|
78
|
+
// };
|
|
79
|
+
// }
|
|
@@ -38,9 +38,10 @@ export default class ListStencils extends Component {
|
|
|
38
38
|
}
|
|
39
39
|
ListStencils.propTypes = propTypes;
|
|
40
40
|
ListStencils.defaultProps = defaultProps;
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}
|
|
41
|
+
|
|
42
|
+
// if (__DOCS__) {
|
|
43
|
+
// ListStencils.docs = {
|
|
44
|
+
// folderName: 'List',
|
|
45
|
+
// componentGroup: 'ListStencils'
|
|
46
|
+
// };
|
|
47
|
+
// }
|
|
@@ -75,9 +75,10 @@ export default class AccountName extends Component {
|
|
|
75
75
|
}
|
|
76
76
|
AccountName.propTypes = AccountName_propTypes;
|
|
77
77
|
AccountName.defaultProps = AccountName_defaultProps;
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
}
|
|
78
|
+
|
|
79
|
+
// if (__DOCS__) {
|
|
80
|
+
// AccountName.docs = {
|
|
81
|
+
// folderName: 'List',
|
|
82
|
+
// componentGroup: 'AccountName'
|
|
83
|
+
// };
|
|
84
|
+
// }
|
|
@@ -76,9 +76,10 @@ export default class ContactName extends Component {
|
|
|
76
76
|
}
|
|
77
77
|
ContactName.propTypes = ContactName_propTypes;
|
|
78
78
|
ContactName.defaultProps = ContactName_defaultProps;
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
}
|
|
79
|
+
|
|
80
|
+
// if (__DOCS__) {
|
|
81
|
+
// ContactName.docs = {
|
|
82
|
+
// folderName: 'List',
|
|
83
|
+
// componentGroup: 'ContactName'
|
|
84
|
+
// };
|
|
85
|
+
// }
|
|
@@ -20,9 +20,10 @@ export default class DepartmentText extends Component {
|
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
DepartmentText.propTypes = DepartmentText_propTypes;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}
|
|
23
|
+
|
|
24
|
+
// if (__DOCS__) {
|
|
25
|
+
// DepartmentText.docs = {
|
|
26
|
+
// folderName: 'List',
|
|
27
|
+
// componentGroup: 'DepartmentText'
|
|
28
|
+
// };
|
|
29
|
+
// }
|
|
@@ -45,9 +45,10 @@ export default class Email extends Component {
|
|
|
45
45
|
}
|
|
46
46
|
Email.propTypes = Email_propTypes;
|
|
47
47
|
Email.defaultProps = Email_defaultProps;
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
}
|
|
48
|
+
|
|
49
|
+
// if (__DOCS__) {
|
|
50
|
+
// Email.docs = {
|
|
51
|
+
// folderName: 'List',
|
|
52
|
+
// componentGroup: 'EmailText'
|
|
53
|
+
// };
|
|
54
|
+
// }
|
|
@@ -23,9 +23,10 @@ export default class HappinessRating extends Component {
|
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
HappinessRating.propTypes = HappinessRating_propTypes;
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
}
|
|
26
|
+
|
|
27
|
+
// if (__DOCS__) {
|
|
28
|
+
// HappinessRating.docs = {
|
|
29
|
+
// folderName: 'List',
|
|
30
|
+
// componentGroup: 'HappinessRating'
|
|
31
|
+
// };
|
|
32
|
+
// }
|
|
@@ -49,9 +49,10 @@ export default class PhoneNumber extends Component {
|
|
|
49
49
|
}
|
|
50
50
|
PhoneNumber.propTypes = PhoneNumber_propTypes;
|
|
51
51
|
PhoneNumber.defaultProps = PhoneNumber_defaultProps;
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
}
|
|
52
|
+
|
|
53
|
+
// if (__DOCS__) {
|
|
54
|
+
// PhoneNumber.docs = {
|
|
55
|
+
// folderName: 'List',
|
|
56
|
+
// componentGroup: 'PhoneNumberText'
|
|
57
|
+
// };
|
|
58
|
+
// }
|
|
@@ -23,9 +23,10 @@ export default class PriorityText extends Component {
|
|
|
23
23
|
}
|
|
24
24
|
PriorityText.propTypes = PriorityText_propTypes;
|
|
25
25
|
PriorityText.defaultProps = PriorityText_defaultProps;
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
}
|
|
26
|
+
|
|
27
|
+
// if (__DOCS__) {
|
|
28
|
+
// PriorityText.docs = {
|
|
29
|
+
// folderName: 'List',
|
|
30
|
+
// componentGroup: 'PriorityText'
|
|
31
|
+
// };
|
|
32
|
+
// }
|
|
@@ -29,9 +29,10 @@ export default class SecondaryText extends Component {
|
|
|
29
29
|
}
|
|
30
30
|
SecondaryText.propTypes = SecondaryText_propTypes;
|
|
31
31
|
SecondaryText.defaultProps = SecondaryText_defaultProps;
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
32
|
+
|
|
33
|
+
// if (__DOCS__) {
|
|
34
|
+
// SecondaryText.docs = {
|
|
35
|
+
// folderName: 'List',
|
|
36
|
+
// componentGroup: 'SecondaryText'
|
|
37
|
+
// };
|
|
38
|
+
// }
|
|
@@ -24,9 +24,10 @@ export default class StatusText extends Component {
|
|
|
24
24
|
}
|
|
25
25
|
StatusText.propTypes = StatusText_propTypes;
|
|
26
26
|
StatusText.defaultProps = StatusText_defaultProps;
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
}
|
|
27
|
+
|
|
28
|
+
// if (__DOCS__) {
|
|
29
|
+
// StatusText.docs = {
|
|
30
|
+
// folderName: 'List',
|
|
31
|
+
// componentGroup: 'StatusText'
|
|
32
|
+
// };
|
|
33
|
+
// }
|
|
@@ -42,9 +42,10 @@ export default class TicketId extends Component {
|
|
|
42
42
|
}
|
|
43
43
|
TicketId.propTypes = TicketId_propTypes;
|
|
44
44
|
TicketId.defaultProps = TicketId_defaultProps;
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
}
|
|
45
|
+
|
|
46
|
+
// if (__DOCS__) {
|
|
47
|
+
// TicketId.docs = {
|
|
48
|
+
// folderName: 'List',
|
|
49
|
+
// componentGroup: 'TicketId'
|
|
50
|
+
// };
|
|
51
|
+
// }
|
|
@@ -34,9 +34,10 @@ export default class Website extends Component {
|
|
|
34
34
|
}
|
|
35
35
|
Website.propTypes = Website_propTypes;
|
|
36
36
|
Website.defaultProps = Website_defaultProps;
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
37
|
+
|
|
38
|
+
// if (__DOCS__) {
|
|
39
|
+
// Website.docs = {
|
|
40
|
+
// folderName: 'List',
|
|
41
|
+
// componentGroup: 'WebsiteText'
|
|
42
|
+
// };
|
|
43
|
+
// }
|
|
@@ -95,9 +95,10 @@ export class SecondryPanelItem extends Component {
|
|
|
95
95
|
}
|
|
96
96
|
SecondryPanelItem.propTypes = SecondryPanelItem_propTypes;
|
|
97
97
|
SecondryPanelItem.defaultProps = SecondryPanelItem_defaultProps;
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
}
|
|
98
|
+
|
|
99
|
+
// if (__DOCS__) {
|
|
100
|
+
// SecondryPanel.docs = {
|
|
101
|
+
// folderName: 'List',
|
|
102
|
+
// componentGroup: 'SecondaryLayout'
|
|
103
|
+
// };
|
|
104
|
+
// }
|
|
@@ -26,8 +26,9 @@ export default class SentimentStatus extends React.Component {
|
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
SentimentStatus.propTypes = propTypes;
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}
|
|
29
|
+
|
|
30
|
+
// if (__DOCS__) {
|
|
31
|
+
// SentimentStatus.docs = {
|
|
32
|
+
// componentGroup: ''
|
|
33
|
+
// };
|
|
34
|
+
// }
|
|
@@ -46,9 +46,10 @@ export default class Subject extends Component {
|
|
|
46
46
|
}
|
|
47
47
|
Subject.propTypes = propTypes;
|
|
48
48
|
Subject.defaultProps = defaultProps;
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
}
|
|
49
|
+
|
|
50
|
+
// if (__DOCS__) {
|
|
51
|
+
// Subject.docs = {
|
|
52
|
+
// folderName: 'List',
|
|
53
|
+
// componentGroup: 'Subject'
|
|
54
|
+
// };
|
|
55
|
+
// }
|
package/es/list/TagNew/TagNew.js
CHANGED
|
@@ -23,9 +23,10 @@ export default class TagNew extends Component {
|
|
|
23
23
|
}
|
|
24
24
|
TagNew.propTypes = propTypes;
|
|
25
25
|
TagNew.defaultProps = defaultProps;
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
}
|
|
26
|
+
|
|
27
|
+
// if (__DOCS__) {
|
|
28
|
+
// TagNew.docs = {
|
|
29
|
+
// folderName: 'List',
|
|
30
|
+
// componentGroup: 'TagNew'
|
|
31
|
+
// };
|
|
32
|
+
// }
|
package/es/list/Thread/Thread.js
CHANGED
|
@@ -34,9 +34,10 @@ export default class Thread extends Component {
|
|
|
34
34
|
}
|
|
35
35
|
Thread.propTypes = propTypes;
|
|
36
36
|
Thread.defaultProps = defaultProps;
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
37
|
+
|
|
38
|
+
// if (__DOCS__) {
|
|
39
|
+
// Thread.docs = {
|
|
40
|
+
// folderName: 'List',
|
|
41
|
+
// componentGroup: 'Thread'
|
|
42
|
+
// };
|
|
43
|
+
// }
|
|
@@ -73,9 +73,10 @@ export default class UserTime extends Component {
|
|
|
73
73
|
}
|
|
74
74
|
UserTime.propTypes = propTypes;
|
|
75
75
|
UserTime.defaultProps = defaultProps;
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
}
|
|
76
|
+
|
|
77
|
+
// if (__DOCS__) {
|
|
78
|
+
// UserTime.docs = {
|
|
79
|
+
// folderName: 'List',
|
|
80
|
+
// componentGroup: 'UserTime'
|
|
81
|
+
// };
|
|
82
|
+
// }
|
|
@@ -412,11 +412,12 @@ export class StatusDropdown extends React.Component {
|
|
|
412
412
|
}) : null);
|
|
413
413
|
}
|
|
414
414
|
}
|
|
415
|
-
if (
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
}
|
|
415
|
+
// if (__DOCS__) {
|
|
416
|
+
// StatusDropdown.docs = {
|
|
417
|
+
// componentGroup: 'Molecule'
|
|
418
|
+
// };
|
|
419
|
+
// }
|
|
420
|
+
|
|
420
421
|
StatusDropdown.defaultProps = defaultProps;
|
|
421
422
|
StatusDropdown.propTypes = propTypes;
|
|
422
423
|
export default Popup(StatusDropdown);
|
|
@@ -104,9 +104,10 @@ export default class StatusListItem extends React.Component {
|
|
|
104
104
|
}
|
|
105
105
|
StatusListItem.defaultProps = defaultProps;
|
|
106
106
|
StatusListItem.propTypes = propTypes;
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
}
|
|
107
|
+
|
|
108
|
+
// if (__DOCS__) {
|
|
109
|
+
// StatusListItem.docs = {
|
|
110
|
+
// componentGroup: 'StatusListItem',
|
|
111
|
+
// folderName: 'List'
|
|
112
|
+
// };
|
|
113
|
+
// }
|
|
@@ -50,8 +50,9 @@ export default class EmptyPage extends Component {
|
|
|
50
50
|
}
|
|
51
51
|
EmptyPage.propTypes = propTypes;
|
|
52
52
|
EmptyPage.defaultProps = defaultProps;
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
}
|
|
53
|
+
|
|
54
|
+
// if (__DOCS__) {
|
|
55
|
+
// EmptyPage.docs = {
|
|
56
|
+
// componentGroup: 'Lookup'
|
|
57
|
+
// };
|
|
58
|
+
// }
|
|
@@ -92,8 +92,9 @@ export default class Lookup extends Component {
|
|
|
92
92
|
}
|
|
93
93
|
Lookup.propTypes = propTypes;
|
|
94
94
|
Lookup.defaultProps = defaultProps;
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
}
|
|
95
|
+
|
|
96
|
+
// if (__DOCS__) {
|
|
97
|
+
// Lookup.docs = {
|
|
98
|
+
// componentGroup: 'Lookup'
|
|
99
|
+
// };
|
|
100
|
+
// }
|
|
@@ -23,8 +23,9 @@ export default class Close extends PureComponent {
|
|
|
23
23
|
}
|
|
24
24
|
Close.propTypes = propTypes;
|
|
25
25
|
Close.defaultProps = defaultProps;
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
}
|
|
26
|
+
|
|
27
|
+
// if (__DOCS__) {
|
|
28
|
+
// Close.docs = {
|
|
29
|
+
// componentGroup: 'Lookup'
|
|
30
|
+
// };
|
|
31
|
+
// }
|
|
@@ -70,8 +70,9 @@ export default class ModuleHeader extends PureComponent {
|
|
|
70
70
|
}
|
|
71
71
|
ModuleHeader.propTypes = propTypes;
|
|
72
72
|
ModuleHeader.defaultProps = defaultProps;
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
}
|
|
73
|
+
|
|
74
|
+
// if (__DOCS__) {
|
|
75
|
+
// ModuleHeader.docs = {
|
|
76
|
+
// componentGroup: 'Lookup'
|
|
77
|
+
// };
|
|
78
|
+
// }
|
|
@@ -211,8 +211,9 @@ class SearchUI extends Component {
|
|
|
211
211
|
}
|
|
212
212
|
SearchUI.defaultProps = SearchUI_defaultProps;
|
|
213
213
|
SearchUI.propTypes = SearchUI_propTypes;
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
}
|
|
214
|
+
|
|
215
|
+
// if (__DOCS__) {
|
|
216
|
+
// Search.docs = {
|
|
217
|
+
// componentGroup: 'Lookup'
|
|
218
|
+
// };
|
|
219
|
+
// }
|
|
@@ -91,8 +91,9 @@ export default class TicketHeader extends Component {
|
|
|
91
91
|
}
|
|
92
92
|
TicketHeader.propTypes = propTypes;
|
|
93
93
|
TicketHeader.defaultProps = defaultProps;
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
}
|
|
94
|
+
|
|
95
|
+
// if (__DOCS__) {
|
|
96
|
+
// TicketHeader.docs = {
|
|
97
|
+
// componentGroup: 'Lookup'
|
|
98
|
+
// };
|
|
99
|
+
// }
|