@zohodesk/svg 1.0.0-beta.4 → 1.0.0-beta.42
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 +146 -1
- package/assets/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
- package/assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
- package/assets/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
- package/assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
- package/es/Provider.js +140 -0
- package/es/index.js +5 -2
- package/es/svg/EmptyAccounts.js +84 -40
- package/es/svg/EmptyActiveCalls.js +55 -47
- package/es/svg/EmptyActivity.js +55 -42
- package/es/svg/EmptyAgent.js +55 -39
- package/es/svg/EmptyAgentQueue.js +78 -0
- package/es/svg/EmptyApproval.js +78 -0
- package/es/svg/EmptyArchived.js +64 -39
- package/es/svg/EmptyAttach.js +55 -39
- package/es/svg/EmptyBlueprint.js +70 -39
- package/es/svg/EmptyBusinessHoliday.js +21 -38
- package/es/svg/EmptyBusinessHour.js +21 -38
- package/es/svg/EmptyCallHistory.js +57 -47
- package/es/svg/EmptyCollision.js +72 -0
- package/es/svg/EmptyColumn.js +78 -0
- package/es/svg/EmptyContact.js +55 -40
- package/es/svg/EmptyContract.js +68 -0
- package/es/svg/EmptyConversation.js +55 -39
- package/es/svg/EmptyCrm.js +72 -0
- package/es/svg/EmptyCrmNotes.js +83 -0
- package/es/svg/EmptyCrmPotential.js +86 -0
- package/es/svg/EmptyCustomDomain.js +39 -0
- package/es/svg/EmptyDashboard.js +62 -40
- package/es/svg/EmptyDepartment.js +72 -0
- package/es/svg/EmptyError.js +94 -0
- package/es/svg/EmptyFeed.js +75 -0
- package/es/svg/EmptyFollowers.js +73 -0
- package/es/svg/EmptyFrame.js +71 -0
- package/es/svg/EmptyFromAddress.js +21 -38
- package/es/svg/EmptyHappiness.js +55 -39
- package/es/svg/EmptyHistory.js +55 -46
- package/es/svg/EmptyImportHistory.js +21 -38
- package/es/svg/EmptyInconvenience.js +42 -0
- package/es/svg/EmptyInvoice.js +60 -39
- package/es/svg/EmptyNetwork.js +21 -38
- package/es/svg/EmptyNotification.js +55 -39
- package/es/svg/EmptyProducts.js +58 -39
- package/es/svg/EmptyRecycleBin.js +21 -38
- package/es/svg/EmptyReply.js +67 -0
- package/es/svg/EmptyReports.js +61 -39
- package/es/svg/EmptyRoles.js +21 -38
- package/es/svg/EmptySchedule.js +114 -0
- package/es/svg/EmptySearch.js +65 -39
- package/es/svg/EmptySkills.js +103 -45
- package/es/svg/EmptySla.js +67 -0
- package/es/svg/EmptySnippet.js +67 -47
- package/es/svg/EmptyStateVariables.module.css +39 -0
- package/es/svg/EmptyTag.js +58 -39
- package/es/svg/EmptyTask.js +71 -39
- package/es/svg/EmptyTeams.js +55 -39
- package/es/svg/EmptyTemplate.js +67 -40
- package/es/svg/EmptyTicket.js +58 -39
- package/es/svg/EmptyTimeEntry.js +61 -39
- package/es/svg/EmptyTimeline.js +72 -0
- package/es/svg/EmptyTopic.js +61 -39
- package/es/svg/EmptyUnauthorizedLogin.js +47 -0
- package/es/svg/EmptyWebhook.js +21 -38
- package/es/svg/EmptyWillBeRightBack.js +42 -0
- package/es/svg/ErrorInconvenience.js +113 -0
- package/es/svg/ErrorOopsSomethingMiss.js +114 -0
- package/es/svg/ErrorUnableToProcessRequest.js +114 -0
- package/es/svg/ErrorUnauthorizedLogin.js +113 -0
- package/es/svg/ErrorUrlNotFound.js +114 -0
- package/es/svg/ErrorWillBeRightBack.js +113 -0
- package/es/svg/Extensions.js +73 -0
- package/es/svg/Extractor.js +66 -0
- package/es/svg/FailureLog.js +21 -38
- package/es/svg/Import.js +82 -0
- package/es/svg/Loader.js +55 -34
- package/es/svg/NoRequestFound.js +22 -45
- package/es/svg/NotImpossible.js +79 -0
- package/es/svg/PageNotFound.js +24 -46
- package/es/svg/Predictor.js +73 -0
- package/es/svg/SVG.js +61 -85
- package/es/svg/SVG.module.css +9 -2
- package/es/svg/SvgLoader.js +28 -0
- package/es/svg/UnableToProcessRequest.js +24 -46
- package/es/svg/UnauthorizedLogin.js +23 -45
- package/es/svg/UrlNotFound.js +25 -47
- package/es/svg/WillBeRightBack.js +25 -47
- package/es/svg/ZiaAnamoly.js +67 -0
- package/es/svg/images/EmptyCustomDomain.svg +85 -0
- package/es/svg/images/EmptySkills.svg +75 -67
- package/es/svg/utils.js +14 -0
- package/lib/Provider.js +213 -0
- package/lib/index.js +48 -27
- package/lib/svg/EmptyAccounts.js +108 -36
- package/lib/svg/EmptyActiveCalls.js +79 -43
- package/lib/svg/EmptyActivity.js +79 -38
- package/lib/svg/EmptyAgent.js +79 -35
- package/lib/svg/EmptyAgentQueue.js +128 -0
- package/lib/svg/EmptyApproval.js +128 -0
- package/lib/svg/EmptyArchived.js +88 -35
- package/lib/svg/EmptyAttach.js +79 -35
- package/lib/svg/EmptyBlueprint.js +94 -35
- package/lib/svg/EmptyBusinessHoliday.js +47 -35
- package/lib/svg/EmptyBusinessHour.js +47 -35
- package/lib/svg/EmptyCallHistory.js +81 -43
- package/lib/svg/EmptyCollision.js +122 -0
- package/lib/svg/EmptyColumn.js +128 -0
- package/lib/svg/EmptyContact.js +79 -36
- package/lib/svg/EmptyContract.js +118 -0
- package/lib/svg/EmptyConversation.js +79 -35
- package/lib/svg/EmptyCrm.js +122 -0
- package/lib/svg/EmptyCrmNotes.js +133 -0
- package/lib/svg/EmptyCrmPotential.js +136 -0
- package/lib/svg/EmptyCustomDomain.js +90 -0
- package/lib/svg/EmptyDashboard.js +86 -36
- package/lib/svg/EmptyDepartment.js +122 -0
- package/lib/svg/EmptyError.js +144 -0
- package/lib/svg/EmptyFeed.js +125 -0
- package/lib/svg/EmptyFollowers.js +123 -0
- package/lib/svg/EmptyFrame.js +121 -0
- package/lib/svg/EmptyFromAddress.js +47 -35
- package/lib/svg/EmptyHappiness.js +79 -35
- package/lib/svg/EmptyHistory.js +79 -42
- package/lib/svg/EmptyImportHistory.js +47 -35
- package/lib/svg/EmptyInconvenience.js +91 -0
- package/lib/svg/EmptyInvoice.js +84 -35
- package/lib/svg/EmptyNetwork.js +47 -35
- package/lib/svg/EmptyNotification.js +79 -35
- package/lib/svg/EmptyProducts.js +82 -35
- package/lib/svg/EmptyRecycleBin.js +47 -35
- package/lib/svg/EmptyReply.js +117 -0
- package/lib/svg/EmptyReports.js +85 -35
- package/lib/svg/EmptyRoles.js +47 -35
- package/lib/svg/EmptySchedule.js +164 -0
- package/lib/svg/EmptySearch.js +89 -35
- package/lib/svg/EmptySkills.js +127 -41
- package/lib/svg/EmptySla.js +117 -0
- package/lib/svg/EmptySnippet.js +98 -50
- package/lib/svg/EmptyStateVariables.module.css +39 -0
- package/lib/svg/EmptyTag.js +82 -35
- package/lib/svg/EmptyTask.js +95 -35
- package/lib/svg/EmptyTeams.js +79 -35
- package/lib/svg/EmptyTemplate.js +91 -36
- package/lib/svg/EmptyTicket.js +82 -35
- package/lib/svg/EmptyTimeEntry.js +85 -35
- package/lib/svg/EmptyTimeline.js +122 -0
- package/lib/svg/EmptyTopic.js +85 -35
- package/lib/svg/EmptyUnauthorizedLogin.js +97 -0
- package/lib/svg/EmptyWebhook.js +47 -35
- package/lib/svg/EmptyWillBeRightBack.js +92 -0
- package/lib/svg/ErrorInconvenience.js +163 -0
- package/lib/svg/ErrorOopsSomethingMiss.js +164 -0
- package/lib/svg/ErrorUnableToProcessRequest.js +164 -0
- package/lib/svg/ErrorUnauthorizedLogin.js +163 -0
- package/lib/svg/ErrorUrlNotFound.js +164 -0
- package/lib/svg/ErrorWillBeRightBack.js +163 -0
- package/lib/svg/Extensions.js +123 -0
- package/lib/svg/Extractor.js +116 -0
- package/lib/svg/FailureLog.js +47 -35
- package/lib/svg/Import.js +132 -0
- package/lib/svg/Loader.js +77 -33
- package/lib/svg/NoRequestFound.js +47 -43
- package/lib/svg/NotImpossible.js +129 -0
- package/lib/svg/PageNotFound.js +49 -44
- package/lib/svg/Predictor.js +123 -0
- package/lib/svg/SVG.js +88 -81
- package/lib/svg/SVG.module.css +9 -2
- package/lib/svg/SvgLoader.js +66 -0
- package/lib/svg/UnableToProcessRequest.js +48 -43
- package/lib/svg/UnauthorizedLogin.js +48 -43
- package/lib/svg/UrlNotFound.js +49 -44
- package/lib/svg/WillBeRightBack.js +49 -44
- package/lib/svg/ZiaAnamoly.js +117 -0
- package/lib/svg/images/EmptyCustomDomain.svg +85 -0
- package/lib/svg/images/EmptySkills.svg +75 -67
- package/lib/svg/utils.js +26 -0
- package/package.json +26 -14
- package/.DS_Store +0 -0
- package/es/svg/EmptyCloud.js +0 -55
- package/es/svg/EmptyCloudDanger.js +0 -131
- package/es/svg/EmptyEdition.js +0 -56
- package/es/svg/Inconvenience.js +0 -65
- package/es/svg/InvalidUrl.js +0 -780
- package/es/svg/SitBack.js +0 -54
- package/es/svg/docs/SVG__default.docs.js +0 -605
- package/es/svg/images/EmptyAccounts.svg +0 -55
- package/es/svg/images/EmptyActiveCalls.svg +0 -57
- package/es/svg/images/EmptyActivity.svg +0 -85
- package/es/svg/images/EmptyAgent.svg +0 -52
- package/es/svg/images/EmptyArchived.svg +0 -38
- package/es/svg/images/EmptyAttach.svg +0 -39
- package/es/svg/images/EmptyBlueprint.svg +0 -78
- package/es/svg/images/EmptyCallHistory.svg +0 -46
- package/es/svg/images/EmptyCloud.svg +0 -38
- package/es/svg/images/EmptyContact.svg +0 -33
- package/es/svg/images/EmptyConversation.svg +0 -38
- package/es/svg/images/EmptyDashboard.svg +0 -42
- package/es/svg/images/EmptyEdition.svg +0 -76
- package/es/svg/images/EmptyHappiness.svg +0 -58
- package/es/svg/images/EmptyHistory.svg +0 -44
- package/es/svg/images/EmptyInvoice.svg +0 -45
- package/es/svg/images/EmptyNotification.svg +0 -38
- package/es/svg/images/EmptyProducts.svg +0 -57
- package/es/svg/images/EmptyReports.svg +0 -39
- package/es/svg/images/EmptySearch.svg +0 -37
- package/es/svg/images/EmptySnippet.svg +0 -46
- package/es/svg/images/EmptyTag.svg +0 -43
- package/es/svg/images/EmptyTask.svg +0 -42
- package/es/svg/images/EmptyTeams.svg +0 -39
- package/es/svg/images/EmptyTemplate.svg +0 -39
- package/es/svg/images/EmptyTicket.svg +0 -33
- package/es/svg/images/EmptyTimeEntry.svg +0 -96
- package/es/svg/images/EmptyTopic.svg +0 -41
- package/es/svg/images/Loader.svg +0 -62
- package/es/svg/images/SitBack.svg +0 -464
- package/lib/svg/EmptyCloud.js +0 -77
- package/lib/svg/EmptyCloudDanger.js +0 -147
- package/lib/svg/EmptyEdition.js +0 -78
- package/lib/svg/Inconvenience.js +0 -87
- package/lib/svg/InvalidUrl.js +0 -799
- package/lib/svg/SitBack.js +0 -76
- package/lib/svg/docs/SVG__default.docs.js +0 -765
- package/lib/svg/images/EmptyAccounts.svg +0 -55
- package/lib/svg/images/EmptyActiveCalls.svg +0 -57
- package/lib/svg/images/EmptyActivity.svg +0 -85
- package/lib/svg/images/EmptyAgent.svg +0 -52
- package/lib/svg/images/EmptyArchived.svg +0 -38
- package/lib/svg/images/EmptyAttach.svg +0 -39
- package/lib/svg/images/EmptyBlueprint.svg +0 -78
- package/lib/svg/images/EmptyCallHistory.svg +0 -46
- package/lib/svg/images/EmptyCloud.svg +0 -38
- package/lib/svg/images/EmptyContact.svg +0 -33
- package/lib/svg/images/EmptyConversation.svg +0 -38
- package/lib/svg/images/EmptyDashboard.svg +0 -42
- package/lib/svg/images/EmptyEdition.svg +0 -76
- package/lib/svg/images/EmptyHappiness.svg +0 -58
- package/lib/svg/images/EmptyHistory.svg +0 -44
- package/lib/svg/images/EmptyInvoice.svg +0 -45
- package/lib/svg/images/EmptyNotification.svg +0 -38
- package/lib/svg/images/EmptyProducts.svg +0 -57
- package/lib/svg/images/EmptyReports.svg +0 -39
- package/lib/svg/images/EmptySearch.svg +0 -37
- package/lib/svg/images/EmptySnippet.svg +0 -46
- package/lib/svg/images/EmptyTag.svg +0 -43
- package/lib/svg/images/EmptyTask.svg +0 -42
- package/lib/svg/images/EmptyTeams.svg +0 -39
- package/lib/svg/images/EmptyTemplate.svg +0 -39
- package/lib/svg/images/EmptyTicket.svg +0 -33
- package/lib/svg/images/EmptyTimeEntry.svg +0 -96
- package/lib/svg/images/EmptyTopic.svg +0 -41
- package/lib/svg/images/Loader.svg +0 -62
- package/lib/svg/images/SitBack.svg +0 -464
- package/src/.DS_Store +0 -0
- package/src/index.js +0 -6
- package/src/svg/.DS_Store +0 -0
- package/src/svg/EmptyAccounts.js +0 -30
- package/src/svg/EmptyActiveCalls.js +0 -36
- package/src/svg/EmptyActivity.js +0 -31
- package/src/svg/EmptyAgent.js +0 -29
- package/src/svg/EmptyArchived.js +0 -28
- package/src/svg/EmptyAttach.js +0 -29
- package/src/svg/EmptyBlueprint.js +0 -29
- package/src/svg/EmptyBusinessHoliday.js +0 -29
- package/src/svg/EmptyBusinessHour.js +0 -29
- package/src/svg/EmptyCallHistory.js +0 -36
- package/src/svg/EmptyCloud.js +0 -28
- package/src/svg/EmptyCloudDanger.js +0 -104
- package/src/svg/EmptyContact.js +0 -30
- package/src/svg/EmptyConversation.js +0 -29
- package/src/svg/EmptyDashboard.js +0 -29
- package/src/svg/EmptyEdition.js +0 -29
- package/src/svg/EmptyFromAddress.js +0 -29
- package/src/svg/EmptyHappiness.js +0 -29
- package/src/svg/EmptyHistory.js +0 -36
- package/src/svg/EmptyImportHistory.js +0 -29
- package/src/svg/EmptyInvoice.js +0 -29
- package/src/svg/EmptyNetwork.js +0 -29
- package/src/svg/EmptyNotification.js +0 -29
- package/src/svg/EmptyProducts.js +0 -29
- package/src/svg/EmptyRecycleBin.js +0 -29
- package/src/svg/EmptyReports.js +0 -29
- package/src/svg/EmptyRoles.js +0 -29
- package/src/svg/EmptySearch.js +0 -29
- package/src/svg/EmptySkills.js +0 -35
- package/src/svg/EmptySnippet.js +0 -35
- package/src/svg/EmptyTag.js +0 -29
- package/src/svg/EmptyTask.js +0 -29
- package/src/svg/EmptyTeams.js +0 -29
- package/src/svg/EmptyTemplate.js +0 -30
- package/src/svg/EmptyTicket.js +0 -29
- package/src/svg/EmptyTimeEntry.js +0 -29
- package/src/svg/EmptyTopic.js +0 -29
- package/src/svg/EmptyWebhook.js +0 -29
- package/src/svg/FailureLog.js +0 -29
- package/src/svg/Inconvenience.js +0 -38
- package/src/svg/InvalidUrl.js +0 -755
- package/src/svg/Loader.js +0 -27
- package/src/svg/NoRequestFound.js +0 -38
- package/src/svg/PageNotFound.js +0 -38
- package/src/svg/SVG.js +0 -88
- package/src/svg/SVG.module.css +0 -19
- package/src/svg/SitBack.js +0 -29
- package/src/svg/UnableToProcessRequest.js +0 -38
- package/src/svg/UnauthorizedLogin.js +0 -38
- package/src/svg/UrlNotFound.js +0 -38
- package/src/svg/WillBeRightBack.js +0 -38
- package/src/svg/docs/SVG__default.docs.js +0 -289
- package/src/svg/images/EmptyAccounts.svg +0 -55
- package/src/svg/images/EmptyActiveCalls.svg +0 -57
- package/src/svg/images/EmptyActivity.svg +0 -85
- package/src/svg/images/EmptyAgent.svg +0 -52
- package/src/svg/images/EmptyArchived.svg +0 -38
- package/src/svg/images/EmptyAttach.svg +0 -39
- package/src/svg/images/EmptyBlueprint.svg +0 -78
- package/src/svg/images/EmptyBusinessHoliday.svg +0 -50
- package/src/svg/images/EmptyBusinessHour.svg +0 -42
- package/src/svg/images/EmptyCallHistory.svg +0 -46
- package/src/svg/images/EmptyCloud.svg +0 -38
- package/src/svg/images/EmptyContact.svg +0 -33
- package/src/svg/images/EmptyContactInfo.svg +0 -27
- package/src/svg/images/EmptyConversation.svg +0 -38
- package/src/svg/images/EmptyDashboard.svg +0 -42
- package/src/svg/images/EmptyEdition.svg +0 -76
- package/src/svg/images/EmptyFilter.svg +0 -62
- package/src/svg/images/EmptyFromAddress.svg +0 -41
- package/src/svg/images/EmptyHappiness.svg +0 -58
- package/src/svg/images/EmptyHistory.svg +0 -44
- package/src/svg/images/EmptyImportHistory.svg +0 -43
- package/src/svg/images/EmptyInvoice.svg +0 -45
- package/src/svg/images/EmptyNetwork.svg +0 -50
- package/src/svg/images/EmptyNotification.svg +0 -38
- package/src/svg/images/EmptyProducts.svg +0 -57
- package/src/svg/images/EmptyRecycleBin.svg +0 -58
- package/src/svg/images/EmptyReports.svg +0 -39
- package/src/svg/images/EmptyRoles.svg +0 -30
- package/src/svg/images/EmptySearch.svg +0 -37
- package/src/svg/images/EmptySkills.svg +0 -75
- package/src/svg/images/EmptySnippet.svg +0 -46
- package/src/svg/images/EmptyTag.svg +0 -43
- package/src/svg/images/EmptyTask.svg +0 -42
- package/src/svg/images/EmptyTeams.svg +0 -39
- package/src/svg/images/EmptyTemplate.svg +0 -39
- package/src/svg/images/EmptyTicket.svg +0 -33
- package/src/svg/images/EmptyTimeEntry.svg +0 -96
- package/src/svg/images/EmptyTopic.svg +0 -41
- package/src/svg/images/EmptyWebhook.svg +0 -44
- package/src/svg/images/FailureLog.svg +0 -46
- package/src/svg/images/Inconvenience.svg +0 -719
- package/src/svg/images/Loader.svg +0 -62
- package/src/svg/images/NoRequestFound.svg +0 -247
- package/src/svg/images/PageNotFound.svg +0 -405
- package/src/svg/images/ReguestUrlNotFound.svg +0 -267
- package/src/svg/images/SitBack.svg +0 -464
- package/src/svg/images/UnableToProcess.svg +0 -752
- package/src/svg/images/UnauthorizedLogin.svg +0 -1047
- package/src/svg/images/WillBack.svg +0 -633
package/lib/svg/EmptyCloud.js
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
|
|
7
|
-
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
|
8
|
-
|
|
9
|
-
var _react = require('react');
|
|
10
|
-
|
|
11
|
-
var _react2 = _interopRequireDefault(_react);
|
|
12
|
-
|
|
13
|
-
var _propTypes = require('prop-types');
|
|
14
|
-
|
|
15
|
-
var _propTypes2 = _interopRequireDefault(_propTypes);
|
|
16
|
-
|
|
17
|
-
var _SVG = require('./SVG');
|
|
18
|
-
|
|
19
|
-
var _SVG2 = _interopRequireDefault(_SVG);
|
|
20
|
-
|
|
21
|
-
var _EmptyCloud = require('./images/EmptyCloud.svg');
|
|
22
|
-
|
|
23
|
-
var _EmptyCloud2 = _interopRequireDefault(_EmptyCloud);
|
|
24
|
-
|
|
25
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
26
|
-
|
|
27
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
28
|
-
|
|
29
|
-
function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; }
|
|
30
|
-
|
|
31
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
|
|
32
|
-
|
|
33
|
-
var EmptyCloud = function (_React$Component) {
|
|
34
|
-
_inherits(EmptyCloud, _React$Component);
|
|
35
|
-
|
|
36
|
-
function EmptyCloud() {
|
|
37
|
-
_classCallCheck(this, EmptyCloud);
|
|
38
|
-
|
|
39
|
-
return _possibleConstructorReturn(this, (EmptyCloud.__proto__ || Object.getPrototypeOf(EmptyCloud)).apply(this, arguments));
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
_createClass(EmptyCloud, [{
|
|
43
|
-
key: 'render',
|
|
44
|
-
value: function render() {
|
|
45
|
-
var _props = this.props,
|
|
46
|
-
_props$className = _props.className,
|
|
47
|
-
className = _props$className === undefined ? '' : _props$className,
|
|
48
|
-
size = _props.size,
|
|
49
|
-
alignHorizontal = _props.alignHorizontal;
|
|
50
|
-
|
|
51
|
-
return _react2.default.createElement(
|
|
52
|
-
_SVG2.default,
|
|
53
|
-
{ viewBox: '0 0 298 123.5', name: 'cloud', className: className, size: size, alignHorizontal: alignHorizontal },
|
|
54
|
-
_react2.default.createElement('image', { xlinkHref: _EmptyCloud2.default, height: '100%', width: '100%' })
|
|
55
|
-
);
|
|
56
|
-
}
|
|
57
|
-
}]);
|
|
58
|
-
|
|
59
|
-
return EmptyCloud;
|
|
60
|
-
}(_react2.default.Component);
|
|
61
|
-
|
|
62
|
-
exports.default = EmptyCloud;
|
|
63
|
-
|
|
64
|
-
EmptyCloud.propTypes = {
|
|
65
|
-
className: _propTypes2.default.string,
|
|
66
|
-
size: _propTypes2.default.oneOf('small', 'large'),
|
|
67
|
-
alignHorizontal: _propTypes2.default.bool
|
|
68
|
-
};
|
|
69
|
-
EmptyCloud.defaultProps = {
|
|
70
|
-
alignHorizontal: true
|
|
71
|
-
};
|
|
72
|
-
|
|
73
|
-
if (false) {
|
|
74
|
-
EmptyCloud.docs = {
|
|
75
|
-
componentGroup: 'SVG'
|
|
76
|
-
};
|
|
77
|
-
}
|
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
|
|
7
|
-
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
|
8
|
-
|
|
9
|
-
var _react = require('react');
|
|
10
|
-
|
|
11
|
-
var _react2 = _interopRequireDefault(_react);
|
|
12
|
-
|
|
13
|
-
var _SVG = require('./SVG');
|
|
14
|
-
|
|
15
|
-
var _SVG2 = _interopRequireDefault(_SVG);
|
|
16
|
-
|
|
17
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
18
|
-
|
|
19
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
20
|
-
|
|
21
|
-
function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; }
|
|
22
|
-
|
|
23
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
|
|
24
|
-
|
|
25
|
-
var EmptyCloudDanger = function (_React$Component) {
|
|
26
|
-
_inherits(EmptyCloudDanger, _React$Component);
|
|
27
|
-
|
|
28
|
-
function EmptyCloudDanger() {
|
|
29
|
-
_classCallCheck(this, EmptyCloudDanger);
|
|
30
|
-
|
|
31
|
-
return _possibleConstructorReturn(this, (EmptyCloudDanger.__proto__ || Object.getPrototypeOf(EmptyCloudDanger)).apply(this, arguments));
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
_createClass(EmptyCloudDanger, [{
|
|
35
|
-
key: 'render',
|
|
36
|
-
value: function render() {
|
|
37
|
-
return _react2.default.createElement(
|
|
38
|
-
_SVG2.default,
|
|
39
|
-
{ viewBox: '0 0 298 123.5', name: 'cloudDanger' },
|
|
40
|
-
_react2.default.createElement(
|
|
41
|
-
'g',
|
|
42
|
-
null,
|
|
43
|
-
_react2.default.createElement('path', {
|
|
44
|
-
style: {
|
|
45
|
-
opacity: '0.25',
|
|
46
|
-
fill: '#FFDDDD',
|
|
47
|
-
enableBackground: 'new'
|
|
48
|
-
},
|
|
49
|
-
d: 'M288.2 78.1H211c-1.9-2.6-2.1-5.1-.7-7.7h44c5.3 0 9.6-4.3 9.6-9.6s-4.3-9.6-9.6-9.6H134.7c-1.8-2.7-1.7-5.4.2-8.2h40.7c5.3 0 9.6-4.3 9.6-9.6s-4.3-9.6-9.6-9.6H9.6c-5.3 0-9.6 4.3-9.6 9.6S4.3 43 9.6 43h59.7c1.6 2.5 1.7 5.6.2 8.2H34.7c-5.3 0-9.6 4.3-9.6 9.6s4.3 9.6 9.6 9.6h111.2c1.2 2.5 1 5.4-.6 7.7H63c-5.3 0-9.6 4.3-9.6 9.6s4.3 9.6 9.6 9.6h72c1.1 2.2 1.1 4.8 0 7h-32.6c-5.3 0-9.6 4.3-9.6 9.6s4.3 9.6 9.6 9.6h114.5c5.3 0 9.6-4.3 9.6-9.6s-4.3-9.6-9.6-9.6h-17.2c-1.4-2.1-1.4-4.9 0-7h88.7c5.3 0 9.6-4.3 9.6-9.6-.1-5.4-4.4-9.7-9.8-9.6z'
|
|
50
|
-
}),
|
|
51
|
-
_react2.default.createElement('polygon', {
|
|
52
|
-
style: {
|
|
53
|
-
opacity: '0.7',
|
|
54
|
-
fill: 'none',
|
|
55
|
-
stroke: '#FFDDDD',
|
|
56
|
-
strokeWidth: '0.75',
|
|
57
|
-
strokeMiterlimit: 10,
|
|
58
|
-
enableBackground: 'new'
|
|
59
|
-
},
|
|
60
|
-
points: '\n76.5,70.5 79.3,70.8 77.4,72.8 77.9,75.5 75.4,74.3 73,75.7 73.4,73 71.4,71.1 74.1,70.6 75.2,68.1 \t\t'
|
|
61
|
-
}),
|
|
62
|
-
_react2.default.createElement(
|
|
63
|
-
'g',
|
|
64
|
-
{ style: { opacity: '0.7' } },
|
|
65
|
-
_react2.default.createElement('circle', {
|
|
66
|
-
style: {
|
|
67
|
-
fill: 'none',
|
|
68
|
-
stroke: '#FFDDDD',
|
|
69
|
-
strokeWidth: '0.75',
|
|
70
|
-
strokeMiterlimit: 10,
|
|
71
|
-
strokeDasharray: '0.97,0.97'
|
|
72
|
-
},
|
|
73
|
-
cx: '66.6',
|
|
74
|
-
cy: '22.8',
|
|
75
|
-
r: '4.3'
|
|
76
|
-
})
|
|
77
|
-
),
|
|
78
|
-
_react2.default.createElement(
|
|
79
|
-
'g',
|
|
80
|
-
{ style: { opacity: '0.7' } },
|
|
81
|
-
_react2.default.createElement('circle', {
|
|
82
|
-
style: {
|
|
83
|
-
fill: 'none',
|
|
84
|
-
stroke: '#FFDDDD',
|
|
85
|
-
strokeWidth: '0.75',
|
|
86
|
-
strokeMiterlimit: 10,
|
|
87
|
-
strokeDasharray: '1.03,1.03'
|
|
88
|
-
},
|
|
89
|
-
cx: '192.3',
|
|
90
|
-
cy: '117.8',
|
|
91
|
-
r: '4.3'
|
|
92
|
-
})
|
|
93
|
-
),
|
|
94
|
-
_react2.default.createElement('polygon', {
|
|
95
|
-
style: {
|
|
96
|
-
opacity: '0.7',
|
|
97
|
-
fill: 'none',
|
|
98
|
-
stroke: '#FFDDDD',
|
|
99
|
-
strokeWidth: '0.75',
|
|
100
|
-
strokeMiterlimit: 10,
|
|
101
|
-
enableBackground: 'new'
|
|
102
|
-
},
|
|
103
|
-
points: '\n139.2,17.3 141.2,17.5 139.8,18.9 140.2,20.9 138.5,20 136.7,21 137,19 135.6,17.7 137.5,17.4 138.3,15.6 \t\t'
|
|
104
|
-
}),
|
|
105
|
-
_react2.default.createElement('polygon', {
|
|
106
|
-
style: {
|
|
107
|
-
opacity: '0.7',
|
|
108
|
-
fill: 'none',
|
|
109
|
-
stroke: '#FFDDDD',
|
|
110
|
-
strokeWidth: '0.75',
|
|
111
|
-
strokeMiterlimit: 10,
|
|
112
|
-
enableBackground: 'new'
|
|
113
|
-
},
|
|
114
|
-
points: '\n215.1,2.6 217.1,2.9 215.7,4.3 216.1,6.2 214.4,5.4 212.6,6.3 212.9,4.4 211.5,3 213.4,2.7 214.2,0.9 \t\t'
|
|
115
|
-
}),
|
|
116
|
-
_react2.default.createElement(
|
|
117
|
-
'g',
|
|
118
|
-
{ style: { opacity: '0.7' } },
|
|
119
|
-
_react2.default.createElement('circle', {
|
|
120
|
-
style: {
|
|
121
|
-
fill: 'none',
|
|
122
|
-
stroke: '#FFDDDD',
|
|
123
|
-
strokeWidth: '0.75',
|
|
124
|
-
strokeMiterlimit: 10,
|
|
125
|
-
strokeDasharray: '1.01,1.01'
|
|
126
|
-
},
|
|
127
|
-
cx: '260.9',
|
|
128
|
-
cy: '54.3',
|
|
129
|
-
r: 8
|
|
130
|
-
})
|
|
131
|
-
)
|
|
132
|
-
)
|
|
133
|
-
);
|
|
134
|
-
}
|
|
135
|
-
}]);
|
|
136
|
-
|
|
137
|
-
return EmptyCloudDanger;
|
|
138
|
-
}(_react2.default.Component);
|
|
139
|
-
|
|
140
|
-
exports.default = EmptyCloudDanger;
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
if (false) {
|
|
144
|
-
EmptyCloudDanger.docs = {
|
|
145
|
-
componentGroup: 'SVG'
|
|
146
|
-
};
|
|
147
|
-
}
|
package/lib/svg/EmptyEdition.js
DELETED
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
|
|
7
|
-
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
|
8
|
-
|
|
9
|
-
var _react = require('react');
|
|
10
|
-
|
|
11
|
-
var _react2 = _interopRequireDefault(_react);
|
|
12
|
-
|
|
13
|
-
var _propTypes = require('prop-types');
|
|
14
|
-
|
|
15
|
-
var _propTypes2 = _interopRequireDefault(_propTypes);
|
|
16
|
-
|
|
17
|
-
var _SVG = require('./SVG');
|
|
18
|
-
|
|
19
|
-
var _SVG2 = _interopRequireDefault(_SVG);
|
|
20
|
-
|
|
21
|
-
var _EmptyEdition = require('./images/EmptyEdition.svg');
|
|
22
|
-
|
|
23
|
-
var _EmptyEdition2 = _interopRequireDefault(_EmptyEdition);
|
|
24
|
-
|
|
25
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
26
|
-
|
|
27
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
28
|
-
|
|
29
|
-
function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; }
|
|
30
|
-
|
|
31
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
|
|
32
|
-
|
|
33
|
-
var EmptyEdition = function (_React$Component) {
|
|
34
|
-
_inherits(EmptyEdition, _React$Component);
|
|
35
|
-
|
|
36
|
-
function EmptyEdition() {
|
|
37
|
-
_classCallCheck(this, EmptyEdition);
|
|
38
|
-
|
|
39
|
-
return _possibleConstructorReturn(this, (EmptyEdition.__proto__ || Object.getPrototypeOf(EmptyEdition)).apply(this, arguments));
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
_createClass(EmptyEdition, [{
|
|
43
|
-
key: 'render',
|
|
44
|
-
value: function render() {
|
|
45
|
-
var _props = this.props,
|
|
46
|
-
size = _props.size,
|
|
47
|
-
_props$className = _props.className,
|
|
48
|
-
className = _props$className === undefined ? '' : _props$className,
|
|
49
|
-
alignHorizontal = _props.alignHorizontal;
|
|
50
|
-
|
|
51
|
-
return _react2.default.createElement(
|
|
52
|
-
_SVG2.default,
|
|
53
|
-
{ viewBox: '0 0 181.9 139.3', name: 'edition', size: size, className: className, alignHorizontal: alignHorizontal },
|
|
54
|
-
_react2.default.createElement('image', { xlinkHref: _EmptyEdition2.default, height: '100%', width: '100%' })
|
|
55
|
-
);
|
|
56
|
-
}
|
|
57
|
-
}]);
|
|
58
|
-
|
|
59
|
-
return EmptyEdition;
|
|
60
|
-
}(_react2.default.Component);
|
|
61
|
-
|
|
62
|
-
exports.default = EmptyEdition;
|
|
63
|
-
|
|
64
|
-
EmptyEdition.propTypes = {
|
|
65
|
-
size: _propTypes2.default.oneOf('small', 'large'),
|
|
66
|
-
className: _propTypes2.default.string,
|
|
67
|
-
alignHorizontal: _propTypes2.default.bool
|
|
68
|
-
};
|
|
69
|
-
EmptyEdition.defaultProps = {
|
|
70
|
-
size: 'large',
|
|
71
|
-
alignHorizontal: true
|
|
72
|
-
};
|
|
73
|
-
|
|
74
|
-
if (false) {
|
|
75
|
-
EmptyEdition.docs = {
|
|
76
|
-
componentGroup: 'SVG'
|
|
77
|
-
};
|
|
78
|
-
}
|
package/lib/svg/Inconvenience.js
DELETED
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
|
|
7
|
-
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
|
8
|
-
|
|
9
|
-
var _react = require('react');
|
|
10
|
-
|
|
11
|
-
var _react2 = _interopRequireDefault(_react);
|
|
12
|
-
|
|
13
|
-
var _propTypes = require('prop-types');
|
|
14
|
-
|
|
15
|
-
var _propTypes2 = _interopRequireDefault(_propTypes);
|
|
16
|
-
|
|
17
|
-
var _SVG = require('./SVG');
|
|
18
|
-
|
|
19
|
-
var _SVG2 = _interopRequireDefault(_SVG);
|
|
20
|
-
|
|
21
|
-
var _Inconvenience = require('./images/Inconvenience.svg');
|
|
22
|
-
|
|
23
|
-
var _Inconvenience2 = _interopRequireDefault(_Inconvenience);
|
|
24
|
-
|
|
25
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
26
|
-
|
|
27
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
28
|
-
|
|
29
|
-
function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; }
|
|
30
|
-
|
|
31
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
|
|
32
|
-
|
|
33
|
-
var Inconvenience = function (_React$Component) {
|
|
34
|
-
_inherits(Inconvenience, _React$Component);
|
|
35
|
-
|
|
36
|
-
function Inconvenience() {
|
|
37
|
-
_classCallCheck(this, Inconvenience);
|
|
38
|
-
|
|
39
|
-
return _possibleConstructorReturn(this, (Inconvenience.__proto__ || Object.getPrototypeOf(Inconvenience)).apply(this, arguments));
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
_createClass(Inconvenience, [{
|
|
43
|
-
key: 'render',
|
|
44
|
-
value: function render() {
|
|
45
|
-
var _props = this.props,
|
|
46
|
-
isRender = _props.isRender,
|
|
47
|
-
className = _props.className,
|
|
48
|
-
alignHorizontal = _props.alignHorizontal,
|
|
49
|
-
isFluid = _props.isFluid;
|
|
50
|
-
|
|
51
|
-
return _react2.default.createElement(
|
|
52
|
-
_SVG2.default,
|
|
53
|
-
{
|
|
54
|
-
viewBox: '0 0 508.8 313.8',
|
|
55
|
-
name: 'Inconvenience',
|
|
56
|
-
isRender: isRender,
|
|
57
|
-
className: className,
|
|
58
|
-
alignHorizontal: alignHorizontal,
|
|
59
|
-
isFluid: isFluid
|
|
60
|
-
},
|
|
61
|
-
_react2.default.createElement('image', { xlinkHref: _Inconvenience2.default, height: '100%', width: '100%' })
|
|
62
|
-
);
|
|
63
|
-
}
|
|
64
|
-
}]);
|
|
65
|
-
|
|
66
|
-
return Inconvenience;
|
|
67
|
-
}(_react2.default.Component);
|
|
68
|
-
|
|
69
|
-
exports.default = Inconvenience;
|
|
70
|
-
|
|
71
|
-
Inconvenience.propTypes = {
|
|
72
|
-
isRender: _propTypes2.default.bool,
|
|
73
|
-
alignHorizontal: _propTypes2.default.bool,
|
|
74
|
-
className: _propTypes2.default.string,
|
|
75
|
-
isFluid: _propTypes2.default.bool
|
|
76
|
-
};
|
|
77
|
-
Inconvenience.defaultProps = {
|
|
78
|
-
isRender: true,
|
|
79
|
-
className: '',
|
|
80
|
-
alignHorizontal: true
|
|
81
|
-
};
|
|
82
|
-
|
|
83
|
-
if (false) {
|
|
84
|
-
Inconvenience.docs = {
|
|
85
|
-
componentGroup: 'SVG'
|
|
86
|
-
};
|
|
87
|
-
}
|