@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
|
@@ -20,8 +20,9 @@ export default class Title extends PureComponent {
|
|
|
20
20
|
}
|
|
21
21
|
Title.propTypes = propTypes;
|
|
22
22
|
Title.defaultProps = defaultProps;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}
|
|
23
|
+
|
|
24
|
+
// if (__DOCS__) {
|
|
25
|
+
// Title.docs = {
|
|
26
|
+
// componentGroup: 'Lookup'
|
|
27
|
+
// };
|
|
28
|
+
// }
|
|
@@ -159,11 +159,12 @@ DropDown.propTypes = propTypes;
|
|
|
159
159
|
DropDown.defaultProps = defaultProps;
|
|
160
160
|
const ViewDropDown = Popup(DropDown);
|
|
161
161
|
ViewDropDown.defaultProps = DropDown.defaultProps;
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
162
|
+
|
|
163
|
+
// if (__DOCS__) {
|
|
164
|
+
// DropDown.docs = {
|
|
165
|
+
// componentGroup: 'Lookup'
|
|
166
|
+
// };
|
|
167
|
+
// // eslint-disable-next-line react/forbid-foreign-prop-types
|
|
168
|
+
// ViewDropDown.propTypes = DropDown.propTypes;
|
|
169
|
+
// }
|
|
169
170
|
export default ViewDropDown;
|
|
@@ -27,9 +27,10 @@ export default class Button extends React.Component {
|
|
|
27
27
|
}
|
|
28
28
|
Button.defaultProps = defaultProps;
|
|
29
29
|
Button.propTypes = propTypes;
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
30
|
+
|
|
31
|
+
// if (__DOCS__) {
|
|
32
|
+
// Button.docs = {
|
|
33
|
+
// componentGroup: 'Header',
|
|
34
|
+
// folderName: 'Setup'
|
|
35
|
+
// };
|
|
36
|
+
// }
|
|
@@ -35,9 +35,10 @@ export default class Link extends React.Component {
|
|
|
35
35
|
}
|
|
36
36
|
Link.defaultProps = defaultProps;
|
|
37
37
|
Link.propTypes = propTypes;
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
}
|
|
38
|
+
|
|
39
|
+
// if (__DOCS__) {
|
|
40
|
+
// Link.docs = {
|
|
41
|
+
// componentGroup: 'Header',
|
|
42
|
+
// folderName: 'Setup'
|
|
43
|
+
// };
|
|
44
|
+
// }
|
|
@@ -70,9 +70,10 @@ export default class Search extends React.Component {
|
|
|
70
70
|
}
|
|
71
71
|
Search.propTypes = propTypes;
|
|
72
72
|
Search.defaultProps = defaultProps;
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
}
|
|
73
|
+
|
|
74
|
+
// if (__DOCS__) {
|
|
75
|
+
// Search.docs = {
|
|
76
|
+
// componentGroup: 'Header',
|
|
77
|
+
// folderName: 'Setup'
|
|
78
|
+
// };
|
|
79
|
+
// }
|
|
@@ -37,9 +37,10 @@ export default class Views extends React.Component {
|
|
|
37
37
|
}
|
|
38
38
|
Views.propTypes = propTypes;
|
|
39
39
|
Views.defaultProps = defaultProps;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
}
|
|
40
|
+
|
|
41
|
+
// if (__DOCS__) {
|
|
42
|
+
// Views.docs = {
|
|
43
|
+
// componentGroup: 'Header',
|
|
44
|
+
// folderName: 'Setup'
|
|
45
|
+
// };
|
|
46
|
+
// }
|
|
@@ -15,9 +15,10 @@ export default class Description extends React.Component {
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
Description.propTypes = propTypes;
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
18
|
+
|
|
19
|
+
// if (__DOCS__) {
|
|
20
|
+
// Description.docs = {
|
|
21
|
+
// componentGroup: 'HelpTips',
|
|
22
|
+
// folderName: 'Setup'
|
|
23
|
+
// };
|
|
24
|
+
// }
|
|
@@ -30,9 +30,10 @@ export default class Link extends React.Component {
|
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
Link.propTypes = propTypes;
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
33
|
+
|
|
34
|
+
// if (__DOCS__) {
|
|
35
|
+
// Link.docs = {
|
|
36
|
+
// componentGroup: 'HelpTips',
|
|
37
|
+
// folderName: 'Setup'
|
|
38
|
+
// };
|
|
39
|
+
// }
|
|
@@ -28,9 +28,10 @@ export default class ListGroup extends React.Component {
|
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
ListGroup.propTypes = propTypes;
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
31
|
+
|
|
32
|
+
// if (__DOCS__) {
|
|
33
|
+
// ListGroup.docs = {
|
|
34
|
+
// componentGroup: 'HelpTips',
|
|
35
|
+
// folderName: 'Setup'
|
|
36
|
+
// };
|
|
37
|
+
// }
|
|
@@ -15,9 +15,10 @@ export default class Title extends React.Component {
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
Title.propTypes = propTypes;
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
18
|
+
|
|
19
|
+
// if (__DOCS__) {
|
|
20
|
+
// Title.docs = {
|
|
21
|
+
// componentGroup: 'HelpTips',
|
|
22
|
+
// folderName: 'Setup'
|
|
23
|
+
// };
|
|
24
|
+
// }
|
|
@@ -17,9 +17,10 @@ export default class Table extends React.Component {
|
|
|
17
17
|
}
|
|
18
18
|
Table.propTypes = propTypes;
|
|
19
19
|
Table.defaultProps = defaultProps;
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
20
|
+
|
|
21
|
+
// if (__DOCS__) {
|
|
22
|
+
// Table.docs = {
|
|
23
|
+
// componentGroup: 'Table',
|
|
24
|
+
// folderName: 'Setup'
|
|
25
|
+
// };
|
|
26
|
+
// }
|
|
@@ -21,9 +21,10 @@ export default class TableBody extends React.Component {
|
|
|
21
21
|
}
|
|
22
22
|
TableBody.propTypes = propTypes;
|
|
23
23
|
TableBody.defaultProps = defaultProps;
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
}
|
|
24
|
+
|
|
25
|
+
// if (__DOCS__) {
|
|
26
|
+
// TableBody.docs = {
|
|
27
|
+
// componentGroup: 'Table',
|
|
28
|
+
// folderName: 'Setup'
|
|
29
|
+
// };
|
|
30
|
+
// }
|
|
@@ -27,9 +27,10 @@ export default class TableData extends React.Component {
|
|
|
27
27
|
}
|
|
28
28
|
TableData.defaultProps = defaultProps;
|
|
29
29
|
TableData.propTypes = propTypes;
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
30
|
+
|
|
31
|
+
// if (__DOCS__) {
|
|
32
|
+
// TableData.docs = {
|
|
33
|
+
// componentGroup: 'Table',
|
|
34
|
+
// folderName: 'Setup'
|
|
35
|
+
// };
|
|
36
|
+
// }
|
|
@@ -29,9 +29,10 @@ export default class TableHead extends React.Component {
|
|
|
29
29
|
}
|
|
30
30
|
TableHead.defaultProps = defaultProps;
|
|
31
31
|
TableHead.propTypes = propTypes;
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
32
|
+
|
|
33
|
+
// if (__DOCS__) {
|
|
34
|
+
// TableHead.docs = {
|
|
35
|
+
// componentGroup: 'Table',
|
|
36
|
+
// folderName: 'Setup'
|
|
37
|
+
// };
|
|
38
|
+
// }
|
|
@@ -34,9 +34,10 @@ export default class TableRow extends React.Component {
|
|
|
34
34
|
}
|
|
35
35
|
TableRow.defaultProps = defaultProps;
|
|
36
36
|
TableRow.propTypes = propTypes;
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
37
|
+
|
|
38
|
+
// if (__DOCS__) {
|
|
39
|
+
// TableRow.docs = {
|
|
40
|
+
// componentGroup: 'Table',
|
|
41
|
+
// folderName: 'Setup'
|
|
42
|
+
// };
|
|
43
|
+
// }
|
|
@@ -42,9 +42,10 @@ export default class Text extends React.Component {
|
|
|
42
42
|
}
|
|
43
43
|
Text.defaultProps = defaultProps;
|
|
44
44
|
Text.propTypes = propTypes;
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
}
|
|
45
|
+
|
|
46
|
+
// if (__DOCS__) {
|
|
47
|
+
// Text.docs = {
|
|
48
|
+
// componentGroup: 'Text',
|
|
49
|
+
// folderName: 'Setup'
|
|
50
|
+
// };
|
|
51
|
+
// }
|
package/es/svg/PlusIcon.js
CHANGED
|
@@ -25,8 +25,9 @@ export default class PlusIcon extends React.Component {
|
|
|
25
25
|
}
|
|
26
26
|
PlusIcon.propTypes = PlusIcon_propTypes;
|
|
27
27
|
PlusIcon.defaultProps = PlusIcon_defaultProps;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
}
|
|
28
|
+
|
|
29
|
+
// if (__DOCS__) {
|
|
30
|
+
// PlusIcon.docs = {
|
|
31
|
+
// componentGroup: 'SVG'
|
|
32
|
+
// };
|
|
33
|
+
// }
|
package/es/svg/SnippetIcon.js
CHANGED
|
@@ -27,8 +27,9 @@ export default class SnippetIcon extends React.Component {
|
|
|
27
27
|
}
|
|
28
28
|
SnippetIcon.propTypes = SnippetIcon_propTypes;
|
|
29
29
|
SnippetIcon.defaultProps = SnippetIcon_defaultProps;
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}
|
|
30
|
+
|
|
31
|
+
// if (__DOCS__) {
|
|
32
|
+
// SnippetIcon.docs = {
|
|
33
|
+
// componentGroup: 'SVG'
|
|
34
|
+
// };
|
|
35
|
+
// }
|
package/es/svg/TemplateIcon.js
CHANGED
|
@@ -28,8 +28,9 @@ export default class TemplateIcon extends React.Component {
|
|
|
28
28
|
}
|
|
29
29
|
TemplateIcon.propTypes = TemplateIcon_propTypes;
|
|
30
30
|
TemplateIcon.defaultProps = TemplateIcon_defaultProps;
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
31
|
+
|
|
32
|
+
// if (__DOCS__) {
|
|
33
|
+
// TemplateIcon.docs = {
|
|
34
|
+
// componentGroup: 'SVG'
|
|
35
|
+
// };
|
|
36
|
+
// }
|
package/es/utils/editorUtils.js
CHANGED
|
@@ -65,7 +65,7 @@ export function triggerKeyup(elem) {
|
|
|
65
65
|
// editor
|
|
66
66
|
|
|
67
67
|
export function getRichEditorContent(key) {
|
|
68
|
-
let richTextEditor = editor[key];
|
|
68
|
+
let richTextEditor = global.editor[key];
|
|
69
69
|
if (richTextEditor != undefined) {
|
|
70
70
|
let content = richTextEditor.getContent();
|
|
71
71
|
content = content.trim();
|
|
@@ -31,9 +31,10 @@ export default class AlertClose extends PureComponent {
|
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
AlertClose.propTypes = propTypes;
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
34
|
+
|
|
35
|
+
// if (__DOCS__) {
|
|
36
|
+
// AlertClose.docs = {
|
|
37
|
+
// componentGroup: 'AlertClose',
|
|
38
|
+
// folderName: 'Alert'
|
|
39
|
+
// };
|
|
40
|
+
// }
|
|
@@ -63,12 +63,14 @@ export default class GlobalNotification extends React.Component {
|
|
|
63
63
|
}
|
|
64
64
|
GlobalNotification.propTypes = propTypes;
|
|
65
65
|
GlobalNotification.defaultProps = defaultProps;
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
}
|
|
66
|
+
|
|
67
|
+
// if (__DOCS__) {
|
|
68
|
+
// GlobalNotification.docs = {
|
|
69
|
+
// componentGroup: 'GlobalNotification',
|
|
70
|
+
// folderName: 'Alert'
|
|
71
|
+
// };
|
|
72
|
+
// }
|
|
73
|
+
|
|
72
74
|
export function GlobalNotificationUI(props) {
|
|
73
75
|
function onClose(e) {
|
|
74
76
|
let {
|
|
@@ -50,9 +50,10 @@ export default class AlertIcons extends Component {
|
|
|
50
50
|
}
|
|
51
51
|
AlertIcons.propTypes = AlertIcons_propTypes;
|
|
52
52
|
AlertIcons.defaultProps = AlertIcons_defaultProps;
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
}
|
|
53
|
+
|
|
54
|
+
// if (__DOCS__) {
|
|
55
|
+
// AlertIcons.docs = {
|
|
56
|
+
// componentGroup: 'AlertIcons',
|
|
57
|
+
// folderName: 'Alert'
|
|
58
|
+
// };
|
|
59
|
+
// }
|
|
@@ -62,8 +62,9 @@ export default class Inconvenience extends React.Component {
|
|
|
62
62
|
}
|
|
63
63
|
Inconvenience.propTypes = propTypes;
|
|
64
64
|
Inconvenience.defaultProps = defaultProps;
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
}
|
|
65
|
+
|
|
66
|
+
// if (__DOCS__) {
|
|
67
|
+
// Inconvenience.docs = {
|
|
68
|
+
// componentGroup: 'errorStates'
|
|
69
|
+
// };
|
|
70
|
+
// }
|
|
@@ -63,8 +63,9 @@ export default class OopsSomethingMiss extends React.Component {
|
|
|
63
63
|
}
|
|
64
64
|
OopsSomethingMiss.propTypes = propTypes;
|
|
65
65
|
OopsSomethingMiss.defaultProps = defaultProps;
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
}
|
|
66
|
+
|
|
67
|
+
// if (__DOCS__) {
|
|
68
|
+
// OopsSomethingMiss.docs = {
|
|
69
|
+
// componentGroup: 'errorStates'
|
|
70
|
+
// };
|
|
71
|
+
// }
|
|
@@ -62,8 +62,9 @@ export default class UnableToProcessRequest extends React.Component {
|
|
|
62
62
|
}
|
|
63
63
|
UnableToProcessRequest.propTypes = propTypes;
|
|
64
64
|
UnableToProcessRequest.defaultProps = defaultProps;
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
}
|
|
65
|
+
|
|
66
|
+
// if (__DOCS__) {
|
|
67
|
+
// UnableToProcessRequest.docs = {
|
|
68
|
+
// componentGroup: 'errorStates'
|
|
69
|
+
// };
|
|
70
|
+
// }
|
|
@@ -64,8 +64,9 @@ export default class UnauthorizedLogin extends React.Component {
|
|
|
64
64
|
}
|
|
65
65
|
UnauthorizedLogin.propTypes = propTypes;
|
|
66
66
|
UnauthorizedLogin.defaultProps = defaultProps;
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
}
|
|
67
|
+
|
|
68
|
+
// if (__DOCS__) {
|
|
69
|
+
// UnauthorizedLogin.docs = {
|
|
70
|
+
// componentGroup: 'errorStates'
|
|
71
|
+
// };
|
|
72
|
+
// }
|
|
@@ -62,8 +62,9 @@ export default class UrlNotFound extends React.Component {
|
|
|
62
62
|
}
|
|
63
63
|
UrlNotFound.propTypes = propTypes;
|
|
64
64
|
UrlNotFound.defaultProps = defaultProps;
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
}
|
|
65
|
+
|
|
66
|
+
// if (__DOCS__) {
|
|
67
|
+
// UrlNotFound.docs = {
|
|
68
|
+
// componentGroup: 'errorStates'
|
|
69
|
+
// };
|
|
70
|
+
// }
|
|
@@ -62,8 +62,9 @@ export default class WillBeRightBack extends React.Component {
|
|
|
62
62
|
}
|
|
63
63
|
WillBeRightBack.propTypes = propTypes;
|
|
64
64
|
WillBeRightBack.defaultProps = defaultProps;
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
}
|
|
65
|
+
|
|
66
|
+
// if (__DOCS__) {
|
|
67
|
+
// WillBeRightBack.docs = {
|
|
68
|
+
// componentGroup: 'errorStates'
|
|
69
|
+
// };
|
|
70
|
+
// }
|
|
@@ -54,9 +54,10 @@ export default class AlertHeader extends Component {
|
|
|
54
54
|
}
|
|
55
55
|
AlertHeader.propTypes = propTypes;
|
|
56
56
|
AlertHeader.defaultProps = defaultProps;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
}
|
|
57
|
+
|
|
58
|
+
// if (__DOCS__) {
|
|
59
|
+
// AlertHeader.docs = {
|
|
60
|
+
// componentGroup: 'AlertHeader',
|
|
61
|
+
// folderName: 'Alert'
|
|
62
|
+
// };
|
|
63
|
+
// }
|
|
@@ -188,9 +188,10 @@ export default class AlertLookup extends Component {
|
|
|
188
188
|
}
|
|
189
189
|
AlertLookup.propTypes = propTypes;
|
|
190
190
|
AlertLookup.defaultProps = defaultProps;
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
}
|
|
191
|
+
|
|
192
|
+
// if (__DOCS__) {
|
|
193
|
+
// AlertLookup.docs = {
|
|
194
|
+
// componentGroup: 'AlertLookup',
|
|
195
|
+
// folderName: 'Alert'
|
|
196
|
+
// };
|
|
197
|
+
// }
|
|
@@ -150,9 +150,10 @@ export default function DesktopNotification(props) {
|
|
|
150
150
|
}
|
|
151
151
|
DesktopNotification.propTypes = propTypes;
|
|
152
152
|
DesktopNotification.defaultProps = defaultProps;
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
}
|
|
153
|
+
|
|
154
|
+
// if (__DOCS__) {
|
|
155
|
+
// DesktopNotification.docs = {
|
|
156
|
+
// componentGroup: 'DesktopNotification',
|
|
157
|
+
// folderName: 'Alert'
|
|
158
|
+
// };
|
|
159
|
+
// }
|
|
@@ -52,9 +52,10 @@ export default class DesktopNotificationHeader extends Component {
|
|
|
52
52
|
}
|
|
53
53
|
DesktopNotificationHeader.propTypes = propTypes;
|
|
54
54
|
DesktopNotificationHeader.defaultProps = defaultProps;
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
}
|
|
55
|
+
|
|
56
|
+
// if (__DOCS__) {
|
|
57
|
+
// DesktopNotificationHeader.docs = {
|
|
58
|
+
// componentGroup: 'DesktopNotificationHeader',
|
|
59
|
+
// folderName: 'Alert'
|
|
60
|
+
// };
|
|
61
|
+
// }
|
package/install.md
ADDED
|
@@ -105,8 +105,9 @@ var Attachment = /*#__PURE__*/function (_React$Component) {
|
|
|
105
105
|
exports["default"] = Attachment;
|
|
106
106
|
Attachment.propTypes = _propTypes.propTypes;
|
|
107
107
|
Attachment.defaultProps = _defaultProps.defaultProps;
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
}
|
|
108
|
+
|
|
109
|
+
// if (__DOCS__) {
|
|
110
|
+
// Attachment.docs = {
|
|
111
|
+
// componentGroup: 'Attachment'
|
|
112
|
+
// };
|
|
113
|
+
// }
|