@zohodesk/svg 1.1.28 → 1.1.30
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/es/v1/emptystate/version3/BuildExtension.js +241 -0
- package/es/v1/emptystate/version3/EmptyDepartment.js +55 -29
- package/es/v1/emptystate/version3/FieldList.js +103 -0
- package/es/v1/emptystate/version3/FieldPermission.js +104 -0
- package/es/v1/emptystate/version3/MobileSdk.js +72 -0
- package/lib/v1/emptystate/version3/BuildExtension.js +262 -0
- package/lib/v1/emptystate/version3/EmptyDepartment.js +55 -29
- package/lib/v1/emptystate/version3/FieldList.js +124 -0
- package/lib/v1/emptystate/version3/FieldPermission.js +125 -0
- package/lib/v1/emptystate/version3/MobileSdk.js +93 -0
- package/package.json +2 -2
- package/result.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
This Bundle Contains EmptyState Images.
|
|
4
4
|
|
|
5
|
+
# 1.1.30
|
|
6
|
+
|
|
7
|
+
- v1 => EmptyDepartment svg updated & BuildExtension, MobileSdk svg's added.
|
|
8
|
+
|
|
9
|
+
# 1.1.29
|
|
10
|
+
|
|
11
|
+
- v1 => FieldList and FieldPermission SVG's added.
|
|
12
|
+
|
|
5
13
|
# 1.1.28
|
|
6
14
|
|
|
7
15
|
- v1 => EmptyScheduledReplies svg added & ZiaAgent svg updated.
|
|
@@ -0,0 +1,241 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
|
+
export default function BuildExtension(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
|
+
viewBox: "0 0 500 500",
|
|
8
|
+
name: "emptyBuildExtension",
|
|
9
|
+
styleName: {
|
|
10
|
+
fill: 'none'
|
|
11
|
+
},
|
|
12
|
+
...props
|
|
13
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
14
|
+
"clip-path": "url(#clip0_8054_29251)"
|
|
15
|
+
}, /*#__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.249ZM428 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: "M311 432.748C306.25 432.748 302.5 436.498 302.5 441.248C302.5 445.998 306.25 449.748 311 449.748C315.75 449.748 319.5 445.998 319.5 441.248C319.5 436.748 315.75 432.748 311 432.748ZM311 447.498C307.75 447.498 305 444.748 305 441.248C305 437.748 307.75 434.998 311 434.998C314.25 434.998 317 437.748 317 441.248C317 444.748 314.25 447.498 311 447.498Z",
|
|
30
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
d: "M202.251 50C198.001 50 194.751 53.5 194.751 57.5C194.751 61.5 198.001 65 202.251 65C206.501 65 209.751 61.5 209.751 57.5C209.751 53.5 206.501 50 202.251 50ZM202.251 62.75C199.501 62.75 197.251 60.5 197.251 57.75C197.251 55 199.501 52.75 202.251 52.75C205.001 52.75 207.251 55 207.251 57.75C207.251 60.5 205.001 62.75 202.251 62.75Z",
|
|
33
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
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",
|
|
36
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
37
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
38
|
+
opacity: "0.1",
|
|
39
|
+
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",
|
|
40
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
d: "M237.433 353.183C237.433 353.183 258.603 373.456 264.262 371.157C269.922 368.858 383.107 318.488 379.544 314.517C375.981 310.546 360.47 301.977 356.488 303.022C352.296 303.858 235.127 347.331 237.433 353.183Z",
|
|
43
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
+
d: "M278.096 416.094C307.021 430.306 455.42 332.284 449.551 326.432C438.652 315.564 349.361 296.962 338.461 303.023C327.562 309.084 194.673 348.586 200.752 359.872C206.83 371.159 275.58 408.988 287.947 408.361C300.314 407.734 438.023 340.644 429.22 326.641C425.237 320.162 356.906 303.65 351.666 305.322C346.217 307.203 227.791 350.467 232.402 355.692C237.013 360.917 256.297 376.593 260.908 374.294C265.519 371.995 374.304 321.834 372.627 317.445C370.95 313.056 337.623 296.962 331.544 299.052C325.466 301.142 210.603 343.152 205.363 342.943C200.123 342.734 186.918 346.287 179.791 325.178C172.665 304.068 147.722 218.586 147.722 218.586C147.722 218.586 140.386 204.792 171.617 197.895C202.848 190.998 308.069 175.113 312.261 178.039C316.243 180.756 343.701 253.699 339.929 283.586C339.509 287.557 336.575 290.692 332.802 291.946L213.328 331.03C213.328 331.03 194.883 338.972 183.984 312.22C173.084 285.467 160.927 227.364 160.927 227.364C160.927 227.364 154.01 215.033 175.599 209.599C193.206 205.21 304.925 178.666 310.584 185.145C316.243 191.625 337.204 267.284 333.64 273.763",
|
|
46
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
47
|
+
"stroke-width": "2.5",
|
|
48
|
+
"stroke-miterlimit": "10",
|
|
49
|
+
"stroke-linecap": "round",
|
|
50
|
+
"stroke-linejoin": "round"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
52
|
+
d: "M215.423 210.643C206.62 213.151 198.864 218.168 192.995 225.065C188.175 230.708 185.24 236.978 192.995 238.65C208.296 241.994 235.335 235.306 235.335 241.994C235.335 248.682 183.773 291.11 207.877 301.351C231.982 311.592 321.482 290.274 321.902 277.316C322.321 264.357 303.037 202.074 297.168 198.939C283.963 191.624 237.012 204.164 215.423 210.643Z",
|
|
53
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
54
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
55
|
+
d: "M222.76 248.262L209.975 264.564L230.306 270.207",
|
|
56
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
57
|
+
"stroke-width": "2.5",
|
|
58
|
+
"stroke-miterlimit": "10",
|
|
59
|
+
"stroke-linecap": "round",
|
|
60
|
+
"stroke-linejoin": "round"
|
|
61
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
62
|
+
d: "M248.752 236.768L244.979 272.716",
|
|
63
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
64
|
+
"stroke-width": "2.5",
|
|
65
|
+
"stroke-miterlimit": "10",
|
|
66
|
+
"stroke-linecap": "round",
|
|
67
|
+
"stroke-linejoin": "round"
|
|
68
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
69
|
+
d: "M263.004 237.603L283.126 245.127L269.502 260.384",
|
|
70
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
71
|
+
"stroke-width": "2.5",
|
|
72
|
+
"stroke-miterlimit": "10",
|
|
73
|
+
"stroke-linecap": "round",
|
|
74
|
+
"stroke-linejoin": "round"
|
|
75
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
76
|
+
d: "M427.124 152.33C427.124 152.33 432.155 151.703 430.478 158.391C428.801 165.079 430.897 166.542 433.203 167.587C435.508 168.632 434.041 162.989 431.945 167.796C429.22 174.275 431.735 179.71 428.591 183.472C426.495 185.98 423.142 183.263 423.142 183.263",
|
|
77
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
78
|
+
"stroke-width": "2.5",
|
|
79
|
+
"stroke-miterlimit": "10",
|
|
80
|
+
"stroke-linecap": "round",
|
|
81
|
+
"stroke-linejoin": "round"
|
|
82
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
83
|
+
d: "M404.694 152.33C404.694 152.33 399.663 151.703 401.34 158.391C403.017 165.079 400.921 166.542 398.615 167.587C396.31 168.632 397.777 162.989 399.873 167.796C402.598 174.275 400.082 179.71 403.226 183.472C405.323 185.98 408.676 183.263 408.676 183.263",
|
|
84
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
85
|
+
"stroke-width": "2.5",
|
|
86
|
+
"stroke-miterlimit": "10",
|
|
87
|
+
"stroke-linecap": "round",
|
|
88
|
+
"stroke-linejoin": "round"
|
|
89
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
90
|
+
d: "M216.893 93.1836L200.754 130.595",
|
|
91
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
92
|
+
"stroke-width": "2.5",
|
|
93
|
+
"stroke-miterlimit": "10",
|
|
94
|
+
"stroke-linecap": "round",
|
|
95
|
+
"stroke-linejoin": "round"
|
|
96
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
97
|
+
d: "M52.9811 333.329C52.9811 333.329 48.789 276.48 54.0291 274.39C59.2692 272.3 123.827 264.985 130.115 272.3C136.403 279.615 135.355 335.419 133.259 338.554C131.163 341.689 55.0771 351.303 52.9811 333.329Z",
|
|
98
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
99
|
+
"stroke-width": "2.5",
|
|
100
|
+
"stroke-miterlimit": "10",
|
|
101
|
+
"stroke-linecap": "round",
|
|
102
|
+
"stroke-linejoin": "round"
|
|
103
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
104
|
+
d: "M454.789 200.82C452.902 203.537 393.165 211.27 377.864 200.611C377.235 199.775 377.026 198.939 376.816 197.894C376.816 197.894 372.624 141.045 377.864 138.955C382.895 136.865 440.535 130.386 452.273 135.82C457.933 146.897 456.885 197.685 454.789 200.82Z",
|
|
105
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
106
|
+
"stroke-width": "2.5",
|
|
107
|
+
"stroke-miterlimit": "10",
|
|
108
|
+
"stroke-linecap": "round",
|
|
109
|
+
"stroke-linejoin": "round"
|
|
110
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
111
|
+
d: "M248.75 141.254C246.864 143.971 187.756 151.704 172.874 141.045C172.455 140.209 172.035 139.373 171.826 138.328C171.826 138.328 167.634 82.1058 172.874 80.0158C177.695 78.3437 234.707 71.6556 246.445 77.0897C251.685 87.9579 250.637 138.328 248.75 141.254Z",
|
|
112
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
113
|
+
"stroke-width": "2.5",
|
|
114
|
+
"stroke-miterlimit": "10",
|
|
115
|
+
"stroke-linecap": "round",
|
|
116
|
+
"stroke-linejoin": "round"
|
|
117
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
118
|
+
d: "M106.641 288.391H120.265",
|
|
119
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
120
|
+
"stroke-width": "2.5",
|
|
121
|
+
"stroke-miterlimit": "10",
|
|
122
|
+
"stroke-linecap": "round",
|
|
123
|
+
"stroke-linejoin": "round"
|
|
124
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
125
|
+
d: "M96.9961 288.602H102.236",
|
|
126
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
127
|
+
"stroke-width": "2.5",
|
|
128
|
+
"stroke-miterlimit": "10",
|
|
129
|
+
"stroke-linecap": "round",
|
|
130
|
+
"stroke-linejoin": "round"
|
|
131
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
132
|
+
d: "M77.9238 288.811L89.2424 288.602",
|
|
133
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
134
|
+
"stroke-width": "2.5",
|
|
135
|
+
"stroke-miterlimit": "10",
|
|
136
|
+
"stroke-linecap": "round",
|
|
137
|
+
"stroke-linejoin": "round"
|
|
138
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
139
|
+
d: "M64.9287 289.02L74.9897 288.811",
|
|
140
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
141
|
+
"stroke-width": "2.5",
|
|
142
|
+
"stroke-miterlimit": "10",
|
|
143
|
+
"stroke-linecap": "round",
|
|
144
|
+
"stroke-linejoin": "round"
|
|
145
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
146
|
+
d: "M117.121 299.26L120.265 299.051",
|
|
147
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
148
|
+
"stroke-width": "2.5",
|
|
149
|
+
"stroke-miterlimit": "10",
|
|
150
|
+
"stroke-linecap": "round",
|
|
151
|
+
"stroke-linejoin": "round"
|
|
152
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
153
|
+
d: "M97.627 299.469L109.155 299.26",
|
|
154
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
155
|
+
"stroke-width": "2.5",
|
|
156
|
+
"stroke-miterlimit": "10",
|
|
157
|
+
"stroke-linecap": "round",
|
|
158
|
+
"stroke-linejoin": "round"
|
|
159
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
160
|
+
d: "M87.3555 299.471H93.434",
|
|
161
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
162
|
+
"stroke-width": "2.5",
|
|
163
|
+
"stroke-miterlimit": "10",
|
|
164
|
+
"stroke-linecap": "round",
|
|
165
|
+
"stroke-linejoin": "round"
|
|
166
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
167
|
+
d: "M64.9287 299.68L81.9066 299.471",
|
|
168
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
169
|
+
"stroke-width": "2.5",
|
|
170
|
+
"stroke-miterlimit": "10",
|
|
171
|
+
"stroke-linecap": "round",
|
|
172
|
+
"stroke-linejoin": "round"
|
|
173
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
174
|
+
d: "M78.3433 322.461L64.9287 322.67",
|
|
175
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
176
|
+
"stroke-width": "2.5",
|
|
177
|
+
"stroke-miterlimit": "10",
|
|
178
|
+
"stroke-linecap": "round",
|
|
179
|
+
"stroke-linejoin": "round"
|
|
180
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
181
|
+
d: "M87.9842 322.461H82.7441",
|
|
182
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
183
|
+
"stroke-width": "2.5",
|
|
184
|
+
"stroke-miterlimit": "10",
|
|
185
|
+
"stroke-linecap": "round",
|
|
186
|
+
"stroke-linejoin": "round"
|
|
187
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
188
|
+
d: "M107.061 322.251H95.7422",
|
|
189
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
190
|
+
"stroke-width": "2.5",
|
|
191
|
+
"stroke-miterlimit": "10",
|
|
192
|
+
"stroke-linecap": "round",
|
|
193
|
+
"stroke-linejoin": "round"
|
|
194
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
195
|
+
d: "M120.263 322.041L109.992 322.25",
|
|
196
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
197
|
+
"stroke-width": "2.5",
|
|
198
|
+
"stroke-miterlimit": "10",
|
|
199
|
+
"stroke-linecap": "round",
|
|
200
|
+
"stroke-linejoin": "round"
|
|
201
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
202
|
+
d: "M68.0728 311.802H64.9287",
|
|
203
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
204
|
+
"stroke-width": "2.5",
|
|
205
|
+
"stroke-miterlimit": "10",
|
|
206
|
+
"stroke-linecap": "round",
|
|
207
|
+
"stroke-linejoin": "round"
|
|
208
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
209
|
+
d: "M87.3557 311.592L76.0371 311.801",
|
|
210
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
211
|
+
"stroke-width": "2.5",
|
|
212
|
+
"stroke-miterlimit": "10",
|
|
213
|
+
"stroke-linecap": "round",
|
|
214
|
+
"stroke-linejoin": "round"
|
|
215
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
216
|
+
d: "M97.8363 311.592H91.7578",
|
|
217
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
218
|
+
"stroke-width": "2.5",
|
|
219
|
+
"stroke-miterlimit": "10",
|
|
220
|
+
"stroke-linecap": "round",
|
|
221
|
+
"stroke-linejoin": "round"
|
|
222
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
223
|
+
d: "M120.266 311.382H103.288",
|
|
224
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
225
|
+
"stroke-width": "2.5",
|
|
226
|
+
"stroke-miterlimit": "10",
|
|
227
|
+
"stroke-linecap": "round",
|
|
228
|
+
"stroke-linejoin": "round"
|
|
229
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
230
|
+
id: "clip0_8054_29251"
|
|
231
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
232
|
+
width: "450",
|
|
233
|
+
height: "400",
|
|
234
|
+
fill: "white",
|
|
235
|
+
transform: "translate(25 50)"
|
|
236
|
+
}))));
|
|
237
|
+
}
|
|
238
|
+
BuildExtension.propTypes = EmptyStateProps;
|
|
239
|
+
BuildExtension.defaultProps = { ...EmptyStateDefaultProps,
|
|
240
|
+
dataId: 'emptyBuildExtension'
|
|
241
|
+
};
|
|
@@ -4,46 +4,72 @@ import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
|
4
4
|
import SVG from "../../SVG/SVG";
|
|
5
5
|
export default function EmptyDepartment(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
|
-
viewBox: "0 0
|
|
8
|
-
name: "
|
|
7
|
+
viewBox: "0 0 500 500",
|
|
8
|
+
name: "emptyDepartment",
|
|
9
|
+
styleName: {
|
|
10
|
+
fill: 'none'
|
|
11
|
+
},
|
|
9
12
|
...props
|
|
10
|
-
}, /*#__PURE__*/React.createElement("
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
13
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
14
|
+
"clip-path": "url(#clip0_8054_29298)"
|
|
15
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
opacity: "0.1",
|
|
17
|
+
d: "M200.701 140.5C200.701 140.5 317.451 62.4999 376.451 85.9999C435.451 109.5 475.701 306.75 311.701 395.25C147.701 483.75 73.2008 291.25 72.4508 257.25C71.9508 224 72.4508 145.5 200.701 140.5Z",
|
|
18
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
14
19
|
}), /*#__PURE__*/React.createElement("path", {
|
|
15
|
-
d: "
|
|
16
|
-
|
|
20
|
+
d: "M35.1992 293.25C34.9492 293.25 35.1992 293.25 35.1992 293.25C34.4492 293.25 33.9492 292.5 33.9492 292L34.9492 273.25C34.9492 272.5 35.4492 272 36.1992 272C36.9492 272 37.4492 272.5 37.4492 273.25L36.4492 292C36.1992 292.75 35.6992 293.25 35.1992 293.25Z",
|
|
21
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
17
22
|
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
-
|
|
19
|
-
|
|
23
|
+
d: "M44.7002 284.5L26.2002 283.5C25.4502 283.5 24.9502 282.75 24.9502 282.25C24.9502 281.5 25.7002 281 26.2002 281L44.4502 282C45.2002 282 45.7002 282.75 45.7002 283.25C45.9502 284 45.4502 284.5 44.7002 284.5Z",
|
|
24
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
20
25
|
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
-
|
|
22
|
-
|
|
26
|
+
d: "M428.199 52.0002C421.699 52.0002 416.449 57.2502 416.449 63.7502C416.449 70.2502 421.699 75.5002 428.199 75.5002C434.699 75.5002 439.949 70.2502 439.949 63.7502C439.949 57.2502 434.449 52.0002 428.199 52.0002ZM428.199 73.2502C423.199 73.2502 418.949 69.0002 418.949 63.7502C418.949 58.5002 423.199 54.2502 428.199 54.2502C433.199 54.2502 437.449 58.5002 437.449 63.7502C437.449 69.0002 433.199 73.2502 428.199 73.2502Z",
|
|
27
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
23
28
|
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
-
|
|
25
|
-
|
|
29
|
+
d: "M311.199 432.75C306.449 432.75 302.699 436.5 302.699 441.25C302.699 446 306.449 449.75 311.199 449.75C315.949 449.75 319.699 446 319.699 441.25C319.699 436.75 315.949 432.75 311.199 432.75ZM311.199 447.5C307.949 447.5 305.199 444.75 305.199 441.25C305.199 437.75 307.949 435 311.199 435C314.449 435 317.199 437.75 317.199 441.25C317.199 444.75 314.449 447.5 311.199 447.5Z",
|
|
30
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
26
31
|
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
-
|
|
28
|
-
|
|
32
|
+
d: "M202.45 50C198.2 50 194.95 53.5 194.95 57.5C194.95 61.5 198.2 65 202.45 65C206.7 65 209.95 61.5 209.95 57.5C209.95 53.5 206.7 50 202.45 50ZM202.45 62.75C199.7 62.75 197.45 60.5 197.45 57.75C197.45 55 199.7 52.75 202.45 52.75C205.2 52.75 207.45 55 207.45 57.75C207.45 60.5 205.2 62.75 202.45 62.75Z",
|
|
33
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
29
34
|
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
d: "M176.31 116.96h1v6.2h-1z"
|
|
35
|
+
d: "M474.699 324.5C474.199 324 473.449 324 472.949 324.5L466.949 330L461.699 324C461.199 323.5 460.449 323.5 459.949 324C459.449 324.5 459.449 325.25 459.949 325.75L465.199 331.75L459.199 337.25C458.699 337.75 458.699 338.5 459.199 339C459.449 339.25 459.699 339.5 460.199 339.5C460.449 339.5 460.699 339.5 460.949 339.25L466.949 333.75L472.199 339.75C472.449 340 472.699 340.25 473.199 340.25C473.449 340.25 473.699 340.25 473.949 340C474.449 339.5 474.449 338.75 473.949 338.25L468.699 332.25L474.699 326.75C475.199 326 475.199 325 474.699 324.5Z",
|
|
36
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
33
37
|
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
38
|
+
opacity: "0.1",
|
|
39
|
+
d: "M289.701 162.5C289.701 162.5 196.451 100.25 149.201 119C101.951 137.75 69.7009 295.5 200.951 366.25C332.201 437 391.701 283 392.201 255.75C392.701 229.25 392.201 166.25 289.701 162.5Z",
|
|
40
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
42
|
+
"clip-path": "url(#clip1_8054_29298)"
|
|
43
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
44
|
+
d: "M157.649 280.533C157.649 280.533 155.251 298.498 148.091 299.681C144.958 300.192 144.575 298.498 145.118 296.452C146.077 292.872 149.465 290.474 153.205 290.346C165.033 289.995 193.355 289.164 194.41 289.164C195.721 289.164 196.392 384.967 195.081 386.629C193.771 388.291 102.922 386.949 100.94 386.629C98.9586 386.309 99.9495 293.159 100.621 291.849C101.292 290.538 143.392 290.506 143.392 290.506C143.392 290.506 141.282 245.945 143.392 243.963C145.502 241.981 262.083 243.963 262.083 243.963C262.083 243.963 258.79 190.739 262.083 190.739C265.376 190.739 214.517 193.041 213.142 190.739C211.768 188.438 208.571 93.5613 213.142 92.6343C217.714 91.7072 307.571 87.5836 310.32 92.6343C313.069 97.6849 313.645 191.059 310.896 191.059C308.147 191.059 266.686 191.283 266.686 191.283C266.686 191.283 265.312 243.452 266.846 244.219C268.38 244.986 374.892 243.26 377.162 244.986C379.432 246.712 377.162 289.547 377.162 289.547C377.162 289.547 424.28 287.821 425.559 289.1C426.838 290.378 426.518 387.684 425.559 387.396C424.6 387.109 327.518 388.963 327.518 387.396C327.518 385.83 327.199 289.1 328.797 288.748C330.395 288.396 371.056 288.748 371.056 288.748",
|
|
45
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
46
|
+
"stroke-width": "2.5",
|
|
47
|
+
"stroke-linecap": "round",
|
|
48
|
+
"stroke-linejoin": "round"
|
|
37
49
|
}), /*#__PURE__*/React.createElement("path", {
|
|
38
|
-
|
|
39
|
-
|
|
50
|
+
d: "M231.235 178.784C228.358 178.784 226.025 176.546 225.929 173.669C225.417 156.983 224.458 105.261 231.587 104.814C240.09 104.27 295.999 100.147 299.26 107.819C302.52 115.491 304.47 174.692 300.634 176.61C297.438 178.209 247.538 178.656 231.203 178.784H231.235Z",
|
|
51
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
40
52
|
}), /*#__PURE__*/React.createElement("path", {
|
|
41
|
-
|
|
42
|
-
|
|
53
|
+
d: "M353.764 377.327C346.955 377.327 341.425 371.893 341.329 365.084C341.009 343.858 340.881 302.302 344.845 301.695C350.151 300.864 390.621 299.233 393.881 301.695C397.142 304.156 376.3 330.72 383.652 329.058C391.004 327.396 410.216 310.262 413.061 317.614C415.906 324.966 416.322 372.245 413.061 374.962C410.664 376.944 373.519 377.263 353.732 377.295L353.764 377.327Z",
|
|
54
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
43
55
|
}), /*#__PURE__*/React.createElement("path", {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}))
|
|
56
|
+
d: "M124.342 377.327C117.533 377.327 112.003 371.893 111.907 365.084C111.587 343.858 111.459 302.302 115.423 301.695C120.729 300.864 161.199 299.233 164.46 301.695C167.72 304.156 146.878 330.72 154.23 329.058C161.583 327.396 180.794 310.262 183.639 317.614C186.484 324.966 186.9 372.245 183.639 374.962C181.242 376.944 144.097 377.263 124.31 377.295L124.342 377.327Z",
|
|
57
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
58
|
+
}))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
59
|
+
id: "clip0_8054_29298"
|
|
60
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
61
|
+
width: "450",
|
|
62
|
+
height: "400",
|
|
63
|
+
fill: "white",
|
|
64
|
+
transform: "translate(25 50)"
|
|
65
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
66
|
+
id: "clip1_8054_29298"
|
|
67
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
68
|
+
width: "329.829",
|
|
69
|
+
height: "301.059",
|
|
70
|
+
fill: "white",
|
|
71
|
+
transform: "translate(98 88)"
|
|
72
|
+
}))));
|
|
47
73
|
}
|
|
48
74
|
EmptyDepartment.propTypes = EmptyStateProps;
|
|
49
75
|
EmptyDepartment.defaultProps = { ...EmptyStateDefaultProps,
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
|
+
export default function FieldList(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
|
+
viewBox: "0 0 500 500",
|
|
8
|
+
name: "emptyFieldList",
|
|
9
|
+
styleName: {
|
|
10
|
+
fill: 'none'
|
|
11
|
+
},
|
|
12
|
+
...props
|
|
13
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
14
|
+
"clip-path": "url(#clip0_8054_29278)"
|
|
15
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
opacity: "0.1",
|
|
17
|
+
d: "M198.002 140.5C198.002 140.5 314.752 62.5004 373.752 86.0004C432.752 109.5 473.002 306.75 309.002 395.25C145.002 483.75 70.5016 291.25 69.7516 257.25C69.2516 224 69.7516 145.5 198.002 140.5Z",
|
|
18
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M32.5 293.25C32.25 293.25 32.5 293.25 32.5 293.25C31.75 293.25 31.25 292.5 31.25 292L32.25 273.25C32.25 272.5 32.75 272 33.5 272C34.25 272 34.75 272.5 34.75 273.25L33.75 292C33.5 292.75 33 293.25 32.5 293.25Z",
|
|
21
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
d: "M42.001 284.5L23.501 283.5C22.751 283.5 22.251 282.75 22.251 282.25C22.251 281.5 23.001 281 23.501 281L41.751 282C42.501 282 43.001 282.75 43.001 283.25C43.251 284 42.751 284.5 42.001 284.5Z",
|
|
24
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M425.5 51.9995C419 51.9995 413.75 57.2495 413.75 63.7495C413.75 70.2495 419 75.4995 425.5 75.4995C432 75.4995 437.25 70.2495 437.25 63.7495C437.25 57.2495 431.75 51.9995 425.5 51.9995ZM425.5 73.2495C420.5 73.2495 416.25 68.9995 416.25 63.7495C416.25 58.4995 420.5 54.2495 425.5 54.2495C430.5 54.2495 434.75 58.4995 434.75 63.7495C434.75 68.9995 430.5 73.2495 425.5 73.2495Z",
|
|
27
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
d: "M308.5 432.749C303.75 432.749 300 436.499 300 441.249C300 445.999 303.75 449.749 308.5 449.749C313.25 449.749 317 445.999 317 441.249C317 436.749 313.25 432.749 308.5 432.749ZM308.5 447.499C305.25 447.499 302.5 444.749 302.5 441.249C302.5 437.749 305.25 434.999 308.5 434.999C311.75 434.999 314.5 437.749 314.5 441.249C314.5 444.749 311.75 447.499 308.5 447.499Z",
|
|
30
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
d: "M199.751 50C195.501 50 192.251 53.5 192.251 57.5C192.251 61.5 195.501 65 199.751 65C204.001 65 207.251 61.5 207.251 57.5C207.251 53.5 204.001 50 199.751 50ZM199.751 62.75C197.001 62.75 194.751 60.5 194.751 57.75C194.751 55 197.001 52.75 199.751 52.75C202.501 52.75 204.751 55 204.751 57.75C204.751 60.5 202.501 62.75 199.751 62.75Z",
|
|
33
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
d: "M472 274.5C471.5 274 470.75 274 470.25 274.5L464.25 280L459 274C458.5 273.5 457.75 273.5 457.25 274C456.75 274.5 456.75 275.25 457.25 275.75L462.5 281.75L456.5 287.25C456 287.75 456 288.5 456.5 289C456.75 289.25 457 289.5 457.5 289.5C457.75 289.5 458 289.5 458.25 289.25L464.25 283.75L469.5 289.75C469.75 290 470 290.25 470.5 290.25C470.75 290.25 471 290.25 471.25 290C471.75 289.5 471.75 288.75 471.25 288.25L466 282.25L472 276.75C472.5 276 472.5 275 472 274.5Z",
|
|
36
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
37
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
38
|
+
opacity: "0.1",
|
|
39
|
+
d: "M287.002 162.5C287.002 162.5 193.752 100.25 146.502 119C99.2517 137.75 67.0017 295.5 198.252 366.25C329.502 437 389.002 283 389.502 255.75C390.002 229.25 389.502 166.25 287.002 162.5Z",
|
|
40
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
42
|
+
"clip-path": "url(#clip1_8054_29278)"
|
|
43
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
44
|
+
d: "M210.101 113.464C210.101 113.464 184.859 123.265 211.187 126.532C237.516 129.799 359.387 127.077 350.159 119.726C340.93 112.375 210.101 113.464 210.101 113.464Z",
|
|
45
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
46
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
47
|
+
d: "M209.014 146.678C209.014 146.678 194.628 155.935 209.557 158.658C224.486 161.38 293.157 159.202 288 152.396C282.843 145.317 209.014 146.678 209.014 146.678Z",
|
|
48
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
49
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
d: "M150.658 235.434C150.658 235.434 125.415 245.235 151.744 248.502C178.072 251.497 299.944 249.047 290.715 241.696C281.487 234.345 150.658 235.434 150.658 235.434Z",
|
|
51
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
52
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
53
|
+
d: "M149.3 268.377C149.3 268.377 134.915 277.634 149.843 280.356C164.772 283.351 233.443 280.901 228.286 274.094C223.4 267.288 149.3 268.377 149.3 268.377Z",
|
|
54
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
55
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
d: "M95.0143 265.654C95.0143 259.392 89.3143 262.932 87.6858 260.754C84.9715 257.759 82.8001 252.858 88.7715 247.958C99.0858 239.518 117.543 238.156 121.343 256.397C125.143 274.639 99.0858 283.623 93.3858 275.455C91.2143 272.461 95.0143 267.288 95.0143 265.654Z",
|
|
57
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
58
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
59
|
+
d: "M227.472 340.525C227.472 340.525 202.229 350.326 228.557 353.593C254.886 356.588 376.757 354.138 367.529 346.787C358.572 339.164 227.472 340.525 227.472 340.525Z",
|
|
60
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
61
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
62
|
+
d: "M226.387 373.741C226.387 373.741 212.001 382.997 226.93 385.72C241.859 388.715 310.53 386.264 305.373 379.458C300.216 372.652 226.387 373.741 226.387 373.741Z",
|
|
63
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
64
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
65
|
+
d: "M172.101 370.746C172.101 364.484 166.401 368.023 164.773 365.845C162.058 362.851 159.887 357.95 165.858 353.049C176.173 344.609 194.63 343.248 198.43 361.489C202.23 379.73 176.173 388.715 170.473 380.547C168.03 377.825 171.83 372.38 172.101 370.746Z",
|
|
66
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
67
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
68
|
+
d: "M170.743 142.867C170.743 136.605 176.443 140.144 178.072 137.966C180.786 134.972 182.958 130.071 176.986 125.17C166.672 116.73 148.215 115.369 144.415 133.61C140.615 151.851 166.672 160.836 172.372 152.668C174.815 149.946 170.743 144.773 170.743 142.867Z",
|
|
69
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
70
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
71
|
+
d: "M322.742 181.528L211.456 182.344C211.456 182.344 134.914 189.695 133.828 178.805C132.742 167.915 131.114 95.4947 136.542 95.4947C141.971 95.4947 403.356 90.0496 404.442 99.0341C404.442 99.0341 405.256 179.077 403.356 179.077C401.456 179.077 332.785 178.805 332.785 178.805",
|
|
72
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
73
|
+
"stroke-width": "2.5",
|
|
74
|
+
"stroke-miterlimit": "10",
|
|
75
|
+
"stroke-linecap": "round",
|
|
76
|
+
"stroke-linejoin": "round"
|
|
77
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
78
|
+
d: "M322.743 181.527C322.743 181.527 316.5 295.33 324.643 300.503C329.529 303.498 326.543 227.266 321.929 219.915C317.043 212.837 68.1434 218.282 63.5291 218.282C58.9148 218.282 62.7148 292.335 65.4291 298.87C68.1434 305.404 212.272 300.775 212.272 300.775H312.7L313.515 328.273H139.258C139.258 328.273 139.258 406.411 142.515 406.411C145.772 406.411 414.758 397.971 414.758 397.971C414.758 397.971 417.2 329.362 411.5 325.823C405.529 322.556 322.743 325.823 322.743 325.823C322.743 325.823 296.686 360.944 438.643 311.666",
|
|
79
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
80
|
+
"stroke-width": "2.5",
|
|
81
|
+
"stroke-miterlimit": "10",
|
|
82
|
+
"stroke-linecap": "round",
|
|
83
|
+
"stroke-linejoin": "round"
|
|
84
|
+
}))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
85
|
+
id: "clip0_8054_29278"
|
|
86
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
87
|
+
width: "450",
|
|
88
|
+
height: "400",
|
|
89
|
+
fill: "white",
|
|
90
|
+
transform: "translate(22.5 50)"
|
|
91
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
92
|
+
id: "clip1_8054_29278"
|
|
93
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
94
|
+
width: "380",
|
|
95
|
+
height: "315",
|
|
96
|
+
fill: "white",
|
|
97
|
+
transform: "translate(60 92.5)"
|
|
98
|
+
}))));
|
|
99
|
+
}
|
|
100
|
+
FieldList.propTypes = EmptyStateProps;
|
|
101
|
+
FieldList.defaultProps = { ...EmptyStateDefaultProps,
|
|
102
|
+
dataId: 'emptyFieldList'
|
|
103
|
+
};
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
|
+
export default function FieldPermission(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
|
+
viewBox: "0 0 500 500",
|
|
8
|
+
name: "emptyFieldPermission",
|
|
9
|
+
styleName: {
|
|
10
|
+
fill: 'none'
|
|
11
|
+
},
|
|
12
|
+
...props
|
|
13
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
14
|
+
"clip-path": "url(#clip0_8054_29272)"
|
|
15
|
+
}, /*#__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.25C34.75 293.25 35 293.25 35 293.25C34.25 293.25 33.75 292.5 33.75 292L34.75 273.25C34.75 272.5 35.25 272 36 272C36.75 272 37.25 272.5 37.25 273.25L36.25 292C36 292.75 35.5 293.25 35 293.25Z",
|
|
21
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
d: "M44.501 284.5L26.001 283.5C25.251 283.5 24.751 282.75 24.751 282.25C24.751 281.5 25.501 281 26.001 281L44.251 282C45.001 282 45.501 282.75 45.501 283.25C45.751 284 45.251 284.5 44.501 284.5Z",
|
|
24
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M428 51.9995C421.5 51.9995 416.25 57.2495 416.25 63.7495C416.25 70.2495 421.5 75.4995 428 75.4995C434.5 75.4995 439.75 70.2495 439.75 63.7495C439.75 57.2495 434.25 51.9995 428 51.9995ZM428 73.2495C423 73.2495 418.75 68.9995 418.75 63.7495C418.75 58.4995 423 54.2495 428 54.2495C433 54.2495 437.25 58.4995 437.25 63.7495C437.25 68.9995 433 73.2495 428 73.2495Z",
|
|
27
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
d: "M311 432.749C306.25 432.749 302.5 436.499 302.5 441.249C302.5 445.999 306.25 449.749 311 449.749C315.75 449.749 319.5 445.999 319.5 441.249C319.5 436.749 315.75 432.749 311 432.749ZM311 447.499C307.75 447.499 305 444.749 305 441.249C305 437.749 307.75 434.999 311 434.999C314.25 434.999 317 437.749 317 441.249C317 444.749 314.25 447.499 311 447.499Z",
|
|
30
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
d: "M202.251 50C198.001 50 194.751 53.5 194.751 57.5C194.751 61.5 198.001 65 202.251 65C206.501 65 209.751 61.5 209.751 57.5C209.751 53.5 206.501 50 202.251 50ZM202.251 62.75C199.501 62.75 197.251 60.5 197.251 57.75C197.251 55 199.501 52.75 202.251 52.75C205.001 52.75 207.251 55 207.251 57.75C207.251 60.5 205.001 62.75 202.251 62.75Z",
|
|
33
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
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",
|
|
36
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
37
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
38
|
+
opacity: "0.1",
|
|
39
|
+
d: "M289.502 162.5C289.502 162.5 196.252 100.25 149.002 119C101.752 137.75 69.5017 295.5 200.752 366.25C332.002 437 391.502 283 392.002 255.75C392.502 229.25 392.002 166.25 289.502 162.5Z",
|
|
40
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
42
|
+
"clip-path": "url(#clip1_8054_29272)"
|
|
43
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
44
|
+
d: "M215.245 117.068C215.245 117.068 190.462 126.716 216.226 129.737C241.99 132.759 360.948 130.347 352.015 123.111C343.083 115.875 215.219 117.094 215.219 117.094L215.245 117.068Z",
|
|
45
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
46
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
47
|
+
d: "M214.106 149.378C214.106 149.378 200.138 158.337 214.663 161.12C229.214 163.903 296.301 161.676 291.264 154.97C286.228 148.265 214.106 149.378 214.106 149.378Z",
|
|
48
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
49
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
d: "M157.119 235.787C157.119 235.787 132.336 245.435 158.1 248.457C183.864 251.478 302.822 249.066 293.889 241.83C284.957 234.594 157.093 235.813 157.093 235.813L157.119 235.787Z",
|
|
51
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
52
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
53
|
+
d: "M155.979 268.07C155.979 268.07 142.011 277.029 156.536 279.812C171.061 282.595 238.174 280.369 233.138 273.663C228.101 266.957 155.979 268.07 155.979 268.07Z",
|
|
54
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
55
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
d: "M102.834 265.235C102.887 259.245 97.3472 262.558 95.5713 260.57C92.8677 257.548 90.8798 252.936 96.7641 248.192C106.889 240.028 124.834 238.703 128.571 256.541C132.308 274.379 106.969 283.1 101.164 275.069C98.9906 272.047 102.807 266.958 102.834 265.235Z",
|
|
57
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
58
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
59
|
+
d: "M232.262 338.178C232.262 338.178 207.479 347.827 233.243 350.848C259.006 353.87 377.964 351.458 369.032 344.222C360.099 336.986 232.235 338.205 232.235 338.205L232.262 338.178Z",
|
|
60
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
61
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
62
|
+
d: "M231.122 370.463C231.122 370.463 217.153 379.422 231.678 382.205C246.204 384.988 313.316 382.762 308.28 376.056C303.244 369.35 231.122 370.463 231.122 370.463Z",
|
|
63
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
64
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
65
|
+
d: "M177.979 367.626C178.032 361.636 172.493 364.949 170.717 362.961C168.013 359.94 166.025 355.328 171.91 350.583C182.035 342.419 199.979 341.094 203.717 358.933C207.454 376.771 182.114 385.491 176.31 377.46C174.136 374.438 177.953 369.349 177.979 367.626Z",
|
|
66
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
67
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
68
|
+
d: "M176.839 145.826C176.786 139.835 182.326 143.149 184.102 141.161C186.805 138.139 188.793 133.527 182.909 128.782C172.784 120.619 154.839 119.293 151.102 137.132C147.365 154.97 172.704 163.691 178.509 155.659C180.682 152.638 176.866 147.549 176.839 145.826Z",
|
|
69
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
70
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
71
|
+
d: "M380.908 184.816L403.729 184.365C405.532 184.365 404.869 103.178 404.869 103.178C403.968 94.2721 148.664 99.6793 143.336 99.6793C138.009 99.6793 139.785 170.052 140.659 180.761C141.534 191.469 310.243 181.529 316.499 185.001C321.243 187.626 322.383 191.416 319.626 192.37C317.718 193.033 315.598 192.635 313.875 191.548C304.253 185.452 264.309 156.879 293.465 133.633C326.783 107.074 397.076 127.935 383.664 164.513C370.252 201.064 305.578 190.382 291.716 161.199C277.827 132.016 359.836 123.296 362.725 162.339C362.725 162.339 358.086 186.221 325.034 189.667C325.034 189.667 325.034 279.336 327.34 294.364C327.34 294.364 327.923 304.145 335.45 301.945C341.202 300.249 338.605 281.721 339.956 281.165C341.308 280.608 353.13 281.297 353.13 281.297L353.262 288.931L343.111 287.95L339.93 274.618L353.527 275.174L353.686 266.825L339.903 265.977L338.127 199.129",
|
|
72
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
73
|
+
"stroke-width": "2.65058",
|
|
74
|
+
"stroke-linecap": "round",
|
|
75
|
+
"stroke-linejoin": "round"
|
|
76
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
77
|
+
d: "M315.916 219.115C311.463 211.985 76.5154 219.115 72.0624 219.115C67.6095 219.115 71.1612 291.264 73.8383 297.519C76.5154 303.748 217.261 299.295 217.261 299.295H315.253L316.101 326.119H146.04C146.04 326.119 146.04 402.084 149.353 402.084C152.667 402.084 415.26 393.814 415.26 393.814C415.26 393.814 417.725 326.94 411.946 323.627C406.168 320.314 325.246 323.627 325.246 323.627C325.246 323.627 299.933 357.846 438.426 309.977",
|
|
78
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
79
|
+
"stroke-width": "2.65058",
|
|
80
|
+
"stroke-linecap": "round",
|
|
81
|
+
"stroke-linejoin": "round"
|
|
82
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
83
|
+
d: "M354.057 169.496C345.628 179.462 331.235 181.901 319.705 175.778C304.703 167.853 288.402 155.793 304.12 146.436C329.777 131.142 357.078 150.73 359.066 158.761C359.756 161.571 357.423 165.52 354.083 169.47L354.057 169.496Z",
|
|
84
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
85
|
+
}))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
86
|
+
id: "clip0_8054_29272"
|
|
87
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
88
|
+
width: "450",
|
|
89
|
+
height: "400",
|
|
90
|
+
fill: "white",
|
|
91
|
+
transform: "translate(25 50)"
|
|
92
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
93
|
+
id: "clip1_8054_29272"
|
|
94
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
95
|
+
width: "371.108",
|
|
96
|
+
height: "306.672",
|
|
97
|
+
fill: "white",
|
|
98
|
+
transform: "translate(68.6426 96.7368)"
|
|
99
|
+
}))));
|
|
100
|
+
}
|
|
101
|
+
FieldPermission.propTypes = EmptyStateProps;
|
|
102
|
+
FieldPermission.defaultProps = { ...EmptyStateDefaultProps,
|
|
103
|
+
dataId: 'emptyFieldPermission'
|
|
104
|
+
};
|