@zohodesk/svg 1.0.0-temp-9 → 1.0.0-temp.40
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 +160 -145
- 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 +14 -14
- package/es/index.js +1 -1
- package/es/svg/EmptyActiveCalls.js +0 -0
- package/es/svg/EmptyCallHistory.js +0 -0
- package/es/svg/EmptyStateVariables.module.css +38 -38
- package/es/svg/Loader.js +19 -12
- package/es/svg/SVG.module.css +26 -26
- package/es/svg/images/EmptyBusinessHoliday.svg +50 -50
- package/es/svg/images/EmptyBusinessHour.svg +42 -42
- package/es/svg/images/EmptyContactInfo.svg +27 -27
- package/es/svg/images/EmptyCustomDomain.svg +85 -85
- package/es/svg/images/EmptyFilter.svg +62 -62
- package/es/svg/images/EmptyFromAddress.svg +41 -41
- package/es/svg/images/EmptyImportHistory.svg +43 -43
- package/es/svg/images/EmptyNetwork.svg +50 -50
- package/es/svg/images/EmptyRecycleBin.svg +58 -58
- package/es/svg/images/EmptyRoles.svg +30 -30
- package/es/svg/images/EmptySkills.svg +83 -83
- package/es/svg/images/EmptyWebhook.svg +44 -44
- package/es/svg/images/FailureLog.svg +46 -46
- package/es/svg/images/Inconvenience.svg +719 -719
- package/es/svg/images/NoRequestFound.svg +247 -247
- package/es/svg/images/PageNotFound.svg +405 -405
- package/es/svg/images/ReguestUrlNotFound.svg +267 -267
- package/es/svg/images/UnableToProcess.svg +752 -752
- package/es/svg/images/UnauthorizedLogin.svg +1047 -1047
- package/es/svg/images/WillBack.svg +633 -633
- package/lib/Provider.js +17 -17
- package/lib/index.js +13 -13
- package/lib/svg/EmptyAccounts.js +3 -3
- package/lib/svg/EmptyActiveCalls.js +3 -3
- package/lib/svg/EmptyActivity.js +3 -3
- package/lib/svg/EmptyAgent.js +3 -3
- package/lib/svg/EmptyAgentQueue.js +3 -3
- package/lib/svg/EmptyApproval.js +3 -3
- package/lib/svg/EmptyArchived.js +3 -3
- package/lib/svg/EmptyAttach.js +3 -3
- package/lib/svg/EmptyBlueprint.js +3 -3
- package/lib/svg/EmptyBusinessHoliday.js +3 -3
- package/lib/svg/EmptyBusinessHour.js +3 -3
- package/lib/svg/EmptyCallHistory.js +3 -3
- package/lib/svg/EmptyCollision.js +3 -3
- package/lib/svg/EmptyColumn.js +3 -3
- package/lib/svg/EmptyContact.js +3 -3
- package/lib/svg/EmptyContract.js +3 -3
- package/lib/svg/EmptyConversation.js +3 -3
- package/lib/svg/EmptyCrm.js +3 -3
- package/lib/svg/EmptyCrmNotes.js +3 -3
- package/lib/svg/EmptyCrmPotential.js +3 -3
- package/lib/svg/EmptyCustomDomain.js +3 -3
- package/lib/svg/EmptyDashboard.js +3 -3
- package/lib/svg/EmptyDepartment.js +3 -3
- package/lib/svg/EmptyError.js +3 -3
- package/lib/svg/EmptyFeed.js +3 -3
- package/lib/svg/EmptyFollowers.js +3 -3
- package/lib/svg/EmptyFrame.js +3 -3
- package/lib/svg/EmptyFromAddress.js +3 -3
- package/lib/svg/EmptyHappiness.js +3 -3
- package/lib/svg/EmptyHistory.js +3 -3
- package/lib/svg/EmptyImportHistory.js +3 -3
- package/lib/svg/EmptyInconvenience.js +3 -3
- package/lib/svg/EmptyInvoice.js +3 -3
- package/lib/svg/EmptyNetwork.js +3 -3
- package/lib/svg/EmptyNotification.js +3 -3
- package/lib/svg/EmptyProducts.js +3 -3
- package/lib/svg/EmptyRecycleBin.js +3 -3
- package/lib/svg/EmptyReply.js +3 -3
- package/lib/svg/EmptyReports.js +3 -3
- package/lib/svg/EmptyRoles.js +3 -3
- package/lib/svg/EmptySchedule.js +3 -3
- package/lib/svg/EmptySearch.js +3 -3
- package/lib/svg/EmptySkills.js +3 -3
- package/lib/svg/EmptySla.js +3 -3
- package/lib/svg/EmptySnippet.js +3 -3
- package/lib/svg/EmptyStateVariables.module.css +38 -38
- package/lib/svg/EmptyTag.js +3 -3
- package/lib/svg/EmptyTask.js +3 -3
- package/lib/svg/EmptyTeams.js +3 -3
- package/lib/svg/EmptyTemplate.js +3 -3
- package/lib/svg/EmptyTicket.js +3 -3
- package/lib/svg/EmptyTimeEntry.js +3 -3
- package/lib/svg/EmptyTimeline.js +3 -3
- package/lib/svg/EmptyTopic.js +3 -3
- package/lib/svg/EmptyUnauthorizedLogin.js +3 -3
- package/lib/svg/EmptyWebhook.js +3 -3
- package/lib/svg/EmptyWillBeRightBack.js +3 -3
- package/lib/svg/ErrorInconvenience.js +3 -3
- package/lib/svg/ErrorOopsSomethingMiss.js +3 -3
- package/lib/svg/ErrorUnableToProcessRequest.js +3 -3
- package/lib/svg/ErrorUnauthorizedLogin.js +3 -3
- package/lib/svg/ErrorUrlNotFound.js +3 -3
- package/lib/svg/ErrorWillBeRightBack.js +3 -3
- package/lib/svg/Extractor.js +3 -3
- package/lib/svg/FailureLog.js +3 -3
- package/lib/svg/Import.js +3 -3
- package/lib/svg/Loader.js +25 -19
- package/lib/svg/NoRequestFound.js +3 -3
- package/lib/svg/NotImpossible.js +3 -3
- package/lib/svg/PageNotFound.js +3 -3
- package/lib/svg/Predictor.js +3 -3
- package/lib/svg/SVG.js +3 -3
- package/lib/svg/SVG.module.css +26 -26
- package/lib/svg/SvgLoader.js +2 -2
- package/lib/svg/UnableToProcessRequest.js +3 -3
- package/lib/svg/UnauthorizedLogin.js +3 -3
- package/lib/svg/UrlNotFound.js +3 -3
- package/lib/svg/WillBeRightBack.js +3 -3
- package/lib/svg/ZiaAnamoly.js +3 -3
- package/lib/svg/images/EmptyBusinessHoliday.svg +50 -50
- package/lib/svg/images/EmptyBusinessHour.svg +42 -42
- package/lib/svg/images/EmptyContactInfo.svg +27 -27
- package/lib/svg/images/EmptyCustomDomain.svg +85 -85
- package/lib/svg/images/EmptyFilter.svg +62 -62
- package/lib/svg/images/EmptyFromAddress.svg +41 -41
- package/lib/svg/images/EmptyImportHistory.svg +43 -43
- package/lib/svg/images/EmptyNetwork.svg +50 -50
- package/lib/svg/images/EmptyRecycleBin.svg +58 -58
- package/lib/svg/images/EmptyRoles.svg +30 -30
- package/lib/svg/images/EmptySkills.svg +83 -83
- package/lib/svg/images/EmptyWebhook.svg +44 -44
- package/lib/svg/images/FailureLog.svg +46 -46
- package/lib/svg/images/Inconvenience.svg +719 -719
- package/lib/svg/images/NoRequestFound.svg +247 -247
- package/lib/svg/images/PageNotFound.svg +405 -405
- package/lib/svg/images/ReguestUrlNotFound.svg +267 -267
- package/lib/svg/images/UnableToProcess.svg +752 -752
- package/lib/svg/images/UnauthorizedLogin.svg +1047 -1047
- package/lib/svg/images/WillBack.svg +633 -633
- package/lib/svg/utils.js +1 -1
- package/package.json +48 -49
- package/build/Unusedfiles.json +0 -1
- package/es/svg/Appearance/dark/mode/darkEmptyStates.module.css +0 -37
- package/es/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +0 -10
- package/es/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +0 -10
- package/es/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +0 -10
- package/es/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +0 -10
- package/es/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +0 -10
- package/es/svg/Appearance/default/mode/defaultEmptyStates.module.css +0 -37
- package/es/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +0 -10
- package/es/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +0 -10
- package/es/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +0 -10
- package/es/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +0 -10
- package/es/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +0 -10
- package/es/svg/deprecated/21_07_2021/EmptyPageNotFound.js +0 -40
- package/es/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +0 -42
- package/es/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +0 -45
- package/es/svg/deprecated/21_07_2021/InvalidUrl.js +0 -717
- package/es/svg/deprecated/Themes/DarkEmptyStates.module.css +0 -37
- package/es/svg/deprecated/Themes/DefaultEmptyStates.module.css +0 -37
- package/es/svg/deprecated/Themes/palette/darkCTAPalette.module.css +0 -51
- package/es/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +0 -51
- package/es/svg/docs/SVG__common.docs.js +0 -49
- package/es/svg/docs/SVG__default.docs.js +0 -327
- package/es/svg/docs/SVG__errorstate.docs.js +0 -74
- package/es/svg/docs/SVGdocstyle.module.css +0 -8
- package/lib/svg/Appearance/dark/mode/darkEmptyStates.module.css +0 -37
- package/lib/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +0 -10
- package/lib/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +0 -10
- package/lib/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +0 -10
- package/lib/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +0 -10
- package/lib/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +0 -10
- package/lib/svg/Appearance/default/mode/defaultEmptyStates.module.css +0 -37
- package/lib/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +0 -10
- package/lib/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +0 -10
- package/lib/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +0 -10
- package/lib/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +0 -10
- package/lib/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +0 -10
- package/lib/svg/deprecated/21_07_2021/EmptyPageNotFound.js +0 -90
- package/lib/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +0 -92
- package/lib/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +0 -95
- package/lib/svg/deprecated/21_07_2021/InvalidUrl.js +0 -765
- package/lib/svg/deprecated/Themes/DarkEmptyStates.module.css +0 -37
- package/lib/svg/deprecated/Themes/DefaultEmptyStates.module.css +0 -37
- package/lib/svg/deprecated/Themes/palette/darkCTAPalette.module.css +0 -51
- package/lib/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +0 -51
- package/lib/svg/docs/SVG__common.docs.js +0 -98
- package/lib/svg/docs/SVG__default.docs.js +0 -435
- package/lib/svg/docs/SVG__errorstate.docs.js +0 -129
- package/lib/svg/docs/SVGdocstyle.module.css +0 -8
- package/src/Provider.js +0 -141
- package/src/index.js +0 -10
- package/src/svg/Appearance/dark/mode/darkEmptyStates.module.css +0 -37
- package/src/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +0 -10
- package/src/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +0 -10
- package/src/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +0 -10
- package/src/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +0 -10
- package/src/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +0 -10
- package/src/svg/Appearance/default/mode/defaultEmptyStates.module.css +0 -37
- package/src/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +0 -10
- package/src/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +0 -10
- package/src/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +0 -10
- package/src/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +0 -10
- package/src/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +0 -10
- package/src/svg/EmptyAccounts.js +0 -121
- package/src/svg/EmptyActiveCalls.js +0 -85
- package/src/svg/EmptyActivity.js +0 -85
- package/src/svg/EmptyAgent.js +0 -85
- package/src/svg/EmptyAgentQueue.js +0 -94
- package/src/svg/EmptyApproval.js +0 -85
- package/src/svg/EmptyArchived.js +0 -94
- package/src/svg/EmptyAttach.js +0 -85
- package/src/svg/EmptyBlueprint.js +0 -106
- package/src/svg/EmptyBusinessHoliday.js +0 -34
- package/src/svg/EmptyBusinessHour.js +0 -34
- package/src/svg/EmptyCallHistory.js +0 -82
- package/src/svg/EmptyCollision.js +0 -85
- package/src/svg/EmptyColumn.js +0 -91
- package/src/svg/EmptyContact.js +0 -85
- package/src/svg/EmptyContract.js +0 -81
- package/src/svg/EmptyConversation.js +0 -85
- package/src/svg/EmptyCrm.js +0 -84
- package/src/svg/EmptyCrmNotes.js +0 -96
- package/src/svg/EmptyCrmPotential.js +0 -100
- package/src/svg/EmptyCustomDomain.js +0 -33
- package/src/svg/EmptyDashboard.js +0 -90
- package/src/svg/EmptyDepartment.js +0 -87
- package/src/svg/EmptyError.js +0 -42
- package/src/svg/EmptyFeed.js +0 -87
- package/src/svg/EmptyFollowers.js +0 -85
- package/src/svg/EmptyFrame.js +0 -83
- package/src/svg/EmptyFromAddress.js +0 -32
- package/src/svg/EmptyHappiness.js +0 -85
- package/src/svg/EmptyHistory.js +0 -84
- package/src/svg/EmptyImportHistory.js +0 -32
- package/src/svg/EmptyInconvenience.js +0 -37
- package/src/svg/EmptyInvoice.js +0 -90
- package/src/svg/EmptyNetwork.js +0 -32
- package/src/svg/EmptyNotification.js +0 -84
- package/src/svg/EmptyProducts.js +0 -88
- package/src/svg/EmptyRecycleBin.js +0 -32
- package/src/svg/EmptyReply.js +0 -81
- package/src/svg/EmptyReports.js +0 -90
- package/src/svg/EmptyRoles.js +0 -32
- package/src/svg/EmptySchedule.js +0 -131
- package/src/svg/EmptySearch.js +0 -95
- package/src/svg/EmptySkills.js +0 -116
- package/src/svg/EmptySla.js +0 -81
- package/src/svg/EmptySnippet.js +0 -96
- package/src/svg/EmptyStateVariables.module.css +0 -39
- package/src/svg/EmptyTag.js +0 -88
- package/src/svg/EmptyTask.js +0 -97
- package/src/svg/EmptyTeams.js +0 -85
- package/src/svg/EmptyTemplate.js +0 -88
- package/src/svg/EmptyTicket.js +0 -88
- package/src/svg/EmptyTimeEntry.js +0 -91
- package/src/svg/EmptyTimeline.js +0 -85
- package/src/svg/EmptyTopic.js +0 -92
- package/src/svg/EmptyUnauthorizedLogin.js +0 -44
- package/src/svg/EmptyWebhook.js +0 -32
- package/src/svg/EmptyWillBeRightBack.js +0 -44
- package/src/svg/ErrorInconvenience.js +0 -128
- package/src/svg/ErrorOopsSomethingMiss.js +0 -128
- package/src/svg/ErrorUnableToProcessRequest.js +0 -128
- package/src/svg/ErrorUnauthorizedLogin.js +0 -127
- package/src/svg/ErrorUrlNotFound.js +0 -128
- package/src/svg/ErrorWillBeRightBack.js +0 -127
- package/src/svg/Extractor.js +0 -76
- package/src/svg/FailureLog.js +0 -32
- package/src/svg/Import.js +0 -85
- package/src/svg/Loader.js +0 -73
- package/src/svg/NoRequestFound.js +0 -37
- package/src/svg/NotImpossible.js +0 -80
- package/src/svg/PageNotFound.js +0 -38
- package/src/svg/Predictor.js +0 -78
- package/src/svg/SVG.js +0 -107
- package/src/svg/SVG.module.css +0 -26
- package/src/svg/SvgLoader.js +0 -21
- package/src/svg/UnableToProcessRequest.js +0 -37
- package/src/svg/UnauthorizedLogin.js +0 -37
- package/src/svg/UrlNotFound.js +0 -37
- package/src/svg/WillBeRightBack.js +0 -37
- package/src/svg/ZiaAnamoly.js +0 -76
- package/src/svg/deprecated/21_07_2021/EmptyPageNotFound.js +0 -39
- package/src/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +0 -41
- package/src/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +0 -48
- package/src/svg/deprecated/21_07_2021/InvalidUrl.js +0 -756
- package/src/svg/deprecated/Themes/DarkEmptyStates.module.css +0 -37
- package/src/svg/deprecated/Themes/DefaultEmptyStates.module.css +0 -37
- package/src/svg/deprecated/Themes/palette/darkCTAPalette.module.css +0 -51
- package/src/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +0 -51
- package/src/svg/docs/SVG__common.docs.js +0 -47
- package/src/svg/docs/SVG__default.docs.js +0 -233
- package/src/svg/docs/SVG__errorstate.docs.js +0 -75
- package/src/svg/docs/SVGdocstyle.module.css +0 -8
- package/src/svg/images/EmptyBusinessHoliday.svg +0 -50
- package/src/svg/images/EmptyBusinessHour.svg +0 -42
- package/src/svg/images/EmptyContactInfo.svg +0 -27
- package/src/svg/images/EmptyCustomDomain.svg +0 -85
- package/src/svg/images/EmptyFilter.svg +0 -62
- package/src/svg/images/EmptyFromAddress.svg +0 -41
- package/src/svg/images/EmptyImportHistory.svg +0 -43
- package/src/svg/images/EmptyNetwork.svg +0 -50
- package/src/svg/images/EmptyRecycleBin.svg +0 -58
- package/src/svg/images/EmptyRoles.svg +0 -30
- package/src/svg/images/EmptySkills.svg +0 -83
- 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/NoRequestFound.svg +0 -247
- package/src/svg/images/PageNotFound.svg +0 -405
- package/src/svg/images/ReguestUrlNotFound.svg +0 -267
- 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/src/svg/utils.js +0 -15
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
[data-theme='dark'] {
|
|
2
|
-
/* default palette */
|
|
3
|
-
--zdt_svg_default_primary_fill: var(--zdt_cta_primary_fill);
|
|
4
|
-
--zdt_svg_default_primary_stroke: var(--zdt_cta_primary_stroke);
|
|
5
|
-
--zdt_svg_default_secondary_fill: var(--zdt_cta_secondary_fill);
|
|
6
|
-
--zdt_svg_default_secondary_plainfill: var(--zdt_cta_secondary_plainfill);
|
|
7
|
-
--zdt_svg_default_plus: #479dff;
|
|
8
|
-
--zdt_svg_default_cross: #5cc1a5;
|
|
9
|
-
--zdt_svg_default_medium_circle: #ff6b6b;
|
|
10
|
-
--zdt_svg_default_tiny_circle: #4ac064;
|
|
11
|
-
--zdt_svg_default_small_circle: #ff6b6b;
|
|
12
|
-
--zdt_svg_default_circle_fill: #fff;
|
|
13
|
-
|
|
14
|
-
/* dark palette */
|
|
15
|
-
--zdt_svg_dark_primary_fill: var(--zdt_cta_primary_dark_fill);
|
|
16
|
-
--zdt_svg_dark_primary_stroke: var(--zdt_cta_primary_dark_stroke);
|
|
17
|
-
--zdt_svg_dark_secondary_fill: var(--zdt_cta_secondary_dark_fill);
|
|
18
|
-
--zdt_svg_dark_secondary_plainfill: var(--zdt_cta_secondary_dark_plainfill);
|
|
19
|
-
--zdt_svg_dark_plus: #479dff;
|
|
20
|
-
--zdt_svg_dark_cross: #5cc1a5;
|
|
21
|
-
--zdt_svg_dark_medium_circle: #ff6b6b;
|
|
22
|
-
--zdt_svg_dark_tiny_circle: #4ac064;
|
|
23
|
-
--zdt_svg_dark_small_circle: #ff6b6b;
|
|
24
|
-
--zdt_svg_dark_circle_fill: #fff;
|
|
25
|
-
|
|
26
|
-
/* danger palette */
|
|
27
|
-
--zdt_svg_danger_primary_fill: #ff6f00;
|
|
28
|
-
--zdt_svg_danger_primary_stroke: #479dff;
|
|
29
|
-
--zdt_svg_danger_secondary_fill: #334b68;
|
|
30
|
-
--zdt_svg_danger_secondary_plainfill: #334b68;
|
|
31
|
-
--zdt_svg_danger_plus: #479dff;
|
|
32
|
-
--zdt_svg_danger_cross: #5cc1a5;
|
|
33
|
-
--zdt_svg_danger_medium_circle: #ff6b6b;
|
|
34
|
-
--zdt_svg_danger_tiny_circle: #4ac064;
|
|
35
|
-
--zdt_svg_danger_small_circle: #ff6b6b;
|
|
36
|
-
--zdt_svg_danger_circle_fill: #fff;
|
|
37
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
[data-theme='default'] {
|
|
2
|
-
/* default palette */
|
|
3
|
-
--zdt_svg_default_primary_fill: var(--zdt_cta_primary_fill);
|
|
4
|
-
--zdt_svg_default_primary_stroke: var(--zdt_cta_primary_stroke);
|
|
5
|
-
--zdt_svg_default_secondary_fill: var(--zdt_cta_secondary_fill);
|
|
6
|
-
--zdt_svg_default_secondary_plainfill: var(--zdt_cta_secondary_plainfill);
|
|
7
|
-
--zdt_svg_default_plus: #3f70b7;
|
|
8
|
-
--zdt_svg_default_cross: #5cc1a5;
|
|
9
|
-
--zdt_svg_default_medium_circle: #e56471;
|
|
10
|
-
--zdt_svg_default_tiny_circle: #5cc1a5;
|
|
11
|
-
--zdt_svg_default_small_circle: #010101;
|
|
12
|
-
--zdt_svg_default_circle_fill: #fff;
|
|
13
|
-
|
|
14
|
-
/* dark palette */
|
|
15
|
-
--zdt_svg_dark_primary_fill: var(--zdt_cta_primary_dark_fill);
|
|
16
|
-
--zdt_svg_dark_primary_stroke: var(--zdt_cta_primary_dark_stroke);
|
|
17
|
-
--zdt_svg_dark_secondary_fill: var(--zdt_cta_secondary_dark_fill);
|
|
18
|
-
--zdt_svg_dark_secondary_plainfill: var(--zdt_cta_secondary_dark_plainfill);
|
|
19
|
-
--zdt_svg_dark_plus: #479dff;
|
|
20
|
-
--zdt_svg_dark_cross: #5cc1a5;
|
|
21
|
-
--zdt_svg_dark_medium_circle: #e56471;
|
|
22
|
-
--zdt_svg_dark_tiny_circle: #5cc1a5;
|
|
23
|
-
--zdt_svg_dark_small_circle: #010101;
|
|
24
|
-
--zdt_svg_dark_circle_fill: #fff;
|
|
25
|
-
|
|
26
|
-
/* danger palette */
|
|
27
|
-
--zdt_svg_danger_primary_fill: #ff6f00;
|
|
28
|
-
--zdt_svg_danger_primary_stroke: #010101;
|
|
29
|
-
--zdt_svg_danger_secondary_fill: rgba(63, 112, 183, 0.25);
|
|
30
|
-
--zdt_svg_danger_secondary_plainfill: #3f70b7;
|
|
31
|
-
--zdt_svg_danger_plus: #3f70b7;
|
|
32
|
-
--zdt_svg_danger_cross: #5cc1a5;
|
|
33
|
-
--zdt_svg_danger_medium_circle: #e56471;
|
|
34
|
-
--zdt_svg_danger_tiny_circle: #5cc1a5;
|
|
35
|
-
--zdt_svg_danger_small_circle: #010101;
|
|
36
|
-
--zdt_svg_danger_circle_fill: #fff;
|
|
37
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
/* svg package - multiple palette core variables */
|
|
2
|
-
[data-theme='dark'][data-palette='blue'] {
|
|
3
|
-
--zdt_cta_primary_fill: #828994;
|
|
4
|
-
--zdt_cta_primary_stroke: #479dff;
|
|
5
|
-
--zdt_cta_secondary_fill: #334b68;
|
|
6
|
-
--zdt_cta_secondary_plainfill: #334b68;
|
|
7
|
-
--zdt_cta_primary_dark_fill: #828994;
|
|
8
|
-
--zdt_cta_primary_dark_stroke: #479dff;
|
|
9
|
-
--zdt_cta_secondary_dark_fill: #334b68;
|
|
10
|
-
--zdt_cta_secondary_dark_plainfill: #334b68;
|
|
11
|
-
}
|
|
12
|
-
[data-theme='dark'][data-palette='green'] {
|
|
13
|
-
--zdt_cta_primary_fill: #45a159;
|
|
14
|
-
--zdt_cta_primary_stroke: #0e7c1c;
|
|
15
|
-
--zdt_cta_secondary_fill: rgba(69, 161, 89, 0.25);
|
|
16
|
-
--zdt_cta_secondary_plainfill: #45a159;
|
|
17
|
-
--zdt_cta_primary_dark_fill: #45a159;
|
|
18
|
-
--zdt_cta_primary_dark_stroke: #0e7526;
|
|
19
|
-
--zdt_cta_secondary_dark_fill: rgba(69, 161, 89, 0.25);
|
|
20
|
-
--zdt_cta_secondary_dark_plainfill: #45a159;
|
|
21
|
-
}
|
|
22
|
-
[data-theme='dark'][data-palette='red'] {
|
|
23
|
-
--zdt_cta_primary_fill: #e94f4f;
|
|
24
|
-
--zdt_cta_primary_stroke: #a81111;
|
|
25
|
-
--zdt_cta_secondary_fill: rgba(233, 79, 79, 0.25);
|
|
26
|
-
--zdt_cta_secondary_plainfill: #e94f4f;
|
|
27
|
-
--zdt_cta_primary_dark_fill: #e94f4f;
|
|
28
|
-
--zdt_cta_primary_dark_stroke: #a81111;
|
|
29
|
-
--zdt_cta_secondary_dark_fill: rgba(233, 79, 79, 0.25);
|
|
30
|
-
--zdt_cta_secondary_dark_plainfill: #e94f4f;
|
|
31
|
-
}
|
|
32
|
-
[data-theme='dark'][data-palette='orange'] {
|
|
33
|
-
--zdt_cta_primary_fill: #ff801f;
|
|
34
|
-
--zdt_cta_primary_stroke: #a85100;
|
|
35
|
-
--zdt_cta_secondary_fill: rgba(255, 128, 31, 0.25);
|
|
36
|
-
--zdt_cta_secondary_plainfill: #ff801f;
|
|
37
|
-
--zdt_cta_primary_dark_fill: #ff801f;
|
|
38
|
-
--zdt_cta_primary_dark_stroke: #a85100;
|
|
39
|
-
--zdt_cta_secondary_dark_fill: rgba(255, 128, 31, 0.25);
|
|
40
|
-
--zdt_cta_secondary_dark_plainfill: #ff801f;
|
|
41
|
-
}
|
|
42
|
-
[data-theme='dark'][data-palette='yellow'] {
|
|
43
|
-
--zdt_cta_primary_fill: #d79835;
|
|
44
|
-
--zdt_cta_primary_stroke: #9b6808;
|
|
45
|
-
--zdt_cta_secondary_fill: rgba(215, 152, 53, 0.25);
|
|
46
|
-
--zdt_cta_secondary_plainfill: #d79835;
|
|
47
|
-
--zdt_cta_primary_dark_fill: #d79835;
|
|
48
|
-
--zdt_cta_primary_dark_stroke: #9b6808;
|
|
49
|
-
--zdt_cta_secondary_dark_fill: rgba(215, 152, 53, 0.25);
|
|
50
|
-
--zdt_cta_secondary_dark_plainfill: #d79835;
|
|
51
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
/* svg package - multiple palette core variables */
|
|
2
|
-
[data-theme='default'][data-palette='blue'] {
|
|
3
|
-
--zdt_cta_primary_fill: #3f70b7;
|
|
4
|
-
--zdt_cta_primary_stroke: #010101;
|
|
5
|
-
--zdt_cta_secondary_fill: rgba(63, 112, 183, 0.25);
|
|
6
|
-
--zdt_cta_secondary_plainfill: #3f70b7;
|
|
7
|
-
--zdt_cta_primary_dark_fill: #a6add7;
|
|
8
|
-
--zdt_cta_primary_dark_stroke: #fff;
|
|
9
|
-
--zdt_cta_secondary_dark_fill: #3f70b7;
|
|
10
|
-
--zdt_cta_secondary_dark_plainfill: #3f70b7;
|
|
11
|
-
}
|
|
12
|
-
[data-theme='default'][data-palette='green'] {
|
|
13
|
-
--zdt_cta_primary_fill: #26a942;
|
|
14
|
-
--zdt_cta_primary_stroke: #010101;
|
|
15
|
-
--zdt_cta_secondary_fill: rgba(38, 169, 66, 0.25);
|
|
16
|
-
--zdt_cta_secondary_plainfill: #26a942;
|
|
17
|
-
--zdt_cta_primary_dark_fill: #26a942;
|
|
18
|
-
--zdt_cta_primary_dark_stroke: #fff;
|
|
19
|
-
--zdt_cta_secondary_dark_fill: rgba(38, 169, 66, 0.25);
|
|
20
|
-
--zdt_cta_secondary_dark_plainfill: #26a942;
|
|
21
|
-
}
|
|
22
|
-
[data-theme='default'][data-palette='red'] {
|
|
23
|
-
--zdt_cta_primary_fill: #de3535;
|
|
24
|
-
--zdt_cta_primary_stroke: #010101;
|
|
25
|
-
--zdt_cta_secondary_fill: rgba(222, 53, 53, 0.25);
|
|
26
|
-
--zdt_cta_secondary_plainfill: #de3535;
|
|
27
|
-
--zdt_cta_primary_dark_fill: #de3535;
|
|
28
|
-
--zdt_cta_primary_dark_stroke: #fff;
|
|
29
|
-
--zdt_cta_secondary_dark_fill: rgba(222, 53, 53, 0.25);
|
|
30
|
-
--zdt_cta_secondary_dark_plainfill: #de3535;
|
|
31
|
-
}
|
|
32
|
-
[data-theme='default'][data-palette='orange'] {
|
|
33
|
-
--zdt_cta_primary_fill: #e57717;
|
|
34
|
-
--zdt_cta_primary_stroke: #010101;
|
|
35
|
-
--zdt_cta_secondary_fill: rgba(229, 119, 23, 0.25);
|
|
36
|
-
--zdt_cta_secondary_plainfill: #e57717;
|
|
37
|
-
--zdt_cta_primary_dark_fill: #e57717;
|
|
38
|
-
--zdt_cta_primary_dark_stroke: #fff;
|
|
39
|
-
--zdt_cta_secondary_dark_fill: rgba(229, 119, 23, 0.25);
|
|
40
|
-
--zdt_cta_secondary_dark_plainfill: #e57717;
|
|
41
|
-
}
|
|
42
|
-
[data-theme='default'][data-palette='yellow'] {
|
|
43
|
-
--zdt_cta_primary_fill: #e8b923;
|
|
44
|
-
--zdt_cta_primary_stroke: #010101;
|
|
45
|
-
--zdt_cta_secondary_fill: rgba(232, 185, 35, 0.25);
|
|
46
|
-
--zdt_cta_secondary_plainfill: #e8b923;
|
|
47
|
-
--zdt_cta_primary_dark_fill: #e8b923;
|
|
48
|
-
--zdt_cta_primary_dark_stroke: #fff;
|
|
49
|
-
--zdt_cta_secondary_dark_fill: rgba(232, 185, 35, 0.25);
|
|
50
|
-
--zdt_cta_secondary_dark_plainfill: #e8b923;
|
|
51
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import Loader from '../Loader';
|
|
3
|
-
export default class SVG__common extends React.Component {
|
|
4
|
-
render() {
|
|
5
|
-
let boxStyle = {
|
|
6
|
-
minWidth: '15%',
|
|
7
|
-
border: '1px solid #dcdcdc',
|
|
8
|
-
padding: '5px',
|
|
9
|
-
margin: '5px',
|
|
10
|
-
flex: '1',
|
|
11
|
-
maxWidth: '25%',
|
|
12
|
-
justifyContent: 'space-between'
|
|
13
|
-
};
|
|
14
|
-
let textStyle = {
|
|
15
|
-
textAlign: 'center',
|
|
16
|
-
padding: '10px 0',
|
|
17
|
-
background: ' #f9f9f9',
|
|
18
|
-
marginTop: '10px',
|
|
19
|
-
color: '#000'
|
|
20
|
-
};
|
|
21
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
22
|
-
style: {
|
|
23
|
-
display: 'flex',
|
|
24
|
-
flexDirection: 'row',
|
|
25
|
-
alignItems: 'center',
|
|
26
|
-
justifyContent: 'center',
|
|
27
|
-
flexWrap: 'wrap',
|
|
28
|
-
height: '100%'
|
|
29
|
-
}
|
|
30
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
31
|
-
style: boxStyle
|
|
32
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
33
|
-
style: {
|
|
34
|
-
height: '40px',
|
|
35
|
-
width: '40px',
|
|
36
|
-
margin: 'auto'
|
|
37
|
-
}
|
|
38
|
-
}, /*#__PURE__*/React.createElement(Loader, null)), /*#__PURE__*/React.createElement("div", {
|
|
39
|
-
style: textStyle
|
|
40
|
-
}, "Loader")));
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
if (false) {
|
|
46
|
-
SVG__common.docs = {
|
|
47
|
-
componentGroup: 'SVG'
|
|
48
|
-
};
|
|
49
|
-
}
|
|
@@ -1,327 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import EmptyActivity from '../EmptyActivity';
|
|
3
|
-
import EmptyAccounts from '../EmptyAccounts';
|
|
4
|
-
import EmptyAgent from '../EmptyAgent';
|
|
5
|
-
import EmptyArchived from '../EmptyArchived';
|
|
6
|
-
import EmptyBusinessHoliday from '../EmptyBusinessHoliday';
|
|
7
|
-
import EmptyBusinessHour from '../EmptyBusinessHour';
|
|
8
|
-
import EmptyBlueprint from '../EmptyBlueprint';
|
|
9
|
-
import EmptyFrame from '../EmptyFrame';
|
|
10
|
-
import EmptyContact from '../EmptyContact';
|
|
11
|
-
import EmptyDashboard from '../EmptyDashboard';
|
|
12
|
-
import EmptyImportHistory from '../EmptyImportHistory';
|
|
13
|
-
import EmptyInvoice from '../EmptyInvoice';
|
|
14
|
-
import EmptyProducts from '../EmptyProducts';
|
|
15
|
-
import EmptyRecycleBin from '../EmptyRecycleBin';
|
|
16
|
-
import EmptyReports from '../EmptyReports';
|
|
17
|
-
import EmptyRoles from '../EmptyRoles';
|
|
18
|
-
import EmptySearch from '../EmptySearch';
|
|
19
|
-
import EmptyTag from '../EmptyTag';
|
|
20
|
-
import EmptyTask from '../EmptyTask';
|
|
21
|
-
import EmptyTicket from '../EmptyTicket';
|
|
22
|
-
import EmptyAttach from '../EmptyAttach';
|
|
23
|
-
import EmptyNetwork from '../EmptyNetwork';
|
|
24
|
-
import EmptyHappiness from '../EmptyHappiness';
|
|
25
|
-
import EmptyConversation from '../EmptyConversation';
|
|
26
|
-
import EmptyNotification from '../EmptyNotification';
|
|
27
|
-
import EmptyTimeEntry from '../EmptyTimeEntry';
|
|
28
|
-
import EmptyTeams from '../EmptyTeams';
|
|
29
|
-
import EmptyTopic from '../EmptyTopic';
|
|
30
|
-
import FailureLog from '../FailureLog';
|
|
31
|
-
import EmptyActiveCalls from '../EmptyActiveCalls';
|
|
32
|
-
import EmptyCallHistory from '../EmptyCallHistory';
|
|
33
|
-
import EmptyHistory from '../EmptyHistory';
|
|
34
|
-
import EmptyFromAddress from '../EmptyFromAddress';
|
|
35
|
-
import EmptyWebhook from '../EmptyWebhook';
|
|
36
|
-
import EmptyTemplate from '../EmptyTemplate';
|
|
37
|
-
import EmptySkills from '../EmptySkills';
|
|
38
|
-
import EmptySnippet from '../EmptySnippet';
|
|
39
|
-
import EmptyCustomDomain from '../EmptyCustomDomain';
|
|
40
|
-
import EmptyCrm from '../EmptyCrm';
|
|
41
|
-
import EmptyFollowers from '../EmptyFollowers';
|
|
42
|
-
import EmptyFeed from '../EmptyFeed';
|
|
43
|
-
import NotImpossible from '../NotImpossible';
|
|
44
|
-
import EmptySchedule from '../EmptySchedule';
|
|
45
|
-
import EmptyColumn from '../EmptyColumn';
|
|
46
|
-
import EmptyApproval from '../EmptyApproval';
|
|
47
|
-
import EmptyCollision from '../EmptyCollision';
|
|
48
|
-
import EmptyCrmNotes from '../EmptyCrmNotes';
|
|
49
|
-
import EmptyCrmPotential from '../EmptyCrmPotential';
|
|
50
|
-
import EmptyTimeline from '../EmptyTimeline';
|
|
51
|
-
import EmptyReply from '../EmptyReply';
|
|
52
|
-
import EmptyContract from '../EmptyContract';
|
|
53
|
-
import EmptySla from '../EmptySla';
|
|
54
|
-
import EmptyAgentQueue from '../EmptyAgentQueue';
|
|
55
|
-
import EmptyDepartment from '../EmptyDepartment';
|
|
56
|
-
import ZiaAnamoly from '../ZiaAnamoly';
|
|
57
|
-
import Predictor from '../Predictor';
|
|
58
|
-
import Extractor from '../Extractor';
|
|
59
|
-
import EmptyError from '../EmptyError';
|
|
60
|
-
import Import from '../Import';
|
|
61
|
-
import './SVGdocstyle.module.css';
|
|
62
|
-
export default class SVG__default extends React.Component {
|
|
63
|
-
render() {
|
|
64
|
-
let defaultPalette = {
|
|
65
|
-
minWidth: '45%',
|
|
66
|
-
border: '1px solid #dcdcdc',
|
|
67
|
-
padding: '5px',
|
|
68
|
-
margin: '5px',
|
|
69
|
-
flex: '1',
|
|
70
|
-
maxWidth: '25%',
|
|
71
|
-
justifyContent: 'space-between'
|
|
72
|
-
};
|
|
73
|
-
let textStyle = {
|
|
74
|
-
textAlign: 'center',
|
|
75
|
-
padding: '10px 0',
|
|
76
|
-
background: ' #f9f9f9',
|
|
77
|
-
marginTop: '10px',
|
|
78
|
-
color: '#000'
|
|
79
|
-
};
|
|
80
|
-
let darkPalette = {
|
|
81
|
-
backgroundColor: '#2c334d',
|
|
82
|
-
minWidth: '45%',
|
|
83
|
-
border: '1px solid #dcdcdc',
|
|
84
|
-
padding: '5px',
|
|
85
|
-
margin: '5px',
|
|
86
|
-
flex: '1',
|
|
87
|
-
maxWidth: '25%',
|
|
88
|
-
justifyContent: 'space-between'
|
|
89
|
-
};
|
|
90
|
-
let allSvg = {
|
|
91
|
-
EmptyAccountsDefaultPalette: /*#__PURE__*/React.createElement(EmptyAccounts, null),
|
|
92
|
-
EmptyAccountsDarkPalette: /*#__PURE__*/React.createElement(EmptyAccounts, {
|
|
93
|
-
palette: "dark"
|
|
94
|
-
}),
|
|
95
|
-
EmptyActiveCallsDefaultPalette: /*#__PURE__*/React.createElement(EmptyActiveCalls, null),
|
|
96
|
-
EmptyActiveCallsDarkPalette: /*#__PURE__*/React.createElement(EmptyActiveCalls, {
|
|
97
|
-
palette: "dark"
|
|
98
|
-
}),
|
|
99
|
-
EmptyActivityDefaultPalette: /*#__PURE__*/React.createElement(EmptyActivity, null),
|
|
100
|
-
EmptyActivityDarkPalette: /*#__PURE__*/React.createElement(EmptyActivity, {
|
|
101
|
-
palette: "dark"
|
|
102
|
-
}),
|
|
103
|
-
EmptyAgentDefaultPalette: /*#__PURE__*/React.createElement(EmptyAgent, null),
|
|
104
|
-
EmptyAgentDarkPalette: /*#__PURE__*/React.createElement(EmptyAgent, {
|
|
105
|
-
palette: "dark"
|
|
106
|
-
}),
|
|
107
|
-
EmptyApprovalDefaultPalette: /*#__PURE__*/React.createElement(EmptyApproval, null),
|
|
108
|
-
EmptyApprovalDarkPalette: /*#__PURE__*/React.createElement(EmptyApproval, {
|
|
109
|
-
palette: "dark"
|
|
110
|
-
}),
|
|
111
|
-
EmptyArchivedDefaultPalette: /*#__PURE__*/React.createElement(EmptyArchived, null),
|
|
112
|
-
EmptyArchivedDarkPalette: /*#__PURE__*/React.createElement(EmptyArchived, {
|
|
113
|
-
palette: "dark"
|
|
114
|
-
}),
|
|
115
|
-
EmptyAttachDefaultPalette: /*#__PURE__*/React.createElement(EmptyAttach, null),
|
|
116
|
-
EmptyAttachDarkPalette: /*#__PURE__*/React.createElement(EmptyAttach, {
|
|
117
|
-
palette: "dark"
|
|
118
|
-
}),
|
|
119
|
-
EmptyCallHistoryDefaultPalette: /*#__PURE__*/React.createElement(EmptyCallHistory, null),
|
|
120
|
-
EmptyCallHistoryDarkPalette: /*#__PURE__*/React.createElement(EmptyCallHistory, {
|
|
121
|
-
palette: "dark"
|
|
122
|
-
}),
|
|
123
|
-
EmptyCollisionDefaultPalette: /*#__PURE__*/React.createElement(EmptyCollision, null),
|
|
124
|
-
EmptyCollisionDarkPalette: /*#__PURE__*/React.createElement(EmptyCollision, {
|
|
125
|
-
palette: "dark"
|
|
126
|
-
}),
|
|
127
|
-
EmptyColumnDefaultPalette: /*#__PURE__*/React.createElement(EmptyColumn, null),
|
|
128
|
-
EmptyColumnDarkPalette: /*#__PURE__*/React.createElement(EmptyColumn, {
|
|
129
|
-
palette: "dark"
|
|
130
|
-
}),
|
|
131
|
-
EmptyContactDefaultPalette: /*#__PURE__*/React.createElement(EmptyContact, null),
|
|
132
|
-
EmptyContactDarkPalette: /*#__PURE__*/React.createElement(EmptyContact, {
|
|
133
|
-
palette: "dark"
|
|
134
|
-
}),
|
|
135
|
-
EmptyConversationDefaultPalette: /*#__PURE__*/React.createElement(EmptyConversation, null),
|
|
136
|
-
EmptyConversationDarkPalette: /*#__PURE__*/React.createElement(EmptyConversation, {
|
|
137
|
-
palette: "dark"
|
|
138
|
-
}),
|
|
139
|
-
EmptyCrmDefaultPalette: /*#__PURE__*/React.createElement(EmptyCrm, null),
|
|
140
|
-
EmptyCrmDarkPalette: /*#__PURE__*/React.createElement(EmptyCrm, {
|
|
141
|
-
palette: "dark"
|
|
142
|
-
}),
|
|
143
|
-
EmptyCrmNotesDefaultPalette: /*#__PURE__*/React.createElement(EmptyCrmNotes, null),
|
|
144
|
-
EmptyCrmNotesDarkPalette: /*#__PURE__*/React.createElement(EmptyCrmNotes, {
|
|
145
|
-
palette: "dark"
|
|
146
|
-
}),
|
|
147
|
-
EmptyCrmPotentialDefaultPalette: /*#__PURE__*/React.createElement(EmptyCrmPotential, null),
|
|
148
|
-
EmptyCrmPotentialDarkPalette: /*#__PURE__*/React.createElement(EmptyCrmPotential, {
|
|
149
|
-
palette: "dark"
|
|
150
|
-
}),
|
|
151
|
-
EmptyDashboardDefaultPalette: /*#__PURE__*/React.createElement(EmptyDashboard, null),
|
|
152
|
-
EmptyDashboardDarkPalette: /*#__PURE__*/React.createElement(EmptyDashboard, {
|
|
153
|
-
palette: "dark"
|
|
154
|
-
}),
|
|
155
|
-
EmptyInvoiceDefaultPalette: /*#__PURE__*/React.createElement(EmptyInvoice, null),
|
|
156
|
-
EmptyInvoiceDarkPalette: /*#__PURE__*/React.createElement(EmptyInvoice, {
|
|
157
|
-
palette: "dark"
|
|
158
|
-
}),
|
|
159
|
-
EmptyProductsDefaultPalette: /*#__PURE__*/React.createElement(EmptyProducts, null),
|
|
160
|
-
EmptyProductsDarkPalette: /*#__PURE__*/React.createElement(EmptyProducts, {
|
|
161
|
-
palette: "dark"
|
|
162
|
-
}),
|
|
163
|
-
EmptyReportsDefaultPalette: /*#__PURE__*/React.createElement(EmptyReports, null),
|
|
164
|
-
EmptyReportsDarkPalette: /*#__PURE__*/React.createElement(EmptyReports, {
|
|
165
|
-
palette: "dark"
|
|
166
|
-
}),
|
|
167
|
-
EmptySearchDefaultPalette: /*#__PURE__*/React.createElement(EmptySearch, null),
|
|
168
|
-
EmptySearchDarkPalette: /*#__PURE__*/React.createElement(EmptySearch, {
|
|
169
|
-
palette: "dark"
|
|
170
|
-
}),
|
|
171
|
-
EmptyTagDefaultPalette: /*#__PURE__*/React.createElement(EmptyTag, null),
|
|
172
|
-
EmptyTagDarkPalette: /*#__PURE__*/React.createElement(EmptyTag, {
|
|
173
|
-
palette: "dark"
|
|
174
|
-
}),
|
|
175
|
-
EmptyTaskDefaultPalette: /*#__PURE__*/React.createElement(EmptyTask, null),
|
|
176
|
-
EmptyTaskDarkPalette: /*#__PURE__*/React.createElement(EmptyTask, {
|
|
177
|
-
palette: "dark"
|
|
178
|
-
}),
|
|
179
|
-
EmptyTicketDefaultPalette: /*#__PURE__*/React.createElement(EmptyTicket, null),
|
|
180
|
-
EmptyTicketDarkPalette: /*#__PURE__*/React.createElement(EmptyTicket, {
|
|
181
|
-
palette: "dark"
|
|
182
|
-
}),
|
|
183
|
-
EmptyHappinessDefaultPalette: /*#__PURE__*/React.createElement(EmptyHappiness, null),
|
|
184
|
-
EmptyHappinessDarkPalette: /*#__PURE__*/React.createElement(EmptyHappiness, {
|
|
185
|
-
palette: "dark"
|
|
186
|
-
}),
|
|
187
|
-
EmptyNotificationDefaultPalette: /*#__PURE__*/React.createElement(EmptyNotification, null),
|
|
188
|
-
EmptyNotificationDarkPalette: /*#__PURE__*/React.createElement(EmptyNotification, {
|
|
189
|
-
palette: "dark"
|
|
190
|
-
}),
|
|
191
|
-
EmptyTimeEntryDefaultPalette: /*#__PURE__*/React.createElement(EmptyTimeEntry, null),
|
|
192
|
-
EmptyTimeEntryDarkPalette: /*#__PURE__*/React.createElement(EmptyTimeEntry, {
|
|
193
|
-
palette: "dark"
|
|
194
|
-
}),
|
|
195
|
-
EmptyTeamsDefaultPalette: /*#__PURE__*/React.createElement(EmptyTeams, null),
|
|
196
|
-
EmptyTeamsDarkPalette: /*#__PURE__*/React.createElement(EmptyTeams, {
|
|
197
|
-
palette: "dark"
|
|
198
|
-
}),
|
|
199
|
-
EmptyTopicDefaultPalette: /*#__PURE__*/React.createElement(EmptyTopic, null),
|
|
200
|
-
EmptyTopicDarkPalette: /*#__PURE__*/React.createElement(EmptyTopic, {
|
|
201
|
-
palette: "dark"
|
|
202
|
-
}),
|
|
203
|
-
EmptySnippetDefaultPalette: /*#__PURE__*/React.createElement(EmptySnippet, null),
|
|
204
|
-
EmptySnippetDarkPalette: /*#__PURE__*/React.createElement(EmptySnippet, {
|
|
205
|
-
palette: "dark"
|
|
206
|
-
}),
|
|
207
|
-
EmptyFollowersDefaultPalette: /*#__PURE__*/React.createElement(EmptyFollowers, null),
|
|
208
|
-
EmptyFollowersDarkPalette: /*#__PURE__*/React.createElement(EmptyFollowers, {
|
|
209
|
-
palette: "dark"
|
|
210
|
-
}),
|
|
211
|
-
EmptyFeedDefaultPalette: /*#__PURE__*/React.createElement(EmptyFeed, null),
|
|
212
|
-
EmptyFeedDarkPalette: /*#__PURE__*/React.createElement(EmptyFeed, {
|
|
213
|
-
palette: "dark"
|
|
214
|
-
}),
|
|
215
|
-
NotImpossibleDefaultPalette: /*#__PURE__*/React.createElement(NotImpossible, null),
|
|
216
|
-
NotImpossibleDarkPalette: /*#__PURE__*/React.createElement(NotImpossible, {
|
|
217
|
-
palette: "dark"
|
|
218
|
-
}),
|
|
219
|
-
EmptyScheduleDefaultPalette: /*#__PURE__*/React.createElement(EmptySchedule, null),
|
|
220
|
-
EmptyScheduleDarkPalette: /*#__PURE__*/React.createElement(EmptySchedule, {
|
|
221
|
-
palette: "dark"
|
|
222
|
-
}),
|
|
223
|
-
EmptyHistoryDefaultPalette: /*#__PURE__*/React.createElement(EmptyHistory, null),
|
|
224
|
-
EmptyHistoryDarkPalette: /*#__PURE__*/React.createElement(EmptyHistory, {
|
|
225
|
-
palette: "dark"
|
|
226
|
-
}),
|
|
227
|
-
EmptyTimelineDefaultPalette: /*#__PURE__*/React.createElement(EmptyTimeline, null),
|
|
228
|
-
EmptyTimelineDarkPalette: /*#__PURE__*/React.createElement(EmptyTimeline, {
|
|
229
|
-
palette: "dark"
|
|
230
|
-
}),
|
|
231
|
-
EmptyTemplateDefaultPalette: /*#__PURE__*/React.createElement(EmptyTemplate, null),
|
|
232
|
-
EmptyTemplateDarkPalette: /*#__PURE__*/React.createElement(EmptyTemplate, {
|
|
233
|
-
palette: "dark"
|
|
234
|
-
}),
|
|
235
|
-
EmptyBlueprintDefaultPalette: /*#__PURE__*/React.createElement(EmptyBlueprint, null),
|
|
236
|
-
EmptyBlueprintDarkPalette: /*#__PURE__*/React.createElement(EmptyBlueprint, {
|
|
237
|
-
palette: "dark"
|
|
238
|
-
}),
|
|
239
|
-
EmptyContractDefaultPalette: /*#__PURE__*/React.createElement(EmptyContract, null),
|
|
240
|
-
EmptyContractDarkPalette: /*#__PURE__*/React.createElement(EmptyContract, {
|
|
241
|
-
palette: "dark"
|
|
242
|
-
}),
|
|
243
|
-
EmptySlaDefaultPalette: /*#__PURE__*/React.createElement(EmptySla, null),
|
|
244
|
-
EmptySlaDarkPalette: /*#__PURE__*/React.createElement(EmptySla, {
|
|
245
|
-
palette: "dark"
|
|
246
|
-
}),
|
|
247
|
-
EmptyReplyDefaultPalette: /*#__PURE__*/React.createElement(EmptyReply, null),
|
|
248
|
-
EmptyReplyDarkPalette: /*#__PURE__*/React.createElement(EmptyReply, {
|
|
249
|
-
palette: "dark"
|
|
250
|
-
}),
|
|
251
|
-
EmptyAgentQueueDefaultPalette: /*#__PURE__*/React.createElement(EmptyAgentQueue, null),
|
|
252
|
-
EmptyAgentQueueDarkPalette: /*#__PURE__*/React.createElement(EmptyAgentQueue, {
|
|
253
|
-
palette: "dark"
|
|
254
|
-
}),
|
|
255
|
-
EmptySkillsDefaultPalette: /*#__PURE__*/React.createElement(EmptySkills, null),
|
|
256
|
-
EmptySkillsDarkPalette: /*#__PURE__*/React.createElement(EmptySkills, {
|
|
257
|
-
palette: "dark"
|
|
258
|
-
}),
|
|
259
|
-
EmptyDepartmentDefaultPalette: /*#__PURE__*/React.createElement(EmptyDepartment, null),
|
|
260
|
-
EmptyDepartmentDarkPalette: /*#__PURE__*/React.createElement(EmptyDepartment, {
|
|
261
|
-
palette: "dark"
|
|
262
|
-
}),
|
|
263
|
-
ZiaAnamolyDefaultPalette: /*#__PURE__*/React.createElement(ZiaAnamoly, null),
|
|
264
|
-
ZiaAnamolyDarkPalette: /*#__PURE__*/React.createElement(ZiaAnamoly, {
|
|
265
|
-
palette: "dark"
|
|
266
|
-
}),
|
|
267
|
-
PredictorDefaultPalette: /*#__PURE__*/React.createElement(Predictor, null),
|
|
268
|
-
PredictorDarkPalette: /*#__PURE__*/React.createElement(Predictor, {
|
|
269
|
-
palette: "dark"
|
|
270
|
-
}),
|
|
271
|
-
ExtractorDefaultPalette: /*#__PURE__*/React.createElement(Extractor, null),
|
|
272
|
-
ExtractorDarkPalette: /*#__PURE__*/React.createElement(Extractor, {
|
|
273
|
-
palette: "dark"
|
|
274
|
-
}),
|
|
275
|
-
ImportDefaultPalette: /*#__PURE__*/React.createElement(Import, null),
|
|
276
|
-
ImportDarkPalette: /*#__PURE__*/React.createElement(Import, {
|
|
277
|
-
palette: "dark"
|
|
278
|
-
}),
|
|
279
|
-
EmptyFrameDefaultPalette: /*#__PURE__*/React.createElement(EmptyFrame, null),
|
|
280
|
-
EmptyFrameDarkPalette: /*#__PURE__*/React.createElement(EmptyFrame, {
|
|
281
|
-
palette: "dark"
|
|
282
|
-
}),
|
|
283
|
-
EmptyFrameDangerPalette: /*#__PURE__*/React.createElement(EmptyFrame, {
|
|
284
|
-
palette: "danger"
|
|
285
|
-
}),
|
|
286
|
-
EmptyErrorDangerPalette: /*#__PURE__*/React.createElement(EmptyError, null),
|
|
287
|
-
EmptyErrorDarkPalette: /*#__PURE__*/React.createElement(EmptyError, {
|
|
288
|
-
palette: "dark"
|
|
289
|
-
}),
|
|
290
|
-
EmptyBusinessHoliday: /*#__PURE__*/React.createElement(EmptyBusinessHoliday, null),
|
|
291
|
-
EmptyBusinessHour: /*#__PURE__*/React.createElement(EmptyBusinessHour, null),
|
|
292
|
-
EmptyImportHistory: /*#__PURE__*/React.createElement(EmptyImportHistory, null),
|
|
293
|
-
EmptyRecycleBin: /*#__PURE__*/React.createElement(EmptyRecycleBin, null),
|
|
294
|
-
EmptyRoles: /*#__PURE__*/React.createElement(EmptyRoles, null),
|
|
295
|
-
EmptyNetwork: /*#__PURE__*/React.createElement(EmptyNetwork, null),
|
|
296
|
-
FailureLog: /*#__PURE__*/React.createElement(FailureLog, null),
|
|
297
|
-
EmptyFromAddress: /*#__PURE__*/React.createElement(EmptyFromAddress, null),
|
|
298
|
-
EmptyWebhook: /*#__PURE__*/React.createElement(EmptyWebhook, null),
|
|
299
|
-
EmptyCustomDomain: /*#__PURE__*/React.createElement(EmptyCustomDomain, null)
|
|
300
|
-
};
|
|
301
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
302
|
-
style: {
|
|
303
|
-
display: 'flex',
|
|
304
|
-
flexDirection: 'row',
|
|
305
|
-
alignItems: 'center',
|
|
306
|
-
justifyContent: 'center',
|
|
307
|
-
flexWrap: 'wrap',
|
|
308
|
-
maxWidth: '600px',
|
|
309
|
-
margin: '0 auto'
|
|
310
|
-
}
|
|
311
|
-
}, Object.keys(allSvg).map(item => {
|
|
312
|
-
let filterDarkPalettes = item.endsWith("DarkPalette");
|
|
313
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
314
|
-
style: filterDarkPalettes ? darkPalette : defaultPalette
|
|
315
|
-
}, allSvg[item], /*#__PURE__*/React.createElement("div", {
|
|
316
|
-
style: textStyle
|
|
317
|
-
}, item));
|
|
318
|
-
}));
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
if (false) {
|
|
324
|
-
SVG__default.docs = {
|
|
325
|
-
componentGroup: 'SVG'
|
|
326
|
-
};
|
|
327
|
-
}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import ErrorInconvenience from '../ErrorInconvenience';
|
|
3
|
-
import ErrorOopsSomethingMiss from '../ErrorOopsSomethingMiss';
|
|
4
|
-
import ErrorUnableToProcessRequest from '../ErrorUnableToProcessRequest';
|
|
5
|
-
import ErrorUnauthorizedLogin from '../ErrorUnauthorizedLogin';
|
|
6
|
-
import ErrorUrlNotFound from '../ErrorUrlNotFound';
|
|
7
|
-
import ErrorWillBeRightBack from '../ErrorWillBeRightBack';
|
|
8
|
-
import './SVGdocstyle.module.css';
|
|
9
|
-
export default class SVG__errorstate extends React.Component {
|
|
10
|
-
render() {
|
|
11
|
-
let boxStyle = {
|
|
12
|
-
minWidth: '65%',
|
|
13
|
-
border: '1px solid #dcdcdc',
|
|
14
|
-
padding: '5px',
|
|
15
|
-
margin: '5px',
|
|
16
|
-
flex: '1',
|
|
17
|
-
maxWidth: '25%',
|
|
18
|
-
justifyContent: 'space-between'
|
|
19
|
-
};
|
|
20
|
-
let textStyle = {
|
|
21
|
-
textAlign: 'center',
|
|
22
|
-
padding: '10px 0',
|
|
23
|
-
background: ' #f9f9f9',
|
|
24
|
-
marginTop: '10px',
|
|
25
|
-
color: '#000'
|
|
26
|
-
};
|
|
27
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
28
|
-
style: {
|
|
29
|
-
paddingBottom: '50px'
|
|
30
|
-
}
|
|
31
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
32
|
-
style: {
|
|
33
|
-
display: 'flex',
|
|
34
|
-
flexDirection: 'row',
|
|
35
|
-
alignItems: 'center',
|
|
36
|
-
justifyContent: 'center',
|
|
37
|
-
flexWrap: 'wrap',
|
|
38
|
-
maxWidth: '600px',
|
|
39
|
-
margin: '0 auto'
|
|
40
|
-
}
|
|
41
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
42
|
-
style: boxStyle
|
|
43
|
-
}, /*#__PURE__*/React.createElement(ErrorInconvenience, null), /*#__PURE__*/React.createElement("div", {
|
|
44
|
-
style: textStyle
|
|
45
|
-
}, "Inconvenience")), /*#__PURE__*/React.createElement("div", {
|
|
46
|
-
style: boxStyle
|
|
47
|
-
}, /*#__PURE__*/React.createElement(ErrorOopsSomethingMiss, null), /*#__PURE__*/React.createElement("div", {
|
|
48
|
-
style: textStyle
|
|
49
|
-
}, "OopsSomethingMiss")), /*#__PURE__*/React.createElement("div", {
|
|
50
|
-
style: boxStyle
|
|
51
|
-
}, /*#__PURE__*/React.createElement(ErrorUnableToProcessRequest, null), /*#__PURE__*/React.createElement("div", {
|
|
52
|
-
style: textStyle
|
|
53
|
-
}, "UnableToProcessRequest")), /*#__PURE__*/React.createElement("div", {
|
|
54
|
-
style: boxStyle
|
|
55
|
-
}, /*#__PURE__*/React.createElement(ErrorUnauthorizedLogin, null), /*#__PURE__*/React.createElement("div", {
|
|
56
|
-
style: textStyle
|
|
57
|
-
}, "UnathorizedLogin")), /*#__PURE__*/React.createElement("div", {
|
|
58
|
-
style: boxStyle
|
|
59
|
-
}, /*#__PURE__*/React.createElement(ErrorUrlNotFound, null), /*#__PURE__*/React.createElement("div", {
|
|
60
|
-
style: textStyle
|
|
61
|
-
}, "UrlNotFound")), /*#__PURE__*/React.createElement("div", {
|
|
62
|
-
style: boxStyle
|
|
63
|
-
}, /*#__PURE__*/React.createElement(ErrorWillBeRightBack, null), /*#__PURE__*/React.createElement("div", {
|
|
64
|
-
style: textStyle
|
|
65
|
-
}, "WillBeRightBack"))));
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
if (false) {
|
|
71
|
-
SVG__errorstate.docs = {
|
|
72
|
-
componentGroup: 'SVG'
|
|
73
|
-
};
|
|
74
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
[data-mode='dark'] {
|
|
2
|
-
/* default palette */
|
|
3
|
-
--zdt_svg_default_primary_fill: var(--zdt_cta_primary_fill);
|
|
4
|
-
--zdt_svg_default_primary_stroke: var(--zdt_cta_primary_stroke);
|
|
5
|
-
--zdt_svg_default_secondary_fill: var(--zdt_cta_secondary_fill);
|
|
6
|
-
--zdt_svg_default_secondary_plainfill: var(--zdt_cta_secondary_plainfill);
|
|
7
|
-
--zdt_svg_default_plus: #479dff;
|
|
8
|
-
--zdt_svg_default_cross: #5cc1a5;
|
|
9
|
-
--zdt_svg_default_medium_circle: #ff6b6b;
|
|
10
|
-
--zdt_svg_default_tiny_circle: #4ac064;
|
|
11
|
-
--zdt_svg_default_small_circle: #ff6b6b;
|
|
12
|
-
--zdt_svg_default_circle_fill: #fff;
|
|
13
|
-
|
|
14
|
-
/* dark palette */
|
|
15
|
-
--zdt_svg_dark_primary_fill: var(--zdt_cta_primary_dark_fill);
|
|
16
|
-
--zdt_svg_dark_primary_stroke: var(--zdt_cta_primary_dark_stroke);
|
|
17
|
-
--zdt_svg_dark_secondary_fill: var(--zdt_cta_secondary_dark_fill);
|
|
18
|
-
--zdt_svg_dark_secondary_plainfill: var(--zdt_cta_secondary_dark_plainfill);
|
|
19
|
-
--zdt_svg_dark_plus: #479dff;
|
|
20
|
-
--zdt_svg_dark_cross: #5cc1a5;
|
|
21
|
-
--zdt_svg_dark_medium_circle: #ff6b6b;
|
|
22
|
-
--zdt_svg_dark_tiny_circle: #4ac064;
|
|
23
|
-
--zdt_svg_dark_small_circle: #ff6b6b;
|
|
24
|
-
--zdt_svg_dark_circle_fill: #fff;
|
|
25
|
-
|
|
26
|
-
/* danger palette */
|
|
27
|
-
--zdt_svg_danger_primary_fill: #ff6f00;
|
|
28
|
-
--zdt_svg_danger_primary_stroke: #479dff;
|
|
29
|
-
--zdt_svg_danger_secondary_fill: #334b68;
|
|
30
|
-
--zdt_svg_danger_secondary_plainfill: #334b68;
|
|
31
|
-
--zdt_svg_danger_plus: #479dff;
|
|
32
|
-
--zdt_svg_danger_cross: #5cc1a5;
|
|
33
|
-
--zdt_svg_danger_medium_circle: #ff6b6b;
|
|
34
|
-
--zdt_svg_danger_tiny_circle: #4ac064;
|
|
35
|
-
--zdt_svg_danger_small_circle: #ff6b6b;
|
|
36
|
-
--zdt_svg_danger_circle_fill: #fff;
|
|
37
|
-
}
|