@zohodesk/svg 1.3.4 → 1.3.6
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 +8 -0
- package/assets/Appearance/dark/mode/SVG_DarkMode.module.css +36 -34
- package/assets/Appearance/dark/themes/blue/blue_SVGTheme_DarkTheme.module.css +12 -10
- package/assets/Appearance/dark/themes/green/green_SVGTheme_DarkTheme.module.css +12 -10
- package/assets/Appearance/dark/themes/orange/orange_SVGTheme_DarkTheme.module.css +12 -10
- package/assets/Appearance/dark/themes/red/red_SVGTheme_DarkTheme.module.css +12 -10
- package/assets/Appearance/dark/themes/yellow/yellow_SVGTheme_DarkTheme.module.css +12 -10
- package/assets/Appearance/light/mode/SVG_LightMode.module.css +36 -34
- package/assets/Appearance/light/themes/blue/blue_SVGTheme_LightTheme.module.css +12 -10
- package/assets/Appearance/light/themes/green/green_SVGTheme_LightTheme.module.css +12 -10
- package/assets/Appearance/light/themes/orange/orange_SVGTheme_LightTheme.module.css +12 -10
- package/assets/Appearance/light/themes/red/red_SVGTheme_LightTheme.module.css +12 -10
- package/assets/Appearance/light/themes/yellow/yellow_SVGTheme_LightTheme.module.css +12 -10
- package/assets/Appearance/pureDark/mode/SVG_PureDarkMode.module.css +36 -34
- package/assets/Appearance/pureDark/themes/blue/blue_SVGTheme_PureDarkTheme.module.css +12 -10
- package/assets/Appearance/pureDark/themes/green/green_SVGTheme_PureDarkTheme.module.css +12 -10
- package/assets/Appearance/pureDark/themes/orange/orange_SVGTheme_PureDarkTheme.module.css +12 -10
- package/assets/Appearance/pureDark/themes/red/red_SVGTheme_PureDarkTheme.module.css +12 -10
- package/assets/Appearance/pureDark/themes/yellow/yellow_SVGTheme_PureDarkTheme.module.css +12 -10
- package/es/v1/emptystate/version3/ActivityLog.js +139 -0
- package/es/v1/emptystate/version3/AgentChat.js +73 -0
- package/es/v1/emptystate/version3/PrivacyRequest.js +82 -0
- package/lib/v1/emptystate/version3/ActivityLog.js +160 -0
- package/lib/v1/emptystate/version3/AgentChat.js +93 -0
- package/lib/v1/emptystate/version3/PrivacyRequest.js +103 -0
- package/package.json +15 -13
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
--
|
|
4
|
-
--
|
|
5
|
-
--
|
|
6
|
-
--
|
|
7
|
-
--
|
|
8
|
-
--
|
|
9
|
-
--
|
|
10
|
-
|
|
1
|
+
@layer dot-svg.theme {
|
|
2
|
+
[data-mode='pureDark'][data-theme='orange']{
|
|
3
|
+
--zdt_svgcta_primary_fill:hsla(26, calc(var(--zd-saturation, 1) * 100.00%), 56.08%, 1);
|
|
4
|
+
--zdt_svgcta_primary_stroke:hsla(29, calc(var(--zd-saturation, 1) * 100.00%), calc(32.94% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
|
|
5
|
+
--zdt_svgcta_secondary_fill:hsla(26, calc(var(--zd-saturation, 1) * 100.00%), 56.08%, 0.25);
|
|
6
|
+
--zdt_svgcta_secondary_plainfill:hsla(26, calc(var(--zd-saturation, 1) * 100.00%), calc(56.08% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
|
|
7
|
+
--zdt_svgcta_primary_dark_fill:hsla(26, calc(var(--zd-saturation, 1) * 100.00%), calc(56.08% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
|
|
8
|
+
--zdt_svgcta_primary_dark_stroke:hsla(29, calc(var(--zd-saturation, 1) * 100.00%), calc(32.94% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
|
|
9
|
+
--zdt_svgcta_secondary_dark_fill:hsla(26, calc(var(--zd-saturation, 1) * 100.00%), calc(56.08% + var(--zdc_default)), calc( 0.25 + var(--zdc_alpha_high)));
|
|
10
|
+
--zdt_svgcta_secondary_dark_plainfill:hsla(26, calc(var(--zd-saturation, 1) * 100.00%), calc(56.08% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
--
|
|
4
|
-
--
|
|
5
|
-
--
|
|
6
|
-
--
|
|
7
|
-
--
|
|
8
|
-
--
|
|
9
|
-
--
|
|
10
|
-
|
|
1
|
+
@layer dot-svg.theme {
|
|
2
|
+
[data-mode='pureDark'][data-theme='red']{
|
|
3
|
+
--zdt_svgcta_primary_fill:hsla(0, calc(var(--zd-saturation, 1) * 81.62%), 36.27%, 1);
|
|
4
|
+
--zdt_svgcta_primary_stroke:hsla(0, calc(var(--zd-saturation, 1) * 77.78%), calc(61.18% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
|
|
5
|
+
--zdt_svgcta_secondary_fill:hsla(0, calc(var(--zd-saturation, 1) * 77.78%), 61.18%, 0.25);
|
|
6
|
+
--zdt_svgcta_secondary_plainfill:hsla(0, calc(var(--zd-saturation, 1) * 77.78%), calc(61.18% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
|
|
7
|
+
--zdt_svgcta_primary_dark_fill:hsla(0, calc(var(--zd-saturation, 1) * 77.78%), calc(61.18% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
|
|
8
|
+
--zdt_svgcta_primary_dark_stroke:hsla(0, calc(var(--zd-saturation, 1) * 81.62%), calc(36.27% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
|
|
9
|
+
--zdt_svgcta_secondary_dark_fill:hsla(0, calc(var(--zd-saturation, 1) * 77.78%), calc(61.18% + var(--zdc_default)), calc( 0.25 + var(--zdc_alpha_high)));
|
|
10
|
+
--zdt_svgcta_secondary_dark_plainfill:hsla(0, calc(var(--zd-saturation, 1) * 77.78%), calc(61.18% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
--
|
|
4
|
-
--
|
|
5
|
-
--
|
|
6
|
-
--
|
|
7
|
-
--
|
|
8
|
-
--
|
|
9
|
-
--
|
|
10
|
-
|
|
1
|
+
@layer dot-svg.theme {
|
|
2
|
+
[data-mode='pureDark'][data-theme='yellow']{
|
|
3
|
+
--zdt_svgcta_primary_fill:hsla(37, calc(var(--zd-saturation, 1) * 66.94%), 52.55%, 1);
|
|
4
|
+
--zdt_svgcta_primary_stroke:hsla(39, calc(var(--zd-saturation, 1) * 90.18%), calc(31.96% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
|
|
5
|
+
--zdt_svgcta_secondary_fill:hsla(37, calc(var(--zd-saturation, 1) * 66.94%), 52.55%, 0.25);
|
|
6
|
+
--zdt_svgcta_secondary_plainfill:hsla(37, calc(var(--zd-saturation, 1) * 66.94%), calc(52.55% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
|
|
7
|
+
--zdt_svgcta_primary_dark_fill:hsla(37, calc(var(--zd-saturation, 1) * 66.94%), calc(52.55% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
|
|
8
|
+
--zdt_svgcta_primary_dark_stroke:hsla(39, calc(var(--zd-saturation, 1) * 90.18%), calc(31.96% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
|
|
9
|
+
--zdt_svgcta_secondary_dark_fill:hsla(37, calc(var(--zd-saturation, 1) * 66.94%), calc(52.55% + var(--zdc_default)), calc( 0.25 + var(--zdc_alpha_high)));
|
|
10
|
+
--zdt_svgcta_secondary_dark_plainfill:hsla(37, calc(var(--zd-saturation, 1) * 66.94%), calc(52.55% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
5
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
6
|
+
import SVG from "../../SVG/SVG";
|
|
7
|
+
const svgStyle = {
|
|
8
|
+
fill: 'none'
|
|
9
|
+
};
|
|
10
|
+
export default function ActivityLog(props) {
|
|
11
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
12
|
+
viewBox: "0 0 500 500",
|
|
13
|
+
name: "activityLog",
|
|
14
|
+
styleName: svgStyle
|
|
15
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
opacity: "0.1",
|
|
17
|
+
d: "M200.502 140.5C200.502 140.5 317.252 62.5004 376.252 86.0004C435.252 109.5 475.502 306.75 311.502 395.25C147.502 483.75 73.0016 291.25 72.2516 257.25C71.7516 224 72.2516 145.5 200.502 140.5Z",
|
|
18
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M35 293.249C34.75 293.249 35 293.249 35 293.249C34.25 293.249 33.75 292.499 33.75 291.999L34.75 273.249C34.75 272.499 35.25 271.999 36 271.999C36.75 271.999 37.25 272.499 37.25 273.249L36.25 291.999C36 292.749 35.5 293.249 35 293.249Z",
|
|
21
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
d: "M44.501 284.498L26.001 283.498C25.251 283.498 24.751 282.748 24.751 282.248C24.751 281.498 25.501 280.998 26.001 280.998L44.251 281.998C45.001 281.998 45.501 282.748 45.501 283.248C45.751 283.998 45.251 284.498 44.501 284.498Z",
|
|
24
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M428 51.999C421.5 51.999 416.25 57.249 416.25 63.749C416.25 70.249 421.5 75.499 428 75.499C434.5 75.499 439.75 70.249 439.75 63.749C439.75 57.249 434.25 51.999 428 51.999ZM428 73.249C423 73.249 418.75 68.999 418.75 63.749C418.75 58.499 423 54.249 428 54.249C433 54.249 437.25 58.499 437.25 63.749C437.25 68.999 433 73.249 428 73.249Z",
|
|
27
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
d: "M474.5 324.5C474 324 473.25 324 472.75 324.5L466.75 330L461.5 324C461 323.5 460.25 323.5 459.75 324C459.25 324.5 459.25 325.25 459.75 325.75L465 331.75L459 337.25C458.5 337.75 458.5 338.5 459 339C459.25 339.25 459.5 339.5 460 339.5C460.25 339.5 460.5 339.5 460.75 339.25L466.75 333.75L472 339.75C472.25 340 472.5 340.25 473 340.25C473.25 340.25 473.5 340.25 473.75 340C474.25 339.5 474.25 338.75 473.75 338.25L468.5 332.25L474.5 326.75C475 326 475 325 474.5 324.5Z",
|
|
30
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
opacity: "0.1",
|
|
33
|
+
d: "M289.502 162.499C289.502 162.499 196.252 100.249 149.002 118.999C101.752 137.749 69.5017 295.499 200.752 366.249C332.002 436.999 391.502 282.999 392.002 255.749C392.502 229.249 392.002 166.249 289.502 162.499Z",
|
|
34
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
35
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
d: "M130.5 442C125.75 442 122 445.75 122 450.5C122 455.25 125.75 459 130.5 459C135.25 459 139 455.25 139 450.5C139 446 135.25 442 130.5 442ZM130.5 456.75C127.25 456.75 124.5 454 124.5 450.5C124.5 447 127.25 444.25 130.5 444.25C133.75 444.25 136.5 447 136.5 450.5C136.5 454 133.75 456.75 130.5 456.75Z",
|
|
37
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
38
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
+
d: "M115.5 20C111.25 20 108 23.5 108 27.5C108 31.5 111.25 35 115.5 35C119.75 35 123 31.5 123 27.5C123 23.5 119.75 20 115.5 20ZM115.5 32.75C112.75 32.75 110.5 30.5 110.5 27.75C110.5 25 112.75 22.75 115.5 22.75C118.25 22.75 120.5 25 120.5 27.75C120.5 30.5 118.25 32.75 115.5 32.75Z",
|
|
40
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
42
|
+
clipPath: "url(#clip0_activity_log)"
|
|
43
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
44
|
+
d: "M121.685 192.138C121.685 192.138 131.417 206.169 133.97 205.956C136.523 205.744 172.473 165.352 170.133 163.651C167.794 161.951 87.5957 162.801 87.5957 167.053C87.5957 171.304 89.723 251.45 94.1902 252.726C98.6575 254.001 175.026 255.277 181.833 249.112C188.641 242.947 184.812 173.218 184.812 173.218C184.812 173.218 145.892 238.482 136.74 240.821C127.588 243.159 96.5302 207.232 97.1684 203.831C97.8066 200.429 112.96 180.975 121.685 192.138Z",
|
|
45
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
46
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
47
|
+
d: "M333.057 312.5C333.057 312.5 358.022 322.208 332.059 325.242C306.096 328.276 186.266 325.849 195.254 318.568C204.241 311.286 333.057 312.5 333.057 312.5Z",
|
|
48
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
49
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
d: "M334.221 345.014C334.221 345.014 348.305 354.021 333.658 356.836C319.011 359.651 251.41 357.399 256.48 350.644C261.55 343.888 334.221 345.014 334.221 345.014Z",
|
|
51
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
52
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
53
|
+
d: "M387.752 342.142C387.697 336.113 393.271 339.454 395.069 337.442C397.791 334.397 399.796 329.764 393.878 324.986C383.685 316.757 365.594 315.426 361.825 333.378C358.056 351.331 383.599 360.118 389.424 352.029C391.608 348.995 387.767 343.856 387.752 342.142Z",
|
|
54
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
55
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
d: "M430.435 376.449C435.234 379.478 432.229 304.698 427.742 297.523C423.255 290.348 178.245 295.729 173.758 295.729C169.27 295.729 172.86 368.377 175.553 374.656C178.245 380.934 320.046 376.449 320.046 376.449L345.175 400.665L346.97 377.346L438.667 376.449",
|
|
57
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
58
|
+
strokeWidth: "2.5",
|
|
59
|
+
strokeLinecap: "round",
|
|
60
|
+
strokeLinejoin: "round"
|
|
61
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
62
|
+
d: "M379.585 266.808C319.361 263.982 150.285 267.681 146.564 267.681C142.077 267.681 145.667 340.33 148.359 346.608C149.044 348.204 158.722 349.105 172.776 349.56",
|
|
63
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
64
|
+
strokeWidth: "2.5",
|
|
65
|
+
strokeLinecap: "round",
|
|
66
|
+
strokeLinejoin: "round"
|
|
67
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
68
|
+
d: "M404.381 294.749C403.446 282.294 402.085 271.93 400.55 269.475C399.783 268.249 391.995 267.39 379.586 266.808",
|
|
69
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
70
|
+
strokeWidth: "2.5",
|
|
71
|
+
strokeLinecap: "round",
|
|
72
|
+
strokeLinejoin: "round"
|
|
73
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
74
|
+
d: "M118.406 264.355C118.53 286.284 120.609 317.22 122.324 321.219C122.993 322.778 132.235 323.673 145.752 324.139",
|
|
75
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
76
|
+
strokeWidth: "2.5",
|
|
77
|
+
strokeLinecap: "round",
|
|
78
|
+
strokeLinejoin: "round"
|
|
79
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
80
|
+
d: "M378.145 266.808C377.221 255.51 375.943 246.372 374.514 244.087C371.709 239.601 185.118 240.054 185.883 240.967C186.648 241.88 184.367 256.589 188.325 254.029C191.903 251.715 192.807 161.277 188.325 159.196C183.844 157.115 142.684 228.74 135.85 234.937C129.016 241.135 107.829 208.61 103.729 206.903C99.6283 205.195 112.754 191.735 116.372 192.322C119.99 192.909 130.832 215.063 134.483 212.22C138.134 209.378 181.143 166.574 175.83 161.517C170.518 156.46 84.6502 159.308 82.0908 163.81C79.5314 168.312 84.2701 248.564 84.6502 255.164C85.0302 261.765 182.364 256.499 182.364 256.499",
|
|
81
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
82
|
+
strokeWidth: "2.5",
|
|
83
|
+
strokeLinecap: "round",
|
|
84
|
+
strokeLinejoin: "round"
|
|
85
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
86
|
+
d: "M312.227 121.638C265.176 120.482 231.08 120.996 228.385 129.023C223.766 142.781 228.385 240.665 228.385 240.665C228.385 240.665 291.109 199.478 295.251 203.157C299.392 206.836 237.298 240.581 237.298 240.581",
|
|
87
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
88
|
+
strokeWidth: "2.5",
|
|
89
|
+
strokeLinecap: "round",
|
|
90
|
+
strokeLinejoin: "round"
|
|
91
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
92
|
+
d: "M310.524 129.692C264.678 130.709 234.075 131.698 232.8 132.122C230.625 132.847 308.737 200.205 314.881 200.763C321.025 201.321 399.247 130.056 397.721 125.591C397.245 124.196 359.463 122.201 337.192 121.175",
|
|
93
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
94
|
+
strokeWidth: "2.5",
|
|
95
|
+
strokeLinecap: "round",
|
|
96
|
+
strokeLinejoin: "round"
|
|
97
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
98
|
+
d: "M379.582 242.354C379.582 242.354 398.785 241.326 394.644 236.267C390.502 231.209 331.601 197.178 330.681 202.237C329.76 207.295 401.086 251.443 404.377 240.665C407.669 229.887 405.423 135.263 397.741 129.706C395.44 128.041 356.173 129.389 335.487 129.503",
|
|
99
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
100
|
+
strokeWidth: "2.5",
|
|
101
|
+
strokeLinecap: "round",
|
|
102
|
+
strokeLinejoin: "round"
|
|
103
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
104
|
+
d: "M206.859 146.981C206.075 165.852 202.385 237.391 206.855 240.493",
|
|
105
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
106
|
+
strokeWidth: "2.5",
|
|
107
|
+
strokeLinecap: "round",
|
|
108
|
+
strokeLinejoin: "round"
|
|
109
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
110
|
+
d: "M226.331 144.739C226.331 144.739 206.535 144.419 206.855 146.982C206.855 146.982 224.077 161.524 225.477 162.066",
|
|
111
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
112
|
+
strokeWidth: "2.5",
|
|
113
|
+
strokeLinecap: "round",
|
|
114
|
+
strokeLinejoin: "round"
|
|
115
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
116
|
+
d: "M262.012 144.727C262.012 144.727 309.344 187.785 316.092 187.349C322.84 186.913 375.617 136.786 375.617 136.786C375.617 136.786 254.568 133.299 256.21 136.786C257.851 140.273 262.012 144.727 262.012 144.727Z",
|
|
117
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
118
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
119
|
+
d: "M313.374 108.632C308.277 102.372 300.642 102.899 294.331 104.925C294.331 104.925 297.811 113.614 296.017 113.549C294.224 113.484 272.826 108.23 273.537 104.293C274.248 100.356 287.284 84.1336 288.779 84.3359C290.275 84.5381 292.446 95.8074 291.866 95.8015C291.286 95.7956 290.603 92.8025 292.202 92.3842C293.801 91.9659 323.76 84.3649 330.904 108.476C337.751 131.582 303.27 160.601 288 165.479C287.6 165.607 287.327 165.072 287.662 164.818C290.679 162.522 329.992 129.043 313.374 108.632Z",
|
|
120
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
121
|
+
strokeWidth: "2.5",
|
|
122
|
+
strokeLinecap: "round",
|
|
123
|
+
strokeLinejoin: "round"
|
|
124
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
125
|
+
d: "M324.108 105.285C321.733 98.4273 313.943 94.2056 303.764 93.807C300.188 93.209 295.391 94.7193 290.464 95.2707L289.141 90.2035C288.937 89.4236 287.922 89.2238 287.44 89.8697C284.62 93.6446 277.863 102.863 278.688 103.425C279.728 104.133 292.655 110.474 293.642 110.295C294.714 110.101 292.935 102.65 292.935 102.65C292.935 102.65 297.951 101.122 304.005 101.499C304.005 101.499 329.006 103.54 317.243 135.584C316.952 136.376 317.984 136.967 318.524 136.32C322.598 131.432 329.347 120.412 324.108 105.285Z",
|
|
126
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
127
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
128
|
+
id: "clip0_activity_log"
|
|
129
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
130
|
+
width: "360",
|
|
131
|
+
height: "319",
|
|
132
|
+
fill: "white",
|
|
133
|
+
transform: "translate(80 83)"
|
|
134
|
+
}))));
|
|
135
|
+
}
|
|
136
|
+
ActivityLog.propTypes = EmptyStateProps;
|
|
137
|
+
ActivityLog.defaultProps = { ...EmptyStateDefaultProps,
|
|
138
|
+
dataId: 'activityLog'
|
|
139
|
+
};
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
5
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
6
|
+
import SVG from "../../SVG/SVG";
|
|
7
|
+
export default function AgentChat(props) {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 130 130",
|
|
10
|
+
name: "agentChat"
|
|
11
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
12
|
+
clipPath: "url(#clip0_15945_32135)"
|
|
13
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
opacity: 0.1,
|
|
15
|
+
d: "M52.1306 36.5304C52.1306 36.5304 82.4856 16.2504 97.8256 22.3604C113.166 28.4704 123.631 79.7554 80.9906 102.765C38.3506 125.775 18.9806 75.7254 18.7856 66.8854C18.6556 58.2404 18.7856 37.8304 52.1306 36.5304Z",
|
|
16
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M9.10002 76.2457C9.03502 76.2457 9.10002 76.2457 9.10002 76.2457C8.90502 76.2457 8.77502 76.0507 8.77502 75.9207L9.03502 71.0457C9.03502 70.8507 9.16502 70.7207 9.36002 70.7207C9.55502 70.7207 9.68502 70.8507 9.68502 71.0457L9.42502 75.9207C9.36002 76.1157 9.23002 76.2457 9.10002 76.2457Z",
|
|
19
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M11.5703 73.9705L6.7603 73.7105C6.5653 73.7105 6.4353 73.5155 6.4353 73.3855C6.4353 73.1905 6.6303 73.0605 6.7603 73.0605L11.5053 73.3205C11.7003 73.3205 11.8303 73.5155 11.8303 73.6455C11.8953 73.8405 11.7653 73.9705 11.5703 73.9705Z",
|
|
22
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M111.28 13.5195C109.59 13.5195 108.225 14.8845 108.225 16.5745C108.225 18.2645 109.59 19.6295 111.28 19.6295C112.97 19.6295 114.335 18.2645 114.335 16.5745C114.335 14.8845 112.905 13.5195 111.28 13.5195ZM111.28 19.0445C109.98 19.0445 108.875 17.9395 108.875 16.5745C108.875 15.2095 109.98 14.1045 111.28 14.1045C112.58 14.1045 113.685 15.2095 113.685 16.5745C113.685 17.9395 112.58 19.0445 111.28 19.0445Z",
|
|
25
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
d: "M80.86 112.516C79.625 112.516 78.65 113.491 78.65 114.726C78.65 115.961 79.625 116.936 80.86 116.936C82.095 116.936 83.07 115.961 83.07 114.726C83.07 113.556 82.095 112.516 80.86 112.516ZM80.86 116.351C80.015 116.351 79.3 115.636 79.3 114.726C79.3 113.816 80.015 113.101 80.86 113.101C81.705 113.101 82.42 113.816 82.42 114.726C82.42 115.636 81.705 116.351 80.86 116.351Z",
|
|
28
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M52.5854 13C51.4804 13 50.6354 13.91 50.6354 14.95C50.6354 15.99 51.4804 16.9 52.5854 16.9C53.6904 16.9 54.5354 15.99 54.5354 14.95C54.5354 13.91 53.6904 13 52.5854 13ZM52.5854 16.315C51.8704 16.315 51.2854 15.73 51.2854 15.015C51.2854 14.3 51.8704 13.715 52.5854 13.715C53.3004 13.715 53.8854 14.3 53.8854 15.015C53.8854 15.73 53.3004 16.315 52.5854 16.315Z",
|
|
31
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
32
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
d: "M123.37 84.3701C123.24 84.2401 123.045 84.2401 122.915 84.3701L121.355 85.8001L119.99 84.2401C119.86 84.1101 119.665 84.1101 119.535 84.2401C119.405 84.3701 119.405 84.5651 119.535 84.6951L120.9 86.2551L119.34 87.6851C119.21 87.8151 119.21 88.0101 119.34 88.1401C119.405 88.2051 119.47 88.2701 119.6 88.2701C119.665 88.2701 119.73 88.2701 119.795 88.2051L121.355 86.7751L122.72 88.3351C122.785 88.4001 122.85 88.4651 122.98 88.4651C123.045 88.4651 123.11 88.4651 123.175 88.4001C123.305 88.2701 123.305 88.0751 123.175 87.9451L121.81 86.3851L123.37 84.9551C123.5 84.7601 123.5 84.5001 123.37 84.3701Z",
|
|
34
|
+
fill: "var(--zd_emptysvg_cross)"
|
|
35
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
opacity: 0.1,
|
|
37
|
+
d: "M75.2706 42.2488C75.2706 42.2488 51.0256 26.0638 38.7406 30.9388C26.4556 35.8138 18.0706 76.8288 52.1956 95.2238C86.3206 113.619 101.791 73.5788 101.921 66.4938C102.051 59.6038 101.921 43.2238 75.2706 42.2488Z",
|
|
38
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
39
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
40
|
+
clipPath: "url(#clip1_15945_32135)"
|
|
41
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
d: "M40.3643 75.6431C35.591 71.7599 31.6312 67.084 31.4709 60.9349C31.3267 55.4223 32.5731 48.0521 38.1039 40.5179C49.2576 25.3292 82.3902 30.1692 83.853 52.2476C86.0613 85.6234 58.7481 81.8883 58.7481 81.8883L47.3148 85.5513L35.2864 88.3817C34.7854 88.5219 34.4768 87.8493 34.9056 87.5611C38.5287 85.119 41.5626 82.7731 43.1457 80.6633C44.308 79.7385 44.1476 77.925 42.8331 77.2244C41.9674 76.7601 41.0656 76.2156 40.3643 75.6471V75.6431Z",
|
|
43
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
+
d: "M41.3527 63.1702C47.0465 61.2988 43.694 51.4679 39.2464 54.5099C34.7988 57.5519 34.1736 66.6779 47.1262 67.6933C60.0747 68.7087 63.3517 60.9841 62.416 57.2414C61.4803 53.4987 55.3166 52.2483 54.7711 58.647C54.2257 65.0457 62.8062 68.478 70.5308 66.9423C78.2554 65.4066 75.9141 55.2148 72.5574 55.3743C69.2049 55.5295 64.7573 66.3297 75.5365 67.3367C84.8093 68.2052 89.9912 54.6987 85.9338 42.4048C79.8918 24.1025 39.8128 18.5555 29.4113 42.0398C19.0097 65.5241 33.3176 79.0641 37.0813 80.9229C43.0311 83.8684 26.4574 91.3706 28.0308 91.8448C34.1901 93.7008 53.311 86.281 53.311 86.281C69.9392 89.151 79.7575 86.1552 85.5184 82.0558C85.5184 82.0558 88.0192 80.3984 89.6052 77.7089C89.6052 77.7089 89.9493 76.6138 89.0849 76.7228C88.594 76.7858 88.594 77.2347 88.7199 77.9187C88.7493 78.0781 88.8122 78.2334 88.8374 78.3928C89.5633 83.1257 91.871 88.2867 98.5214 88.0433C110.694 87.5985 112.204 74.306 108.776 64.4038C105.348 54.5015 108.168 74.3899 85.7576 76.169C85.7576 76.169 81.1547 56.5785 96.8893 55.24C112.624 53.9057 111.138 70.6766 111.138 70.6766C111.138 70.6766 109.632 81.5901 101.433 83.2348C101.433 83.2348 97.7914 84.0279 95.3829 83.7845C95.3829 83.7845 95.1983 82.4124 96.9648 82.3243C98.7312 82.2362 101.379 81.6866 101.442 83.7258C101.442 83.7258 101.379 84.7454 100.183 84.7537C98.9872 84.7621 96.6207 84.7873 96.6207 84.7873C96.6207 84.7873 95.7731 84.7789 95.4501 84.053",
|
|
46
|
+
fill: "none",
|
|
47
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
48
|
+
strokeWidth: 0.65,
|
|
49
|
+
strokeLinecap: "round",
|
|
50
|
+
strokeLinejoin: "round"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
52
|
+
d: "M89.7001 66.11V72.2804C90.4037 72.2323 91.0763 72.174 91.7282 72.1019C106.18 70.5164 108.657 63.5293 108.657 63.5293L110.233 70.0154L110.24 70.0394V66.1134C110.24 60.4716 105.639 55.9004 99.9683 55.9004C94.3048 55.9004 89.7035 60.4716 89.7035 66.1134L89.7001 66.11Z",
|
|
53
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
54
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
55
|
+
id: "clip0_15945_32135"
|
|
56
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
57
|
+
width: "117",
|
|
58
|
+
height: "104",
|
|
59
|
+
fill: "white",
|
|
60
|
+
transform: "translate(6.5 13)"
|
|
61
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
62
|
+
id: "clip1_15945_32135"
|
|
63
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
64
|
+
width: "85.9062",
|
|
65
|
+
height: "65.8164",
|
|
66
|
+
fill: "white",
|
|
67
|
+
transform: "translate(25.48 26.2598)"
|
|
68
|
+
}))));
|
|
69
|
+
}
|
|
70
|
+
AgentChat.propTypes = EmptyStateProps;
|
|
71
|
+
AgentChat.defaultProps = { ...EmptyStateDefaultProps,
|
|
72
|
+
dataId: 'emptyAgentChat'
|
|
73
|
+
};
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
5
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
6
|
+
import SVG from "../../SVG/SVG";
|
|
7
|
+
const svgStyle = {
|
|
8
|
+
fill: 'none'
|
|
9
|
+
};
|
|
10
|
+
export default function PrivacyRequest(props) {
|
|
11
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
12
|
+
viewBox: "0 0 500 500",
|
|
13
|
+
name: "privacyRequest",
|
|
14
|
+
styleName: svgStyle
|
|
15
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
opacity: "0.1",
|
|
17
|
+
d: "M200.502 140.5C200.502 140.5 317.252 62.5004 376.252 86.0004C435.252 109.5 475.502 306.75 311.502 395.25C147.502 483.75 73.0016 291.25 72.2516 257.25C71.7516 224 72.2516 145.5 200.502 140.5Z",
|
|
18
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M35 293.249C34.75 293.249 35 293.249 35 293.249C34.25 293.249 33.75 292.499 33.75 291.999L34.75 273.249C34.75 272.499 35.25 271.999 36 271.999C36.75 271.999 37.25 272.499 37.25 273.249L36.25 291.999C36 292.749 35.5 293.249 35 293.249Z",
|
|
21
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
d: "M44.501 284.498L26.001 283.498C25.251 283.498 24.751 282.748 24.751 282.248C24.751 281.498 25.501 280.998 26.001 280.998L44.251 281.998C45.001 281.998 45.501 282.748 45.501 283.248C45.751 283.998 45.251 284.498 44.501 284.498Z",
|
|
24
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M428 51.999C421.5 51.999 416.25 57.249 416.25 63.749C416.25 70.249 421.5 75.499 428 75.499C434.5 75.499 439.75 70.249 439.75 63.749C439.75 57.249 434.25 51.999 428 51.999ZM428 73.249C423 73.249 418.75 68.999 418.75 63.749C418.75 58.499 423 54.249 428 54.249C433 54.249 437.25 58.499 437.25 63.749C437.25 68.999 433 73.249 428 73.249Z",
|
|
27
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
d: "M474.5 324.5C474 324 473.25 324 472.75 324.5L466.75 330L461.5 324C461 323.5 460.25 323.5 459.75 324C459.25 324.5 459.25 325.25 459.75 325.75L465 331.75L459 337.25C458.5 337.75 458.5 338.5 459 339C459.25 339.25 459.5 339.5 460 339.5C460.25 339.5 460.5 339.5 460.75 339.25L466.75 333.75L472 339.75C472.25 340 472.5 340.25 473 340.25C473.25 340.25 473.5 340.25 473.75 340C474.25 339.5 474.25 338.75 473.75 338.25L468.5 332.25L474.5 326.75C475 326 475 325 474.5 324.5Z",
|
|
30
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
opacity: "0.1",
|
|
33
|
+
d: "M289.502 162.499C289.502 162.499 196.252 100.249 149.002 118.999C101.752 137.749 69.5017 295.499 200.752 366.249C332.002 436.999 391.502 282.999 392.002 255.749C392.502 229.249 392.002 166.249 289.502 162.499Z",
|
|
34
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
35
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
d: "M130.5 442C125.75 442 122 445.75 122 450.5C122 455.25 125.75 459 130.5 459C135.25 459 139 455.25 139 450.5C139 446 135.25 442 130.5 442ZM130.5 456.75C127.25 456.75 124.5 454 124.5 450.5C124.5 447 127.25 444.25 130.5 444.25C133.75 444.25 136.5 447 136.5 450.5C136.5 454 133.75 456.75 130.5 456.75Z",
|
|
37
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
38
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
+
d: "M115.5 20C111.25 20 108 23.5 108 27.5C108 31.5 111.25 35 115.5 35C119.75 35 123 31.5 123 27.5C123 23.5 119.75 20 115.5 20ZM115.5 32.75C112.75 32.75 110.5 30.5 110.5 27.75C110.5 25 112.75 22.75 115.5 22.75C118.25 22.75 120.5 25 120.5 27.75C120.5 30.5 118.25 32.75 115.5 32.75Z",
|
|
40
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
d: "M271.445 322.997C271.445 322.997 264.212 327.416 260.399 321.639C256.587 315.861 265.189 312.733 268.122 316.741C271.054 320.748 266.284 325.147 265.443 326.125C264.603 327.102 265.776 339.223 264.016 339.81C262.257 340.396 257.858 341.276 257.467 336.682C257.076 332.087 257.467 327.102 257.467 327.102C257.467 327.102 252.873 324.658 255.023 317.718C257.174 310.778 265.678 311.658 267.437 312.146C269.197 312.635 276.406 305.884 277.435 299.509C277.435 299.509 284.305 270.405 262.27 270.721C241.085 271.025 244.533 300.126 244.533 300.126C244.533 300.126 287.511 299.098 292.24 302.183C296.97 305.267 295.736 351.329 293.885 353.385C292.034 355.441 235.256 356.042 229.111 353.385C222.868 350.686 226.08 301.729 227.931 300.907C229.781 300.084 234.869 299.715 234.869 299.715C234.869 299.715 230.321 262.237 262.27 261.056C283.996 260.253 287.619 281.709 287.508 297.454",
|
|
43
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
44
|
+
strokeWidth: "2.5",
|
|
45
|
+
strokeLinecap: "round",
|
|
46
|
+
strokeLinejoin: "round"
|
|
47
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
48
|
+
d: "M356.144 313.73C356.274 282.646 356.794 237.075 356.794 237.075C340.323 237.075 175.591 234.722 172.453 242.566C169.316 250.409 172.453 346.098 172.453 346.098C172.453 346.098 172.639 380.803 154.413 379.825C139.331 379.016 136.117 363.87 136.207 353.323C136.3 342.507 136.267 331.691 135.614 320.895C133.475 285.542 131 219.688 141.864 215.114C156.766 208.839 241.509 209.751 241.509 209.751C241.509 209.751 253.4 189.222 260.459 185.3C267.518 181.378 330.89 179.818 333.243 189.23C335.596 198.643 330.89 251.978 333.243 252.762C335.596 253.546 395.99 257.468 396.774 211.192C397.559 164.916 348.145 164.132 345.008 171.975C341.871 179.818 351.283 183.74 353.636 179.034C355.989 174.328 367.754 117.856 297.948 125.699C297.948 125.699 287.654 129.352 288.888 132.643C289.787 135.04 298.976 126.309 285.63 109.471C272.536 92.95 250.55 86.3902 230.244 92.0539C213.024 96.8571 194.675 106.563 194.864 126.114C194.89 128.802 196.799 131.271 199.453 131.699C200.939 131.938 202.105 131.379 201.556 128.636C200.302 122.365 156.004 112.774 146.413 146.112C136.823 179.45 156.004 193.15 158.287 186.3C160.571 179.45 123.123 172.143 105.769 191.324C88.4149 210.504 103.029 244.299 123.123 246.582",
|
|
49
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
50
|
+
strokeWidth: "2.5",
|
|
51
|
+
strokeLinecap: "round",
|
|
52
|
+
strokeLinejoin: "round"
|
|
53
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
54
|
+
d: "M295.041 314.377C314.656 314.557 401.645 314.702 400.939 313.812C400.233 312.922 395.73 308.504 395.427 311.429C395.125 314.354 396.598 353.777 396.598 353.777C396.754 354.713 398.027 377.918 397.011 381.766C397.011 381.766 281.787 386.303 281.787 382.587C281.787 380.124 278.646 359.828 281.413 359.803C285.368 359.769 279.046 383.215 279.046 383.215L174.269 382.742",
|
|
55
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
56
|
+
strokeWidth: "2.5",
|
|
57
|
+
strokeLinecap: "round",
|
|
58
|
+
strokeLinejoin: "round"
|
|
59
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
60
|
+
d: "M165.492 345.869C165.492 345.869 162.494 366.857 152.409 367.13C142.323 367.402 144.776 345.869 144.776 345.869C144.776 345.869 140.223 231.719 147.276 224.078C154.329 216.436 243.186 217.014 243.186 217.014C243.186 217.014 261.844 192.144 267.531 191.873C273.219 191.602 321.157 187.811 324.407 191.873C327.657 195.936 325.435 231.924 325.435 231.924C325.435 231.924 172.738 230.874 167.863 236.561C162.988 242.249 165.492 345.869 165.492 345.869Z",
|
|
61
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
62
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
63
|
+
d: "M295.305 318.737C295.305 318.737 391.484 318.129 391.695 320.866C391.906 323.604 394.643 369.094 391.695 376.043C388.747 382.993 281.223 376.945 281.223 376.945C281.223 376.945 280.929 354.769 282.041 354.715C283.153 354.661 291.927 355.584 293.885 353.385C295.843 351.185 295.305 318.737 295.305 318.737Z",
|
|
64
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
65
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
66
|
+
d: "M321.082 327.094C313.627 327.094 307.583 333.137 307.583 340.592C307.583 344.649 309.381 348.278 312.214 350.752C313.819 347.47 317.183 345.295 321.082 345.204C327.935 345.045 325.197 348.605 326.803 351.887C332.514 350.858 334.58 344.649 334.58 340.592C334.58 333.137 328.537 327.094 321.082 327.094ZM321.082 343.305C318.367 343.305 316.167 341.105 316.167 338.391C316.167 335.677 318.367 333.477 321.082 333.477C323.795 333.477 325.995 335.677 325.995 338.391C325.995 341.105 323.795 343.305 321.082 343.305Z",
|
|
67
|
+
fill: "var(--zd-bg-primary)"
|
|
68
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
69
|
+
d: "M342.203 342.125C341.555 342.097 340.972 341.474 340.708 340.504C340.429 339.482 340.205 338.133 340.498 336.991C341.057 334.819 369.857 337.356 369.857 337.356C369.857 337.356 380.986 338.52 380.765 341.504C380.582 343.979 348.277 342.386 342.203 342.125Z",
|
|
70
|
+
fill: "var(--zd-bg-primary)"
|
|
71
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
72
|
+
d: "M313.042 364.088C311.981 364.06 311.026 363.436 310.593 362.467C310.137 361.444 309.77 360.096 310.251 358.954C311.165 356.782 358.341 359.319 358.341 359.319C358.341 359.319 376.57 360.482 376.207 363.467C375.907 365.941 322.993 364.349 313.042 364.088Z",
|
|
73
|
+
fill: "var(--zd-bg-primary)"
|
|
74
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
75
|
+
d: "M260.486 326.632C260.486 326.632 256.162 320.005 260.117 316.849C264.072 313.692 270.064 317.299 268.817 321.091C267.569 324.883 265.162 327.53 265.162 327.53C265.162 327.53 265.312 339.478 264.015 339.808C262.718 340.138 260.356 340.828 260.055 339.273C259.754 337.718 260.486 326.632 260.486 326.632Z",
|
|
76
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
77
|
+
}));
|
|
78
|
+
}
|
|
79
|
+
PrivacyRequest.propTypes = EmptyStateProps;
|
|
80
|
+
PrivacyRequest.defaultProps = { ...EmptyStateDefaultProps,
|
|
81
|
+
dataId: 'privacyRequest'
|
|
82
|
+
};
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = ActivityLog;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _propTypes = require("../props/propTypes");
|
|
11
|
+
|
|
12
|
+
var _defaultProps = require("../props/defaultProps");
|
|
13
|
+
|
|
14
|
+
var _SVG = _interopRequireDefault(require("../../SVG/SVG"));
|
|
15
|
+
|
|
16
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
|
+
|
|
18
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
19
|
+
|
|
20
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
21
|
+
|
|
22
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
23
|
+
|
|
24
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
25
|
+
|
|
26
|
+
var svgStyle = {
|
|
27
|
+
fill: 'none'
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
function ActivityLog(props) {
|
|
31
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
32
|
+
viewBox: "0 0 500 500",
|
|
33
|
+
name: "activityLog",
|
|
34
|
+
styleName: svgStyle
|
|
35
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
36
|
+
opacity: "0.1",
|
|
37
|
+
d: "M200.502 140.5C200.502 140.5 317.252 62.5004 376.252 86.0004C435.252 109.5 475.502 306.75 311.502 395.25C147.502 483.75 73.0016 291.25 72.2516 257.25C71.7516 224 72.2516 145.5 200.502 140.5Z",
|
|
38
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
39
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
40
|
+
d: "M35 293.249C34.75 293.249 35 293.249 35 293.249C34.25 293.249 33.75 292.499 33.75 291.999L34.75 273.249C34.75 272.499 35.25 271.999 36 271.999C36.75 271.999 37.25 272.499 37.25 273.249L36.25 291.999C36 292.749 35.5 293.249 35 293.249Z",
|
|
41
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
42
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
43
|
+
d: "M44.501 284.498L26.001 283.498C25.251 283.498 24.751 282.748 24.751 282.248C24.751 281.498 25.501 280.998 26.001 280.998L44.251 281.998C45.001 281.998 45.501 282.748 45.501 283.248C45.751 283.998 45.251 284.498 44.501 284.498Z",
|
|
44
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
45
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
46
|
+
d: "M428 51.999C421.5 51.999 416.25 57.249 416.25 63.749C416.25 70.249 421.5 75.499 428 75.499C434.5 75.499 439.75 70.249 439.75 63.749C439.75 57.249 434.25 51.999 428 51.999ZM428 73.249C423 73.249 418.75 68.999 418.75 63.749C418.75 58.499 423 54.249 428 54.249C433 54.249 437.25 58.499 437.25 63.749C437.25 68.999 433 73.249 428 73.249Z",
|
|
47
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
48
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
49
|
+
d: "M474.5 324.5C474 324 473.25 324 472.75 324.5L466.75 330L461.5 324C461 323.5 460.25 323.5 459.75 324C459.25 324.5 459.25 325.25 459.75 325.75L465 331.75L459 337.25C458.5 337.75 458.5 338.5 459 339C459.25 339.25 459.5 339.5 460 339.5C460.25 339.5 460.5 339.5 460.75 339.25L466.75 333.75L472 339.75C472.25 340 472.5 340.25 473 340.25C473.25 340.25 473.5 340.25 473.75 340C474.25 339.5 474.25 338.75 473.75 338.25L468.5 332.25L474.5 326.75C475 326 475 325 474.5 324.5Z",
|
|
50
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
51
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
52
|
+
opacity: "0.1",
|
|
53
|
+
d: "M289.502 162.499C289.502 162.499 196.252 100.249 149.002 118.999C101.752 137.749 69.5017 295.499 200.752 366.249C332.002 436.999 391.502 282.999 392.002 255.749C392.502 229.249 392.002 166.249 289.502 162.499Z",
|
|
54
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
55
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
56
|
+
d: "M130.5 442C125.75 442 122 445.75 122 450.5C122 455.25 125.75 459 130.5 459C135.25 459 139 455.25 139 450.5C139 446 135.25 442 130.5 442ZM130.5 456.75C127.25 456.75 124.5 454 124.5 450.5C124.5 447 127.25 444.25 130.5 444.25C133.75 444.25 136.5 447 136.5 450.5C136.5 454 133.75 456.75 130.5 456.75Z",
|
|
57
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
58
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
59
|
+
d: "M115.5 20C111.25 20 108 23.5 108 27.5C108 31.5 111.25 35 115.5 35C119.75 35 123 31.5 123 27.5C123 23.5 119.75 20 115.5 20ZM115.5 32.75C112.75 32.75 110.5 30.5 110.5 27.75C110.5 25 112.75 22.75 115.5 22.75C118.25 22.75 120.5 25 120.5 27.75C120.5 30.5 118.25 32.75 115.5 32.75Z",
|
|
60
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
61
|
+
}), /*#__PURE__*/_react["default"].createElement("g", {
|
|
62
|
+
clipPath: "url(#clip0_activity_log)"
|
|
63
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
64
|
+
d: "M121.685 192.138C121.685 192.138 131.417 206.169 133.97 205.956C136.523 205.744 172.473 165.352 170.133 163.651C167.794 161.951 87.5957 162.801 87.5957 167.053C87.5957 171.304 89.723 251.45 94.1902 252.726C98.6575 254.001 175.026 255.277 181.833 249.112C188.641 242.947 184.812 173.218 184.812 173.218C184.812 173.218 145.892 238.482 136.74 240.821C127.588 243.159 96.5302 207.232 97.1684 203.831C97.8066 200.429 112.96 180.975 121.685 192.138Z",
|
|
65
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
66
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
67
|
+
d: "M333.057 312.5C333.057 312.5 358.022 322.208 332.059 325.242C306.096 328.276 186.266 325.849 195.254 318.568C204.241 311.286 333.057 312.5 333.057 312.5Z",
|
|
68
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
69
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
70
|
+
d: "M334.221 345.014C334.221 345.014 348.305 354.021 333.658 356.836C319.011 359.651 251.41 357.399 256.48 350.644C261.55 343.888 334.221 345.014 334.221 345.014Z",
|
|
71
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
72
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
73
|
+
d: "M387.752 342.142C387.697 336.113 393.271 339.454 395.069 337.442C397.791 334.397 399.796 329.764 393.878 324.986C383.685 316.757 365.594 315.426 361.825 333.378C358.056 351.331 383.599 360.118 389.424 352.029C391.608 348.995 387.767 343.856 387.752 342.142Z",
|
|
74
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
75
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
76
|
+
d: "M430.435 376.449C435.234 379.478 432.229 304.698 427.742 297.523C423.255 290.348 178.245 295.729 173.758 295.729C169.27 295.729 172.86 368.377 175.553 374.656C178.245 380.934 320.046 376.449 320.046 376.449L345.175 400.665L346.97 377.346L438.667 376.449",
|
|
77
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
78
|
+
strokeWidth: "2.5",
|
|
79
|
+
strokeLinecap: "round",
|
|
80
|
+
strokeLinejoin: "round"
|
|
81
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
82
|
+
d: "M379.585 266.808C319.361 263.982 150.285 267.681 146.564 267.681C142.077 267.681 145.667 340.33 148.359 346.608C149.044 348.204 158.722 349.105 172.776 349.56",
|
|
83
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
84
|
+
strokeWidth: "2.5",
|
|
85
|
+
strokeLinecap: "round",
|
|
86
|
+
strokeLinejoin: "round"
|
|
87
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
88
|
+
d: "M404.381 294.749C403.446 282.294 402.085 271.93 400.55 269.475C399.783 268.249 391.995 267.39 379.586 266.808",
|
|
89
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
90
|
+
strokeWidth: "2.5",
|
|
91
|
+
strokeLinecap: "round",
|
|
92
|
+
strokeLinejoin: "round"
|
|
93
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
94
|
+
d: "M118.406 264.355C118.53 286.284 120.609 317.22 122.324 321.219C122.993 322.778 132.235 323.673 145.752 324.139",
|
|
95
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
96
|
+
strokeWidth: "2.5",
|
|
97
|
+
strokeLinecap: "round",
|
|
98
|
+
strokeLinejoin: "round"
|
|
99
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
100
|
+
d: "M378.145 266.808C377.221 255.51 375.943 246.372 374.514 244.087C371.709 239.601 185.118 240.054 185.883 240.967C186.648 241.88 184.367 256.589 188.325 254.029C191.903 251.715 192.807 161.277 188.325 159.196C183.844 157.115 142.684 228.74 135.85 234.937C129.016 241.135 107.829 208.61 103.729 206.903C99.6283 205.195 112.754 191.735 116.372 192.322C119.99 192.909 130.832 215.063 134.483 212.22C138.134 209.378 181.143 166.574 175.83 161.517C170.518 156.46 84.6502 159.308 82.0908 163.81C79.5314 168.312 84.2701 248.564 84.6502 255.164C85.0302 261.765 182.364 256.499 182.364 256.499",
|
|
101
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
102
|
+
strokeWidth: "2.5",
|
|
103
|
+
strokeLinecap: "round",
|
|
104
|
+
strokeLinejoin: "round"
|
|
105
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
106
|
+
d: "M312.227 121.638C265.176 120.482 231.08 120.996 228.385 129.023C223.766 142.781 228.385 240.665 228.385 240.665C228.385 240.665 291.109 199.478 295.251 203.157C299.392 206.836 237.298 240.581 237.298 240.581",
|
|
107
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
108
|
+
strokeWidth: "2.5",
|
|
109
|
+
strokeLinecap: "round",
|
|
110
|
+
strokeLinejoin: "round"
|
|
111
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
112
|
+
d: "M310.524 129.692C264.678 130.709 234.075 131.698 232.8 132.122C230.625 132.847 308.737 200.205 314.881 200.763C321.025 201.321 399.247 130.056 397.721 125.591C397.245 124.196 359.463 122.201 337.192 121.175",
|
|
113
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
114
|
+
strokeWidth: "2.5",
|
|
115
|
+
strokeLinecap: "round",
|
|
116
|
+
strokeLinejoin: "round"
|
|
117
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
118
|
+
d: "M379.582 242.354C379.582 242.354 398.785 241.326 394.644 236.267C390.502 231.209 331.601 197.178 330.681 202.237C329.76 207.295 401.086 251.443 404.377 240.665C407.669 229.887 405.423 135.263 397.741 129.706C395.44 128.041 356.173 129.389 335.487 129.503",
|
|
119
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
120
|
+
strokeWidth: "2.5",
|
|
121
|
+
strokeLinecap: "round",
|
|
122
|
+
strokeLinejoin: "round"
|
|
123
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
124
|
+
d: "M206.859 146.981C206.075 165.852 202.385 237.391 206.855 240.493",
|
|
125
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
126
|
+
strokeWidth: "2.5",
|
|
127
|
+
strokeLinecap: "round",
|
|
128
|
+
strokeLinejoin: "round"
|
|
129
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
130
|
+
d: "M226.331 144.739C226.331 144.739 206.535 144.419 206.855 146.982C206.855 146.982 224.077 161.524 225.477 162.066",
|
|
131
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
132
|
+
strokeWidth: "2.5",
|
|
133
|
+
strokeLinecap: "round",
|
|
134
|
+
strokeLinejoin: "round"
|
|
135
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
136
|
+
d: "M262.012 144.727C262.012 144.727 309.344 187.785 316.092 187.349C322.84 186.913 375.617 136.786 375.617 136.786C375.617 136.786 254.568 133.299 256.21 136.786C257.851 140.273 262.012 144.727 262.012 144.727Z",
|
|
137
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
138
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
139
|
+
d: "M313.374 108.632C308.277 102.372 300.642 102.899 294.331 104.925C294.331 104.925 297.811 113.614 296.017 113.549C294.224 113.484 272.826 108.23 273.537 104.293C274.248 100.356 287.284 84.1336 288.779 84.3359C290.275 84.5381 292.446 95.8074 291.866 95.8015C291.286 95.7956 290.603 92.8025 292.202 92.3842C293.801 91.9659 323.76 84.3649 330.904 108.476C337.751 131.582 303.27 160.601 288 165.479C287.6 165.607 287.327 165.072 287.662 164.818C290.679 162.522 329.992 129.043 313.374 108.632Z",
|
|
140
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
141
|
+
strokeWidth: "2.5",
|
|
142
|
+
strokeLinecap: "round",
|
|
143
|
+
strokeLinejoin: "round"
|
|
144
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
145
|
+
d: "M324.108 105.285C321.733 98.4273 313.943 94.2056 303.764 93.807C300.188 93.209 295.391 94.7193 290.464 95.2707L289.141 90.2035C288.937 89.4236 287.922 89.2238 287.44 89.8697C284.62 93.6446 277.863 102.863 278.688 103.425C279.728 104.133 292.655 110.474 293.642 110.295C294.714 110.101 292.935 102.65 292.935 102.65C292.935 102.65 297.951 101.122 304.005 101.499C304.005 101.499 329.006 103.54 317.243 135.584C316.952 136.376 317.984 136.967 318.524 136.32C322.598 131.432 329.347 120.412 324.108 105.285Z",
|
|
146
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
147
|
+
})), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clipPath", {
|
|
148
|
+
id: "clip0_activity_log"
|
|
149
|
+
}, /*#__PURE__*/_react["default"].createElement("rect", {
|
|
150
|
+
width: "360",
|
|
151
|
+
height: "319",
|
|
152
|
+
fill: "white",
|
|
153
|
+
transform: "translate(80 83)"
|
|
154
|
+
}))));
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
ActivityLog.propTypes = _propTypes.EmptyStateProps;
|
|
158
|
+
ActivityLog.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.EmptyStateDefaultProps), {}, {
|
|
159
|
+
dataId: 'activityLog'
|
|
160
|
+
});
|