@zohodesk/dot 1.2.4 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.cli/PropLessFiles.html +1 -1
- package/.cli/PropValidationExcludeFilesArray.js +1 -1
- package/.cli/propValidation_report.html +1 -1
- package/README.md +9 -0
- package/coverage/ExternalLink/ExternalLink.js.html +1 -1
- package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
- package/coverage/ExternalLink/index.html +1 -1
- package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
- package/coverage/ExternalLink/props/index.html +1 -1
- package/coverage/ExternalLink/props/propTypes.js.html +1 -1
- package/coverage/Image/Image.js.html +1 -1
- package/coverage/Image/Image.module.css.html +1 -1
- package/coverage/Image/index.html +1 -1
- package/coverage/Image/props/defaultProps.js.html +1 -1
- package/coverage/Image/props/index.html +1 -1
- package/coverage/Image/props/propTypes.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +1 -1
- package/coverage/avatar/AvatarWithTeam/index.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
- package/coverage/coverage-final.json +12 -12
- package/coverage/coverage-summary.json +12 -12
- package/coverage/index.html +1 -1
- package/es/Drawer/Drawer.js +3 -2
- package/es/v1/ActionButton/ActionButton.js +11 -8
- package/es/v1/AlphabeticList/AlphabeticList.js +2 -2
- package/es/v1/Attachment/Attachment.js +1 -1
- package/es/v1/AttachmentViewer/AttachmentViewer.js +4 -4
- package/es/v1/ChannelIcon/ChannelIcon.js +1 -1
- package/es/v1/Drawer/Drawer.js +6 -6
- package/es/v1/FlipCard/FlipCard.js +4 -4
- package/es/v1/FormAction/FormAction.js +1 -1
- package/es/v1/FreezeLayer/FreezeLayer.js +3 -3
- package/es/v1/{version2/GlobalNotification → GlobalNotification}/GlobalNotification.js +7 -7
- package/es/v1/IconButton/IconButton.js +3 -3
- package/es/v1/ImportantNotes/ImportantNotes.js +1 -1
- package/es/v1/Loader/Loader.js +1 -1
- package/es/v1/MessageBanner/MessageBanner.js +1 -1
- package/es/v1/NewStar/NewStar.js +1 -1
- package/es/v1/Separator/Separator.js +1 -1
- package/es/v1/TagWithIcon/TagWithIcon.js +1 -1
- package/es/v1/ToastMessage/ToastMessage.js +4 -4
- package/es/v1/Upload/Upload.js +1 -1
- package/es/v1/{version2 → alert}/AlertClose/AlertClose.js +1 -1
- package/es/v1/alert/AlertHeader/AlertHeader.js +58 -49
- package/es/v1/alert/AlertLookup/AlertLookup.js +101 -41
- package/es/v1/avatar/AvatarClose/AvatarClose.js +1 -1
- package/es/v1/avatar/AvatarCollision/AvatarCollision.js +1 -1
- package/es/v1/avatar/AvatarIcon/AvatarIcon.js +2 -2
- package/es/v1/avatar/AvatarStatus/AvatarStatus.js +1 -1
- package/es/v1/avatar/AvatarThread/AvatarThread.js +1 -1
- package/es/v1/avatar/AvatarUser/AvatarUser.js +1 -1
- package/es/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +2 -2
- package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +18 -15
- package/es/v1/errorstate/Inconvenience/Inconvenience.js +53 -80
- package/es/v1/{version2/errorstate → errorstate}/OopsSomethingMiss/OopsSomethingMiss.js +6 -6
- package/es/v1/{version2/errorstate → errorstate}/UnableToProcessRequest/UnableToProcessRequest.js +6 -6
- package/es/v1/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +54 -73
- package/es/v1/{version2/errorstate → errorstate}/UrlNotFound/UrlNotFound.js +6 -6
- package/es/v1/{version2/errorstate → errorstate}/WillBeRightBack/WillBeRightBack.js +6 -6
- package/es/v1/form/fields/CheckBoxField/CheckBoxField.js +102 -118
- package/es/v1/form/fields/CurrencyField/CurrencyField.js +128 -154
- package/es/v1/form/fields/DateField/DateField.js +131 -162
- package/es/v1/form/fields/FieldContainer/FieldContainer.js +52 -57
- package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +144 -168
- package/es/v1/form/fields/PhoneField/PhoneField.js +128 -156
- package/es/v1/form/fields/RadioField/RadioField.js +2 -2
- package/es/v1/form/fields/SelectField/SelectField.js +3 -3
- package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +8 -8
- package/es/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +8 -5
- package/es/v1/form/fields/TextBoxField/TextBoxField.js +3 -3
- package/es/v1/form/fields/TextEditor/TextEditor.js +1 -1
- package/es/v1/form/fields/TextEditorField/TextEditorField.js +1 -1
- package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +3 -3
- package/es/v1/form/fields/TextareaField/TextareaField.js +3 -3
- package/es/v1/form/fields/ValidationMessage/ValidationMessage.js +2 -2
- package/es/v1/layout/SetupDetailLayout/SetupDetailLayout.js +1 -1
- package/es/v1/layout/SubtabLayout/SubtabLayout.js +2 -2
- package/es/v1/list/AvatarFlip/AvatarFlip.js +61 -64
- package/es/v1/list/BluePrintStatus/BluePrintStatus.js +11 -18
- package/es/v1/list/Comment/Comment.js +25 -32
- package/es/v1/list/DepartmentDropDown/DepartmentDropDown.js +57 -72
- package/es/v1/list/Dot/Dot.js +9 -16
- package/es/v1/list/DotNew/DotNew.js +11 -18
- package/es/v1/list/GridStencils/GridStencils.js +21 -24
- package/es/v1/list/Icons/AddNewIcon.js +19 -22
- package/es/v1/list/Icons/CompleteIcon.js +21 -24
- package/es/v1/list/Icons/DeleteIcon.js +22 -25
- package/es/v1/list/Icons/EditIcon.js +22 -25
- package/es/v1/list/Icons/FloatingIcons.js +12 -19
- package/es/v1/list/Icons/ReadUnreadIcon.js +24 -27
- package/es/v1/list/Icons/SmartIcon.js +20 -23
- package/es/v1/list/ListLayout/ListLayout.js +54 -68
- package/es/v1/list/ListStencils/ListStencils.js +28 -31
- package/es/v1/list/SecondaryText/AccountName.js +1 -1
- package/es/v1/list/SecondaryText/ContactName.js +1 -1
- package/es/v1/list/SecondryPanel/SecondryPanel.js +1 -2
- package/es/v1/list/Thread/Thread.js +1 -1
- package/es/v1/list/UserTime/UserTime.js +1 -1
- package/es/v1/list/status/StatusDropdown/StatusDropdown.js +266 -357
- package/es/v1/list/status/StatusListItem/StatusListItem.js +5 -5
- package/es/v1/lookup/Lookup/Lookup.js +4 -3
- package/es/v1/lookup/Section/Section.js +1 -1
- package/es/v1/lookup/header/ModuleHeader/ModuleHeader.js +1 -1
- package/es/v1/lookup/header/Search/Search.js +3 -3
- package/es/v1/lookup/header/TicketHeader/TicketHeader.js +1 -1
- package/es/v1/lookup/header/ViewDropDown/ViewDropDown.js +10 -9
- package/es/v1/{version2/notification → notification}/DesktopNotification/DesktopNotification.js +6 -6
- package/es/v1/{version2/notification → notification}/DesktopNotificationHeader/DesktopNotificationHeader.js +6 -6
- package/es/v1/setup/header/Button/Button.js +1 -1
- package/es/v1/setup/header/Link/Link.js +1 -1
- package/es/v1/setup/header/Search/Search.js +1 -1
- package/es/v1/setup/table/Table/Table.js +1 -1
- package/es/v1/setup/table/TableBody/TableBody.js +1 -1
- package/es/v1/setup/table/TableData/TableData.js +1 -1
- package/es/v1/setup/table/TableHead/TableHead.js +1 -1
- package/es/v1/setup/table/TableRow/TableRow.js +1 -1
- package/lib/Drawer/Drawer.js +3 -2
- package/lib/v1/ActionButton/ActionButton.js +11 -9
- package/lib/v1/AlphabeticList/AlphabeticList.js +2 -4
- package/lib/v1/Attachment/Attachment.js +1 -1
- package/lib/v1/AttachmentViewer/AttachmentViewer.js +4 -4
- package/lib/v1/ChannelIcon/ChannelIcon.js +1 -1
- package/lib/v1/Drawer/Drawer.js +6 -6
- package/lib/v1/FlipCard/FlipCard.js +4 -4
- package/lib/v1/FormAction/FormAction.js +1 -1
- package/lib/v1/FreezeLayer/FreezeLayer.js +3 -3
- package/lib/v1/{version2/GlobalNotification → GlobalNotification}/GlobalNotification.js +7 -7
- package/lib/v1/IconButton/IconButton.js +3 -3
- package/lib/v1/ImportantNotes/ImportantNotes.js +1 -1
- package/lib/v1/Loader/Loader.js +1 -1
- package/lib/v1/MessageBanner/MessageBanner.js +1 -1
- package/lib/v1/NewStar/NewStar.js +1 -1
- package/lib/v1/Separator/Separator.js +1 -1
- package/lib/v1/TagWithIcon/TagWithIcon.js +1 -1
- package/lib/v1/ToastMessage/ToastMessage.js +4 -4
- package/lib/v1/Upload/Upload.js +1 -1
- package/lib/v1/{version2 → alert}/AlertClose/AlertClose.js +1 -1
- package/lib/v1/alert/AlertHeader/AlertHeader.js +68 -50
- package/lib/v1/alert/AlertLookup/AlertLookup.js +109 -42
- package/lib/v1/avatar/AvatarClose/AvatarClose.js +1 -1
- package/lib/v1/avatar/AvatarCollision/AvatarCollision.js +1 -1
- package/lib/v1/avatar/AvatarIcon/AvatarIcon.js +2 -2
- package/lib/v1/avatar/AvatarStatus/AvatarStatus.js +1 -1
- package/lib/v1/avatar/AvatarThread/AvatarThread.js +1 -1
- package/lib/v1/avatar/AvatarUser/AvatarUser.js +1 -1
- package/lib/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +2 -2
- package/lib/v1/dropdown/ToggleDropDown/ToggleDropDown.js +18 -16
- package/lib/v1/errorstate/Inconvenience/Inconvenience.js +53 -115
- package/lib/v1/{version2/errorstate → errorstate}/OopsSomethingMiss/OopsSomethingMiss.js +6 -6
- package/lib/v1/{version2/errorstate → errorstate}/UnableToProcessRequest/UnableToProcessRequest.js +6 -6
- package/lib/v1/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +54 -108
- package/lib/v1/{version2/errorstate → errorstate}/UrlNotFound/UrlNotFound.js +6 -6
- package/lib/v1/{version2/errorstate → errorstate}/WillBeRightBack/WillBeRightBack.js +6 -6
- package/lib/v1/form/fields/CheckBoxField/CheckBoxField.js +107 -159
- package/lib/v1/form/fields/CurrencyField/CurrencyField.js +152 -193
- package/lib/v1/form/fields/DateField/DateField.js +140 -206
- package/lib/v1/form/fields/FieldContainer/FieldContainer.js +60 -91
- package/lib/v1/form/fields/MultiSelectField/MultiSelectField.js +168 -228
- package/lib/v1/form/fields/PhoneField/PhoneField.js +150 -193
- package/lib/v1/form/fields/RadioField/RadioField.js +2 -2
- package/lib/v1/form/fields/SelectField/SelectField.js +3 -3
- package/lib/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +8 -8
- package/lib/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -8
- package/lib/v1/form/fields/TextBoxField/TextBoxField.js +3 -3
- package/lib/v1/form/fields/TextEditor/TextEditor.js +1 -1
- package/lib/v1/form/fields/TextEditorField/TextEditorField.js +1 -1
- package/lib/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +3 -3
- package/lib/v1/form/fields/TextareaField/TextareaField.js +3 -3
- package/lib/v1/form/fields/ValidationMessage/ValidationMessage.js +2 -2
- package/lib/v1/layout/SetupDetailLayout/SetupDetailLayout.js +1 -1
- package/lib/v1/layout/SubtabLayout/SubtabLayout.js +2 -2
- package/lib/v1/list/AvatarFlip/AvatarFlip.js +61 -106
- package/lib/v1/list/BluePrintStatus/BluePrintStatus.js +11 -51
- package/lib/v1/list/Comment/Comment.js +24 -69
- package/lib/v1/list/DepartmentDropDown/DepartmentDropDown.js +67 -122
- package/lib/v1/list/Dot/Dot.js +9 -54
- package/lib/v1/list/DotNew/DotNew.js +11 -56
- package/lib/v1/list/GridStencils/GridStencils.js +21 -62
- package/lib/v1/list/Icons/AddNewIcon.js +19 -60
- package/lib/v1/list/Icons/CompleteIcon.js +21 -62
- package/lib/v1/list/Icons/DeleteIcon.js +22 -63
- package/lib/v1/list/Icons/EditIcon.js +22 -63
- package/lib/v1/list/Icons/FloatingIcons.js +17 -62
- package/lib/v1/list/Icons/ReadUnreadIcon.js +24 -65
- package/lib/v1/list/Icons/SmartIcon.js +20 -65
- package/lib/v1/list/ListLayout/ListLayout.js +53 -116
- package/lib/v1/list/ListStencils/ListStencils.js +33 -72
- package/lib/v1/list/SecondaryText/AccountName.js +1 -1
- package/lib/v1/list/SecondaryText/ContactName.js +1 -1
- package/lib/v1/list/SecondryPanel/SecondryPanel.js +3 -5
- package/lib/v1/list/Thread/Thread.js +1 -1
- package/lib/v1/list/UserTime/UserTime.js +1 -1
- package/lib/v1/list/status/StatusDropdown/StatusDropdown.js +367 -472
- package/lib/v1/list/status/StatusListItem/StatusListItem.js +5 -5
- package/lib/v1/lookup/Lookup/Lookup.js +5 -3
- package/lib/v1/lookup/Section/Section.js +1 -1
- package/lib/v1/lookup/header/ModuleHeader/ModuleHeader.js +1 -1
- package/lib/v1/lookup/header/Search/Search.js +3 -3
- package/lib/v1/lookup/header/TicketHeader/TicketHeader.js +1 -1
- package/lib/v1/lookup/header/ViewDropDown/ViewDropDown.js +10 -9
- package/lib/v1/{version2/notification → notification}/DesktopNotification/DesktopNotification.js +6 -6
- package/lib/v1/{version2/notification → notification}/DesktopNotificationHeader/DesktopNotificationHeader.js +6 -6
- package/lib/v1/setup/header/Button/Button.js +1 -1
- package/lib/v1/setup/header/Link/Link.js +1 -1
- package/lib/v1/setup/header/Search/Search.js +1 -1
- package/lib/v1/setup/table/Table/Table.js +1 -1
- package/lib/v1/setup/table/TableBody/TableBody.js +1 -1
- package/lib/v1/setup/table/TableData/TableData.js +1 -1
- package/lib/v1/setup/table/TableHead/TableHead.js +1 -1
- package/lib/v1/setup/table/TableRow/TableRow.js +1 -1
- package/package.json +8 -8
- package/result.json +1 -1
- package/es/v1/errorstate/LinkText/LinkText.js +0 -29
- package/es/v1/errorstate/NoRequestFound/NoRequestFound.js +0 -84
- package/es/v1/errorstate/PermissionPlay/PermissionPlay.js +0 -83
- package/es/v1/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +0 -84
- package/es/v1/errorstate/UnableToProcess/UnableToProcess.js +0 -86
- package/es/v1/errorstate/WillBack/WillBack.js +0 -75
- package/es/v1/errorstate/index.js +0 -8
- package/es/v1/version2/errorstate/Inconvenience/Inconvenience.js +0 -63
- package/es/v1/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +0 -65
- package/es/v1/version2/index.js +0 -12
- package/es/v1/version2/lookup/AlertHeader/AlertHeader.js +0 -79
- package/es/v1/version2/lookup/AlertLookup/AlertLookup.js +0 -164
- package/lib/v1/errorstate/LinkText/LinkText.js +0 -80
- package/lib/v1/errorstate/NoRequestFound/NoRequestFound.js +0 -135
- package/lib/v1/errorstate/PermissionPlay/PermissionPlay.js +0 -134
- package/lib/v1/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +0 -135
- package/lib/v1/errorstate/UnableToProcess/UnableToProcess.js +0 -137
- package/lib/v1/errorstate/WillBack/WillBack.js +0 -125
- package/lib/v1/errorstate/index.js +0 -71
- package/lib/v1/version2/errorstate/Inconvenience/Inconvenience.js +0 -79
- package/lib/v1/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +0 -81
- package/lib/v1/version2/index.js +0 -58
- package/lib/v1/version2/lookup/AlertHeader/AlertHeader.js +0 -104
- package/lib/v1/version2/lookup/AlertLookup/AlertLookup.js +0 -185
- /package/es/v1/{version2 → alert}/alertIcons/AlarmAlertIcon.js +0 -0
- /package/es/v1/{version2 → alert}/alertIcons/AlertIcons.js +0 -0
- /package/es/v1/{version2 → alert}/alertIcons/DangerAlertIcon.js +0 -0
- /package/es/v1/{version2 → alert}/alertIcons/ErrorAlertIcon.js +0 -0
- /package/es/v1/{version2 → alert}/alertIcons/InfoAlertIcon.js +0 -0
- /package/es/v1/{version2 → alert}/alertIcons/NotificationAlertIcon.js +0 -0
- /package/es/v1/{version2 → alert}/alertIcons/SuccessAlertIcon.js +0 -0
- /package/es/v1/{version2 → alert}/alertIcons/WarningAlertIcon.js +0 -0
- /package/es/v1/{version2 → alert}/alertIcons/index.js +0 -0
- /package/lib/v1/{version2 → alert}/alertIcons/AlarmAlertIcon.js +0 -0
- /package/lib/v1/{version2 → alert}/alertIcons/AlertIcons.js +0 -0
- /package/lib/v1/{version2 → alert}/alertIcons/DangerAlertIcon.js +0 -0
- /package/lib/v1/{version2 → alert}/alertIcons/ErrorAlertIcon.js +0 -0
- /package/lib/v1/{version2 → alert}/alertIcons/InfoAlertIcon.js +0 -0
- /package/lib/v1/{version2 → alert}/alertIcons/NotificationAlertIcon.js +0 -0
- /package/lib/v1/{version2 → alert}/alertIcons/SuccessAlertIcon.js +0 -0
- /package/lib/v1/{version2 → alert}/alertIcons/WarningAlertIcon.js +0 -0
- /package/lib/v1/{version2 → alert}/alertIcons/index.js +0 -0
|
@@ -1,137 +1,75 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, "__esModule", {
|
|
6
4
|
value: true
|
|
7
5
|
});
|
|
8
|
-
exports["default"] =
|
|
6
|
+
exports["default"] = Inconvenience;
|
|
9
7
|
|
|
10
8
|
var _react = _interopRequireDefault(require("react"));
|
|
11
9
|
|
|
12
|
-
var _defaultProps = require("../../../errorstate/Inconvenience/props/defaultProps");
|
|
13
|
-
|
|
14
|
-
var _propTypes = require("../../../errorstate/Inconvenience/props/propTypes");
|
|
10
|
+
var _defaultProps = require("../../../version2/errorstate/Inconvenience/props/defaultProps");
|
|
15
11
|
|
|
16
|
-
var
|
|
12
|
+
var _propTypes = require("../../../version2/errorstate/Inconvenience/props/propTypes");
|
|
17
13
|
|
|
18
|
-
var
|
|
14
|
+
var _Layout = require("@zohodesk/components/es/v1/Layout");
|
|
19
15
|
|
|
20
|
-
var
|
|
16
|
+
var _ErrorInconvenience = _interopRequireDefault(require("@zohodesk/svg/lib/v1/errorstate/version3/ErrorInconvenience"));
|
|
21
17
|
|
|
22
|
-
var
|
|
18
|
+
var _Button = _interopRequireDefault(require("@zohodesk/components/es/v1/Button/Button"));
|
|
23
19
|
|
|
24
|
-
var
|
|
20
|
+
var _CommonEmptyState = _interopRequireDefault(require("../../emptystate/CommonEmptyState/CommonEmptyState"));
|
|
25
21
|
|
|
26
|
-
var
|
|
22
|
+
var _V2_ErrorStatesModule = _interopRequireDefault(require("../../../version2/errorstate/V2_ErrorStates.module.css"));
|
|
27
23
|
|
|
28
24
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
29
25
|
|
|
30
|
-
function
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
37
|
-
|
|
38
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
39
|
-
|
|
40
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
41
|
-
|
|
42
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
43
|
-
|
|
44
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
45
|
-
|
|
46
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
47
|
-
|
|
48
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
49
|
-
|
|
50
|
-
var Inconvenience = /*#__PURE__*/function (_React$Component) {
|
|
51
|
-
_inherits(Inconvenience, _React$Component);
|
|
52
|
-
|
|
53
|
-
var _super = _createSuper(Inconvenience);
|
|
54
|
-
|
|
55
|
-
function Inconvenience(props) {
|
|
56
|
-
var _this;
|
|
57
|
-
|
|
58
|
-
_classCallCheck(this, Inconvenience);
|
|
59
|
-
|
|
60
|
-
_this = _super.call(this, props);
|
|
61
|
-
_this.responsiveFunc = _this.responsiveFunc.bind(_assertThisInitialized(_this));
|
|
62
|
-
return _this;
|
|
26
|
+
function Inconvenience(props) {
|
|
27
|
+
function errorInconvenience() {
|
|
28
|
+
return /*#__PURE__*/_react["default"].createElement(_ErrorInconvenience["default"], {
|
|
29
|
+
className: _V2_ErrorStatesModule["default"].errorSvg
|
|
30
|
+
});
|
|
63
31
|
}
|
|
64
32
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
uptoMobile = _ref2.uptoMobile;
|
|
96
|
-
return /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
97
|
-
className: "".concat(uptoMobile || tablet ? _EmptyStatesModule["default"].tabletContainer : _EmptyStatesModule["default"].container, " ").concat(customClass),
|
|
98
|
-
dataId: dataId,
|
|
99
|
-
scroll: "vertical"
|
|
100
|
-
}, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
101
|
-
className: _EmptyStatesModule["default"].top
|
|
102
|
-
}, title ? /*#__PURE__*/_react["default"].createElement("div", {
|
|
103
|
-
className: uptoMobile ? _EmptyStatesModule["default"].mobileTitle : tablet ? _EmptyStatesModule["default"].tabletTitle : _EmptyStatesModule["default"].title
|
|
104
|
-
}, title) : null, subtitle ? /*#__PURE__*/_react["default"].createElement("div", {
|
|
105
|
-
className: uptoMobile ? _EmptyStatesModule["default"].mobileSubTitle : tablet ? _EmptyStatesModule["default"].tabletSubTitle : _EmptyStatesModule["default"].subtitle
|
|
106
|
-
}, subtitle) : null), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
107
|
-
className: "".concat(_InconvenienceModule["default"].imageContainer, " ").concat(uptoMobile ? _EmptyStatesModule["default"].mobileImageContainer : tablet ? _EmptyStatesModule["default"].tabletImageContainer : _EmptyStatesModule["default"].imageContainer)
|
|
108
|
-
}, /*#__PURE__*/_react["default"].createElement(_EmptyInconvenience["default"], {
|
|
109
|
-
isFluid: true,
|
|
110
|
-
dataId: "".concat(dataId, "_svg")
|
|
111
|
-
})), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
112
|
-
className: "".concat(uptoMobile || tablet ? '' : _EmptyStatesModule["default"].footerWidth, " ").concat(_EmptyStatesModule["default"].footer)
|
|
113
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
114
|
-
className: uptoMobile || tablet ? _EmptyStatesModule["default"].tabletBtmText : _EmptyStatesModule["default"].btmText
|
|
115
|
-
}, description), /*#__PURE__*/_react["default"].createElement(_LinkText["default"], {
|
|
116
|
-
text: urlText,
|
|
117
|
-
href: url,
|
|
118
|
-
onClick: onClick,
|
|
119
|
-
dataId: "".concat(dataId, "_link"),
|
|
120
|
-
customClass: uptoMobile || tablet ? _EmptyStatesModule["default"].tabletBtmText : ''
|
|
121
|
-
})));
|
|
122
|
-
});
|
|
33
|
+
var title = props.title,
|
|
34
|
+
description = props.description,
|
|
35
|
+
isButtonNeeded = props.isButtonNeeded,
|
|
36
|
+
className = props.className,
|
|
37
|
+
isFluid = props.isFluid,
|
|
38
|
+
dataId = props.dataId,
|
|
39
|
+
buttonText = props.buttonText,
|
|
40
|
+
onButtonClick = props.onButtonClick,
|
|
41
|
+
urlText = props.urlText,
|
|
42
|
+
url = props.url,
|
|
43
|
+
onClick = props.onClick,
|
|
44
|
+
urlTarget = props.urlTarget,
|
|
45
|
+
size = props.size;
|
|
46
|
+
return /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
47
|
+
scroll: "vertical",
|
|
48
|
+
className: "".concat(_V2_ErrorStatesModule["default"].container, " ").concat(_V2_ErrorStatesModule["default"][size])
|
|
49
|
+
}, /*#__PURE__*/_react["default"].createElement(_CommonEmptyState["default"], {
|
|
50
|
+
title: title,
|
|
51
|
+
description: description,
|
|
52
|
+
getEmptyState: errorInconvenience,
|
|
53
|
+
className: "".concat(_V2_ErrorStatesModule["default"].errorState, " ").concat(className),
|
|
54
|
+
isFluid: isFluid,
|
|
55
|
+
dataId: dataId,
|
|
56
|
+
linkUrl: url,
|
|
57
|
+
linkText: urlText,
|
|
58
|
+
onUrlClick: onClick,
|
|
59
|
+
linkTarget: urlTarget,
|
|
60
|
+
customClass: {
|
|
61
|
+
titleClass: _V2_ErrorStatesModule["default"].title,
|
|
62
|
+
descriptionClass: _V2_ErrorStatesModule["default"].desc
|
|
123
63
|
}
|
|
124
|
-
}]
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
64
|
+
}, isButtonNeeded ? /*#__PURE__*/_react["default"].createElement(_Button["default"], {
|
|
65
|
+
palette: "primaryFilled",
|
|
66
|
+
text: buttonText,
|
|
67
|
+
customClass: {
|
|
68
|
+
customButton: _V2_ErrorStatesModule["default"].errorBtn
|
|
69
|
+
},
|
|
70
|
+
onClick: onButtonClick
|
|
71
|
+
}) : null));
|
|
72
|
+
}
|
|
128
73
|
|
|
129
|
-
exports["default"] = Inconvenience;
|
|
130
74
|
Inconvenience.propTypes = _propTypes.propTypes;
|
|
131
|
-
Inconvenience.defaultProps = _defaultProps.defaultProps;
|
|
132
|
-
|
|
133
|
-
if (false) {
|
|
134
|
-
Inconvenience.docs = {
|
|
135
|
-
componentGroup: 'errorStates'
|
|
136
|
-
};
|
|
137
|
-
}
|
|
75
|
+
Inconvenience.defaultProps = _defaultProps.defaultProps;
|
|
@@ -7,19 +7,19 @@ exports["default"] = OopsSomethingMiss;
|
|
|
7
7
|
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
|
|
10
|
-
var _defaultProps = require("
|
|
10
|
+
var _defaultProps = require("../../../version2/errorstate/OopsSomethingMiss/props/defaultProps");
|
|
11
11
|
|
|
12
|
-
var _propTypes = require("
|
|
12
|
+
var _propTypes = require("../../../version2/errorstate/OopsSomethingMiss/props/propTypes");
|
|
13
13
|
|
|
14
|
-
var _Layout = require("@zohodesk/components/
|
|
14
|
+
var _Layout = require("@zohodesk/components/es/v1/Layout");
|
|
15
15
|
|
|
16
16
|
var _ErrorOopsSomethingMiss = _interopRequireDefault(require("@zohodesk/svg/lib/v1/errorstate/version3/ErrorOopsSomethingMiss"));
|
|
17
17
|
|
|
18
|
-
var _Button = _interopRequireDefault(require("@zohodesk/components/
|
|
18
|
+
var _Button = _interopRequireDefault(require("@zohodesk/components/es/v1/Button/Button"));
|
|
19
19
|
|
|
20
|
-
var _CommonEmptyState = _interopRequireDefault(require("
|
|
20
|
+
var _CommonEmptyState = _interopRequireDefault(require("../../emptystate/CommonEmptyState/CommonEmptyState"));
|
|
21
21
|
|
|
22
|
-
var _V2_ErrorStatesModule = _interopRequireDefault(require("
|
|
22
|
+
var _V2_ErrorStatesModule = _interopRequireDefault(require("../../../version2/errorstate/V2_ErrorStates.module.css"));
|
|
23
23
|
|
|
24
24
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
25
25
|
|
package/lib/v1/{version2/errorstate → errorstate}/UnableToProcessRequest/UnableToProcessRequest.js
RENAMED
|
@@ -7,19 +7,19 @@ exports["default"] = UnableToProcessRequest;
|
|
|
7
7
|
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
|
|
10
|
-
var _defaultProps = require("
|
|
10
|
+
var _defaultProps = require("../../../version2/errorstate/UnableToProcessRequest/props/defaultProps");
|
|
11
11
|
|
|
12
|
-
var _propTypes = require("
|
|
12
|
+
var _propTypes = require("../../../version2/errorstate/UnableToProcessRequest/props/propTypes");
|
|
13
13
|
|
|
14
|
-
var _Layout = require("@zohodesk/components/
|
|
14
|
+
var _Layout = require("@zohodesk/components/es/v1/Layout");
|
|
15
15
|
|
|
16
16
|
var _ErrorUnableToProcessRequest = _interopRequireDefault(require("@zohodesk/svg/lib/v1/errorstate/version3/ErrorUnableToProcessRequest"));
|
|
17
17
|
|
|
18
|
-
var _Button = _interopRequireDefault(require("@zohodesk/components/
|
|
18
|
+
var _Button = _interopRequireDefault(require("@zohodesk/components/es/v1/Button/Button"));
|
|
19
19
|
|
|
20
|
-
var _CommonEmptyState = _interopRequireDefault(require("
|
|
20
|
+
var _CommonEmptyState = _interopRequireDefault(require("../../emptystate/CommonEmptyState/CommonEmptyState"));
|
|
21
21
|
|
|
22
|
-
var _V2_ErrorStatesModule = _interopRequireDefault(require("
|
|
22
|
+
var _V2_ErrorStatesModule = _interopRequireDefault(require("../../../version2/errorstate/V2_ErrorStates.module.css"));
|
|
23
23
|
|
|
24
24
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
25
25
|
|
|
@@ -1,132 +1,78 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, "__esModule", {
|
|
6
4
|
value: true
|
|
7
5
|
});
|
|
8
|
-
exports["default"] =
|
|
6
|
+
exports["default"] = UnauthorizedLogin;
|
|
9
7
|
|
|
10
8
|
var _react = _interopRequireDefault(require("react"));
|
|
11
9
|
|
|
12
|
-
var _defaultProps = require("../../../errorstate/UnauthorizedLogin/props/defaultProps");
|
|
13
|
-
|
|
14
|
-
var _propTypes = require("../../../errorstate/UnauthorizedLogin/props/propTypes");
|
|
10
|
+
var _defaultProps = require("../../../version2/errorstate/UnauthorizedLogin/props/defaultProps");
|
|
15
11
|
|
|
16
|
-
var
|
|
12
|
+
var _propTypes = require("../../../version2/errorstate/UnauthorizedLogin/props/propTypes");
|
|
17
13
|
|
|
18
|
-
var
|
|
14
|
+
var _Layout = require("@zohodesk/components/es/v1/Layout");
|
|
19
15
|
|
|
20
|
-
var
|
|
16
|
+
var _ErrorUnauthorizedLogin = _interopRequireDefault(require("@zohodesk/svg/lib/v1/errorstate/version3/ErrorUnauthorizedLogin"));
|
|
21
17
|
|
|
22
|
-
var
|
|
18
|
+
var _Button = _interopRequireDefault(require("@zohodesk/components/es/v1/Button/Button"));
|
|
23
19
|
|
|
24
|
-
var
|
|
20
|
+
var _CommonEmptyState = _interopRequireDefault(require("../../emptystate/CommonEmptyState/CommonEmptyState"));
|
|
25
21
|
|
|
26
|
-
var
|
|
22
|
+
var _V2_ErrorStatesModule = _interopRequireDefault(require("../../../version2/errorstate/V2_ErrorStates.module.css"));
|
|
27
23
|
|
|
28
24
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
29
25
|
|
|
30
|
-
function
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
37
|
-
|
|
38
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
39
|
-
|
|
40
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
41
|
-
|
|
42
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
43
|
-
|
|
44
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
45
|
-
|
|
46
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
47
|
-
|
|
48
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
49
|
-
|
|
50
|
-
var UnauthorizedLogin = /*#__PURE__*/function (_React$Component) {
|
|
51
|
-
_inherits(UnauthorizedLogin, _React$Component);
|
|
52
|
-
|
|
53
|
-
var _super = _createSuper(UnauthorizedLogin);
|
|
54
|
-
|
|
55
|
-
function UnauthorizedLogin(props) {
|
|
56
|
-
var _this;
|
|
57
|
-
|
|
58
|
-
_classCallCheck(this, UnauthorizedLogin);
|
|
59
|
-
|
|
60
|
-
_this = _super.call(this, props);
|
|
61
|
-
_this.responsiveFunc = _this.responsiveFunc.bind(_assertThisInitialized(_this));
|
|
62
|
-
return _this;
|
|
26
|
+
function UnauthorizedLogin(props) {
|
|
27
|
+
function errorUnauthorizedLogin() {
|
|
28
|
+
return /*#__PURE__*/_react["default"].createElement(_ErrorUnauthorizedLogin["default"], {
|
|
29
|
+
className: _V2_ErrorStatesModule["default"].errorSvg
|
|
30
|
+
});
|
|
63
31
|
}
|
|
64
32
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
return /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
97
|
-
className: "".concat(uptoMobile || tablet ? _EmptyStatesModule["default"].tabletContainer : _EmptyStatesModule["default"].container, " ").concat(customClass),
|
|
98
|
-
dataId: dataId,
|
|
99
|
-
scroll: "vertical"
|
|
100
|
-
}, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
101
|
-
className: _EmptyStatesModule["default"].top
|
|
102
|
-
}, title ? /*#__PURE__*/_react["default"].createElement("div", {
|
|
103
|
-
className: uptoMobile ? _EmptyStatesModule["default"].mobileTitle : tablet ? _EmptyStatesModule["default"].tabletTitle : _EmptyStatesModule["default"].title
|
|
104
|
-
}, title) : null, subtitle ? /*#__PURE__*/_react["default"].createElement("div", {
|
|
105
|
-
className: uptoMobile ? _EmptyStatesModule["default"].mobileSubTitle : tablet ? _EmptyStatesModule["default"].tabletSubTitle : _EmptyStatesModule["default"].subtitle
|
|
106
|
-
}, subtitle) : null), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
107
|
-
className: "".concat(_UnauthorizedLoginModule["default"].imageContainer, " ").concat(uptoMobile ? _EmptyStatesModule["default"].mobileImageContainer : _EmptyStatesModule["default"].tabletImageContainer)
|
|
108
|
-
}, /*#__PURE__*/_react["default"].createElement(_UnauthorizedLogin["default"], {
|
|
109
|
-
isFluid: true,
|
|
110
|
-
dataId: "".concat(dataId, "_svg")
|
|
111
|
-
})), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
112
|
-
className: "".concat(uptoMobile || tablet ? '' : _EmptyStatesModule["default"].footerWidth, " ").concat(_EmptyStatesModule["default"].footer)
|
|
113
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
114
|
-
className: uptoMobile || tablet ? _EmptyStatesModule["default"].tabletBtmText : _EmptyStatesModule["default"].btmText
|
|
115
|
-
}, description), /*#__PURE__*/_react["default"].createElement(_LinkText["default"], {
|
|
116
|
-
text: urlText,
|
|
117
|
-
href: url,
|
|
118
|
-
onClick: onClick,
|
|
119
|
-
dataId: "".concat(dataId, "_link"),
|
|
120
|
-
customClass: uptoMobile || tablet ? _EmptyStatesModule["default"].tabletBtmText : ''
|
|
121
|
-
})));
|
|
122
|
-
});
|
|
33
|
+
var title = props.title,
|
|
34
|
+
description = props.description,
|
|
35
|
+
isButtonNeeded = props.isButtonNeeded,
|
|
36
|
+
className = props.className,
|
|
37
|
+
isFluid = props.isFluid,
|
|
38
|
+
dataId = props.dataId,
|
|
39
|
+
buttonText = props.buttonText,
|
|
40
|
+
buttonPalette = props.buttonPalette,
|
|
41
|
+
onButtonClick = props.onButtonClick,
|
|
42
|
+
urlText = props.urlText,
|
|
43
|
+
url = props.url,
|
|
44
|
+
onClick = props.onClick,
|
|
45
|
+
urlTarget = props.urlTarget,
|
|
46
|
+
size = props.size;
|
|
47
|
+
return /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
48
|
+
scroll: "vertical",
|
|
49
|
+
className: "".concat(_V2_ErrorStatesModule["default"].container, " ").concat(_V2_ErrorStatesModule["default"][size])
|
|
50
|
+
}, /*#__PURE__*/_react["default"].createElement(_CommonEmptyState["default"], {
|
|
51
|
+
title: title,
|
|
52
|
+
description: description,
|
|
53
|
+
getEmptyState: errorUnauthorizedLogin,
|
|
54
|
+
className: "".concat(_V2_ErrorStatesModule["default"].errorState, " ").concat(className),
|
|
55
|
+
isFluid: isFluid,
|
|
56
|
+
dataId: dataId,
|
|
57
|
+
linkUrl: url,
|
|
58
|
+
linkText: urlText,
|
|
59
|
+
onUrlClick: onClick,
|
|
60
|
+
linkTarget: urlTarget,
|
|
61
|
+
customClass: {
|
|
62
|
+
titleClass: _V2_ErrorStatesModule["default"].title,
|
|
63
|
+
descriptionClass: _V2_ErrorStatesModule["default"].desc
|
|
123
64
|
}
|
|
124
|
-
}]
|
|
65
|
+
}, isButtonNeeded ? /*#__PURE__*/_react["default"].createElement(_Button["default"], {
|
|
66
|
+
palette: buttonPalette,
|
|
67
|
+
text: buttonText,
|
|
68
|
+
customClass: {
|
|
69
|
+
customButton: _V2_ErrorStatesModule["default"].errorBtn
|
|
70
|
+
},
|
|
71
|
+
onClick: onButtonClick,
|
|
72
|
+
dataId: "".concat(dataId, "_button")
|
|
73
|
+
}) : null));
|
|
74
|
+
}
|
|
125
75
|
|
|
126
|
-
return UnauthorizedLogin;
|
|
127
|
-
}(_react["default"].Component);
|
|
128
|
-
|
|
129
|
-
exports["default"] = UnauthorizedLogin;
|
|
130
76
|
UnauthorizedLogin.propTypes = _propTypes.propTypes;
|
|
131
77
|
UnauthorizedLogin.defaultProps = _defaultProps.defaultProps; // if (__DOCS__) {
|
|
132
78
|
// UnauthorizedLogin.docs = {
|
|
@@ -7,19 +7,19 @@ exports["default"] = UrlNotFound;
|
|
|
7
7
|
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
|
|
10
|
-
var _defaultProps = require("
|
|
10
|
+
var _defaultProps = require("../../../version2/errorstate/UrlNotFound/props/defaultProps");
|
|
11
11
|
|
|
12
|
-
var _propTypes = require("
|
|
12
|
+
var _propTypes = require("../../../version2/errorstate/UrlNotFound/props/propTypes");
|
|
13
13
|
|
|
14
|
-
var _Layout = require("@zohodesk/components/
|
|
14
|
+
var _Layout = require("@zohodesk/components/es/v1/Layout");
|
|
15
15
|
|
|
16
16
|
var _ErrorUrlNotFound = _interopRequireDefault(require("@zohodesk/svg/lib/v1/errorstate/version3/ErrorUrlNotFound"));
|
|
17
17
|
|
|
18
|
-
var _Button = _interopRequireDefault(require("@zohodesk/components/
|
|
18
|
+
var _Button = _interopRequireDefault(require("@zohodesk/components/es/v1/Button/Button"));
|
|
19
19
|
|
|
20
|
-
var _CommonEmptyState = _interopRequireDefault(require("
|
|
20
|
+
var _CommonEmptyState = _interopRequireDefault(require("../../emptystate/CommonEmptyState/CommonEmptyState"));
|
|
21
21
|
|
|
22
|
-
var _V2_ErrorStatesModule = _interopRequireDefault(require("
|
|
22
|
+
var _V2_ErrorStatesModule = _interopRequireDefault(require("../../../version2/errorstate/V2_ErrorStates.module.css"));
|
|
23
23
|
|
|
24
24
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
25
25
|
|
|
@@ -7,19 +7,19 @@ exports["default"] = WillBeRightBack;
|
|
|
7
7
|
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
|
|
10
|
-
var _defaultProps = require("
|
|
10
|
+
var _defaultProps = require("../../../version2/errorstate/WillBeRightBack/props/defaultProps");
|
|
11
11
|
|
|
12
|
-
var _propTypes = require("
|
|
12
|
+
var _propTypes = require("../../../version2/errorstate/WillBeRightBack/props/propTypes");
|
|
13
13
|
|
|
14
|
-
var _Layout = require("@zohodesk/components/
|
|
14
|
+
var _Layout = require("@zohodesk/components/es/v1/Layout");
|
|
15
15
|
|
|
16
16
|
var _ErrorWillBeRightBack = _interopRequireDefault(require("@zohodesk/svg/lib/v1/errorstate/version3/ErrorWillBeRightBack"));
|
|
17
17
|
|
|
18
|
-
var _Button = _interopRequireDefault(require("@zohodesk/components/
|
|
18
|
+
var _Button = _interopRequireDefault(require("@zohodesk/components/es/v1/Button/Button"));
|
|
19
19
|
|
|
20
|
-
var _CommonEmptyState = _interopRequireDefault(require("
|
|
20
|
+
var _CommonEmptyState = _interopRequireDefault(require("../../emptystate/CommonEmptyState/CommonEmptyState"));
|
|
21
21
|
|
|
22
|
-
var _V2_ErrorStatesModule = _interopRequireDefault(require("
|
|
22
|
+
var _V2_ErrorStatesModule = _interopRequireDefault(require("../../../version2/errorstate/V2_ErrorStates.module.css"));
|
|
23
23
|
|
|
24
24
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
25
25
|
|