@zohodesk/svg 1.0.0-beta.45 → 1.0.0-beta.48
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 +12 -0
- package/assets/Appearance/pureDark/mode/pureDarkEmptyStates.module.css +37 -0
- package/assets/Appearance/pureDark/themes/blue/bluePureDarkCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/green/greenPureDarkCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/orange/orangePureDarkCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/red/redPureDarkCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkCTATheme.module.css +10 -0
- package/es/{svg → Loader}/Loader.js +12 -15
- package/es/Loader/props/defaultProps.js +3 -0
- package/es/Loader/props/propTypes.js +4 -0
- package/es/Provider.js +18 -84
- package/es/{svg → _svg}/SVG.js +5 -27
- package/es/{svg → _svg}/SVG.module.css +0 -0
- package/es/{svg → _svg}/SvgLoader.js +3 -3
- package/es/_svg/props/defaultProps.js +11 -0
- package/es/_svg/props/propTypes.js +15 -0
- package/es/{svg → css}/EmptyStateVariables.module.css +0 -0
- package/es/docs/Emptystate__version1.docs.js +29 -0
- package/es/docs/Emptystate__version2.docs.js +45 -0
- package/es/docs/Emptystate__version3.docs.js +148 -0
- package/es/docs/Errorstate__version1.docs.js +41 -0
- package/es/docs/Errorstate__version2.docs.js +33 -0
- package/es/docs/Errorstate__version3.docs.js +39 -0
- package/es/docs/SVG__common.docs.js +29 -0
- package/es/docs/SVGdocstyle.module.css +53 -0
- package/es/emptystate/props/defaultProps.js +8 -0
- package/es/emptystate/props/propTypes.js +9 -0
- package/es/emptystate/version1/EmptyCustomDomain.js +31 -0
- package/es/emptystate/version2/EmptyBusinessHoliday.js +31 -0
- package/es/emptystate/version2/EmptyBusinessHour.js +31 -0
- package/es/emptystate/version2/EmptyFromAddress.js +31 -0
- package/es/emptystate/version2/EmptyImportHistory.js +31 -0
- package/es/emptystate/version2/EmptyNetwork.js +31 -0
- package/es/emptystate/version2/EmptyRecycleBin.js +31 -0
- package/es/emptystate/version2/EmptyRoles.js +31 -0
- package/es/emptystate/version2/EmptyWebhook.js +31 -0
- package/es/emptystate/version2/FailureLog.js +31 -0
- package/es/emptystate/version3/CustomModule.js +60 -0
- package/es/{svg → emptystate/version3}/EmptyAccounts.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyActiveCalls.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyActivity.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyAgent.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyAgentQueue.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyApproval.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyArchived.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyAttach.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyBlueprint.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyCallHistory.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyCollision.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyColumn.js +10 -20
- package/es/{svg → emptystate/version3}/EmptyContact.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyContract.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyConversation.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyCrm.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyCrmNotes.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyCrmPotential.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyDashboard.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyDelete.js +12 -22
- package/es/{svg → emptystate/version3}/EmptyDepartment.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyError.js +8 -17
- package/es/{svg → emptystate/version3}/EmptyFeed.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyFollowers.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyFrame.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyHappiness.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyHistory.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyInvoice.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyNotification.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyProducts.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyReply.js +8 -18
- package/es/{svg → emptystate/version3}/EmptyReports.js +9 -19
- package/es/{svg → emptystate/version3}/EmptySchedule.js +9 -19
- package/es/{svg → emptystate/version3}/EmptySearch.js +9 -19
- package/es/{svg → emptystate/version3}/EmptySkills.js +9 -19
- package/es/{svg → emptystate/version3}/EmptySla.js +8 -18
- package/es/{svg → emptystate/version3}/EmptySnippet.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyTag.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyTask.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyTeams.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyTemplate.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyTicket.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyTimeEntry.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyTimeline.js +9 -19
- package/es/{svg → emptystate/version3}/EmptyTopic.js +9 -19
- package/es/{svg → emptystate/version3}/Export.js +15 -25
- package/es/{svg → emptystate/version3}/Extensions.js +9 -19
- package/es/{svg → emptystate/version3}/Extractor.js +9 -19
- package/es/{svg → emptystate/version3}/GCBot.js +11 -21
- package/es/{svg → emptystate/version3}/GCConversation.js +15 -25
- package/es/{svg → emptystate/version3}/Import.js +8 -18
- package/es/{svg → emptystate/version3}/KBBot.js +11 -21
- package/es/{svg → emptystate/version3}/Multilingual.js +10 -20
- package/es/{svg → emptystate/version3}/NetworkError.js +16 -26
- package/es/{svg → emptystate/version3}/Predictor.js +9 -19
- package/es/{svg → emptystate/version3}/ReadRecipients.js +11 -21
- package/es/{svg → emptystate/version3}/Variable.js +11 -21
- package/es/{svg → emptystate/version3}/ZiaAnamoly.js +9 -19
- package/es/errorstate/props/defaultProps.js +8 -0
- package/es/errorstate/props/propTypes.js +9 -0
- package/es/errorstate/version1/EmptyInconvenience.js +34 -0
- package/es/errorstate/version1/NoRequestFound.js +34 -0
- package/es/errorstate/version1/PageNotFound.js +35 -0
- package/es/errorstate/version1/UnableToProcessRequest.js +35 -0
- package/es/errorstate/version1/UnauthorizedLogin.js +35 -0
- package/es/errorstate/version1/UrlNotFound.js +35 -0
- package/es/errorstate/version1/WillBeRightBack.js +35 -0
- package/es/{svg → errorstate/version2}/EmptyUnauthorizedLogin.js +8 -19
- package/es/{svg → errorstate/version2}/EmptyWillBeRightBack.js +9 -20
- package/es/{svg → errorstate/version2}/NotImpossible.js +9 -18
- package/es/{svg → errorstate/version3}/ErrorInconvenience.js +8 -15
- package/es/{svg → errorstate/version3}/ErrorOopsSomethingMiss.js +8 -15
- package/es/{svg → errorstate/version3}/ErrorUnableToProcessRequest.js +8 -15
- package/es/{svg → errorstate/version3}/ErrorUnauthorizedLogin.js +22 -29
- package/es/{svg → errorstate/version3}/ErrorUrlNotFound.js +8 -15
- package/es/{svg → errorstate/version3}/ErrorWillBeRightBack.js +8 -15
- package/es/index.js +7 -4
- package/{es/svg/images → images}/EmptyBusinessHoliday.svg +0 -0
- package/{es/svg/images → images}/EmptyBusinessHour.svg +0 -0
- package/{es/svg/images → images}/EmptyContactInfo.svg +0 -0
- package/{es/svg/images → images}/EmptyCustomDomain.svg +0 -0
- package/{es/svg/images → images}/EmptyFilter.svg +0 -0
- package/{es/svg/images → images}/EmptyFromAddress.svg +0 -0
- package/{es/svg/images → images}/EmptyImportHistory.svg +0 -0
- package/{es/svg/images → images}/EmptyNetwork.svg +0 -0
- package/{es/svg/images → images}/EmptyRecycleBin.svg +0 -0
- package/{es/svg/images → images}/EmptyRoles.svg +0 -0
- package/{es/svg/images → images}/EmptySkills.svg +0 -0
- package/{es/svg/images → images}/EmptyWebhook.svg +0 -0
- package/{es/svg/images → images}/FailureLog.svg +0 -0
- package/{es/svg/images → images}/Inconvenience.svg +0 -0
- package/{es/svg/images → images}/NoRequestFound.svg +0 -0
- package/{es/svg/images → images}/PageNotFound.svg +0 -0
- package/{es/svg/images → images}/ReguestUrlNotFound.svg +0 -0
- package/{es/svg/images → images}/UnableToProcess.svg +0 -0
- package/{es/svg/images → images}/UnauthorizedLogin.svg +0 -0
- package/{es/svg/images → images}/WillBack.svg +0 -0
- package/lib/{svg → Loader}/Loader.js +15 -17
- package/lib/Loader/props/defaultProps.js +10 -0
- package/lib/Loader/props/propTypes.js +15 -0
- package/lib/Provider.js +25 -99
- package/lib/{svg → _svg}/SVG.js +8 -29
- package/lib/{svg → _svg}/SVG.module.css +0 -0
- package/lib/{svg → _svg}/SvgLoader.js +3 -3
- package/lib/_svg/props/defaultProps.js +18 -0
- package/lib/_svg/props/propTypes.js +26 -0
- package/lib/{svg → css}/EmptyStateVariables.module.css +0 -0
- package/lib/{svg/EmptyRoles.js → docs/Emptystate__version1.docs.js} +28 -39
- package/lib/docs/Emptystate__version2.docs.js +103 -0
- package/lib/docs/Emptystate__version3.docs.js +256 -0
- package/lib/docs/Errorstate__version1.docs.js +97 -0
- package/lib/docs/Errorstate__version2.docs.js +85 -0
- package/lib/docs/Errorstate__version3.docs.js +94 -0
- package/lib/docs/SVG__common.docs.js +79 -0
- package/lib/docs/SVGdocstyle.module.css +53 -0
- package/lib/emptystate/props/defaultProps.js +15 -0
- package/lib/{svg/utils.js → emptystate/props/propTypes.js} +7 -13
- package/lib/{svg → emptystate/version1}/EmptyCustomDomain.js +18 -20
- package/lib/{svg → emptystate/version2}/EmptyBusinessHoliday.js +18 -20
- package/lib/{svg → emptystate/version2}/EmptyBusinessHour.js +18 -20
- package/lib/{svg → emptystate/version2}/EmptyFromAddress.js +18 -20
- package/lib/{svg → emptystate/version2}/EmptyImportHistory.js +18 -20
- package/lib/{svg → emptystate/version2}/EmptyNetwork.js +18 -20
- package/lib/{svg → emptystate/version2}/EmptyRecycleBin.js +18 -20
- package/lib/emptystate/version2/EmptyRoles.js +88 -0
- package/lib/{svg → emptystate/version2}/EmptyWebhook.js +18 -20
- package/lib/{svg → emptystate/version2}/FailureLog.js +18 -20
- package/lib/emptystate/version3/CustomModule.js +116 -0
- package/lib/{svg → emptystate/version3}/EmptyAccounts.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyActiveCalls.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyActivity.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyAgent.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyAgentQueue.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyApproval.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyArchived.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyAttach.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyBlueprint.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyCallHistory.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyCollision.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyColumn.js +20 -24
- package/lib/{svg → emptystate/version3}/EmptyContact.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyContract.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyConversation.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyCrm.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyCrmNotes.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyCrmPotential.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyDashboard.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyDelete.js +22 -26
- package/lib/{svg → emptystate/version3}/EmptyDepartment.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyError.js +18 -21
- package/lib/{svg → emptystate/version3}/EmptyFeed.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyFollowers.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyFrame.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyHappiness.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyHistory.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyInvoice.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyNotification.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyProducts.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyReply.js +18 -22
- package/lib/{svg → emptystate/version3}/EmptyReports.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptySchedule.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptySearch.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptySkills.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptySla.js +18 -22
- package/lib/{svg → emptystate/version3}/EmptySnippet.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyTag.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyTask.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyTeams.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyTemplate.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyTicket.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyTimeEntry.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyTimeline.js +19 -23
- package/lib/{svg → emptystate/version3}/EmptyTopic.js +19 -23
- package/lib/{svg → emptystate/version3}/Export.js +25 -29
- package/lib/{svg → emptystate/version3}/Extensions.js +19 -23
- package/lib/{svg → emptystate/version3}/Extractor.js +19 -23
- package/lib/{svg → emptystate/version3}/GCBot.js +21 -25
- package/lib/{svg → emptystate/version3}/GCConversation.js +25 -29
- package/lib/{svg → emptystate/version3}/Import.js +18 -22
- package/lib/{svg → emptystate/version3}/KBBot.js +21 -25
- package/lib/{svg → emptystate/version3}/Multilingual.js +20 -24
- package/lib/{svg → emptystate/version3}/NetworkError.js +26 -30
- package/lib/{svg → emptystate/version3}/Predictor.js +19 -23
- package/lib/{svg → emptystate/version3}/ReadRecipients.js +21 -25
- package/lib/{svg → emptystate/version3}/Variable.js +21 -25
- package/lib/{svg → emptystate/version3}/ZiaAnamoly.js +19 -23
- package/lib/errorstate/props/defaultProps.js +15 -0
- package/lib/errorstate/props/propTypes.js +20 -0
- package/lib/{svg → errorstate/version1}/EmptyInconvenience.js +18 -19
- package/lib/{svg → errorstate/version1}/NoRequestFound.js +18 -19
- package/lib/{svg → errorstate/version1}/PageNotFound.js +18 -19
- package/lib/{svg → errorstate/version1}/UnableToProcessRequest.js +18 -19
- package/lib/{svg → errorstate/version1}/UnauthorizedLogin.js +18 -19
- package/lib/{svg → errorstate/version1}/UrlNotFound.js +18 -19
- package/lib/{svg → errorstate/version1}/WillBeRightBack.js +18 -19
- package/lib/{svg → errorstate/version2}/EmptyUnauthorizedLogin.js +18 -22
- package/lib/{svg → errorstate/version2}/EmptyWillBeRightBack.js +19 -23
- package/lib/{svg → errorstate/version2}/NotImpossible.js +19 -21
- package/lib/{svg → errorstate/version3}/ErrorInconvenience.js +18 -18
- package/lib/{svg → errorstate/version3}/ErrorOopsSomethingMiss.js +18 -18
- package/lib/{svg → errorstate/version3}/ErrorUnableToProcessRequest.js +18 -18
- package/lib/{svg → errorstate/version3}/ErrorUnauthorizedLogin.js +32 -32
- package/lib/{svg → errorstate/version3}/ErrorUrlNotFound.js +18 -18
- package/lib/{svg → errorstate/version3}/ErrorWillBeRightBack.js +18 -18
- package/lib/index.js +40 -16
- package/package.json +3 -3
- package/es/svg/EmptyBusinessHoliday.js +0 -39
- package/es/svg/EmptyBusinessHour.js +0 -39
- package/es/svg/EmptyCustomDomain.js +0 -39
- package/es/svg/EmptyFromAddress.js +0 -39
- package/es/svg/EmptyImportHistory.js +0 -39
- package/es/svg/EmptyInconvenience.js +0 -42
- package/es/svg/EmptyNetwork.js +0 -39
- package/es/svg/EmptyRecycleBin.js +0 -39
- package/es/svg/EmptyRoles.js +0 -39
- package/es/svg/EmptyWebhook.js +0 -39
- package/es/svg/FailureLog.js +0 -39
- package/es/svg/NoRequestFound.js +0 -42
- package/es/svg/PageNotFound.js +0 -43
- package/es/svg/UnableToProcessRequest.js +0 -43
- package/es/svg/UnauthorizedLogin.js +0 -43
- package/es/svg/UrlNotFound.js +0 -43
- package/es/svg/WillBeRightBack.js +0 -43
- package/es/svg/utils.js +0 -14
- package/lib/svg/images/EmptyBusinessHoliday.svg +0 -50
- package/lib/svg/images/EmptyBusinessHour.svg +0 -42
- package/lib/svg/images/EmptyContactInfo.svg +0 -27
- package/lib/svg/images/EmptyCustomDomain.svg +0 -85
- package/lib/svg/images/EmptyFilter.svg +0 -62
- package/lib/svg/images/EmptyFromAddress.svg +0 -41
- package/lib/svg/images/EmptyImportHistory.svg +0 -43
- package/lib/svg/images/EmptyNetwork.svg +0 -50
- package/lib/svg/images/EmptyRecycleBin.svg +0 -58
- package/lib/svg/images/EmptyRoles.svg +0 -30
- package/lib/svg/images/EmptySkills.svg +0 -83
- package/lib/svg/images/EmptyWebhook.svg +0 -44
- package/lib/svg/images/FailureLog.svg +0 -46
- package/lib/svg/images/Inconvenience.svg +0 -719
- package/lib/svg/images/NoRequestFound.svg +0 -247
- package/lib/svg/images/PageNotFound.svg +0 -405
- package/lib/svg/images/ReguestUrlNotFound.svg +0 -267
- package/lib/svg/images/UnableToProcess.svg +0 -752
- package/lib/svg/images/UnauthorizedLogin.svg +0 -1047
- package/lib/svg/images/WillBack.svg +0 -633
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import
|
|
5
|
-
import
|
|
4
|
+
import { EmptyStateProps } from './../props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
6
|
+
import SVG from './../../_svg/SVG';
|
|
6
7
|
export default class EmptyContract extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "Contract"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null,
|
|
12
|
+
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyContract_svg__cls-3{fill:var(--zd_emptysvg_tiny_circle)}.EmptyContract_svg__cls-5{fill:var(--zd_emptysvg_cross)}.EmptyContract_svg__cls-4{fill:var(--zd_emptysvg_plus)}')), /*#__PURE__*/React.createElement("path", {
|
|
12
13
|
d: "M88.2 67.4s41.2-27.13 62.06-19 35.09 76.86-22.89 107.68S43.15 119.89 42.93 108c-.21-11.5 0-38.9 45.27-40.6z",
|
|
13
14
|
opacity: 0.05,
|
|
14
15
|
fill: "var(--zd_emptysvg_primary_fill)"
|
|
@@ -44,25 +45,14 @@ export default class EmptyContract extends React.Component {
|
|
|
44
45
|
}
|
|
45
46
|
|
|
46
47
|
}
|
|
47
|
-
EmptyContract.propTypes = {
|
|
48
|
-
alignHorizontal: PropTypes.bool,
|
|
49
|
-
className: PropTypes.string,
|
|
50
|
-
dataId: PropTypes.string,
|
|
51
|
-
isRender: PropTypes.bool,
|
|
52
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
53
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
48
|
+
EmptyContract.propTypes = { ...EmptyStateProps
|
|
54
49
|
};
|
|
55
|
-
EmptyContract.defaultProps = {
|
|
56
|
-
|
|
57
|
-
alignHorizontal: true,
|
|
58
|
-
isRender: true,
|
|
59
|
-
className: '',
|
|
60
|
-
dataId: 'EmptyContract',
|
|
61
|
-
palette: 'default'
|
|
50
|
+
EmptyContract.defaultProps = { ...EmptyStateDefaultProps,
|
|
51
|
+
dataId: 'EmptyContract'
|
|
62
52
|
};
|
|
63
53
|
|
|
64
54
|
if (false) {
|
|
65
55
|
EmptyContract.docs = {
|
|
66
|
-
componentGroup: '
|
|
56
|
+
componentGroup: 'Emptystate'
|
|
67
57
|
};
|
|
68
58
|
}
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import
|
|
5
|
-
import
|
|
4
|
+
import { EmptyStateProps } from './../props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
6
|
+
import SVG from './../../_svg/SVG';
|
|
6
7
|
export default class EmptyConversation extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "conversation"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null,
|
|
12
|
+
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyConversation_svg__cls-4,.EmptyConversation_svg__cls-5,.EmptyConversation_svg__cls-6,.EmptyConversation_svg__cls-7,.EmptyConversation_svg__cls-8{fill:none}.EmptyConversation_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyConversation_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyConversation_svg__cls-5,.EmptyConversation_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyConversation_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyConversation_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
|
|
12
13
|
d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
|
|
13
14
|
fill: "var(--zd_emptysvg_primary_fill)",
|
|
14
15
|
opacity: 0.05
|
|
@@ -48,25 +49,14 @@ export default class EmptyConversation extends React.Component {
|
|
|
48
49
|
}
|
|
49
50
|
|
|
50
51
|
}
|
|
51
|
-
EmptyConversation.propTypes = {
|
|
52
|
-
alignHorizontal: PropTypes.bool,
|
|
53
|
-
className: PropTypes.string,
|
|
54
|
-
dataId: PropTypes.string,
|
|
55
|
-
isRender: PropTypes.bool,
|
|
56
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
57
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
52
|
+
EmptyConversation.propTypes = { ...EmptyStateProps
|
|
58
53
|
};
|
|
59
|
-
EmptyConversation.defaultProps = {
|
|
60
|
-
|
|
61
|
-
alignHorizontal: true,
|
|
62
|
-
isRender: true,
|
|
63
|
-
className: '',
|
|
64
|
-
dataId: 'emptyConversation',
|
|
65
|
-
palette: 'default'
|
|
54
|
+
EmptyConversation.defaultProps = { ...EmptyStateDefaultProps,
|
|
55
|
+
dataId: 'emptyConversation'
|
|
66
56
|
};
|
|
67
57
|
|
|
68
58
|
if (false) {
|
|
69
59
|
EmptyConversation.docs = {
|
|
70
|
-
componentGroup: '
|
|
60
|
+
componentGroup: 'Emptystate'
|
|
71
61
|
};
|
|
72
62
|
}
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import
|
|
5
|
-
import
|
|
4
|
+
import { EmptyStateProps } from './../props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
6
|
+
import SVG from './../../_svg/SVG';
|
|
6
7
|
export default class EmptyCrm extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "Feed"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null,
|
|
12
|
+
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyCrm_svg__cls-7{fill:var(--zd_emptysvg_secondary_fill)}.EmptyCrm_svg__cls-4,.EmptyCrm_svg__cls-5,.EmptyCrm_svg__cls-6,.EmptyCrm_svg__cls-8,.EmptyCrm_svg__cls-9{fill:none}.EmptyCrm_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyCrm_svg__cls-8{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyCrm_svg__cls-5,.EmptyCrm_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyCrm_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyCrm_svg__cls-9{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
|
|
12
13
|
d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
|
|
13
14
|
fill: "var(--zd_emptysvg_primary_fill)",
|
|
14
15
|
opacity: 0.05
|
|
@@ -48,25 +49,14 @@ export default class EmptyCrm extends React.Component {
|
|
|
48
49
|
}
|
|
49
50
|
|
|
50
51
|
}
|
|
51
|
-
EmptyCrm.propTypes = {
|
|
52
|
-
alignHorizontal: PropTypes.bool,
|
|
53
|
-
className: PropTypes.string,
|
|
54
|
-
dataId: PropTypes.string,
|
|
55
|
-
isRender: PropTypes.bool,
|
|
56
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
57
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
52
|
+
EmptyCrm.propTypes = { ...EmptyStateProps
|
|
58
53
|
};
|
|
59
|
-
EmptyCrm.defaultProps = {
|
|
60
|
-
|
|
61
|
-
alignHorizontal: true,
|
|
62
|
-
isRender: true,
|
|
63
|
-
className: '',
|
|
64
|
-
dataId: 'EmptyFeed',
|
|
65
|
-
palette: 'default'
|
|
54
|
+
EmptyCrm.defaultProps = { ...EmptyStateDefaultProps,
|
|
55
|
+
dataId: 'EmptyCrm'
|
|
66
56
|
};
|
|
67
57
|
|
|
68
58
|
if (false) {
|
|
69
59
|
EmptyCrm.docs = {
|
|
70
|
-
componentGroup: '
|
|
60
|
+
componentGroup: 'Emptystate'
|
|
71
61
|
};
|
|
72
62
|
}
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import
|
|
5
|
-
import
|
|
4
|
+
import { EmptyStateProps } from './../props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
6
|
+
import SVG from './../../_svg/SVG';
|
|
6
7
|
export default class EmptyCrmNotes extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "crmnotes"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null,
|
|
12
|
+
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyCrmNotes_svg__cls-4,.EmptyCrmNotes_svg__cls-6{fill:none;stroke-width:.65px}.EmptyCrmNotes_svg__cls-6{stroke:var(--zd_emptysvg_cross)}.EmptyCrmNotes_svg__cls-4{stroke:var(--zd_emptysvg_plus)}.EmptyCrmNotes_svg__cls-4,.EmptyCrmNotes_svg__cls-6{stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
|
|
12
13
|
d: "M75.45 63.13s42.51-27.95 64-19.54 36.21 79.17-23.62 110.92S29 117.2 28.74 105c-.22-11.89 0-40.12 46.71-41.87z",
|
|
13
14
|
opacity: 0.05,
|
|
14
15
|
fill: "var(--zd_emptysvg_primary_fill)"
|
|
@@ -59,25 +60,14 @@ export default class EmptyCrmNotes extends React.Component {
|
|
|
59
60
|
}
|
|
60
61
|
|
|
61
62
|
}
|
|
62
|
-
EmptyCrmNotes.propTypes = {
|
|
63
|
-
alignHorizontal: PropTypes.bool,
|
|
64
|
-
className: PropTypes.string,
|
|
65
|
-
dataId: PropTypes.string,
|
|
66
|
-
isRender: PropTypes.bool,
|
|
67
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
68
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
63
|
+
EmptyCrmNotes.propTypes = { ...EmptyStateProps
|
|
69
64
|
};
|
|
70
|
-
EmptyCrmNotes.defaultProps = {
|
|
71
|
-
|
|
72
|
-
alignHorizontal: true,
|
|
73
|
-
isRender: true,
|
|
74
|
-
className: '',
|
|
75
|
-
dataId: 'emptyCrmNotes',
|
|
76
|
-
palette: 'default'
|
|
65
|
+
EmptyCrmNotes.defaultProps = { ...EmptyStateDefaultProps,
|
|
66
|
+
dataId: 'emptyCrmNotes'
|
|
77
67
|
};
|
|
78
68
|
|
|
79
69
|
if (false) {
|
|
80
70
|
EmptyCrmNotes.docs = {
|
|
81
|
-
componentGroup: '
|
|
71
|
+
componentGroup: 'Emptystate'
|
|
82
72
|
};
|
|
83
73
|
}
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import
|
|
5
|
-
import
|
|
4
|
+
import { EmptyStateProps } from './../props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
6
|
+
import SVG from './../../_svg/SVG';
|
|
6
7
|
export default class EmptyCrmPotential extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "crmPotential"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null,
|
|
12
|
+
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyCrmPotential_svg__cls-9{fill:var(--zd_emptysvg_secondary_fill)}.EmptyCrmPotential_svg__cls-4,.EmptyCrmPotential_svg__cls-6{fill:none;stroke-width:.65px}.EmptyCrmPotential_svg__cls-6{stroke:var(--zd_emptysvg_cross)}.EmptyCrmPotential_svg__cls-4{stroke:var(--zd_emptysvg_plus)}.EmptyCrmPotential_svg__cls-4,.EmptyCrmPotential_svg__cls-6{stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
|
|
12
13
|
d: "M78.35 63.13s42.51-27.95 64-19.54 36.21 79.17-23.62 110.92S31.87 117.2 31.64 105c-.22-11.89 0-40.12 46.71-41.87z",
|
|
13
14
|
opacity: 0.05,
|
|
14
15
|
fill: "var(--zd_emptysvg_primary_fill)"
|
|
@@ -62,25 +63,14 @@ export default class EmptyCrmPotential extends React.Component {
|
|
|
62
63
|
}
|
|
63
64
|
|
|
64
65
|
}
|
|
65
|
-
EmptyCrmPotential.propTypes = {
|
|
66
|
-
alignHorizontal: PropTypes.bool,
|
|
67
|
-
className: PropTypes.string,
|
|
68
|
-
dataId: PropTypes.string,
|
|
69
|
-
isRender: PropTypes.bool,
|
|
70
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
71
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
66
|
+
EmptyCrmPotential.propTypes = { ...EmptyStateProps
|
|
72
67
|
};
|
|
73
|
-
EmptyCrmPotential.defaultProps = {
|
|
74
|
-
|
|
75
|
-
alignHorizontal: true,
|
|
76
|
-
isRender: true,
|
|
77
|
-
className: '',
|
|
78
|
-
dataId: 'emptyCrmPotential',
|
|
79
|
-
palette: 'default'
|
|
68
|
+
EmptyCrmPotential.defaultProps = { ...EmptyStateDefaultProps,
|
|
69
|
+
dataId: 'emptyCrmPotential'
|
|
80
70
|
};
|
|
81
71
|
|
|
82
72
|
if (false) {
|
|
83
73
|
EmptyCrmPotential.docs = {
|
|
84
|
-
componentGroup: '
|
|
74
|
+
componentGroup: 'Emptystate'
|
|
85
75
|
};
|
|
86
76
|
}
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import
|
|
5
|
-
import
|
|
4
|
+
import { EmptyStateProps } from './../props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
6
|
+
import SVG from './../../_svg/SVG';
|
|
6
7
|
export default class EmptyDashboard extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "dashboard"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null,
|
|
12
|
+
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyDashboard_svg__cls-3,.EmptyDashboard_svg__cls-4,.EmptyDashboard_svg__cls-5{fill:none}.EmptyDashboard_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyDashboard_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyDashboard_svg__cls-4{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
|
|
12
13
|
d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
|
|
13
14
|
opacity: 0.05,
|
|
14
15
|
fill: "var(--zd_emptysvg_primary_fill)"
|
|
@@ -54,25 +55,14 @@ export default class EmptyDashboard extends React.Component {
|
|
|
54
55
|
}
|
|
55
56
|
|
|
56
57
|
}
|
|
57
|
-
EmptyDashboard.propTypes = {
|
|
58
|
-
alignHorizontal: PropTypes.bool,
|
|
59
|
-
className: PropTypes.string,
|
|
60
|
-
dataId: PropTypes.string,
|
|
61
|
-
isRender: PropTypes.bool,
|
|
62
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
63
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
58
|
+
EmptyDashboard.propTypes = { ...EmptyStateProps
|
|
64
59
|
};
|
|
65
|
-
EmptyDashboard.defaultProps = {
|
|
66
|
-
|
|
67
|
-
alignHorizontal: true,
|
|
68
|
-
isRender: true,
|
|
69
|
-
className: '',
|
|
70
|
-
dataId: 'emptyDashboard',
|
|
71
|
-
palette: 'default'
|
|
60
|
+
EmptyDashboard.defaultProps = { ...EmptyStateDefaultProps,
|
|
61
|
+
dataId: 'emptyDashboard'
|
|
72
62
|
};
|
|
73
63
|
|
|
74
64
|
if (false) {
|
|
75
65
|
EmptyDashboard.docs = {
|
|
76
|
-
componentGroup: '
|
|
66
|
+
componentGroup: 'Emptystate'
|
|
77
67
|
};
|
|
78
68
|
}
|
|
@@ -1,26 +1,27 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import
|
|
5
|
-
import
|
|
4
|
+
import { EmptyStateProps } from './../props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
6
|
+
import SVG from './../../_svg/SVG';
|
|
6
7
|
export default class EmptyDelete extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "delete"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null,
|
|
12
|
+
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyDelete_svg__cls-3{fill:var(--zd_emptysvg_plus)}.EmptyDelete_svg__cls-4{fill:var(--zd_emptysvg_medium_circle)}.EmptyDelete_svg__cls-5{fill:var(--zd_emptysvg_cross)}')), /*#__PURE__*/React.createElement("path", {
|
|
12
13
|
fill: "var(--zd_emptysvg_primary_stroke)",
|
|
13
14
|
d: "M98.66 174.25a113.49 113.49 0 0 1-27.21-3.46 12.5 12.5 0 0 1-9.23-9.71l-1.76-.41a.5.5 0 0 1-.38-.45c0-.16-1-16-1.24-32.23-.46-33 2.67-35.4 3.69-36.17a1.77 1.77 0 0 1 1.73-.27 2.73 2.73 0 0 1 1.35 1.26c34.09-4.43 53.35-2 63.07.54a23.88 23.88 0 0 0 6.74-4.35c-3.66-.92-8.67-5.24-13.17-10.94-10.9-9.35-25-23.9-31-40.47-1.54-4.29-1.65-7-.34-8.18 1-1 2.9-.86 5.49.32 4.39 2 11.06 7.26 17.9 13.9a12.7 12.7 0 0 1 3.09-2.6c6.38-3.89 10.43-2.64 12.7-.9 3.6 2.74 4.7 8.32 3.66 11.92-.66 2.27-2.11 3.67-4 3.84a.44.44 0 0 0-.32.11c-.28.58 1.43 3.12 2.94 5.37 3.49 5.17 8.57 12.72 7.94 19.9a13 13 0 0 1 .21 2.66c-.11 3.89-1.76 5-3.13 5.2h-.14l-9.71 72.07a12.35 12.35 0 0 1-9.66 11 90.93 90.93 0 0 1-19.22 2.05ZM63.3 161.31a11.5 11.5 0 0 0 8.39 8.51c11.17 2.79 28.21 5.32 46 1.45a11.34 11.34 0 0 0 8.88-10.13l.05-.39c-3.73.74-34.91 6.55-63.32.56Zm-.2-1.06c28.38 6.1 59.71.24 63.33-.48L135 96.52a39.82 39.82 0 0 0-6.12-2.16h-.05c-21.39 9.36-49.77 4.4-62.11 1.5 2.33 10.52-.47 37.88-3.6 61.28a11.42 11.42 0 0 0-.02 3.11Zm-2-.46 1 .23a12.49 12.49 0 0 1 0-3c4.24-31.67 5.49-53.53 3.61-61.39-1-.24-1.83-.45-2.54-.64a1 1 0 0 1 .12-1.88l1.27-.11a1.51 1.51 0 0 0-.64-.46.79.79 0 0 0-.79.13c-4.96 3.69-3.2 49.33-2.07 67.12Zm5.38-64.94c11.75 2.75 39.55 7.8 60.82-.9-19.53-4.7-50.16-1.56-61.18-.19a10.72 10.72 0 0 1 .32 1.09Zm63.73-1.1a39 39 0 0 1 5.22 1.86l.8-5.94a23.23 23.23 0 0 1-6.06 4.08Zm-65 .13-1.71.23 2 .49c-.17-.26-.26-.5-.36-.72Zm74.34-9a12.9 12.9 0 0 1-1.84 3.15c.95-.32 1.56-1.37 1.77-3.11Zm-16.65-7.54a155 155 0 0 0 13.64 10.5 11.81 11.81 0 0 0 2.37-4.36 10.88 10.88 0 0 0 .41-2.09C137.57 72 126 56.66 114.4 45.14c-3.46 4.88-2.18 11.71-.18 17.09a57.83 57.83 0 0 0 8.68 15.11Zm4.16 4.73a25.24 25.24 0 0 0 7.53 5.64c-1.68-1.18-4.33-3.1-7.53-5.64ZM115 44.35c10 9.86 20.21 22.58 24 32.36-1.16-5.42-4.78-10.8-7.45-14.76-2.39-3.55-3.51-5.3-3-6.35a1.26 1.26 0 0 1 1.13-.68c2-.17 2.8-2 3.12-3.12.95-3.28-.05-8.36-3.3-10.85-2.91-2.22-6.91-1.88-11.58 1a12.43 12.43 0 0 0-2.92 2.4ZM92.83 29.78a1.77 1.77 0 0 0-1.23.4c-.55.5-1.2 2.1.6 7.1C97.5 52 109.31 65.1 119.49 74.33a56.79 56.79 0 0 1-6.21-11.75c-2.83-7.62-2.65-13.88.42-18.14C107.11 38 100.59 32.77 96 30.67a8.17 8.17 0 0 0-3.17-.89Z"
|
|
14
15
|
}), /*#__PURE__*/React.createElement("path", {
|
|
15
16
|
d: "M137.48 86.1c-3.16 2.63-15.63-7.12-27.86-21.78S90 35.64 93.18 33s15.64 7.12 27.87 21.78 19.59 28.69 16.43 31.32Zm-51 62c3.36.94 2.62-30.95-.93-32.26s-2.42 31.33-2.42 31.33Zm22.54-.93s.06-21.75 3.6-20.44 3.11 22.31-.25 21.37Zm-12.92 0s-.24-27.18 3.31-25.87 1.61 27.45 0 26.8c-3.15-1.3-3.28-.91-3.28-.91Z",
|
|
16
17
|
style: {
|
|
17
|
-
fill:
|
|
18
|
+
fill: 'var(--zd_emptysvg_secondary_fill)'
|
|
18
19
|
}
|
|
19
20
|
}), /*#__PURE__*/React.createElement("path", {
|
|
20
21
|
d: "M82.32 58.19S129 27 152.59 36.4s39.74 88.3-25.92 123.72-95.36-41.65-95.57-55.3c-.28-13.21 0-44.7 51.22-46.63Z",
|
|
21
22
|
style: {
|
|
22
|
-
fill:
|
|
23
|
-
isolation:
|
|
23
|
+
fill: 'var(--zd_emptysvg_primary_fill)',
|
|
24
|
+
isolation: 'isolate',
|
|
24
25
|
opacity: 0.1
|
|
25
26
|
}
|
|
26
27
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -39,25 +40,14 @@ export default class EmptyDelete extends React.Component {
|
|
|
39
40
|
}
|
|
40
41
|
|
|
41
42
|
}
|
|
42
|
-
EmptyDelete.propTypes = {
|
|
43
|
-
alignHorizontal: PropTypes.bool,
|
|
44
|
-
className: PropTypes.string,
|
|
45
|
-
dataId: PropTypes.string,
|
|
46
|
-
isRender: PropTypes.bool,
|
|
47
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
48
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
43
|
+
EmptyDelete.propTypes = { ...EmptyStateProps
|
|
49
44
|
};
|
|
50
|
-
EmptyDelete.defaultProps = {
|
|
51
|
-
|
|
52
|
-
alignHorizontal: true,
|
|
53
|
-
isRender: true,
|
|
54
|
-
className: '',
|
|
55
|
-
dataId: 'EmptyDelete',
|
|
56
|
-
palette: 'default'
|
|
45
|
+
EmptyDelete.defaultProps = { ...EmptyStateDefaultProps,
|
|
46
|
+
dataId: 'EmptyDelete'
|
|
57
47
|
};
|
|
58
48
|
|
|
59
49
|
if (false) {
|
|
60
50
|
EmptyDelete.docs = {
|
|
61
|
-
componentGroup: '
|
|
51
|
+
componentGroup: 'Emptystate'
|
|
62
52
|
};
|
|
63
53
|
}
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import
|
|
5
|
-
import
|
|
4
|
+
import { EmptyStateProps } from './../props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
6
|
+
import SVG from './../../_svg/SVG';
|
|
6
7
|
export default class EmptyDepartment extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "department"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null,
|
|
12
|
+
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyDepartment_svg__cls-4{fill:var(--zd_emptysvg_primary_fill)}.EmptyDepartment_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.EmptyDepartment_svg__cls-3{fill:var(--zd_emptysvg_tiny_circle)}.EmptyDepartment_svg__cls-5{fill:var(--zd_emptysvg_medium_circle)}')), /*#__PURE__*/React.createElement("path", {
|
|
12
13
|
d: "M85.65 63.06s46.91-30.84 70.66-21.55 40 87.37-26.07 122.41-95.89-41.18-96.14-54.69c-.24-13.07 0-44.23 51.55-46.17z",
|
|
13
14
|
opacity: 0.05,
|
|
14
15
|
className: "EmptyDepartment_svg__cls-4"
|
|
@@ -48,25 +49,14 @@ export default class EmptyDepartment extends React.Component {
|
|
|
48
49
|
}
|
|
49
50
|
|
|
50
51
|
}
|
|
51
|
-
EmptyDepartment.propTypes = {
|
|
52
|
-
alignHorizontal: PropTypes.bool,
|
|
53
|
-
className: PropTypes.string,
|
|
54
|
-
dataId: PropTypes.string,
|
|
55
|
-
isRender: PropTypes.bool,
|
|
56
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
57
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
52
|
+
EmptyDepartment.propTypes = { ...EmptyStateProps
|
|
58
53
|
};
|
|
59
|
-
EmptyDepartment.defaultProps = {
|
|
60
|
-
|
|
61
|
-
alignHorizontal: true,
|
|
62
|
-
isRender: true,
|
|
63
|
-
className: '',
|
|
64
|
-
dataId: 'emptyDepartment',
|
|
65
|
-
palette: 'default'
|
|
54
|
+
EmptyDepartment.defaultProps = { ...EmptyStateDefaultProps,
|
|
55
|
+
dataId: 'emptyDepartment'
|
|
66
56
|
};
|
|
67
57
|
|
|
68
58
|
if (false) {
|
|
69
59
|
EmptyDepartment.docs = {
|
|
70
|
-
componentGroup: '
|
|
60
|
+
componentGroup: 'Emptystate'
|
|
71
61
|
};
|
|
72
62
|
}
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import
|
|
5
|
-
import
|
|
4
|
+
import { EmptyStateProps } from './../props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
6
|
+
import SVG from './../../_svg/SVG';
|
|
6
7
|
export default class EmptyError extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 500 500",
|
|
10
11
|
name: "EmptyError"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null,
|
|
12
|
+
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyError_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.EmptyError_svg__cls-3,.EmptyError_svg__cls-4,.EmptyError_svg__cls-5{fill:none}.EmptyError_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyError_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyError_svg__cls-4{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyError_svg_fill{fill: #DE3535;opacity: 0.3}.EmptyError_svg_line{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}')), /*#__PURE__*/React.createElement("path", {
|
|
12
13
|
class: "EmptyError_svg__cls-1",
|
|
13
14
|
d: "M217.5,155.3c0,0,113.7-75.3,171.3-52.6s96.9,213.4-63.2,298.9S93.2,301,92.6,268 C92,236.1,92.6,160,217.5,155.3z"
|
|
14
15
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -70,25 +71,15 @@ export default class EmptyError extends React.Component {
|
|
|
70
71
|
}
|
|
71
72
|
|
|
72
73
|
}
|
|
73
|
-
EmptyError.propTypes = {
|
|
74
|
-
alignHorizontal: PropTypes.bool,
|
|
75
|
-
className: PropTypes.string,
|
|
76
|
-
dataId: PropTypes.string,
|
|
77
|
-
isRender: PropTypes.bool,
|
|
78
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
79
|
-
palette: PropTypes.oneOf(['dark', 'danger'])
|
|
74
|
+
EmptyError.propTypes = { ...EmptyStateProps
|
|
80
75
|
};
|
|
81
|
-
EmptyError.defaultProps = {
|
|
82
|
-
size: 'large',
|
|
83
|
-
alignHorizontal: true,
|
|
84
|
-
isRender: true,
|
|
85
|
-
className: '',
|
|
76
|
+
EmptyError.defaultProps = { ...EmptyStateDefaultProps,
|
|
86
77
|
dataId: 'EmptyError',
|
|
87
78
|
palette: 'danger'
|
|
88
79
|
};
|
|
89
80
|
|
|
90
81
|
if (false) {
|
|
91
82
|
EmptyError.docs = {
|
|
92
|
-
componentGroup: '
|
|
83
|
+
componentGroup: 'Emptystate'
|
|
93
84
|
};
|
|
94
85
|
}
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import
|
|
5
|
-
import
|
|
4
|
+
import { EmptyStateProps } from './../props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
6
|
+
import SVG from './../../_svg/SVG';
|
|
6
7
|
export default class EmptyFeed extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "Feed"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null,
|
|
12
|
+
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyFeed_svg__cls-4,.EmptyFeed_svg__cls-5,.EmptyFeed_svg__cls-6,.EmptyFeed_svg__cls-7,.EmptyFeed_svg__cls-8{fill:none}.EmptyFeed_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyFeed_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyFeed_svg__cls-5,.EmptyFeed_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyFeed_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyFeed_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
|
|
12
13
|
d: "M86.51 62.52S133.43 31.67 157.17 41s40 87.37-26.06 122.41S35.22 122.19 35 108.68c-.28-13.07 0-44.23 51.51-46.16z",
|
|
13
14
|
fill: "var(--zd_emptysvg_primary_fill)",
|
|
14
15
|
opacity: 0.05
|
|
@@ -51,25 +52,14 @@ export default class EmptyFeed extends React.Component {
|
|
|
51
52
|
}
|
|
52
53
|
|
|
53
54
|
}
|
|
54
|
-
EmptyFeed.propTypes = {
|
|
55
|
-
alignHorizontal: PropTypes.bool,
|
|
56
|
-
className: PropTypes.string,
|
|
57
|
-
dataId: PropTypes.string,
|
|
58
|
-
isRender: PropTypes.bool,
|
|
59
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
60
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
55
|
+
EmptyFeed.propTypes = { ...EmptyStateProps
|
|
61
56
|
};
|
|
62
|
-
EmptyFeed.defaultProps = {
|
|
63
|
-
|
|
64
|
-
alignHorizontal: true,
|
|
65
|
-
isRender: true,
|
|
66
|
-
className: '',
|
|
67
|
-
dataId: 'EmptyFeed',
|
|
68
|
-
palette: 'default'
|
|
57
|
+
EmptyFeed.defaultProps = { ...EmptyStateDefaultProps,
|
|
58
|
+
dataId: 'EmptyFeed'
|
|
69
59
|
};
|
|
70
60
|
|
|
71
61
|
if (false) {
|
|
72
62
|
EmptyFeed.docs = {
|
|
73
|
-
componentGroup: '
|
|
63
|
+
componentGroup: 'Emptystate'
|
|
74
64
|
};
|
|
75
65
|
}
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import
|
|
5
|
-
import
|
|
4
|
+
import { EmptyStateProps } from './../props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
6
|
+
import SVG from './../../_svg/SVG';
|
|
6
7
|
export default class EmptyFollowers extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 500 500",
|
|
10
11
|
name: "Followers"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null,
|
|
12
|
+
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, '.EmptyFollowers_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.EmptyFollowers_svg__cls-3,.EmptyFollowers_svg__cls-4,.EmptyFollowers_svg__cls-5,EmptyFollowers_svg__cls-7,.EmptyFollowers_svg__cls-8{fill:none;stroke-width:3px}.EmptyFollowers_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyFollowers_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyFollowers_svg__cls-4,.EmptyFollowers_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyFollowers_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyFollowers_svg__cls-8{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
|
|
12
13
|
d: "M212 153.52s111.42-74.45 167.82-52S474.7 312.38 317.89 397 90.15 297.57 89.55 265c-.55-31.6 0-106.8 122.45-111.48z",
|
|
13
14
|
opacity: 0.05,
|
|
14
15
|
fill: "var(--zd_emptysvg_primary_fill)"
|
|
@@ -49,25 +50,14 @@ export default class EmptyFollowers extends React.Component {
|
|
|
49
50
|
}
|
|
50
51
|
|
|
51
52
|
}
|
|
52
|
-
EmptyFollowers.propTypes = {
|
|
53
|
-
alignHorizontal: PropTypes.bool,
|
|
54
|
-
className: PropTypes.string,
|
|
55
|
-
dataId: PropTypes.string,
|
|
56
|
-
isRender: PropTypes.bool,
|
|
57
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
58
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
53
|
+
EmptyFollowers.propTypes = { ...EmptyStateProps
|
|
59
54
|
};
|
|
60
|
-
EmptyFollowers.defaultProps = {
|
|
61
|
-
|
|
62
|
-
alignHorizontal: true,
|
|
63
|
-
isRender: true,
|
|
64
|
-
className: '',
|
|
65
|
-
dataId: 'EmptyFollowers',
|
|
66
|
-
palette: 'default'
|
|
55
|
+
EmptyFollowers.defaultProps = { ...EmptyStateDefaultProps,
|
|
56
|
+
dataId: 'EmptyFollowers'
|
|
67
57
|
};
|
|
68
58
|
|
|
69
59
|
if (false) {
|
|
70
60
|
EmptyFollowers.docs = {
|
|
71
|
-
componentGroup: '
|
|
61
|
+
componentGroup: 'Emptystate'
|
|
72
62
|
};
|
|
73
63
|
}
|