@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 Extractor extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "extractor"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("style", null,
|
|
12
|
+
}, this.props), /*#__PURE__*/React.createElement("style", null, '.Extractor_svg__st1{opacity:.1;fill:var(--zd_emptysvg_primary_fill);enable-background:new}.Extractor_svg__st2{fill:var(--zd_emptysvg_plus)}.Extractor_svg__st3{fill:var(--zd_emptysvg_medium_circle)}.Extractor_svg__st4{fill:var(--zd_emptysvg_cross)}.Extractor_svg__st6{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}'), /*#__PURE__*/React.createElement("path", {
|
|
12
13
|
fill: "none",
|
|
13
14
|
d: "M10 22h180v160H10z"
|
|
14
15
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -42,25 +43,14 @@ export default class Extractor extends React.Component {
|
|
|
42
43
|
}
|
|
43
44
|
|
|
44
45
|
}
|
|
45
|
-
Extractor.propTypes = {
|
|
46
|
-
alignHorizontal: PropTypes.bool,
|
|
47
|
-
className: PropTypes.string,
|
|
48
|
-
dataId: PropTypes.string,
|
|
49
|
-
isRender: PropTypes.bool,
|
|
50
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
51
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
46
|
+
Extractor.propTypes = { ...EmptyStateProps
|
|
52
47
|
};
|
|
53
|
-
Extractor.defaultProps = {
|
|
54
|
-
|
|
55
|
-
alignHorizontal: true,
|
|
56
|
-
isRender: true,
|
|
57
|
-
className: '',
|
|
58
|
-
dataId: 'extractor',
|
|
59
|
-
palette: 'default'
|
|
48
|
+
Extractor.defaultProps = { ...EmptyStateDefaultProps,
|
|
49
|
+
dataId: 'emptyExtractor'
|
|
60
50
|
};
|
|
61
51
|
|
|
62
52
|
if (false) {
|
|
63
53
|
Extractor.docs = {
|
|
64
|
-
componentGroup: '
|
|
54
|
+
componentGroup: 'Emptystate'
|
|
65
55
|
};
|
|
66
56
|
}
|
|
@@ -1,18 +1,19 @@
|
|
|
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 GCBot extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "GCBot"
|
|
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, '.GCBot_svg__cls-2{fill:var(--zd_emptysvg_plus)}.GCBot_svg__cls-3{fill:var(--zd_emptysvg_medium_circle)}.GCBot_svg__cls-4{fill:var(--zd_emptysvg_cross)}.GCBot_svg__cls-5{fill:var(--zd_emptysvg_secondary_fill);}.GCBot_svg__cls-6{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
|
|
12
13
|
d: "M84.12 58.19S130.78 27 154.39 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",
|
|
13
14
|
style: {
|
|
14
|
-
fill:
|
|
15
|
-
isolation:
|
|
15
|
+
fill: 'var(--zd_emptysvg_primary_fill)',
|
|
16
|
+
isolation: 'isolate',
|
|
16
17
|
opacity: 0.1
|
|
17
18
|
}
|
|
18
19
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -40,25 +41,14 @@ export default class GCBot extends React.Component {
|
|
|
40
41
|
}
|
|
41
42
|
|
|
42
43
|
}
|
|
43
|
-
GCBot.propTypes = {
|
|
44
|
-
alignHorizontal: PropTypes.bool,
|
|
45
|
-
className: PropTypes.string,
|
|
46
|
-
dataId: PropTypes.string,
|
|
47
|
-
isRender: PropTypes.bool,
|
|
48
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
49
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
44
|
+
GCBot.propTypes = { ...EmptyStateProps
|
|
50
45
|
};
|
|
51
|
-
GCBot.defaultProps = {
|
|
52
|
-
|
|
53
|
-
alignHorizontal: true,
|
|
54
|
-
isRender: true,
|
|
55
|
-
className: '',
|
|
56
|
-
dataId: 'GCBot',
|
|
57
|
-
palette: 'default'
|
|
46
|
+
GCBot.defaultProps = { ...EmptyStateDefaultProps,
|
|
47
|
+
dataId: 'emptyGCBot'
|
|
58
48
|
};
|
|
59
49
|
|
|
60
50
|
if (false) {
|
|
61
51
|
GCBot.docs = {
|
|
62
|
-
componentGroup: '
|
|
52
|
+
componentGroup: 'Emptystate'
|
|
63
53
|
};
|
|
64
54
|
}
|
|
@@ -1,18 +1,19 @@
|
|
|
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 GCConversation extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "GCConversation"
|
|
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, '.GCConversation_svg__cls-5{isolation:isolate}.GCConversation_svg__cls-2{fill:var(--zd_emptysvg_plus)}.GCConversation_svg__cls-3{fill:var(--zd_emptysvg_medium_circle)}.GCConversation_svg__cls-4{fill:var(--zd_emptysvg_cross)}.GCConversation_svg__cls-5{fill:var(--zd_emptysvg_secondary_fill)}')), /*#__PURE__*/React.createElement("path", {
|
|
12
13
|
d: "M78.11 58.19S124.77 27 148.38 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",
|
|
13
14
|
style: {
|
|
14
|
-
isolation:
|
|
15
|
-
fill:
|
|
15
|
+
isolation: 'isolate',
|
|
16
|
+
fill: 'var(--zd_emptysvg_primary_fill)',
|
|
16
17
|
opacity: 0.1
|
|
17
18
|
}
|
|
18
19
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -33,34 +34,23 @@ export default class GCConversation extends React.Component {
|
|
|
33
34
|
}), /*#__PURE__*/React.createElement("path", {
|
|
34
35
|
d: "m109.18 137.08-23.63.27-.62 7.65-8.26-8s-46.64 1.49-47.52-.62-2.1-26-.61-26 82-1.76 83.53.62 2.46 27 .88 26c-2.63-1.67-.61-38.39-.61-38.39L87 99.49s-10.89 5.62-9.75 5.88-.88-6.5-.88-6.5-24.77 2.38-25.12-1.14-.88-26.88.88-26.88 86.35-1.75 86.7 1.14c0 0 2.9 11.51-1.14 13.09-1.76.71-3.87 1.85-5.89.09l-5.8-4.48s-6.15 6.24-6.06 7.12 7.38 6.14 5.45 9.39-10.72 2.73-10.72 2.73-1 9.22.18 9.4 9.92.79 10.54 2.9-4.57 9-4.57 9 4.13 6.24 5.53 6.15 7-6.59 10.46-3.86 2.72 9.83 3.51 10 3.95-.09 3.95-.09l-.09-17.74s-12.21-.18-11.42-11.51c.71-10.1 12-13.26 17.66-7.46 6.68 6.85 1.93 17-5 17.56L144.4 75s3.34-1.23 3.6 2.11c.18 2.55-.44 10.19 4.22 9.13s6.41-6.32 10.1-4.12 4.13 3.77 3.69 5-5.36 7.91-4.39 9.49 9.48 2.11 10 2.81.79 5.89.18 7.91-6.86 1-8.7 2.46.61 7.64 3.43 11.24c0 0-2.2 5.09-4.57 5.88s-8.26-6.32-11.33-3.51-.71 8.78-2.64 10.19",
|
|
35
36
|
style: {
|
|
36
|
-
fill:
|
|
37
|
-
stroke:
|
|
38
|
-
strokeLinecap:
|
|
39
|
-
strokeLinejoin:
|
|
37
|
+
fill: 'none',
|
|
38
|
+
stroke: 'var(--zd_emptysvg_primary_stroke)',
|
|
39
|
+
strokeLinecap: 'round',
|
|
40
|
+
strokeLinejoin: 'round'
|
|
40
41
|
}
|
|
41
42
|
}));
|
|
42
43
|
}
|
|
43
44
|
|
|
44
45
|
}
|
|
45
|
-
GCConversation.propTypes = {
|
|
46
|
-
alignHorizontal: PropTypes.bool,
|
|
47
|
-
className: PropTypes.string,
|
|
48
|
-
dataId: PropTypes.string,
|
|
49
|
-
isRender: PropTypes.bool,
|
|
50
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
51
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
46
|
+
GCConversation.propTypes = { ...EmptyStateProps
|
|
52
47
|
};
|
|
53
|
-
GCConversation.defaultProps = {
|
|
54
|
-
|
|
55
|
-
alignHorizontal: true,
|
|
56
|
-
isRender: true,
|
|
57
|
-
className: '',
|
|
58
|
-
dataId: 'GCConversation',
|
|
59
|
-
palette: 'default'
|
|
48
|
+
GCConversation.defaultProps = { ...EmptyStateDefaultProps,
|
|
49
|
+
dataId: 'emptyGCConversation'
|
|
60
50
|
};
|
|
61
51
|
|
|
62
52
|
if (false) {
|
|
63
53
|
GCConversation.docs = {
|
|
64
|
-
componentGroup: '
|
|
54
|
+
componentGroup: 'Emptystate'
|
|
65
55
|
};
|
|
66
56
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
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 Import extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
@@ -58,25 +59,14 @@ export default class Import extends React.Component {
|
|
|
58
59
|
}
|
|
59
60
|
|
|
60
61
|
}
|
|
61
|
-
Import.propTypes = {
|
|
62
|
-
alignHorizontal: PropTypes.bool,
|
|
63
|
-
className: PropTypes.string,
|
|
64
|
-
dataId: PropTypes.string,
|
|
65
|
-
isRender: PropTypes.bool,
|
|
66
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
67
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
62
|
+
Import.propTypes = { ...EmptyStateProps
|
|
68
63
|
};
|
|
69
|
-
Import.defaultProps = {
|
|
70
|
-
|
|
71
|
-
alignHorizontal: true,
|
|
72
|
-
isRender: true,
|
|
73
|
-
className: '',
|
|
74
|
-
dataId: 'import',
|
|
75
|
-
palette: 'default'
|
|
64
|
+
Import.defaultProps = { ...EmptyStateDefaultProps,
|
|
65
|
+
dataId: 'emptyImport'
|
|
76
66
|
};
|
|
77
67
|
|
|
78
68
|
if (false) {
|
|
79
69
|
Import.docs = {
|
|
80
|
-
componentGroup: '
|
|
70
|
+
componentGroup: 'Emptystate'
|
|
81
71
|
};
|
|
82
72
|
}
|
|
@@ -1,18 +1,19 @@
|
|
|
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 KBBot extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "KBBot"
|
|
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, '.KBBot_svg__cls-2{fill:var(--zd_emptysvg_plus)}.KBBot_svg__cls-3{fill:var(--zd_emptysvg_medium_circle)}.KBBot_svg__cls-4{fill:var(--zd_emptysvg_cross)}.KBBot_svg__cls-5{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round}.KBBot_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill);}')), /*#__PURE__*/React.createElement("path", {
|
|
12
13
|
d: "M80.05 58.19S126.71 27 150.32 36.4s39.74 88.3-25.92 123.72-95.4-41.65-95.57-55.3c-.28-13.21 0-44.7 51.22-46.63Z",
|
|
13
14
|
style: {
|
|
14
|
-
fill:
|
|
15
|
-
isolation:
|
|
15
|
+
fill: 'var(--zd_emptysvg_primary_fill)',
|
|
16
|
+
isolation: 'isolate',
|
|
16
17
|
opacity: 0.1
|
|
17
18
|
}
|
|
18
19
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -55,25 +56,14 @@ export default class KBBot extends React.Component {
|
|
|
55
56
|
}
|
|
56
57
|
|
|
57
58
|
}
|
|
58
|
-
KBBot.propTypes = {
|
|
59
|
-
alignHorizontal: PropTypes.bool,
|
|
60
|
-
className: PropTypes.string,
|
|
61
|
-
dataId: PropTypes.string,
|
|
62
|
-
isRender: PropTypes.bool,
|
|
63
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
64
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
59
|
+
KBBot.propTypes = { ...EmptyStateProps
|
|
65
60
|
};
|
|
66
|
-
KBBot.defaultProps = {
|
|
67
|
-
|
|
68
|
-
alignHorizontal: true,
|
|
69
|
-
isRender: true,
|
|
70
|
-
className: '',
|
|
71
|
-
dataId: 'KBBot',
|
|
72
|
-
palette: 'default'
|
|
61
|
+
KBBot.defaultProps = { ...EmptyStateDefaultProps,
|
|
62
|
+
dataId: 'emptyKBBot'
|
|
73
63
|
};
|
|
74
64
|
|
|
75
65
|
if (false) {
|
|
76
66
|
KBBot.docs = {
|
|
77
|
-
componentGroup: '
|
|
67
|
+
componentGroup: 'Emptystate'
|
|
78
68
|
};
|
|
79
69
|
}
|
|
@@ -1,17 +1,18 @@
|
|
|
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 Multilingual extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "multilingual"
|
|
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, '.cls-2{fill:var(--zd_emptysvg_plus)}.cls-3{fill:var(--zd_emptysvg_medium_circle)}.cls-4{fill:var(--zd_emptysvg_cross)}.cls-5{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round}.cls-6{fill:var(--zd_emptysvg_secondary_fill);}')), /*#__PURE__*/React.createElement("path", {
|
|
12
13
|
d: "M80.22 58s46.66-31.17 70.27-21.79 39.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",
|
|
13
14
|
style: {
|
|
14
|
-
fill:
|
|
15
|
+
fill: 'var(--zd_emptysvg_primary_fill)',
|
|
15
16
|
opacity: 0.1
|
|
16
17
|
}
|
|
17
18
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -48,25 +49,14 @@ export default class Multilingual extends React.Component {
|
|
|
48
49
|
}
|
|
49
50
|
|
|
50
51
|
}
|
|
51
|
-
Multilingual.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
|
+
Multilingual.propTypes = { ...EmptyStateProps
|
|
58
53
|
};
|
|
59
|
-
Multilingual.defaultProps = {
|
|
60
|
-
|
|
61
|
-
alignHorizontal: true,
|
|
62
|
-
isRender: true,
|
|
63
|
-
className: '',
|
|
64
|
-
dataId: 'multilingual',
|
|
65
|
-
palette: 'default'
|
|
54
|
+
Multilingual.defaultProps = { ...EmptyStateDefaultProps,
|
|
55
|
+
dataId: 'emptyMultilingual'
|
|
66
56
|
};
|
|
67
57
|
|
|
68
58
|
if (false) {
|
|
69
59
|
Multilingual.docs = {
|
|
70
|
-
componentGroup: '
|
|
60
|
+
componentGroup: 'Emptystate'
|
|
71
61
|
};
|
|
72
62
|
}
|
|
@@ -1,18 +1,19 @@
|
|
|
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 NetworkError extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "NetworkError"
|
|
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, '.NetworkError_svg__cls-2{fill:var(--zd_emptysvg_plus)}.NetworkError_svg__cls-3{fill:var(--zd_emptysvg_cross)}')), /*#__PURE__*/React.createElement("path", {
|
|
12
13
|
d: "M83.58 69.05s45.64-29.14 68.74-20.37S191.2 131.25 127 164.36s-93.29-38.91-93.54-51.68c-.27-12.35-.03-41.8 50.12-43.63Z",
|
|
13
14
|
style: {
|
|
14
15
|
opacity: 0.1,
|
|
15
|
-
fill:
|
|
16
|
+
fill: 'var(--zd_emptysvg_primary_fill)'
|
|
16
17
|
}
|
|
17
18
|
}), /*#__PURE__*/React.createElement("path", {
|
|
18
19
|
className: "NetworkError_svg__cls-2",
|
|
@@ -32,44 +33,33 @@ export default class NetworkError extends React.Component {
|
|
|
32
33
|
}), /*#__PURE__*/React.createElement("path", {
|
|
33
34
|
d: "M156.05 25.35a4.33 4.33 0 1 1 4.37-4.35 4.35 4.35 0 0 1-4.37 4.35Zm0-7.67a3.34 3.34 0 1 0 3.37 3.32 3.36 3.36 0 0 0-3.37-3.32Z",
|
|
34
35
|
style: {
|
|
35
|
-
fill:
|
|
36
|
+
fill: 'var(--zd_emptysvg_medium_circle)'
|
|
36
37
|
}
|
|
37
38
|
}), /*#__PURE__*/React.createElement("path", {
|
|
38
39
|
d: "M70.93 54.19S26.22 71.38 35 122.2s73.87 45.48 89.63 29h0a32 32 0 0 0 4.44-5.92c3.32-5.7 10.67-17.76 15.88-22.52 5.83-5.32 21 16.22 24.93 24a3 3 0 0 1-2 4.13c-8.66 1.62-36.29 6.29-37.8.29-1-3.86 2.89-12.52 6.62-19.65a59.16 59.16 0 0 0 6.77-25.33h0c0-20.63-26.22-56.55-55.72-54.26 0 0-14.37 3.48-8.18 13.74S94.32 63.15 94 61.21c-.32-1.76-5.7-3.38-11.3 6.79a6.26 6.26 0 0 1-6.59 3.1c-2.15-.38-4.43-1-5.39-2.07C68.6 66.76 63 71.2 67 74.09s5.15 3.17 3 5.25-8.5 6.33-4.34 8.23 31.3 8.69 35.92.73S63 83.14 58.1 102.82c0 0-3.44 9.45 9.86 12.8s4.07 34 16.47 32c0 0 5.79-1.35 9.14-10 2-5.1 6.88-7.69 9.82-8.38a2.76 2.76 0 0 1 3.38 3.13c-.39 2.41-2.38 6.15-5 7.69-4.71 2.81-4.82-7.32-2.68-10.76s7.45-16 0-21.88-8.47-2.73-8.45-1.55c.09 4.16 11.13 13.93 18 11s10-10.4 9-13.66-8.5-6.69-9.86-4.25 5.16 6.06 12.67 4.34 16.28-.27 15.19 10.14",
|
|
39
40
|
style: {
|
|
40
|
-
fill:
|
|
41
|
-
stroke:
|
|
42
|
-
strokeLinecap:
|
|
43
|
-
strokeLinejoin:
|
|
41
|
+
fill: 'none',
|
|
42
|
+
stroke: 'var(--zd_emptysvg_primary_stroke)',
|
|
43
|
+
strokeLinecap: 'round',
|
|
44
|
+
strokeLinejoin: 'round'
|
|
44
45
|
}
|
|
45
46
|
}), /*#__PURE__*/React.createElement("path", {
|
|
46
47
|
d: "M110.51 98.21c6.3 2 8.62 5.37 5 12.94s-12.82 2.44-12.61 5.81-4.17 15-5.29 15.15-6.13 9.57-6.13 9.57-13.37 16.87-14.91-7.39-13.09-12.44-18.26-25.46S71 89.27 71 89.27c13.71 1.28 33.21 7 39.51 8.94ZM168.57 149c-2 4.13-2.42 2.44-9.82 3.42s-24.51 4.24-28.61-1.26c0 0 9.27-27.27 14.85-28.4s25.56 22.07 23.58 26.24Zm-21.85-8a1 1 0 0 0 2 0v-9.24a1 1 0 0 0-2 0Zm3.36 5.4c-.14-1.08-2-1.13-2-1.13-2.72.24-.4 2.8-.4 2.8.71.64 2.54-.64 2.4-1.72Z",
|
|
47
48
|
style: {
|
|
48
|
-
fill:
|
|
49
|
+
fill: 'var(--zd_emptysvg_secondary_fill)'
|
|
49
50
|
}
|
|
50
51
|
}));
|
|
51
52
|
}
|
|
52
53
|
|
|
53
54
|
}
|
|
54
|
-
NetworkError.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
|
+
NetworkError.propTypes = { ...EmptyStateProps
|
|
61
56
|
};
|
|
62
|
-
NetworkError.defaultProps = {
|
|
63
|
-
|
|
64
|
-
alignHorizontal: true,
|
|
65
|
-
isRender: true,
|
|
66
|
-
className: '',
|
|
67
|
-
dataId: 'NetworkError',
|
|
68
|
-
palette: 'default'
|
|
57
|
+
NetworkError.defaultProps = { ...EmptyStateDefaultProps,
|
|
58
|
+
dataId: 'emptyNetworkError'
|
|
69
59
|
};
|
|
70
60
|
|
|
71
61
|
if (false) {
|
|
72
62
|
NetworkError.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 Predictor extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "predictor"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("style", null,
|
|
12
|
+
}, this.props), /*#__PURE__*/React.createElement("style", null, '.Predictor_svg__st0{fill:none}.Predictor_svg__st1{opacity:.1;fill:var(--zd_emptysvg_primary_fill);enable-background:new}.Predictor_svg__st2{fill:var(--zd_emptysvg_plus)}.Predictor_svg__st3{fill:var(--zd_emptysvg_medium_circle)}.Predictor_svg__st4{fill:var(--zd_emptysvg_cross)}'), /*#__PURE__*/React.createElement("path", {
|
|
12
13
|
className: "Predictor_svg__st0",
|
|
13
14
|
d: "M0 0h200v200H0z"
|
|
14
15
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -49,25 +50,14 @@ export default class Predictor extends React.Component {
|
|
|
49
50
|
}
|
|
50
51
|
|
|
51
52
|
}
|
|
52
|
-
Predictor.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
|
+
Predictor.propTypes = { ...EmptyStateProps
|
|
59
54
|
};
|
|
60
|
-
Predictor.defaultProps = {
|
|
61
|
-
|
|
62
|
-
alignHorizontal: true,
|
|
63
|
-
isRender: true,
|
|
64
|
-
className: '',
|
|
65
|
-
dataId: 'predictor',
|
|
66
|
-
palette: 'default'
|
|
55
|
+
Predictor.defaultProps = { ...EmptyStateDefaultProps,
|
|
56
|
+
dataId: 'emptyPredictor'
|
|
67
57
|
};
|
|
68
58
|
|
|
69
59
|
if (false) {
|
|
70
60
|
Predictor.docs = {
|
|
71
|
-
componentGroup: '
|
|
61
|
+
componentGroup: 'Emptystate'
|
|
72
62
|
};
|
|
73
63
|
}
|
|
@@ -1,18 +1,19 @@
|
|
|
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 ReadRecipients extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "ReadRecipients"
|
|
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, '.ReadRecipients_svg__cls-2{fill:var(--zd_emptysvg_plus)}.ReadRecipients_svg__cls-3{fill:var(--zd_emptysvg_cross)}.ReadRecipients_svg__cls-5{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round}.ReadRecipients_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill);isolation:isolate;}')), /*#__PURE__*/React.createElement("path", {
|
|
12
13
|
d: "M77.57 69.05s45.64-29.14 68.74-20.37 38.88 82.57-25.31 115.68-93.29-38.91-93.54-51.68c-.28-12.35-.04-41.8 50.11-43.63Z",
|
|
13
14
|
style: {
|
|
14
15
|
opacity: 0.1,
|
|
15
|
-
fill:
|
|
16
|
+
fill: 'var(--zd_emptysvg_primary_fill)'
|
|
16
17
|
}
|
|
17
18
|
}), /*#__PURE__*/React.createElement("path", {
|
|
18
19
|
className: "ReadRecipients_svg__cls-2",
|
|
@@ -32,7 +33,7 @@ export default class ReadRecipients extends React.Component {
|
|
|
32
33
|
}), /*#__PURE__*/React.createElement("path", {
|
|
33
34
|
d: "M150 25.35a4.33 4.33 0 1 1 4.41-4.35 4.36 4.36 0 0 1-4.41 4.35Zm0-7.67a3.34 3.34 0 1 0 3.41 3.32 3.37 3.37 0 0 0-3.41-3.32Z",
|
|
34
35
|
style: {
|
|
35
|
-
fill:
|
|
36
|
+
fill: 'var(--zd_emptysvg_medium_circle)'
|
|
36
37
|
}
|
|
37
38
|
}), /*#__PURE__*/React.createElement("path", {
|
|
38
39
|
className: "ReadRecipients_svg__cls-5",
|
|
@@ -47,25 +48,14 @@ export default class ReadRecipients extends React.Component {
|
|
|
47
48
|
}
|
|
48
49
|
|
|
49
50
|
}
|
|
50
|
-
ReadRecipients.propTypes = {
|
|
51
|
-
alignHorizontal: PropTypes.bool,
|
|
52
|
-
className: PropTypes.string,
|
|
53
|
-
dataId: PropTypes.string,
|
|
54
|
-
isRender: PropTypes.bool,
|
|
55
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
56
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
51
|
+
ReadRecipients.propTypes = { ...EmptyStateProps
|
|
57
52
|
};
|
|
58
|
-
ReadRecipients.defaultProps = {
|
|
59
|
-
|
|
60
|
-
alignHorizontal: true,
|
|
61
|
-
isRender: true,
|
|
62
|
-
className: '',
|
|
63
|
-
dataId: 'ReadRecipients',
|
|
64
|
-
palette: 'default'
|
|
53
|
+
ReadRecipients.defaultProps = { ...EmptyStateDefaultProps,
|
|
54
|
+
dataId: 'emptyReadRecipients'
|
|
65
55
|
};
|
|
66
56
|
|
|
67
57
|
if (false) {
|
|
68
58
|
ReadRecipients.docs = {
|
|
69
|
-
componentGroup: '
|
|
59
|
+
componentGroup: 'Emptystate'
|
|
70
60
|
};
|
|
71
61
|
}
|
|
@@ -1,18 +1,19 @@
|
|
|
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 Variable extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "Variable"
|
|
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, '.Variable_svg__cls-5{isolation:isolate}.Variable_svg__cls-2{fill:var(--zd_emptysvg_plus)}.Variable_svg__cls-3{fill:var(--zd_emptysvg_medium_circle)}.Variable_svg__cls-4{fill:var(--zd_emptysvg_cross)}.Variable_svg__cls-5{fill:var(--zd_emptysvg_secondary_fill);}.Variable_svg__cls-6{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
|
|
12
13
|
d: "M73.17 58.19S119.83 27 143.44 36.4s39.74 88.3-25.92 123.72-95.36-41.65-95.52-55.3c-.33-13.21 0-44.7 51.17-46.63Z",
|
|
13
14
|
style: {
|
|
14
|
-
isolation:
|
|
15
|
-
fill:
|
|
15
|
+
isolation: 'isolate',
|
|
16
|
+
fill: 'var(--zd_emptysvg_primary_fill)',
|
|
16
17
|
opacity: 0.1
|
|
17
18
|
}
|
|
18
19
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -46,25 +47,14 @@ export default class Variable extends React.Component {
|
|
|
46
47
|
}
|
|
47
48
|
|
|
48
49
|
}
|
|
49
|
-
Variable.propTypes = {
|
|
50
|
-
alignHorizontal: PropTypes.bool,
|
|
51
|
-
className: PropTypes.string,
|
|
52
|
-
dataId: PropTypes.string,
|
|
53
|
-
isRender: PropTypes.bool,
|
|
54
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
55
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
50
|
+
Variable.propTypes = { ...EmptyStateProps
|
|
56
51
|
};
|
|
57
|
-
Variable.defaultProps = {
|
|
58
|
-
|
|
59
|
-
alignHorizontal: true,
|
|
60
|
-
isRender: true,
|
|
61
|
-
className: '',
|
|
62
|
-
dataId: 'Variable',
|
|
63
|
-
palette: 'default'
|
|
52
|
+
Variable.defaultProps = { ...EmptyStateDefaultProps,
|
|
53
|
+
dataId: 'emptyVariable'
|
|
64
54
|
};
|
|
65
55
|
|
|
66
56
|
if (false) {
|
|
67
57
|
Variable.docs = {
|
|
68
|
-
componentGroup: '
|
|
58
|
+
componentGroup: 'Emptystate'
|
|
69
59
|
};
|
|
70
60
|
}
|