@zohodesk/svg 1.0.0-temp.43 → 1.0.0-temp.45
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 +16 -0
- package/assets/Appearance/dark/mode/contrast/darkContrastEmptyStates.module.css +37 -0
- package/assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +1 -1
- package/assets/Appearance/dark/themes/blue/contrast/blueDarkCTAThemeContrast.module.css +10 -0
- package/assets/Appearance/dark/themes/green/contrast/greenDarkCTAThemeContrast.module.css +10 -0
- package/assets/Appearance/dark/themes/orange/contrast/orangeDarkCTAThemeContrast.module.css +10 -0
- package/assets/Appearance/dark/themes/red/contrast/redDarkCTAThemeContrast.module.css +10 -0
- package/assets/Appearance/dark/themes/yellow/contrast/yellowDarkCTAThemeContrast.module.css +10 -0
- package/assets/Appearance/default/mode/contrast/defaultContrastEmptyStates.module.css +37 -0
- package/assets/Appearance/default/themes/blue/contrast/blueDefaultCTAThemeContrast.module.css +10 -0
- package/assets/Appearance/default/themes/green/contrast/greenDefaultCTAThemeContrast.module.css +10 -0
- package/assets/Appearance/default/themes/orange/contrast/orangeDefaultCTAThemeContrast.module.css +10 -0
- package/assets/Appearance/default/themes/red/contrast/redDefaultCTAThemeContrast.module.css +10 -0
- package/assets/Appearance/default/themes/yellow/contrast/yellowDefaultCTAThemeContrast.module.css +10 -0
- package/assets/Appearance/pureDark/mode/contrast/pureDarkContrastEmptyStates.module.css +37 -0
- package/assets/Appearance/pureDark/themes/blue/contrast/bluePureDarkCTAThemeContrast.module.css +10 -0
- package/assets/Appearance/pureDark/themes/green/contrast/greenPureDarkCTAThemeContrast.module.css +10 -0
- package/assets/Appearance/pureDark/themes/orange/contrast/orangePureDarkCTAThemeContrast.module.css +10 -0
- package/assets/Appearance/pureDark/themes/red/contrast/redPureDarkCTAThemeContrast.module.css +10 -0
- package/assets/Appearance/pureDark/themes/yellow/contrast/yellowPureDarkCTAThemeContrast.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 +55 -107
- 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 +74 -0
- package/es/emptystate/props/defaultProps.js +8 -0
- package/es/emptystate/props/propTypes.js +9 -0
- package/es/emptystate/version1/EmptyCustomDomain.js +30 -0
- package/es/emptystate/version2/EmptyBusinessHoliday.js +30 -0
- package/es/emptystate/version2/EmptyBusinessHour.js +30 -0
- package/es/emptystate/version2/EmptyFromAddress.js +30 -0
- package/es/emptystate/version2/EmptyImportHistory.js +30 -0
- package/es/emptystate/version2/EmptyNetwork.js +30 -0
- package/es/emptystate/version2/EmptyRecycleBin.js +30 -0
- package/es/emptystate/version2/EmptyRoles.js +30 -0
- package/es/emptystate/version2/EmptyWebhook.js +30 -0
- package/es/emptystate/version2/FailureLog.js +30 -0
- package/es/emptystate/version3/CustomModule.js +59 -0
- package/es/{svg → emptystate/version3}/EmptyAccounts.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyActiveCalls.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyActivity.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyAgent.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyAgentQueue.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyApproval.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyArchived.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyAttach.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyBlueprint.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyCallHistory.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyCollision.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyColumn.js +10 -21
- package/es/{svg → emptystate/version3}/EmptyContact.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyContract.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyConversation.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyCrm.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyCrmNotes.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyCrmPotential.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyDashboard.js +9 -20
- package/es/emptystate/version3/EmptyDelete.js +52 -0
- package/es/{svg → emptystate/version3}/EmptyDepartment.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyError.js +8 -18
- package/es/{svg → emptystate/version3}/EmptyFeed.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyFollowers.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyFrame.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyHappiness.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyHistory.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyInvoice.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyNotification.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyProducts.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyReply.js +8 -19
- package/es/{svg → emptystate/version3}/EmptyReports.js +9 -20
- package/es/{svg → emptystate/version3}/EmptySchedule.js +9 -20
- package/es/{svg → emptystate/version3}/EmptySearch.js +9 -20
- package/es/{svg → emptystate/version3}/EmptySkills.js +9 -20
- package/es/{svg → emptystate/version3}/EmptySla.js +8 -19
- package/es/{svg → emptystate/version3}/EmptySnippet.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyTag.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyTask.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyTeams.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyTemplate.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyTicket.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyTimeEntry.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyTimeline.js +9 -20
- package/es/{svg → emptystate/version3}/EmptyTopic.js +9 -20
- package/es/{svg → emptystate/version3}/Export.js +15 -26
- package/es/{svg → emptystate/version3}/Extensions.js +9 -20
- package/es/{svg → emptystate/version3}/Extractor.js +9 -20
- package/es/emptystate/version3/GCBot.js +53 -0
- package/es/emptystate/version3/GCConversation.js +55 -0
- package/es/{svg → emptystate/version3}/Import.js +8 -19
- package/es/emptystate/version3/KBBot.js +68 -0
- package/es/{svg → emptystate/version3}/Multilingual.js +10 -21
- package/es/emptystate/version3/NetworkError.js +64 -0
- package/es/{svg → emptystate/version3}/Predictor.js +9 -20
- package/es/emptystate/version3/ReadRecipients.js +60 -0
- package/es/emptystate/version3/Variable.js +59 -0
- package/es/{svg → emptystate/version3}/ZiaAnamoly.js +9 -20
- 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/SVG.js +5 -27
- package/es/svg/SvgLoader.js +3 -3
- package/es/svg/props/defaultProps.js +11 -0
- package/es/svg/props/propTypes.js +15 -0
- 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 +95 -127
- package/lib/{svg → css}/EmptyStateVariables.module.css +0 -0
- package/lib/docs/Emptystate__version1.docs.js +79 -0
- 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 +74 -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/{svg → emptystate/version2}/EmptyRoles.js +18 -20
- 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/emptystate/version3/EmptyDelete.js +109 -0
- 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/emptystate/version3/GCBot.js +110 -0
- package/lib/emptystate/version3/GCConversation.js +112 -0
- package/lib/{svg → emptystate/version3}/Import.js +18 -22
- package/lib/emptystate/version3/KBBot.js +125 -0
- package/lib/{svg → emptystate/version3}/Multilingual.js +20 -24
- package/lib/emptystate/version3/NetworkError.js +121 -0
- package/lib/{svg → emptystate/version3}/Predictor.js +19 -23
- package/lib/emptystate/version3/ReadRecipients.js +117 -0
- package/lib/emptystate/version3/Variable.js +116 -0
- 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/lib/svg/SVG.js +8 -29
- package/lib/svg/SvgLoader.js +3 -3
- package/lib/svg/props/defaultProps.js +18 -0
- package/lib/svg/props/propTypes.js +26 -0
- package/package.json +10 -9
- 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 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,13 @@ export default class EmptyDepartment extends React.Component {
|
|
|
48
49
|
}
|
|
49
50
|
|
|
50
51
|
}
|
|
51
|
-
EmptyDepartment.propTypes =
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
dataId: PropTypes.string,
|
|
55
|
-
isRender: PropTypes.bool,
|
|
56
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
57
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
58
|
-
};
|
|
59
|
-
EmptyDepartment.defaultProps = {
|
|
60
|
-
size: 'large',
|
|
61
|
-
alignHorizontal: true,
|
|
62
|
-
isRender: true,
|
|
63
|
-
className: '',
|
|
64
|
-
dataId: 'emptyDepartment',
|
|
65
|
-
palette: 'default'
|
|
52
|
+
EmptyDepartment.propTypes = EmptyStateProps;
|
|
53
|
+
EmptyDepartment.defaultProps = { ...EmptyStateDefaultProps,
|
|
54
|
+
dataId: 'emptyDepartment'
|
|
66
55
|
};
|
|
67
56
|
|
|
68
57
|
if (false) {
|
|
69
58
|
EmptyDepartment.docs = {
|
|
70
|
-
componentGroup: '
|
|
59
|
+
componentGroup: 'Emptystate'
|
|
71
60
|
};
|
|
72
61
|
}
|
|
@@ -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,14 @@ export default class EmptyError extends React.Component {
|
|
|
70
71
|
}
|
|
71
72
|
|
|
72
73
|
}
|
|
73
|
-
EmptyError.propTypes =
|
|
74
|
-
|
|
75
|
-
className: PropTypes.string,
|
|
76
|
-
dataId: PropTypes.string,
|
|
77
|
-
isRender: PropTypes.bool,
|
|
78
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
79
|
-
palette: PropTypes.oneOf(['dark', 'danger'])
|
|
80
|
-
};
|
|
81
|
-
EmptyError.defaultProps = {
|
|
82
|
-
size: 'large',
|
|
83
|
-
alignHorizontal: true,
|
|
84
|
-
isRender: true,
|
|
85
|
-
className: '',
|
|
74
|
+
EmptyError.propTypes = EmptyStateProps;
|
|
75
|
+
EmptyError.defaultProps = { ...EmptyStateDefaultProps,
|
|
86
76
|
dataId: 'EmptyError',
|
|
87
77
|
palette: 'danger'
|
|
88
78
|
};
|
|
89
79
|
|
|
90
80
|
if (false) {
|
|
91
81
|
EmptyError.docs = {
|
|
92
|
-
componentGroup: '
|
|
82
|
+
componentGroup: 'Emptystate'
|
|
93
83
|
};
|
|
94
84
|
}
|
|
@@ -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,13 @@ export default class EmptyFeed extends React.Component {
|
|
|
51
52
|
}
|
|
52
53
|
|
|
53
54
|
}
|
|
54
|
-
EmptyFeed.propTypes =
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
dataId: PropTypes.string,
|
|
58
|
-
isRender: PropTypes.bool,
|
|
59
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
60
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
61
|
-
};
|
|
62
|
-
EmptyFeed.defaultProps = {
|
|
63
|
-
size: 'large',
|
|
64
|
-
alignHorizontal: true,
|
|
65
|
-
isRender: true,
|
|
66
|
-
className: '',
|
|
67
|
-
dataId: 'EmptyFeed',
|
|
68
|
-
palette: 'default'
|
|
55
|
+
EmptyFeed.propTypes = EmptyStateProps;
|
|
56
|
+
EmptyFeed.defaultProps = { ...EmptyStateDefaultProps,
|
|
57
|
+
dataId: 'EmptyFeed'
|
|
69
58
|
};
|
|
70
59
|
|
|
71
60
|
if (false) {
|
|
72
61
|
EmptyFeed.docs = {
|
|
73
|
-
componentGroup: '
|
|
62
|
+
componentGroup: 'Emptystate'
|
|
74
63
|
};
|
|
75
64
|
}
|
|
@@ -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,13 @@ export default class EmptyFollowers extends React.Component {
|
|
|
49
50
|
}
|
|
50
51
|
|
|
51
52
|
}
|
|
52
|
-
EmptyFollowers.propTypes =
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
dataId: PropTypes.string,
|
|
56
|
-
isRender: PropTypes.bool,
|
|
57
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
58
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
59
|
-
};
|
|
60
|
-
EmptyFollowers.defaultProps = {
|
|
61
|
-
size: 'large',
|
|
62
|
-
alignHorizontal: true,
|
|
63
|
-
isRender: true,
|
|
64
|
-
className: '',
|
|
65
|
-
dataId: 'EmptyFollowers',
|
|
66
|
-
palette: 'default'
|
|
53
|
+
EmptyFollowers.propTypes = EmptyStateProps;
|
|
54
|
+
EmptyFollowers.defaultProps = { ...EmptyStateDefaultProps,
|
|
55
|
+
dataId: 'EmptyFollowers'
|
|
67
56
|
};
|
|
68
57
|
|
|
69
58
|
if (false) {
|
|
70
59
|
EmptyFollowers.docs = {
|
|
71
|
-
componentGroup: '
|
|
60
|
+
componentGroup: 'Emptystate'
|
|
72
61
|
};
|
|
73
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 EmptyFrame extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "emptyFrame"
|
|
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, '.EmptyFrame_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.EmptyFrame_svg__cls-3,.EmptyFrame_svg__cls-4,.EmptyFrame_svg__cls-5{fill:none}.EmptyFrame_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyFrame_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyFrame_svg__cls-4{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}')), /*#__PURE__*/React.createElement("path", {
|
|
12
13
|
className: "EmptyFrame_svg__cls-1",
|
|
13
14
|
d: "M87.55 64.35s46.92-30.84 70.66-21.56 40 87.37-26.06 122.42S36.26 124 36 110.51c-.24-13.06 0-44.22 51.55-46.16z"
|
|
14
15
|
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
@@ -47,25 +48,13 @@ export default class EmptyFrame extends React.Component {
|
|
|
47
48
|
}
|
|
48
49
|
|
|
49
50
|
}
|
|
50
|
-
EmptyFrame.propTypes =
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
dataId: PropTypes.string,
|
|
54
|
-
isRender: PropTypes.bool,
|
|
55
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
56
|
-
palette: PropTypes.oneOf(['default', 'dark', 'danger'])
|
|
57
|
-
};
|
|
58
|
-
EmptyFrame.defaultProps = {
|
|
59
|
-
size: 'large',
|
|
60
|
-
alignHorizontal: true,
|
|
61
|
-
isRender: true,
|
|
62
|
-
className: '',
|
|
63
|
-
dataId: 'emptyFrame',
|
|
64
|
-
palette: 'default'
|
|
51
|
+
EmptyFrame.propTypes = EmptyStateProps;
|
|
52
|
+
EmptyFrame.defaultProps = { ...EmptyStateDefaultProps,
|
|
53
|
+
dataId: 'emptyFrame'
|
|
65
54
|
};
|
|
66
55
|
|
|
67
56
|
if (false) {
|
|
68
57
|
EmptyFrame.docs = {
|
|
69
|
-
componentGroup: '
|
|
58
|
+
componentGroup: 'Emptystate'
|
|
70
59
|
};
|
|
71
60
|
}
|
|
@@ -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 EmptyHappiness extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "happiness"
|
|
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, '.EmptyHappiness_svg__cls-3,.EmptyHappiness_svg__cls-4,.EmptyHappiness_svg__cls-5,.EmptyHappiness_svg__cls-6,.EmptyHappiness_svg__cls-7{fill:none}.EmptyHappiness_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyHappiness_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyHappiness_svg__cls-4,.EmptyHappiness_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyHappiness_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyHappiness_svg__cls-7{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
|
opacity: 0.05,
|
|
14
15
|
fill: "var(--zd_emptysvg_primary_fill)"
|
|
@@ -48,25 +49,13 @@ export default class EmptyHappiness extends React.Component {
|
|
|
48
49
|
}
|
|
49
50
|
|
|
50
51
|
}
|
|
51
|
-
EmptyHappiness.propTypes =
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
dataId: PropTypes.string,
|
|
55
|
-
isRender: PropTypes.bool,
|
|
56
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
57
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
58
|
-
};
|
|
59
|
-
EmptyHappiness.defaultProps = {
|
|
60
|
-
size: 'large',
|
|
61
|
-
alignHorizontal: true,
|
|
62
|
-
isRender: true,
|
|
63
|
-
className: '',
|
|
64
|
-
dataId: 'emptyHappiness',
|
|
65
|
-
palette: 'default'
|
|
52
|
+
EmptyHappiness.propTypes = EmptyStateProps;
|
|
53
|
+
EmptyHappiness.defaultProps = { ...EmptyStateDefaultProps,
|
|
54
|
+
dataId: 'emptyHappiness'
|
|
66
55
|
};
|
|
67
56
|
|
|
68
57
|
if (false) {
|
|
69
58
|
EmptyHappiness.docs = {
|
|
70
|
-
componentGroup: '
|
|
59
|
+
componentGroup: 'Emptystate'
|
|
71
60
|
};
|
|
72
61
|
}
|
|
@@ -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 EmptyHistory extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "accounts"
|
|
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, '.EmptyHistory_svg__cls-3,.EmptyHistory_svg__cls-4,.EmptyHistory_svg__cls-5,.EmptyHistory_svg__cls-6,.EmptyHistory_svg__cls-7{fill:none}.EmptyHistory_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyHistory_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyHistory_svg__cls-4,.EmptyHistory_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyHistory_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyHistory_svg__cls-7{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
|
opacity: 0.05,
|
|
14
15
|
fill: "var(--zd_emptysvg_primary_fill)"
|
|
@@ -48,25 +49,13 @@ export default class EmptyHistory extends React.Component {
|
|
|
48
49
|
}
|
|
49
50
|
|
|
50
51
|
}
|
|
51
|
-
EmptyHistory.propTypes =
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
dataId: PropTypes.string,
|
|
55
|
-
isRender: PropTypes.bool,
|
|
56
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
57
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
58
|
-
};
|
|
59
|
-
EmptyHistory.defaultProps = {
|
|
60
|
-
size: 'large',
|
|
61
|
-
alignHorizontal: true,
|
|
62
|
-
isRender: true,
|
|
63
|
-
className: '',
|
|
64
|
-
dataId: 'emptyHistory',
|
|
65
|
-
palette: 'default'
|
|
52
|
+
EmptyHistory.propTypes = EmptyStateProps;
|
|
53
|
+
EmptyHistory.defaultProps = { ...EmptyStateDefaultProps,
|
|
54
|
+
dataId: 'emptyHistory'
|
|
66
55
|
};
|
|
67
56
|
|
|
68
57
|
if (false) {
|
|
69
58
|
EmptyHistory.docs = {
|
|
70
|
-
componentGroup: '
|
|
59
|
+
componentGroup: 'Emptystate'
|
|
71
60
|
};
|
|
72
61
|
}
|
|
@@ -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 EmptyInvoice extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "invoice"
|
|
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, '.EmptyInvoice_svg__cls-6{fill:var(--zd_emptysvg_secondary_fill)}.EmptyInvoice_svg__cls-3,.EmptyInvoice_svg__cls-4,.EmptyInvoice_svg__cls-5,.EmptyInvoice_svg__cls-7,.EmptyInvoice_svg__cls-8{fill:none}.EmptyInvoice_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyInvoice_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyInvoice_svg__cls-4,.EmptyInvoice_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyInvoice_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyInvoice_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
|
opacity: 0.05,
|
|
14
15
|
fill: "var(--zd_emptysvg_primary_fill)"
|
|
@@ -53,25 +54,13 @@ export default class EmptyInvoice extends React.Component {
|
|
|
53
54
|
}
|
|
54
55
|
|
|
55
56
|
}
|
|
56
|
-
EmptyInvoice.propTypes =
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
dataId: PropTypes.string,
|
|
60
|
-
isRender: PropTypes.bool,
|
|
61
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
62
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
63
|
-
};
|
|
64
|
-
EmptyInvoice.defaultProps = {
|
|
65
|
-
size: 'large',
|
|
66
|
-
alignHorizontal: true,
|
|
67
|
-
isRender: true,
|
|
68
|
-
className: '',
|
|
69
|
-
dataId: 'emptyInvoice',
|
|
70
|
-
palette: 'default'
|
|
57
|
+
EmptyInvoice.propTypes = EmptyStateProps;
|
|
58
|
+
EmptyInvoice.defaultProps = { ...EmptyStateDefaultProps,
|
|
59
|
+
dataId: 'emptyInvoice'
|
|
71
60
|
};
|
|
72
61
|
|
|
73
62
|
if (false) {
|
|
74
63
|
EmptyInvoice.docs = {
|
|
75
|
-
componentGroup: '
|
|
64
|
+
componentGroup: 'Emptystate'
|
|
76
65
|
};
|
|
77
66
|
}
|
|
@@ -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 EmptyNotification extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "notification"
|
|
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, '.EmptyNotification_svg__cls-3,.EmptyNotification_svg__cls-4,.EmptyNotification_svg__cls-5,.EmptyNotification_svg__cls-6,.EmptyNotification_svg__cls-7{fill:none}.EmptyNotification_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyNotification_svg__cls-6{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyNotification_svg__cls-4,.EmptyNotification_svg__cls-5{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyNotification_svg__cls-5{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyNotification_svg__cls-7{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
|
opacity: 0.05,
|
|
14
15
|
fill: "var(--zd_emptysvg_primary_fill)"
|
|
@@ -48,25 +49,13 @@ export default class EmptyNotification extends React.Component {
|
|
|
48
49
|
}
|
|
49
50
|
|
|
50
51
|
}
|
|
51
|
-
EmptyNotification.propTypes =
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
dataId: PropTypes.string,
|
|
55
|
-
isRender: PropTypes.bool,
|
|
56
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
57
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
58
|
-
};
|
|
59
|
-
EmptyNotification.defaultProps = {
|
|
60
|
-
size: 'large',
|
|
61
|
-
alignHorizontal: true,
|
|
62
|
-
isRender: true,
|
|
63
|
-
className: '',
|
|
64
|
-
dataId: 'emptyNotification',
|
|
65
|
-
palette: 'default'
|
|
52
|
+
EmptyNotification.propTypes = EmptyStateProps;
|
|
53
|
+
EmptyNotification.defaultProps = { ...EmptyStateDefaultProps,
|
|
54
|
+
dataId: 'emptyNotification'
|
|
66
55
|
};
|
|
67
56
|
|
|
68
57
|
if (false) {
|
|
69
58
|
EmptyNotification.docs = {
|
|
70
|
-
componentGroup: '
|
|
59
|
+
componentGroup: 'Emptystate'
|
|
71
60
|
};
|
|
72
61
|
}
|
|
@@ -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 EmptyProducts extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "products"
|
|
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, '.EmptyProducts_svg__cls-4,.EmptyProducts_svg__cls-5,.EmptyProducts_svg__cls-6,.EmptyProducts_svg__cls-7,.EmptyProducts_svg__cls-8{fill:none}.EmptyProducts_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyProducts_svg__cls-7{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyProducts_svg__cls-5,.EmptyProducts_svg__cls-6{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyProducts_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyProducts_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,13 @@ export default class EmptyProducts extends React.Component {
|
|
|
51
52
|
}
|
|
52
53
|
|
|
53
54
|
}
|
|
54
|
-
EmptyProducts.propTypes =
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
dataId: PropTypes.string,
|
|
58
|
-
isRender: PropTypes.bool,
|
|
59
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
60
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
61
|
-
};
|
|
62
|
-
EmptyProducts.defaultProps = {
|
|
63
|
-
size: 'large',
|
|
64
|
-
alignHorizontal: true,
|
|
65
|
-
isRender: true,
|
|
66
|
-
className: '',
|
|
67
|
-
dataId: 'emptyProducts',
|
|
68
|
-
palette: 'default'
|
|
55
|
+
EmptyProducts.propTypes = EmptyStateProps;
|
|
56
|
+
EmptyProducts.defaultProps = { ...EmptyStateDefaultProps,
|
|
57
|
+
dataId: 'emptyProducts'
|
|
69
58
|
};
|
|
70
59
|
|
|
71
60
|
if (false) {
|
|
72
61
|
EmptyProducts.docs = {
|
|
73
|
-
componentGroup: '
|
|
62
|
+
componentGroup: 'Emptystate'
|
|
74
63
|
};
|
|
75
64
|
}
|
|
@@ -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 EmptyReply extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
@@ -43,25 +44,13 @@ export default class EmptyReply extends React.Component {
|
|
|
43
44
|
}
|
|
44
45
|
|
|
45
46
|
}
|
|
46
|
-
EmptyReply.propTypes =
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
dataId: PropTypes.string,
|
|
50
|
-
isRender: PropTypes.bool,
|
|
51
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
52
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
53
|
-
};
|
|
54
|
-
EmptyReply.defaultProps = {
|
|
55
|
-
size: 'large',
|
|
56
|
-
alignHorizontal: true,
|
|
57
|
-
isRender: true,
|
|
58
|
-
className: '',
|
|
59
|
-
dataId: 'EmptyReply',
|
|
60
|
-
palette: 'default'
|
|
47
|
+
EmptyReply.propTypes = EmptyStateProps;
|
|
48
|
+
EmptyReply.defaultProps = { ...EmptyStateDefaultProps,
|
|
49
|
+
dataId: 'EmptyReply'
|
|
61
50
|
};
|
|
62
51
|
|
|
63
52
|
if (false) {
|
|
64
53
|
EmptyReply.docs = {
|
|
65
|
-
componentGroup: '
|
|
54
|
+
componentGroup: 'Emptystate'
|
|
66
55
|
};
|
|
67
56
|
}
|
|
@@ -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 EmptyReports extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "reports"
|
|
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, '.EmptyReports_svg__cls-3,.EmptyReports_svg__cls-4,.EmptyReports_svg__cls-5{fill:none}.EmptyReports_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyReports_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyReports_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,13 @@ export default class EmptyReports extends React.Component {
|
|
|
54
55
|
}
|
|
55
56
|
|
|
56
57
|
}
|
|
57
|
-
EmptyReports.propTypes =
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
dataId: PropTypes.string,
|
|
61
|
-
isRender: PropTypes.bool,
|
|
62
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
63
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
64
|
-
};
|
|
65
|
-
EmptyReports.defaultProps = {
|
|
66
|
-
size: 'large',
|
|
67
|
-
alignHorizontal: true,
|
|
68
|
-
isRender: true,
|
|
69
|
-
className: '',
|
|
70
|
-
dataId: 'emptyReports',
|
|
71
|
-
palette: 'default'
|
|
58
|
+
EmptyReports.propTypes = EmptyStateProps;
|
|
59
|
+
EmptyReports.defaultProps = { ...EmptyStateDefaultProps,
|
|
60
|
+
dataId: 'emptyReports'
|
|
72
61
|
};
|
|
73
62
|
|
|
74
63
|
if (false) {
|
|
75
64
|
EmptyReports.docs = {
|
|
76
|
-
componentGroup: '
|
|
65
|
+
componentGroup: 'Emptystate'
|
|
77
66
|
};
|
|
78
67
|
}
|