@zohodesk/svg 1.0.0-beta.34 → 1.0.0-beta.38
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/es/svg/Appearance/dark/mode/darkEmptyStates.module.css +35 -35
- package/es/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +8 -8
- package/es/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +8 -8
- package/es/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +8 -8
- package/es/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +8 -8
- package/es/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +8 -8
- package/es/svg/Appearance/default/mode/defaultEmptyStates.module.css +35 -35
- package/es/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +8 -8
- package/es/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +8 -8
- package/es/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +8 -8
- package/es/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +8 -8
- package/es/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +8 -8
- package/es/svg/EmptyError.js +94 -0
- package/es/svg/Loader.js +19 -12
- package/es/svg/docs/SVG__default.docs.js +5 -0
- package/lib/Provider.js +4 -4
- package/lib/index.js +12 -12
- package/lib/svg/Appearance/dark/mode/darkEmptyStates.module.css +35 -35
- package/lib/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +8 -8
- package/lib/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +8 -8
- package/lib/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +8 -8
- package/lib/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +8 -8
- package/lib/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +8 -8
- package/lib/svg/Appearance/default/mode/defaultEmptyStates.module.css +35 -35
- package/lib/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +8 -8
- package/lib/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +8 -8
- package/lib/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +8 -8
- package/lib/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +8 -8
- package/lib/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +8 -8
- package/lib/svg/EmptyAccounts.js +4 -4
- package/lib/svg/EmptyActiveCalls.js +4 -4
- package/lib/svg/EmptyActivity.js +4 -4
- package/lib/svg/EmptyAgent.js +4 -4
- package/lib/svg/EmptyAgentQueue.js +4 -4
- package/lib/svg/EmptyApproval.js +4 -4
- package/lib/svg/EmptyArchived.js +4 -4
- package/lib/svg/EmptyAttach.js +4 -4
- package/lib/svg/EmptyBlueprint.js +4 -4
- package/lib/svg/EmptyBusinessHoliday.js +4 -4
- package/lib/svg/EmptyBusinessHour.js +4 -4
- package/lib/svg/EmptyCallHistory.js +4 -4
- package/lib/svg/EmptyCollision.js +4 -4
- package/lib/svg/EmptyColumn.js +4 -4
- package/lib/svg/EmptyContact.js +4 -4
- package/lib/svg/EmptyContract.js +4 -4
- package/lib/svg/EmptyConversation.js +4 -4
- package/lib/svg/EmptyCrm.js +4 -4
- package/lib/svg/EmptyCrmNotes.js +4 -4
- package/lib/svg/EmptyCrmPotential.js +4 -4
- package/lib/svg/EmptyCustomDomain.js +4 -4
- package/lib/svg/EmptyDashboard.js +4 -4
- package/lib/svg/EmptyDepartment.js +4 -4
- package/lib/svg/EmptyError.js +144 -0
- package/lib/svg/EmptyFeed.js +4 -4
- package/lib/svg/EmptyFollowers.js +4 -4
- package/lib/svg/EmptyFrame.js +4 -4
- package/lib/svg/EmptyFromAddress.js +4 -4
- package/lib/svg/EmptyHappiness.js +4 -4
- package/lib/svg/EmptyHistory.js +4 -4
- package/lib/svg/EmptyImportHistory.js +4 -4
- package/lib/svg/EmptyInconvenience.js +4 -4
- package/lib/svg/EmptyInvoice.js +4 -4
- package/lib/svg/EmptyNetwork.js +4 -4
- package/lib/svg/EmptyNotification.js +4 -4
- package/lib/svg/EmptyProducts.js +4 -4
- package/lib/svg/EmptyRecycleBin.js +4 -4
- package/lib/svg/EmptyReply.js +4 -4
- package/lib/svg/EmptyReports.js +4 -4
- package/lib/svg/EmptyRoles.js +4 -4
- package/lib/svg/EmptySchedule.js +4 -4
- package/lib/svg/EmptySearch.js +4 -4
- package/lib/svg/EmptySkills.js +4 -4
- package/lib/svg/EmptySla.js +4 -4
- package/lib/svg/EmptySnippet.js +4 -4
- package/lib/svg/EmptyTag.js +4 -4
- package/lib/svg/EmptyTask.js +4 -4
- package/lib/svg/EmptyTeams.js +4 -4
- package/lib/svg/EmptyTemplate.js +4 -4
- package/lib/svg/EmptyTicket.js +4 -4
- package/lib/svg/EmptyTimeEntry.js +4 -4
- package/lib/svg/EmptyTimeline.js +4 -4
- package/lib/svg/EmptyTopic.js +4 -4
- package/lib/svg/EmptyUnauthorizedLogin.js +4 -4
- package/lib/svg/EmptyWebhook.js +4 -4
- package/lib/svg/EmptyWillBeRightBack.js +4 -4
- package/lib/svg/ErrorInconvenience.js +4 -4
- package/lib/svg/ErrorOopsSomethingMiss.js +4 -4
- package/lib/svg/ErrorUnableToProcessRequest.js +4 -4
- package/lib/svg/ErrorUnauthorizedLogin.js +4 -4
- package/lib/svg/ErrorUrlNotFound.js +4 -4
- package/lib/svg/ErrorWillBeRightBack.js +4 -4
- package/lib/svg/Extractor.js +4 -4
- package/lib/svg/FailureLog.js +4 -4
- package/lib/svg/Import.js +4 -4
- package/lib/svg/Loader.js +26 -20
- package/lib/svg/NoRequestFound.js +4 -4
- package/lib/svg/NotImpossible.js +4 -4
- package/lib/svg/PageNotFound.js +4 -4
- package/lib/svg/Predictor.js +4 -4
- package/lib/svg/SVG.js +4 -4
- package/lib/svg/SvgLoader.js +2 -2
- package/lib/svg/UnableToProcessRequest.js +4 -4
- package/lib/svg/UnauthorizedLogin.js +4 -4
- package/lib/svg/UrlNotFound.js +4 -4
- package/lib/svg/WillBeRightBack.js +4 -4
- package/lib/svg/ZiaAnamoly.js +4 -4
- package/lib/svg/docs/SVG__common.docs.js +4 -4
- package/lib/svg/docs/SVG__default.docs.js +10 -4
- package/lib/svg/docs/SVG__errorstate.docs.js +4 -4
- package/lib/svg/utils.js +1 -1
- package/package.json +10 -4
- package/preprocess/index.js +2 -0
- package/preprocess/json/svgAppearanceVariableJson.js +163 -0
- package/preprocess/json/svgThemeVariableJson.js +85 -0
- package/preprocess/svgAppearanceColors.js +60 -0
- package/preprocess/svgThemeColors.js +90 -0
- package/src/svg/Appearance/dark/mode/darkEmptyStates.module.css +35 -35
- package/src/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +8 -8
- package/src/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +8 -8
- package/src/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +8 -8
- package/src/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +8 -8
- package/src/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +8 -8
- package/src/svg/Appearance/default/mode/defaultEmptyStates.module.css +35 -35
- package/src/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +8 -8
- package/src/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +8 -8
- package/src/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +8 -8
- package/src/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +8 -8
- package/src/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +8 -8
- package/src/svg/EmptyError.js +42 -0
- package/src/svg/Loader.js +18 -10
- package/src/svg/docs/SVG__default.docs.js +3 -0
- 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/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/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/README.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
This Bundle Contains EmptyState Images.
|
|
4
4
|
|
|
5
|
+
# 1.0.0-beta.38
|
|
6
|
+
|
|
7
|
+
- bg,shadow,text,border based variables removed and renamed.
|
|
8
|
+
|
|
9
|
+
# 1.0.0-beta.37
|
|
10
|
+
|
|
11
|
+
- Loader => Converted to Pure Component
|
|
12
|
+
|
|
13
|
+
# 1.0.0-beta.36
|
|
14
|
+
|
|
15
|
+
- Night mode SVG CTA primary stroke color value changed
|
|
16
|
+
|
|
17
|
+
# 1.0.0-beta.35
|
|
18
|
+
|
|
19
|
+
- EmptyError added
|
|
20
|
+
|
|
5
21
|
# 1.0.0-beta.34
|
|
6
22
|
|
|
7
23
|
- Import, ErrorInconvenience, ErrorOopsSomethingMiss, ErrorUnableToProcessRequest, ErrorUnauthorizedLogin, ErrorUrlNotFound, ErrorWillBeRightBack Svg added
|
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
[data-mode='dark'] {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
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: var(--dot_white);
|
|
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: var(--dot_white);
|
|
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: var(--dot_white);
|
|
37
37
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
[data-mode='dark'][data-theme='blue'] {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
--zdt_cta_primary_fill: #828994;
|
|
3
|
+
--zdt_cta_primary_stroke: #479dff;
|
|
4
|
+
--zdt_cta_secondary_fill: #334b68;
|
|
5
|
+
--zdt_cta_secondary_plainfill: #334b68;
|
|
6
|
+
--zdt_cta_primary_dark_fill: #828994;
|
|
7
|
+
--zdt_cta_primary_dark_stroke: #479dff;
|
|
8
|
+
--zdt_cta_secondary_dark_fill: #334b68;
|
|
9
|
+
--zdt_cta_secondary_dark_plainfill: #334b68
|
|
10
10
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
[data-mode='dark'][data-theme='green'] {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
--zdt_cta_primary_fill: #45a159;
|
|
3
|
+
--zdt_cta_primary_stroke: #45a159;
|
|
4
|
+
--zdt_cta_secondary_fill: rgba(69, 161, 89, 0.25);
|
|
5
|
+
--zdt_cta_secondary_plainfill: #45a159;
|
|
6
|
+
--zdt_cta_primary_dark_fill: #45a159;
|
|
7
|
+
--zdt_cta_primary_dark_stroke: #45a159;
|
|
8
|
+
--zdt_cta_secondary_dark_fill: rgba(69, 161, 89, 0.25);
|
|
9
|
+
--zdt_cta_secondary_dark_plainfill: #45a159
|
|
10
10
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
[data-mode='dark'][data-theme='orange'] {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
--zdt_cta_primary_fill: #ff801f;
|
|
3
|
+
--zdt_cta_primary_stroke: #ff801f;
|
|
4
|
+
--zdt_cta_secondary_fill: rgba(255, 128, 31, 0.25);
|
|
5
|
+
--zdt_cta_secondary_plainfill: #ff801f;
|
|
6
|
+
--zdt_cta_primary_dark_fill: #ff801f;
|
|
7
|
+
--zdt_cta_primary_dark_stroke: #ff801f;
|
|
8
|
+
--zdt_cta_secondary_dark_fill: rgba(255, 128, 31, 0.25);
|
|
9
|
+
--zdt_cta_secondary_dark_plainfill: #ff801f
|
|
10
10
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
[data-mode='dark'][data-theme='red'] {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
--zdt_cta_primary_fill: #e94f4f;
|
|
3
|
+
--zdt_cta_primary_stroke: #e94f4f;
|
|
4
|
+
--zdt_cta_secondary_fill: rgba(233, 79, 79, 0.25);
|
|
5
|
+
--zdt_cta_secondary_plainfill: #e94f4f;
|
|
6
|
+
--zdt_cta_primary_dark_fill: #e94f4f;
|
|
7
|
+
--zdt_cta_primary_dark_stroke: #e94f4f;
|
|
8
|
+
--zdt_cta_secondary_dark_fill: rgba(233, 79, 79, 0.25);
|
|
9
|
+
--zdt_cta_secondary_dark_plainfill: #e94f4f
|
|
10
10
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
[data-mode='dark'][data-theme='yellow'] {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
--zdt_cta_primary_fill: #d79835;
|
|
3
|
+
--zdt_cta_primary_stroke: #d79835;
|
|
4
|
+
--zdt_cta_secondary_fill: rgba(215, 152, 53, 0.25);
|
|
5
|
+
--zdt_cta_secondary_plainfill: #d79835;
|
|
6
|
+
--zdt_cta_primary_dark_fill: #d79835;
|
|
7
|
+
--zdt_cta_primary_dark_stroke: #d79835;
|
|
8
|
+
--zdt_cta_secondary_dark_fill: rgba(215, 152, 53, 0.25);
|
|
9
|
+
--zdt_cta_secondary_dark_plainfill: #d79835
|
|
10
10
|
}
|
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
[data-mode='default'] {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
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: var(--dot_white);
|
|
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: var(--dot_white);
|
|
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: var(--dot_white);
|
|
37
37
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
[data-mode='default'][data-theme='blue'] {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
--zdt_cta_primary_fill: #0a73eb;
|
|
3
|
+
--zdt_cta_primary_stroke: #221f1f;
|
|
4
|
+
--zdt_cta_secondary_fill: rgba(10, 115, 235, 0.25);
|
|
5
|
+
--zdt_cta_secondary_plainfill: #0a73eb;
|
|
6
|
+
--zdt_cta_primary_dark_fill: #a6add7;
|
|
7
|
+
--zdt_cta_primary_dark_stroke: #fff;
|
|
8
|
+
--zdt_cta_secondary_dark_fill: #3f70b7;
|
|
9
|
+
--zdt_cta_secondary_dark_plainfill: #3f70b7
|
|
10
10
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
[data-mode='default'][data-theme='green'] {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
--zdt_cta_primary_fill: #26a942;
|
|
3
|
+
--zdt_cta_primary_stroke: #010101;
|
|
4
|
+
--zdt_cta_secondary_fill: rgba(38, 169, 66, 0.25);
|
|
5
|
+
--zdt_cta_secondary_plainfill: #26a942;
|
|
6
|
+
--zdt_cta_primary_dark_fill: #26a942;
|
|
7
|
+
--zdt_cta_primary_dark_stroke: #fff;
|
|
8
|
+
--zdt_cta_secondary_dark_fill: rgba(38, 169, 66, 0.25);
|
|
9
|
+
--zdt_cta_secondary_dark_plainfill: #26a942
|
|
10
10
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
[data-mode='default'][data-theme='orange'] {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
--zdt_cta_primary_fill: #e57717;
|
|
3
|
+
--zdt_cta_primary_stroke: #010101;
|
|
4
|
+
--zdt_cta_secondary_fill: rgba(229, 119, 23, 0.25);
|
|
5
|
+
--zdt_cta_secondary_plainfill: #e57717;
|
|
6
|
+
--zdt_cta_primary_dark_fill: #e57717;
|
|
7
|
+
--zdt_cta_primary_dark_stroke: #fff;
|
|
8
|
+
--zdt_cta_secondary_dark_fill: rgba(229, 119, 23, 0.25);
|
|
9
|
+
--zdt_cta_secondary_dark_plainfill: #e57717
|
|
10
10
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
[data-mode='default'][data-theme='red'] {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
--zdt_cta_primary_fill: #de3535;
|
|
3
|
+
--zdt_cta_primary_stroke: #010101;
|
|
4
|
+
--zdt_cta_secondary_fill: rgba(222, 53, 53, 0.25);
|
|
5
|
+
--zdt_cta_secondary_plainfill: #de3535;
|
|
6
|
+
--zdt_cta_primary_dark_fill: #de3535;
|
|
7
|
+
--zdt_cta_primary_dark_stroke: #fff;
|
|
8
|
+
--zdt_cta_secondary_dark_fill: rgba(222, 53, 53, 0.25);
|
|
9
|
+
--zdt_cta_secondary_dark_plainfill: #de3535
|
|
10
10
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
[data-mode='default'][data-theme='yellow'] {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
--zdt_cta_primary_fill: #e8b923;
|
|
3
|
+
--zdt_cta_primary_stroke: #010101;
|
|
4
|
+
--zdt_cta_secondary_fill: rgba(232, 185, 35, 0.25);
|
|
5
|
+
--zdt_cta_secondary_plainfill: #e8b923;
|
|
6
|
+
--zdt_cta_primary_dark_fill: #e8b923;
|
|
7
|
+
--zdt_cta_primary_dark_stroke: #fff;
|
|
8
|
+
--zdt_cta_secondary_dark_fill: rgba(232, 185, 35, 0.25);
|
|
9
|
+
--zdt_cta_secondary_dark_plainfill: #e8b923
|
|
10
10
|
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign || 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 PropTypes from 'prop-types';
|
|
5
|
+
import SVG from './SVG';
|
|
6
|
+
export default class EmptyError extends React.Component {
|
|
7
|
+
render() {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 500 500",
|
|
10
|
+
name: "EmptyError"
|
|
11
|
+
}, this.props), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".EmptyError_svg__cls-1{fill:var(--zd_emptysvg_primary_fill);opacity:.05}.EmptyError_svg__cls-3,.EmptyError_svg__cls-4,.EmptyError_svg__cls-5{fill:none}.EmptyError_svg__cls-3{stroke-miterlimit:10;stroke:var(--zd_emptysvg_tiny_circle)}.EmptyError_svg__cls-5{stroke-miterlimit:10;stroke:var(--zd_emptysvg_cross)}.EmptyError_svg__cls-4{stroke:var(--zd_emptysvg_plus);stroke-linecap:round;stroke-linejoin:round}.EmptyError_svg_fill{fill: #DE3535;opacity: 0.3}.EmptyError_svg_line{fill:none;stroke:var(--zd_emptysvg_primary_stroke);stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}")), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
class: "EmptyError_svg__cls-1",
|
|
13
|
+
d: "M217.5,155.3c0,0,113.7-75.3,171.3-52.6s96.9,213.4-63.2,298.9S93.2,301,92.6,268 C92,236.1,92.6,160,217.5,155.3z"
|
|
14
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
class: "EmptyError_svg_line",
|
|
16
|
+
d: "M133.8,379.6c0,0-13.4-217.8,0-222.6c11.4-4.1,189-1.2,240.6-0.3c7.8,0.1,14,6.5,14,14.2V201l-235.8,2.3 l105.1-3.3c5.3-0.3,9.8-0.2,12.8,4.2c15.4,23.3,61.8,95.7,47.1,100.6c-17.5,5.8-114.1,8.3-116.2-2.6c-3.2-17.3,57-96.4,63.5-97.6 s122.2,3.2,123.6,6.6s10.3,168.7,2,173.6s-251,5.9-252.4-1.5s0-218.3,0-218.3"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
class: "EmptyError_svg_fill",
|
|
19
|
+
d: "M330.7,289.8c-1.9-5.8-33.8-78.7-47.9-85.8s-65.2,83.6-69.2,93.4s17.9,10.6,17.9,10.6s82.7,0.6,91.9-1.8 S332.6,295.6,330.7,289.8z M274.7,249.9c0-1.4,1.1-2.5,2.5-2.5s2.5,1.1,2.5,2.5v23c0,1.4-1.1,2.5-2.5,2.5s-2.5-1.1-2.5-2.5V249.9z M275.4,290.6c0,0-5.8-6.4,1-7c0,0,4.7,0.1,5,2.8S277.2,292.3,275.4,290.6L275.4,290.6z"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
21
|
+
class: "st1",
|
|
22
|
+
cx: "419.9",
|
|
23
|
+
cy: "378.9",
|
|
24
|
+
rx: "6",
|
|
25
|
+
ry: "5.9",
|
|
26
|
+
stroke: "var(--zd_emptysvg_small_circle)",
|
|
27
|
+
"stroke-linecap": "round",
|
|
28
|
+
"stroke-linejoin": "round",
|
|
29
|
+
fill: "none"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
31
|
+
class: "EmptyFrame_svg__cls-3",
|
|
32
|
+
x1: "162.2",
|
|
33
|
+
y1: "412.4",
|
|
34
|
+
x2: "172.3",
|
|
35
|
+
y2: "423.6"
|
|
36
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
37
|
+
class: "EmptyFrame_svg__cls-3",
|
|
38
|
+
x1: "161.6",
|
|
39
|
+
y1: "423",
|
|
40
|
+
x2: "172.9",
|
|
41
|
+
y2: "413"
|
|
42
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
43
|
+
class: "st4",
|
|
44
|
+
cx: "396",
|
|
45
|
+
cy: "80",
|
|
46
|
+
rx: "8.6",
|
|
47
|
+
ry: "8.6",
|
|
48
|
+
"stroke-miterlimit": "10",
|
|
49
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
50
|
+
fill: "none"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
52
|
+
class: "EmptyFrame_svg__cls-5",
|
|
53
|
+
cx: "210.8",
|
|
54
|
+
cy: "74.9",
|
|
55
|
+
rx: "5.1",
|
|
56
|
+
ry: "5.1"
|
|
57
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
58
|
+
class: "EmptyFrame_svg__cls-4",
|
|
59
|
+
x1: "70.4",
|
|
60
|
+
y1: "274.5",
|
|
61
|
+
x2: "69.6",
|
|
62
|
+
y2: "289.6"
|
|
63
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
64
|
+
class: "EmptyFrame_svg__cls-4",
|
|
65
|
+
x1: "62.4",
|
|
66
|
+
y1: "281.6",
|
|
67
|
+
x2: "77.5",
|
|
68
|
+
y2: "282.5"
|
|
69
|
+
}));
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
}
|
|
73
|
+
EmptyError.propTypes = {
|
|
74
|
+
alignHorizontal: PropTypes.bool,
|
|
75
|
+
className: PropTypes.string,
|
|
76
|
+
dataId: PropTypes.string,
|
|
77
|
+
isRender: PropTypes.bool,
|
|
78
|
+
size: PropTypes.oneOf(['small', 'large']),
|
|
79
|
+
palette: PropTypes.oneOf(['dark', 'danger'])
|
|
80
|
+
};
|
|
81
|
+
EmptyError.defaultProps = {
|
|
82
|
+
size: 'large',
|
|
83
|
+
alignHorizontal: true,
|
|
84
|
+
isRender: true,
|
|
85
|
+
className: '',
|
|
86
|
+
dataId: 'EmptyError',
|
|
87
|
+
palette: 'danger'
|
|
88
|
+
};
|
|
89
|
+
|
|
90
|
+
if (false) {
|
|
91
|
+
EmptyError.docs = {
|
|
92
|
+
componentGroup: 'SVG'
|
|
93
|
+
};
|
|
94
|
+
}
|
package/es/svg/Loader.js
CHANGED
|
@@ -2,7 +2,22 @@ import React from 'react';
|
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
import SVG from './SVG';
|
|
4
4
|
import cssStyle from './SVG.module.css';
|
|
5
|
-
export default class Loader extends React.
|
|
5
|
+
export default class Loader extends React.PureComponent {
|
|
6
|
+
constructor(props) {
|
|
7
|
+
super(props);
|
|
8
|
+
this.viewBoxStyle = {
|
|
9
|
+
animation: "loaderone 2s linear infinite"
|
|
10
|
+
};
|
|
11
|
+
this.defsStyle = {
|
|
12
|
+
animation: "circleAnimation_1 1.5s linear infinite",
|
|
13
|
+
transformOrigin: "center"
|
|
14
|
+
};
|
|
15
|
+
this.circleStyle = {
|
|
16
|
+
animation: "circleAnimation_2 1.2s linear infinite",
|
|
17
|
+
transformOrigin: "center"
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
|
|
6
21
|
render() {
|
|
7
22
|
let {
|
|
8
23
|
dataId
|
|
@@ -14,9 +29,7 @@ export default class Loader extends React.Component {
|
|
|
14
29
|
name: "Loader",
|
|
15
30
|
className: `${cssStyle.loaderWrapper}`,
|
|
16
31
|
dataId: dataId,
|
|
17
|
-
styleName:
|
|
18
|
-
animation: "loaderone 2s linear infinite"
|
|
19
|
-
}
|
|
32
|
+
styleName: this.viewBoxStyle
|
|
20
33
|
}, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, "@keyframes circleAnimation_1{to{stroke-dashoffset:-82}}@keyframes circleAnimation_2{to{stroke-dashoffset:-50}}@keyframes loaderone{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}")), /*#__PURE__*/React.createElement("title", null, "loader"), /*#__PURE__*/React.createElement("circle", {
|
|
21
34
|
fill: "none",
|
|
22
35
|
stroke: "#089949",
|
|
@@ -26,10 +39,7 @@ export default class Loader extends React.Component {
|
|
|
26
39
|
cx: 20,
|
|
27
40
|
cy: 20,
|
|
28
41
|
r: 13,
|
|
29
|
-
style:
|
|
30
|
-
animation: "circleAnimation_1 1.5s linear infinite",
|
|
31
|
-
transformOrigin: "center"
|
|
32
|
-
},
|
|
42
|
+
style: this.defsStyle,
|
|
33
43
|
strokeDasharray: 82,
|
|
34
44
|
strokeDashoffset: 82
|
|
35
45
|
}), /*#__PURE__*/React.createElement("circle", {
|
|
@@ -40,10 +50,7 @@ export default class Loader extends React.Component {
|
|
|
40
50
|
cx: 20,
|
|
41
51
|
cy: 20,
|
|
42
52
|
r: 8,
|
|
43
|
-
style:
|
|
44
|
-
animation: "circleAnimation_2 1.2s linear infinite",
|
|
45
|
-
transformOrigin: "center"
|
|
46
|
-
},
|
|
53
|
+
style: this.circleStyle,
|
|
47
54
|
strokeDasharray: 50,
|
|
48
55
|
strokeDashoffset: 50
|
|
49
56
|
})));
|
|
@@ -56,6 +56,7 @@ import EmptyDepartment from '../EmptyDepartment';
|
|
|
56
56
|
import ZiaAnamoly from '../ZiaAnamoly';
|
|
57
57
|
import Predictor from '../Predictor';
|
|
58
58
|
import Extractor from '../Extractor';
|
|
59
|
+
import EmptyError from '../EmptyError';
|
|
59
60
|
import Import from '../Import';
|
|
60
61
|
import './SVGdocstyle.module.css';
|
|
61
62
|
export default class SVG__default extends React.Component {
|
|
@@ -282,6 +283,10 @@ export default class SVG__default extends React.Component {
|
|
|
282
283
|
EmptyFrameDangerPalette: /*#__PURE__*/React.createElement(EmptyFrame, {
|
|
283
284
|
palette: "danger"
|
|
284
285
|
}),
|
|
286
|
+
EmptyErrorDangerPalette: /*#__PURE__*/React.createElement(EmptyError, null),
|
|
287
|
+
EmptyErrorDarkPalette: /*#__PURE__*/React.createElement(EmptyError, {
|
|
288
|
+
palette: "dark"
|
|
289
|
+
}),
|
|
285
290
|
EmptyBusinessHoliday: /*#__PURE__*/React.createElement(EmptyBusinessHoliday, null),
|
|
286
291
|
EmptyBusinessHour: /*#__PURE__*/React.createElement(EmptyBusinessHour, null),
|
|
287
292
|
EmptyImportHistory: /*#__PURE__*/React.createElement(EmptyImportHistory, null),
|
package/lib/Provider.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -49,15 +49,15 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
49
49
|
|
|
50
50
|
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); } }
|
|
51
51
|
|
|
52
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
52
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
53
53
|
|
|
54
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass
|
|
54
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } Object.defineProperty(subClass, "prototype", { value: Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }), writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
55
55
|
|
|
56
56
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
57
57
|
|
|
58
58
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
59
59
|
|
|
60
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
60
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
61
61
|
|
|
62
62
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
63
63
|
|
package/lib/index.js
CHANGED
|
@@ -15,40 +15,40 @@ Object.defineProperty(exports, "ReactDOM", {
|
|
|
15
15
|
return _reactDom["default"];
|
|
16
16
|
}
|
|
17
17
|
});
|
|
18
|
-
Object.defineProperty(exports, "
|
|
18
|
+
Object.defineProperty(exports, "SVG", {
|
|
19
19
|
enumerable: true,
|
|
20
20
|
get: function get() {
|
|
21
|
-
return
|
|
21
|
+
return _SVG["default"];
|
|
22
22
|
}
|
|
23
23
|
});
|
|
24
|
-
Object.defineProperty(exports, "
|
|
24
|
+
Object.defineProperty(exports, "SVG__common", {
|
|
25
25
|
enumerable: true,
|
|
26
26
|
get: function get() {
|
|
27
|
-
return
|
|
27
|
+
return _SVG__common["default"];
|
|
28
28
|
}
|
|
29
29
|
});
|
|
30
|
-
Object.defineProperty(exports, "
|
|
30
|
+
Object.defineProperty(exports, "SVG__emptystate", {
|
|
31
31
|
enumerable: true,
|
|
32
32
|
get: function get() {
|
|
33
|
-
return
|
|
33
|
+
return _SVG__default["default"];
|
|
34
34
|
}
|
|
35
35
|
});
|
|
36
|
-
Object.defineProperty(exports, "
|
|
36
|
+
Object.defineProperty(exports, "SVG__errorstate", {
|
|
37
37
|
enumerable: true,
|
|
38
38
|
get: function get() {
|
|
39
|
-
return
|
|
39
|
+
return _SVG__errorstate["default"];
|
|
40
40
|
}
|
|
41
41
|
});
|
|
42
|
-
Object.defineProperty(exports, "
|
|
42
|
+
Object.defineProperty(exports, "_provider", {
|
|
43
43
|
enumerable: true,
|
|
44
44
|
get: function get() {
|
|
45
|
-
return
|
|
45
|
+
return _Provider["default"];
|
|
46
46
|
}
|
|
47
47
|
});
|
|
48
|
-
Object.defineProperty(exports, "
|
|
48
|
+
Object.defineProperty(exports, "renderToStaticMarkup", {
|
|
49
49
|
enumerable: true,
|
|
50
50
|
get: function get() {
|
|
51
|
-
return
|
|
51
|
+
return _server.renderToStaticMarkup;
|
|
52
52
|
}
|
|
53
53
|
});
|
|
54
54
|
|