@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 EmptyTopic extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "topic"
|
|
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, '.EmptyTopic_svg__cls-7{fill:var(--zd_emptysvg_secondary_fill)}.EmptyTopic_svg__cls-4,.EmptyTopic_svg__cls-5,.EmptyTopic_svg__cls-6,.EmptyTopic_svg__cls-8,.EmptyTopic_svg__cls-9,.EmptyTopic_svg__cls-10{fill:none}.EmptyTopic_svg__cls-4{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyTopic_svg__cls-9{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyTopic_svg__cls-5{stroke:var(--zd_emptysvg_plus)}.EmptyTopic_svg__cls-5,.EmptyTopic_svg__cls-6,.EmptyTopic_svg__cls-8{stroke-linecap:round;stroke-linejoin:round}.EmptyTopic_svg__cls-6{stroke:var(--zd_emptysvg_primary_stroke)}.EmptyTopic_svg__cls-10{stroke:var(--zd_emptysvg_small_circle);stroke-linecap:round;stroke-linejoin:round}.EmptyTopic_svg__cls-8{stroke:var(--zd_emptysvg_primary_stroke);stroke-width:1.5px}')), /*#__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
|
|
@@ -54,25 +55,13 @@ export default class EmptyTopic extends React.Component {
|
|
|
54
55
|
}
|
|
55
56
|
|
|
56
57
|
}
|
|
57
|
-
EmptyTopic.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
|
-
EmptyTopic.defaultProps = {
|
|
66
|
-
size: 'large',
|
|
67
|
-
alignHorizontal: true,
|
|
68
|
-
isRender: true,
|
|
69
|
-
className: '',
|
|
70
|
-
dataId: 'emptyTopic',
|
|
71
|
-
palette: 'default'
|
|
58
|
+
EmptyTopic.propTypes = EmptyStateProps;
|
|
59
|
+
EmptyTopic.defaultProps = { ...EmptyStateDefaultProps,
|
|
60
|
+
dataId: 'emptyTopic'
|
|
72
61
|
};
|
|
73
62
|
|
|
74
63
|
if (false) {
|
|
75
64
|
EmptyTopic.docs = {
|
|
76
|
-
componentGroup: '
|
|
65
|
+
componentGroup: 'Emptystate'
|
|
77
66
|
};
|
|
78
67
|
}
|
|
@@ -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 Export extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "export"
|
|
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)}')), /*#__PURE__*/React.createElement("path", {
|
|
12
13
|
d: "M80.46 58s46.65-31.17 70.27-21.79 39.74 88.3-25.92 123.72-95.36-41.62-95.62-55.27C29 91.42 29.19 59.93 80.46 58Z",
|
|
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", {
|
|
@@ -29,39 +30,27 @@ export default class Export extends React.Component {
|
|
|
29
30
|
}), /*#__PURE__*/React.createElement("path", {
|
|
30
31
|
d: "M53.45 128.89c-5.58-3.24-7.84-12.38-4.89-19.6 2.15-5.25 5.78-10.27 11.79-10 12.39.57 9.29 18.31 6.19 18s7-39.72 24.18-38.87 27.48 20.28 24.79 26.76-.62-21.1 26.49-10.39-7.17 48.8-53.72 43.38c-18.44-2.17-28.9-5.84-34.83-9.28Z",
|
|
31
32
|
style: {
|
|
32
|
-
fill:
|
|
33
|
+
fill: 'var(--zd_emptysvg_secondary_fill)'
|
|
33
34
|
}
|
|
34
35
|
}), /*#__PURE__*/React.createElement("path", {
|
|
35
36
|
d: "M176 115.21h-68.14l-.52-17.59c5.47-.73 17.21-2.53 14.5 1.58-1 1.51-22.85-18.41-20.3-18S81.32 100 79.86 98.52s15-.73 15-.73l-.37 16.4-42.14 1s-22.72.85-22.13-20.64c.26-9.2 6.89-17.2 16-18.27 5.52-.65 12.12 1.14 18.79 8.89 0 0-10.32 15.21.36-8.69s47.76-37.24 69.31-12.73c23.61 26.86 2.56 38.62 2.38 36.63s2.5-7.37 15.56-1.27c16.91 7.89 11.26 41.8-21 29.29 0 0-54.89 29.46-89.6-5.46",
|
|
36
37
|
style: {
|
|
37
|
-
fill:
|
|
38
|
-
stroke:
|
|
39
|
-
strokeLinecap:
|
|
40
|
-
strokeLinejoin:
|
|
38
|
+
fill: 'none',
|
|
39
|
+
stroke: 'var(--zd_emptysvg_primary_stroke)',
|
|
40
|
+
strokeLinecap: 'round',
|
|
41
|
+
strokeLinejoin: 'round'
|
|
41
42
|
}
|
|
42
43
|
}));
|
|
43
44
|
}
|
|
44
45
|
|
|
45
46
|
}
|
|
46
|
-
Export.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
|
-
Export.defaultProps = {
|
|
55
|
-
size: 'large',
|
|
56
|
-
alignHorizontal: true,
|
|
57
|
-
isRender: true,
|
|
58
|
-
className: '',
|
|
59
|
-
dataId: 'export',
|
|
60
|
-
palette: 'default'
|
|
47
|
+
Export.propTypes = EmptyStateProps;
|
|
48
|
+
Export.defaultProps = { ...EmptyStateDefaultProps,
|
|
49
|
+
dataId: 'emptyExport'
|
|
61
50
|
};
|
|
62
51
|
|
|
63
52
|
if (false) {
|
|
64
53
|
Export.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 Extensions extends React.Component {
|
|
7
8
|
render() {
|
|
8
9
|
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
10
|
viewBox: "0 0 200 200",
|
|
10
11
|
name: "extensions"
|
|
11
|
-
}, this.props), /*#__PURE__*/React.createElement("style", null,
|
|
12
|
+
}, this.props), /*#__PURE__*/React.createElement("style", null, '.Extensions_svg__st1{opacity:.1;fill:var(--zd_emptysvg_primary_fill)}.Extensions_svg__st2{fill:var(--zd_emptysvg_plus)}.Extensions_svg__st3{fill:var(--zd_emptysvg_medium_circle)}.Extensions_svg__st4{fill:var(--zd_emptysvg_cross)}.Extensions_svg__st5{fill:var(--zd_emptysvg_secondary_fill)}'), /*#__PURE__*/React.createElement("path", {
|
|
12
13
|
className: "Extensions_svg__st1",
|
|
13
14
|
d: "M80.1998 56.2C80.1998 56.2 126.9 25 150.5 34.4C174.1 43.8 190.2 122.7 124.6 158.1C58.9998 193.5 29.1998 116.5 28.8998 102.9C28.6998 89.6 28.8998 58.2 80.1998 56.2Z"
|
|
14
15
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -49,25 +50,13 @@ export default class Extensions extends React.Component {
|
|
|
49
50
|
}
|
|
50
51
|
|
|
51
52
|
}
|
|
52
|
-
Extensions.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
|
-
Extensions.defaultProps = {
|
|
61
|
-
size: 'large',
|
|
62
|
-
alignHorizontal: true,
|
|
63
|
-
isRender: true,
|
|
64
|
-
className: '',
|
|
65
|
-
dataId: 'extensions',
|
|
66
|
-
palette: 'default'
|
|
53
|
+
Extensions.propTypes = EmptyStateProps;
|
|
54
|
+
Extensions.defaultProps = { ...EmptyStateDefaultProps,
|
|
55
|
+
dataId: 'emptExtensions'
|
|
67
56
|
};
|
|
68
57
|
|
|
69
58
|
if (false) {
|
|
70
59
|
Extensions.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 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,13 @@ export default class Extractor extends React.Component {
|
|
|
42
43
|
}
|
|
43
44
|
|
|
44
45
|
}
|
|
45
|
-
Extractor.propTypes =
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
dataId: PropTypes.string,
|
|
49
|
-
isRender: PropTypes.bool,
|
|
50
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
51
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
52
|
-
};
|
|
53
|
-
Extractor.defaultProps = {
|
|
54
|
-
size: 'large',
|
|
55
|
-
alignHorizontal: true,
|
|
56
|
-
isRender: true,
|
|
57
|
-
className: '',
|
|
58
|
-
dataId: 'extractor',
|
|
59
|
-
palette: 'default'
|
|
46
|
+
Extractor.propTypes = EmptyStateProps;
|
|
47
|
+
Extractor.defaultProps = { ...EmptyStateDefaultProps,
|
|
48
|
+
dataId: 'emptyExtractor'
|
|
60
49
|
};
|
|
61
50
|
|
|
62
51
|
if (false) {
|
|
63
52
|
Extractor.docs = {
|
|
64
|
-
componentGroup: '
|
|
53
|
+
componentGroup: 'Emptystate'
|
|
65
54
|
};
|
|
66
55
|
}
|
|
@@ -0,0 +1,53 @@
|
|
|
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
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { EmptyStateProps } from './../props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
6
|
+
import SVG from './../../SVG/SVG';
|
|
7
|
+
export default class GCBot extends React.Component {
|
|
8
|
+
render() {
|
|
9
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
10
|
+
viewBox: "0 0 200 200",
|
|
11
|
+
name: "GCBot"
|
|
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", {
|
|
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",
|
|
14
|
+
style: {
|
|
15
|
+
fill: 'var(--zd_emptysvg_primary_fill)',
|
|
16
|
+
isolation: 'isolate',
|
|
17
|
+
opacity: 0.1
|
|
18
|
+
}
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
className: "GCBot_svg__cls-2",
|
|
21
|
+
d: "M17.9 119.3a.5.5 0 0 1-.47-.52l.41-7.47a.52.52 0 0 1 .53-.47.5.5 0 0 1 .47.53l-.41 7.47a.49.49 0 0 1-.5.48Z"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
className: "GCBot_svg__cls-2",
|
|
24
|
+
d: "m21.76 115.77-7.34-.42a.5.5 0 0 1-.47-.53.52.52 0 0 1 .53-.47l7.34.42a.49.49 0 0 1 .48.51.49.49 0 0 1-.51.48Z"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
className: "GCBot_svg__cls-3",
|
|
27
|
+
d: "M175.07 22.8a4.75 4.75 0 1 0 4.68 4.82v-.08a4.72 4.72 0 0 0-4.68-4.74Zm0 8.5a3.76 3.76 0 1 1 3.69-3.83v.07a3.72 3.72 0 0 1-3.69 3.76ZM128.32 175.07a3.45 3.45 0 1 0 3.4 3.5 3.42 3.42 0 0 0-3.4-3.5Zm0 5.9a2.45 2.45 0 1 1 2.4-2.5v.05a2.42 2.42 0 0 1-2.4 2.48Z"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
className: "GCBot_svg__cls-4",
|
|
30
|
+
d: "M84.83 22a3 3 0 1 0 3 3 3 3 0 0 0-3-3Zm0 5.09a2 2 0 1 1 .06 0ZM193.75 131.81a.49.49 0 0 0-.69 0l-2.38 2.19-2.12-2.4a.5.5 0 0 0-.7 0 .51.51 0 0 0-.05.61l2.09 2.38-2.38 2.17a.5.5 0 0 0 0 .7.45.45 0 0 0 .37.16.44.44 0 0 0 .33-.13l2.37-2.15 2.11 2.41a.52.52 0 0 0 .38.17.48.48 0 0 0 .33-.12.5.5 0 0 0 0-.71l-2.13-2.42 2.38-2.16a.48.48 0 0 0 .11-.68Z"
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
className: "GCBot_svg__cls-5",
|
|
33
|
+
d: "M137.93 125.8c-.09-9.55 8.73-4.26 11.57-7.44 4.31-4.82 7.48-12.16-1.88-19.72-16.13-13-44.75-15.13-50.71 13.29s34.45 42.32 43.66 29.52c3.43-4.8-2.57-12.94-2.64-15.65Z"
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
className: "GCBot_svg__cls-5",
|
|
36
|
+
d: "M125.63 119.48c0-1.24 1.13-.55 1.5-1a1.58 1.58 0 0 0-.24-2.56c-2.1-1.69-5.81-2-6.58 1.72s4.47 5.49 5.66 3.83c.45-.58-.34-1.64-.34-1.99ZM138.7 120.82c0-1.24 1.13-.56 1.5-1a1.58 1.58 0 0 0-.24-2.56c-2.09-1.69-5.81-2-6.58 1.73s4.47 5.49 5.66 3.83c.45-.6-.34-1.65-.34-2ZM109.48 119.48c0-1.24 1.14-.55 1.51-1a1.58 1.58 0 0 0-.25-2.56c-2.09-1.69-5.8-2-6.58 1.72s4.47 5.49 5.67 3.83c.45-.58-.34-1.64-.35-1.99Z"
|
|
37
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
38
|
+
className: "GCBot_svg__cls-6",
|
|
39
|
+
d: "M108.43 122.26c5.17-1.7 2.12-10.64-1.92-7.87s-4.61 11.06 7.16 12 14.75-6.1 13.9-9.5-6.45-4.54-6.95 1.27 7.3 8.94 14.32 7.54 4.89-10.65 1.84-10.51-5.6 5.6 2.71 10.87 13.95.59 12.3-16.85c-2-20.84-43.54-31.28-55.41-.88-8.49 21.74 9.29 31.54 12.44 33.69S96 156 97.38 156.43s26.43-10 26.43-10a29.06 29.06 0 0 0 21.63-5.43 34.1 34.1 0 0 0 12.21-38.62 36 36 0 0 0-13.88-18c-1.55-8.82-9.93-13.69-19.12-14.32l-.25-5.14c-4.65-1.47-4-5.19-2.32-6.72a2.75 2.75 0 0 1 4.46 2.5c-.25 2.69-3.74 3.43-3.74 3.43v5.86h-1.38a17.77 17.77 0 0 0-16.87 13s25.77-.1 28.83-.31a2.37 2.37 0 0 0 2.23-2.52 5.08 5.08 0 0 0-.7-2.19c-1.52-2.67-19-1.05-19-1.05s-2.32.48-2.29 3.85l.08 1.23c-8 .24-22.31 6.76-26.53 21.89 0 0-8.29 22.8 13.62 38.69M76 83.34a13.39 13.39 0 0 0 6 7.49s-6.51.38-9.37-3.75c0 0-14.8 8.23-24.31-2.09s1.5-31.78 18.34-26.48c0 0 5.5 2.78 4.28 7.74s-6 2-3.67-.43 9.28-2.11 9.56 7.87S68 83.49 67 83.06c-2-1-3.14-4.86-1.37-7.73s-.75 7.52-4.71 7.18.27-8.93-3.15-7.59c-2.33.92-5 8.34-4.44 8.55s1.48-18.32 5.19-21c5.4-3.9 7.87 8.75-6.7 12.65"
|
|
40
|
+
}));
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
}
|
|
44
|
+
GCBot.propTypes = EmptyStateProps;
|
|
45
|
+
GCBot.defaultProps = { ...EmptyStateDefaultProps,
|
|
46
|
+
dataId: 'emptyGCBot'
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
if (false) {
|
|
50
|
+
GCBot.docs = {
|
|
51
|
+
componentGroup: 'Emptystate'
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
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
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { EmptyStateProps } from './../props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
6
|
+
import SVG from './../../SVG/SVG';
|
|
7
|
+
export default class GCConversation extends React.Component {
|
|
8
|
+
render() {
|
|
9
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
10
|
+
viewBox: "0 0 200 200",
|
|
11
|
+
name: "GCConversation"
|
|
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", {
|
|
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",
|
|
14
|
+
style: {
|
|
15
|
+
isolation: 'isolate',
|
|
16
|
+
fill: 'var(--zd_emptysvg_primary_fill)',
|
|
17
|
+
opacity: 0.1
|
|
18
|
+
}
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
className: "GCConversation_svg__cls-2",
|
|
21
|
+
d: "M11.89 119.3a.5.5 0 0 1-.47-.52l.41-7.47a.52.52 0 0 1 .53-.47.5.5 0 0 1 .47.53l-.41 7.47a.49.49 0 0 1-.51.48Z"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
className: "GCConversation_svg__cls-2",
|
|
24
|
+
d: "m15.75 115.77-7.34-.42a.5.5 0 0 1-.47-.53.52.52 0 0 1 .53-.47l7.34.42a.49.49 0 0 1 .47.51.49.49 0 0 1-.52.48Z"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
className: "GCConversation_svg__cls-3",
|
|
27
|
+
d: "M169.06 22.8a4.75 4.75 0 1 0 4.68 4.82v-.08a4.73 4.73 0 0 0-4.68-4.74Zm0 8.5a3.76 3.76 0 1 1 3.69-3.83v.07a3.72 3.72 0 0 1-3.69 3.76ZM122.31 175.07a3.45 3.45 0 1 0 3.4 3.5 3.43 3.43 0 0 0-3.4-3.5Zm0 5.9a2.45 2.45 0 1 1 2.4-2.5v.05a2.42 2.42 0 0 1-2.4 2.48Z"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
className: "GCConversation_svg__cls-4",
|
|
30
|
+
d: "M78.82 22a3 3 0 1 0 3 3 3 3 0 0 0-3-3Zm0 5.09a2 2 0 1 1 .05 0ZM187.74 131.81a.49.49 0 0 0-.69 0l-2.38 2.19-2.12-2.4a.5.5 0 0 0-.75.65l2.09 2.38-2.38 2.17a.5.5 0 0 0 0 .7.45.45 0 0 0 .37.16.44.44 0 0 0 .33-.13l2.37-2.15 2.11 2.41a.52.52 0 0 0 .38.17.5.5 0 0 0 .33-.12.51.51 0 0 0 0-.71l-2.13-2.42 2.38-2.16a.47.47 0 0 0 .1-.68Z"
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
className: "GCConversation_svg__cls-5",
|
|
33
|
+
d: "M76 76.74s-8.2 3.16.32 4.26 48 .18 45-2.19S76 76.74 76 76.74ZM75.62 87.45s-4.66 3 .18 3.87 27.05.17 25.38-2-25.56-1.87-25.56-1.87ZM140.53 106.6c0-2.54-2.37-1.14-3.07-2-1.14-1.31-2-3.25.53-5.27 4.3-3.51 12-4 13.61 3.6s-9.22 11.34-11.68 7.91c-.92-1.34.61-3.45.61-4.24ZM58 86.49c0-2-1.84-.88-2.37-1.58a2.57 2.57 0 0 1 .35-4.13c3.34-2.72 9.32-3.16 10.55 2.72s-7.21 8.79-9 6.15c-.79-.88.47-2.65.47-3.16ZM81 116.09s8.17 3.16-.35 4.22-48 .17-45.06-2.29S81 116.09 81 116.09ZM81.33 126.72s4.66 3-.17 3.86-27.06.18-25.39-2 25.56-1.86 25.56-1.86ZM98.9 125.84c0-2 1.84-.88 2.37-1.58a2.57 2.57 0 0 0-.35-4.13c-3.34-2.72-9.31-3.16-10.54 2.72s7.2 8.79 9.05 6.15c.79-1-.53-2.63-.53-3.16Z"
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
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",
|
|
36
|
+
style: {
|
|
37
|
+
fill: 'none',
|
|
38
|
+
stroke: 'var(--zd_emptysvg_primary_stroke)',
|
|
39
|
+
strokeLinecap: 'round',
|
|
40
|
+
strokeLinejoin: 'round'
|
|
41
|
+
}
|
|
42
|
+
}));
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
}
|
|
46
|
+
GCConversation.propTypes = EmptyStateProps;
|
|
47
|
+
GCConversation.defaultProps = { ...EmptyStateDefaultProps,
|
|
48
|
+
dataId: 'emptyGCConversation'
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
if (false) {
|
|
52
|
+
GCConversation.docs = {
|
|
53
|
+
componentGroup: 'Emptystate'
|
|
54
|
+
};
|
|
55
|
+
}
|
|
@@ -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,13 @@ export default class Import extends React.Component {
|
|
|
58
59
|
}
|
|
59
60
|
|
|
60
61
|
}
|
|
61
|
-
Import.propTypes =
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
dataId: PropTypes.string,
|
|
65
|
-
isRender: PropTypes.bool,
|
|
66
|
-
size: PropTypes.oneOf(['small', 'large']),
|
|
67
|
-
palette: PropTypes.oneOf(['default', 'dark'])
|
|
68
|
-
};
|
|
69
|
-
Import.defaultProps = {
|
|
70
|
-
size: 'large',
|
|
71
|
-
alignHorizontal: true,
|
|
72
|
-
isRender: true,
|
|
73
|
-
className: '',
|
|
74
|
-
dataId: 'import',
|
|
75
|
-
palette: 'default'
|
|
62
|
+
Import.propTypes = EmptyStateProps;
|
|
63
|
+
Import.defaultProps = { ...EmptyStateDefaultProps,
|
|
64
|
+
dataId: 'emptyImport'
|
|
76
65
|
};
|
|
77
66
|
|
|
78
67
|
if (false) {
|
|
79
68
|
Import.docs = {
|
|
80
|
-
componentGroup: '
|
|
69
|
+
componentGroup: 'Emptystate'
|
|
81
70
|
};
|
|
82
71
|
}
|
|
@@ -0,0 +1,68 @@
|
|
|
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
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { EmptyStateProps } from './../props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
6
|
+
import SVG from './../../SVG/SVG';
|
|
7
|
+
export default class KBBot extends React.Component {
|
|
8
|
+
render() {
|
|
9
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
10
|
+
viewBox: "0 0 200 200",
|
|
11
|
+
name: "KBBot"
|
|
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", {
|
|
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",
|
|
14
|
+
style: {
|
|
15
|
+
fill: 'var(--zd_emptysvg_primary_fill)',
|
|
16
|
+
isolation: 'isolate',
|
|
17
|
+
opacity: 0.1
|
|
18
|
+
}
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
className: "KBBot_svg__cls-2",
|
|
21
|
+
d: "M13.83 119.3a.49.49 0 0 1-.47-.52l.41-7.47a.5.5 0 0 1 .53-.47.52.52 0 0 1 .47.53l-.41 7.47a.5.5 0 0 1-.51.48Z"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
className: "KBBot_svg__cls-2",
|
|
24
|
+
d: "m17.69 115.77-7.34-.42a.49.49 0 0 1-.47-.53.5.5 0 0 1 .53-.47l7.34.42a.49.49 0 0 1 .47.51.49.49 0 0 1-.52.48Z"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
className: "KBBot_svg__cls-3",
|
|
27
|
+
d: "M171 22.8a4.75 4.75 0 1 0 4.68 4.82v-.08A4.73 4.73 0 0 0 171 22.8Zm0 8.5a3.76 3.76 0 1 1 3.69-3.83v.07A3.73 3.73 0 0 1 171 31.3ZM124.25 175.07a3.45 3.45 0 1 0 3.4 3.5 3.43 3.43 0 0 0-3.4-3.5Zm0 5.9a2.45 2.45 0 1 1 2.4-2.5v.05a2.42 2.42 0 0 1-2.4 2.48Z"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
className: "KBBot_svg__cls-4",
|
|
30
|
+
d: "M80.76 22a3 3 0 1 0 3 3 3 3 0 0 0-3-3Zm0 5.09a2 2 0 1 1 2-2.05 2 2 0 0 1-2 2.05ZM189.68 131.81a.49.49 0 0 0-.69 0l-2.38 2.19-2.12-2.4a.51.51 0 0 0-.71 0 .5.5 0 0 0 0 .61l2.09 2.38-2.38 2.17a.49.49 0 0 0 0 .7.44.44 0 0 0 .37.16.46.46 0 0 0 .33-.13l2.37-2.15 2.11 2.41a.5.5 0 0 0 .38.17.48.48 0 0 0 .33-.83l-2.13-2.42 2.38-2.16a.48.48 0 0 0 .1-.68Z"
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
className: "KBBot_svg__cls-5",
|
|
33
|
+
d: "M100 37.77s8.57.84 7.85 9.48-14 8.28-15.6 0 6.66-8.9 8.94-8-.22 27.23-.22 27.23 33-.17 43.7 28.79-.71 30.54-4.22 24.92-5.26-21.78 6.85-23.7 9.2 27 .52 25.77c0 0-6.84 38.2-47.82 39.94s-47.38-49.81-45-57 5.85-2.12 7.76 2.48.22 22-11.21 18.81S42.66 98.92 57.4 98c0 0 7.93-31.29 41.36-31.53 0 0-.66 28.6 3 32.13 1.35 1.3 6.63 3.43 7 9.37s-5.37 9.6-11.08 8.11-10.4-12.68 1.6-18.5l1-2.89A4.23 4.23 0 0 1 105.5 92c4.08 1.22 9.85 4.85 10.31 15.56.5 11.37-9.68 17-19.15 14.78a16 16 0 0 1-11.49-20.71c1.43-4.1 4.71-8.09 11.69-9.88"
|
|
34
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
35
|
+
className: "KBBot_svg__cls-6",
|
|
36
|
+
cx: 101.12,
|
|
37
|
+
cy: 114.08,
|
|
38
|
+
r: 43.01
|
|
39
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
40
|
+
className: "KBBot_svg__cls-6",
|
|
41
|
+
cx: 101.12,
|
|
42
|
+
cy: 108.08,
|
|
43
|
+
r: 8.97
|
|
44
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
45
|
+
className: "KBBot_svg__cls-6",
|
|
46
|
+
cx: 101.12,
|
|
47
|
+
cy: 46.75,
|
|
48
|
+
r: 8.97
|
|
49
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
className: "KBBot_svg__cls-5",
|
|
51
|
+
d: "M92 150.75s-1.71-8.87-.46-8.87h19.54s-.26 8.46-1.83 8.87-15.68 0-15.68 0"
|
|
52
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
53
|
+
className: "KBBot_svg__cls-6",
|
|
54
|
+
d: "M93.45 149.82s2.86-8 5.1-6 8.41-1.91 10.21-.31-.75 6.34-.75 6.34Z"
|
|
55
|
+
}));
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
}
|
|
59
|
+
KBBot.propTypes = EmptyStateProps;
|
|
60
|
+
KBBot.defaultProps = { ...EmptyStateDefaultProps,
|
|
61
|
+
dataId: 'emptyKBBot'
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
if (false) {
|
|
65
|
+
KBBot.docs = {
|
|
66
|
+
componentGroup: 'Emptystate'
|
|
67
|
+
};
|
|
68
|
+
}
|
|
@@ -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,13 @@ export default class Multilingual extends React.Component {
|
|
|
48
49
|
}
|
|
49
50
|
|
|
50
51
|
}
|
|
51
|
-
Multilingual.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
|
-
Multilingual.defaultProps = {
|
|
60
|
-
size: 'large',
|
|
61
|
-
alignHorizontal: true,
|
|
62
|
-
isRender: true,
|
|
63
|
-
className: '',
|
|
64
|
-
dataId: 'multilingual',
|
|
65
|
-
palette: 'default'
|
|
52
|
+
Multilingual.propTypes = EmptyStateProps;
|
|
53
|
+
Multilingual.defaultProps = { ...EmptyStateDefaultProps,
|
|
54
|
+
dataId: 'emptyMultilingual'
|
|
66
55
|
};
|
|
67
56
|
|
|
68
57
|
if (false) {
|
|
69
58
|
Multilingual.docs = {
|
|
70
|
-
componentGroup: '
|
|
59
|
+
componentGroup: 'Emptystate'
|
|
71
60
|
};
|
|
72
61
|
}
|
|
@@ -0,0 +1,64 @@
|
|
|
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
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { EmptyStateProps } from './../props/propTypes';
|
|
5
|
+
import { EmptyStateDefaultProps } from './../props/defaultProps';
|
|
6
|
+
import SVG from './../../SVG/SVG';
|
|
7
|
+
export default class NetworkError extends React.Component {
|
|
8
|
+
render() {
|
|
9
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
10
|
+
viewBox: "0 0 200 200",
|
|
11
|
+
name: "NetworkError"
|
|
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", {
|
|
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",
|
|
14
|
+
style: {
|
|
15
|
+
opacity: 0.1,
|
|
16
|
+
fill: 'var(--zd_emptysvg_primary_fill)'
|
|
17
|
+
}
|
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
className: "NetworkError_svg__cls-2",
|
|
20
|
+
d: "M18 111.51a.49.49 0 0 1-.47-.52l.39-6.7a.5.5 0 0 1 .53-.47.51.51 0 0 1 .47.52l-.4 6.71a.5.5 0 0 1-.52.46Z"
|
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
className: "NetworkError_svg__cls-2",
|
|
23
|
+
d: "m21.71 108.34-7-.38a.5.5 0 1 1 .06-1l7 .38a.5.5 0 0 1 0 1Z"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
fill: "var(--zd_emptysvg_small_circle)",
|
|
26
|
+
d: "M139.6 186.47a3.15 3.15 0 1 1 3.25-3.15 3.2 3.2 0 0 1-3.25 3.15Zm0-5.3a2.15 2.15 0 1 0 2.25 2.15 2.21 2.21 0 0 0-2.25-2.15Z"
|
|
27
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
className: "NetworkError_svg__cls-3",
|
|
29
|
+
d: "M184.47 146a.46.46 0 0 1-.36-.16l-4.65-5a.49.49 0 0 1 0-.7.51.51 0 0 1 .71 0l4.64 5a.49.49 0 0 1 0 .7.48.48 0 0 1-.34.16Z"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
className: "NetworkError_svg__cls-3",
|
|
32
|
+
d: "M179.55 145.75a.52.52 0 0 1-.38-.17.49.49 0 0 1 .05-.7l5.2-4.47a.51.51 0 0 1 .71.05.49.49 0 0 1 0 .7l-5.2 4.47a.52.52 0 0 1-.38.12ZM76.11 31.09a3.31 3.31 0 1 1 3.33-3.31 3.33 3.33 0 0 1-3.33 3.31Zm0-5.62a2.31 2.31 0 1 0 2.33 2.31 2.33 2.33 0 0 0-2.33-2.31Z"
|
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
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",
|
|
35
|
+
style: {
|
|
36
|
+
fill: 'var(--zd_emptysvg_medium_circle)'
|
|
37
|
+
}
|
|
38
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
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",
|
|
40
|
+
style: {
|
|
41
|
+
fill: 'none',
|
|
42
|
+
stroke: 'var(--zd_emptysvg_primary_stroke)',
|
|
43
|
+
strokeLinecap: 'round',
|
|
44
|
+
strokeLinejoin: 'round'
|
|
45
|
+
}
|
|
46
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
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",
|
|
48
|
+
style: {
|
|
49
|
+
fill: 'var(--zd_emptysvg_secondary_fill)'
|
|
50
|
+
}
|
|
51
|
+
}));
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
}
|
|
55
|
+
NetworkError.propTypes = EmptyStateProps;
|
|
56
|
+
NetworkError.defaultProps = { ...EmptyStateDefaultProps,
|
|
57
|
+
dataId: 'emptyNetworkError'
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
if (false) {
|
|
61
|
+
NetworkError.docs = {
|
|
62
|
+
componentGroup: 'Emptystate'
|
|
63
|
+
};
|
|
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 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,13 @@ export default class Predictor extends React.Component {
|
|
|
49
50
|
}
|
|
50
51
|
|
|
51
52
|
}
|
|
52
|
-
Predictor.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
|
-
Predictor.defaultProps = {
|
|
61
|
-
size: 'large',
|
|
62
|
-
alignHorizontal: true,
|
|
63
|
-
isRender: true,
|
|
64
|
-
className: '',
|
|
65
|
-
dataId: 'predictor',
|
|
66
|
-
palette: 'default'
|
|
53
|
+
Predictor.propTypes = EmptyStateProps;
|
|
54
|
+
Predictor.defaultProps = { ...EmptyStateDefaultProps,
|
|
55
|
+
dataId: 'emptyPredictor'
|
|
67
56
|
};
|
|
68
57
|
|
|
69
58
|
if (false) {
|
|
70
59
|
Predictor.docs = {
|
|
71
|
-
componentGroup: '
|
|
60
|
+
componentGroup: 'Emptystate'
|
|
72
61
|
};
|
|
73
62
|
}
|